Why does a number powered to 0 = 1?

1.32K viewsMathematicsOther

Anything multiplied by 0 is 0 right so why does x number raised to the power of 0 = 1? isnt it x^0 = x*0 (im turning grade 10 and i asked my teacher about this he told me its because its just what he was taught 💀)

In: Mathematics

42 Answers

Anonymous 0 Comments

Another way to see it is that for (non-negative) whole-numbered exponentiation defined as repeated multiplication, the definition is actually:

x • y^n := x multiplied by y, n times (regardless of what x is).

So x • y^0 is then x multiplied by y, 0 times, which is obviously just x.

Hence y^0 must be 1 for all y, notably even when y is 0 (if you define whole numbered exponentiation this way).

You are viewing 1 out of 42 answers, click here to view all answers.