Bunuel
In a geometric sequence each term is found by multiplying the previous term by a constant. If the first and second terms in a geometric sequence are 2x and 4x, what is the 600th term of the sequence?
A. \(2^{599}*x\)
B. \(2^{600}*x\)
C. \(2^{(600x)}\)
D. \(4^{600}*x\)
E. \(4^{599}*x\)
Kudos for a correct solution. VERITAS PREP OFFICIAL SOLUTION:The correct response is (B).
This abstract question asks for a very large term, so it’s a good opportunity to use the formula for a geometric sequence. Geometric sequences are formed by multiplying each term by a constant. To find the nth term in a geometric sequence use the formula: \(a_n=a_1(r^{n−1})\), where \(a_1\) is the first term in the sequence and “n” is the term you’re looking to find.
\(a_n=a_1(r^{n−1})\)
\(a_{600}=2x(r^{n−1})\)
“r” is the ratio, which we can find by dividing the second term by the first term. 4x/(2x) = 2, so r = 2.
\(a_{600}=2x(r^{600−1})\)
\(a_{600}=2x(2^{599})\)
Remember that when we are multiplying by similar bases, we can add the exponents:
\(a_{600}=2^{600}x\)