-3

Can someone explain how 2^-1=0.5? I know it's a stupid question, but my head is stuck.

I have this :

Binary

RobPratt
  • 45,619
Steve
  • 109
  • 1

2 Answers2

2

I'm not sure if my explanation will answer your question but you could think of it like this:

$2 = 2^1$ then to get $2^0$ you need to divide $2^1 = 2$ by $2$ (by itself). So $2^{1-1} = 2^0 = 2/2 = 1$.

The same reasoning, to achieve $2^{-1}$ = $2^{0-1} = 2 ^ {-1} = 2^{0} / 2 = 1/2$

A.LIE
  • 139
  • Congrats on your first answer. You could perhaps make this even more apparent by starting at (say) $2^3=8$ and working downwards from there, since some people find $2^0=1$ a bit mysterious also. – Joffan Jan 18 '17 at 15:45
1

Hint: $2^1\cdot 2^{-1}=2^{1-1}=2^0=1$. Since $2^1=2$, $2^{-1}$ be the number that gives $1$ when multiplied by $2$, i.e., $\frac12$.

Michael Burr
  • 32,867