Sum of 5^1-5^2+5^3-5^4+...-5^{98}: e. (5/6)(1-5^98)

  • Thread starter Thread starter Biosyn
  • Start date Start date
  • Tags Tags
    Sequence Sum
Biosyn
Messages
114
Reaction score
0

Homework Statement



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

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.

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

##x## will be 5?

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

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

Sn = \frac{5*(1-(-5)^98)}{1-(-5)}

= \frac{5*(1-(-5)^98)}{6}

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

Thanks for your help!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top