Finding the sum 5^1-5^2+5^3-5^4+...−5^98

  • Thread starter Thread starter Biosyn
  • Start date Start date
  • Tags Tags
    Sequence Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Biosyn
Messages
114
Reaction score
0

Homework Statement



Find the sum of [itex]5^1-5^2+5^3-5^4+...-5^{98}[/itex]

a. (5/4)(1-5^99)
b. (1/6)(1-5^99)
c. (6/5)(1+5^98)
d. (1-5^100)
e. (5/6)(1-5^98)

Homework Equations


The Attempt at a Solution



I feel as though this is actually a simple problem and that I'm not looking at it the right way.

[[itex]5^1 + 5^3 + 5^5...5^{97}[/itex]] + [[itex]-5^2-5^4-5^6...-5^{98}[/itex]]
 
Last edited:
Physics news on Phys.org
jbunniii said:
Do you know how to sum ##x^n## in general? What is ##x## here?

##x## will be 5?

[tex]\sum_{i=0}^{48} (5^{2i + 1})[/tex] + [tex]\sum_{i=0}^{49} (5^{2i})[/tex]Never mind, I figured it out!
 
Last edited:
jbunniii said:
Actually, it looks to me like
$$-\sum_{n=1}^{98}(-5)^n$$

I used Sn = [itex]\frac{a_1*(1-r^n)}{1-r}[/itex]

Sn = [itex]\frac{5*(1-(-5)^98)}{1-(-5)}[/itex]

= [itex]\frac{5*(1-(-5)^98)}{6}[/itex]

= (5/6)*(1-(-5)^98)

Thanks for your help!