0

When

$\sum^{60}_{r=0} 2^r = 2^n-1$

what is n?

I forgot to mention that I can't use a calculator on this

Elias
  • 403
  • 3
  • 15
  • 1
    Any thoughts? Hint: try it with numbers smaller than $60$. – lulu Feb 24 '17 at 15:25
  • try with low numbers. For example, change the 60 to 1,2,3,4.. – Exodd Feb 24 '17 at 15:25
  • It appears to me that the person who gave you the exercise expects you to have studied the formula for the geometric series; so, I suggest you go look it up either on wikipedia or in the schoolbook. –  Feb 24 '17 at 15:26

3 Answers3

2

Hint:

$$2^r=(2-1)2^r=2^{r+1}-2^r$$

So then what we have is,

$$(2^1-2^0)+(2^2-2^1)+(2^3-2^2)+\cdots (2^{61}-2^{60})$$

2

Hint:

$$\begin{align}2^0&=2^1-1\\2^0+2^1&=2^2-1\\2^0+2^1+2^2&=2^3-1\\2^0+2^1+2^2+2^3&=2^4-1\end{align}$$

Can you prove this pattern continues to hold true?

2

Hint: $$\sum_{r=0}^n2^r=2^{n+1}-1$$ use this formula