Why is it that $2\times 0 = 0$, but $2^0= 1$?

109 Views Asked by At

Why is it that $2\times 0 = 0$, but $2^0= 1$?

I don't understand the reason behind it. If anyone explain it then it will be very appreciated. I know how multiplication, addition, and division work, but this one always puts my mind back to null.

3

There are 3 best solutions below

7
On BEST ANSWER

Because $\;2 \cdot 3 = \color{red}{0} + \underbrace{2 + 2 + 2}_{3\;\text{times}}\;$, while $\;2^3 = \color{red}{1} \cdot \underbrace{2 \cdot 2 \cdot 2}_{3\;\text{times}}\;$.

0
On

Alternatively: $2\cdot0=2\cdot(1-1)=2-2=0$; $2^0=2^{1-1}=\frac22=1$.

0
On

We know that for all reals $x$ and $y$ and positive $a$ the following is true. $$a^{x-y}=\frac{a^x}{a^y}.$$ Now, let $x=y$.

We obtain $$a^0=1.$$