1

How to see that $2^{n-1} + 2^{n-1} - 1 = 2^n - 1$?

Is there a rule about adding two powers of the same base I'm not aware of? I know that you can "add the exponents" if you are multiplying numbers of the same base, or "subtract" them if you are dividing.

Mick A
  • 10,208

4 Answers4

3

The general rule is $$\underbrace{k^n+k^n+\cdots +k^n}_k=k\cdot k^n=k^1k^n=k^{1+n}$$

vadim123
  • 82,796
2

$$2^{n-1} + 2^{n-1} - 1 = 2\cdot2^{n - 1}-1=2^{1+n-1}-1=2^n-1$$

Adi Dani
  • 16,949
1

Simply $2^{n-1}+2^{n-1}=2\cdot 2^{n-1}=2^n$ which works for the base $2$ - for base three you'd need to add three times $3^{n-1}$.

Mark Bennet
  • 100,194
1

$2^{n-1} + 2^{n-1} - 1 = 2\cdot2^{n-1} - 1 = 2^n - 1$

Stefan Perko
  • 12,467