4

I know that $2^{k+1} = 2 \cdot 2^k$, but what does $2^{k-1}$ equal? Is it $\frac{2^k}{2}$? Then does $2^{k-2} = \frac{2^k}{2^2}$?

Sam
  • 865

3 Answers3

2

Yes, you are thinking in the correct direction. Also this is true (a, b, c, m are taken real numbers and a is not equal to zero.)

$$a^{b.c-m}=\frac{a^{b.c}}{a^m}$$

jayant98
  • 1,108
1

Remember that

$$a^{-b}=\frac1{a^b}.$$

Then

$$a^{b+c}=a^ba^c$$ generalizes to

$$a^{b-c}=a^ba^{-c}=\frac{a^b}{a^c}.$$

1

Exactly, just keep in mind that

$$x^{\frac{a-b}{c}}=\sqrt[\leftroot{-1}\uproot{2}\scriptstyle c]{\frac{x^a}{x^b}}$$

Dr. Mathva
  • 8,621