answersLogoWhite

0


Best Answer

This is actually a defined value.

nm can be defined as a recursive function:

nm = n * nm-1 for n,m > 0

If we follow this definition, we will always come to m = 0, so a value must be defined for n0. The logical choice is n0 = 1, since it will always make our definition hold true.

-----------------------------------------------------------------------------------------------------

The work above is not mine, I'm in no way correcting this work rather enforcing and elaborating it by giving an example to make it easier to understand (hopefully). As above nm can be reworked:nm = n * nm-1

  • for an example let's use 23(n=2 and m=3). using the recursive function we have : 23= 2*23-1......23 is 8 so the other side of the equation should also give us 8 which it does because 2*23-1 or 2*22 or 2*4 =8

although it is simple enough to solve 23 without using the recursive function we now understand the logic and see it works (which always helps me) and can now use this function to understand why a # to the 0th power =1.

  • So now for an example we'll use: 20(n=2, m=0) using the recursive function we have 20 = 2*20-1 ; so even not knowing 20 we do know that solving the other side of the equation will give us the answer so: 2*20-1 or 2*2-1 or 2*1/2 = 1. So we know that 20=1

this can be applied with any base number to discover that anything to the 0th power is in fact 1..hope that helped

-----------------------------------------------------------------------------------------------------

The above works aren't mine, I'll try to offer the most simple explanation possible

First, let's ask how do we end up with n0?

As the rules of indices defines, nm/nm = nm-m = n0, while the fraction itself, if we do not subtract their indices, can be simplified from nm/nm to 1/1, because we have cancelled out the same nm at both numerator and denominator, and if you know your divisions, 1 divided by 1 is 1, therefore we have come to the conclusion n0 = 1.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is anything to the 0th power 1?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

5 to the 0 power?

Anything to the 0th power is 1


How do write 4.5610 to the 0 power?

1. Anything to 0th power is equal to one.


What is 2 to the 0th power?

2 to the 0th power is 1. So is any other number to the 0th power.


What is 16 times 10 to the 0 power?

Anything to the 0th power is 1. Therefore the question can be rewritten as "what is 16x1." Anything multiplied by 1 remains the same. Thus the answer to what is 16x100 is 16.


Does 15 to the 0th power equal 1?

Yes


What 9 to the 0 power?

Any number raised to the 0th power is 1.


What is e raised to the 0th power?

e raised to the 0 power is 1


What is one million raised to the 0th power?

Oh, dude, you really wanna get into some math right now? Okay, fine. So, one million raised to the 0th power is technically 1. But like, who really cares, right? It's just a fancy way of saying "one." So, there you go, one million to the 0th power is 1. Happy now?


What is ten to the 0Th power?

1. Any number to the power of zero is equal to one.


What is the metric prefix symbol for 10 to the 0 power?

i don't think there is a metric prefix symbol for 10^0 . 10^0 (said as 10 to the 0th power) = 1 anything to the zero power is equal to 1


What is 6 to the 0 power?

Any real number raised to the 0th power equals 1.


What is a number to the 0th power?

a number to the power of 0 is one. Observe below: 10 to the power 5 = 100000 10 to the power 4= 10000 10 to the power 3 = 1000 10 to the power 2= 100 10 to the power 1 = 10 10 to the power 0 = 1 ______________ Same conclusion, different view: Any real number (other than zero) to the 0th power equals 1 (one). This is related to the subtraction of exponents being equivalent to division. 10 to the 7th power divided by 10 to the 4th power equals 10 to the 3rd power; you subtract exponents. 10 to the 7th power divided by 10 to the 7th power would of course equal 1, and if you subtract exponents you would have 10 to the 0th power.