Official Solution:What is the value of \(5+4*5+4*5^2+4*5^3+4*5^4+4*5^5\)?A. \(5^6\)
B. \(5^7\)
C. \(5^8\)
D. \(5^9\)
E. \(5^{10}\)
This question can be solved in several ways:
Traditional approach:
\(5+4*5+4*5^2+4*5^3+4*5^4+4*5^5=5+4(5+5^2+5^3+5^4+5^5)\). Note that we have the sum of a geometric progression in brackets with the first term equal to 5 and the common ratio also equal to 5. The sum of the first \(n\) terms of a geometric progression is given by: \(\text{sum}=\frac{b*(r^{n}-1)}{r-1}\), where \(b\) is the first term, \(n\) is the number of terms, and \(r\) is a common ratio \(\ne 1\).
For our equation: \(5+4(5+5^2+5^3+5^4+5^5)=5+4(\frac{5(5^5-1)}{5-1})=5^6\).
30 sec approach based on answer choices: We have the sum of 6 terms. Now, if all terms were equal to the largest term \(4*5^5\), we would have: \(\text{sum}=6*(4*5^5)=24*5^5\approx 5^2*5^5 \approx 5^7\), so the actual sum must be less than \(5^7\), thus the answer must be A: \(5^6\).
Answer: A