Sum of 2^N Sequence from 1-50: Solving Sigma Notation Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
reliquator
Messages
17
Reaction score
0
Okay, I think this problem relates with sigma notation (I'm not good at it)

the sequence given is 2, 4, 8, 16, 32 ...

It wants you to find the sum from 1-50

So the equation thing is 2^N?

How do you find all the sums again...? Thanks
 
Physics news on Phys.org
Write out the sum:

[tex]S = 2 + 2^2 + \cdot \cdot \cdot + 2^{50}[/tex]

If you multiply the sum by 2 you get

[tex]2S = 2^2 + 2^3 + \cdot \cdot \cdot + 2^{50} + 2^{51}[/tex]

What happens when you subtract the first equation from the second? Can you determine from that what the sum is?