Posted by grandhi on Sunday, August 21, 2011 at 6:39am.
Before 100.100 we have 99.99?
this is an arithmetic series, where
a=1.2
r=0.1
n = ? but t(n) = 100.100
t(n) = a + (n-1)d
100.100 = 1.1 + .1(n-1)
99=.1n-.1
.1n=99.1
n=991
so there are 991 terms
sum(991) = (991/2)(first + last)
= (991/2)(1.1 + 100.100) = 50144.6
This is not arithmetic series if we have
...9.9+10.10+...+99.99+100.100
correct, I made a silly error,
the d = 1.1 instead of 0.1 the way I had it.
It is an arithmetic series
new solution:
t(n) = 1.1 + (n-1)(1.1)
100.100 = 1.1 + 1.1n - 1.1
n = 91
so there are 91 terms
sum(91) = (91/2)(1.1+100.100) = 4604.6
Related Questions
statistics - A professional basketball player has embarked on a program to study...
math help, correction - Anna has 12 bills in her wallet, some $5 and some $10. ...
find my grade average - -10% of my grade *82 -20% of my grade *100% *100% *100...
derivative - q=(100/p+1)^2 - 1 what is q'? use the chain rule: q' = 2(...
math - Name the property that justifies each step. [(2 * 100) + (3 * 10)]+ [(1...
English - I have 100 dollars. I have 100 pounds. I have 100 pesos. I have 100 ...
Chemistry - In a lab we are doing, we need to find the theoreical amount of NaCl...
Algebra - An object which is dropped from 100 feet above ground falls according ...
mathematics (percentages) - math problem: pedro wants to calculate his gpa. he ...
arithmetic - Divide 100 loaves of bread among five men so the amount is ...
For Further Reading