Question

Difficulty: MediumArithmetic and Geometric Sequences and Series

An arithmetic sequence a1,a2,a3,a_1, a_2, a_3, \dots has a first term a1=4a_1 = 4 and a common difference d=3d = 3. A geometric sequence b1,b2,b3,b_1, b_2, b_3, \dots has a first term b1=2b_1 = 2 and a common ratio r=2r = 2. If the kk-th term of the arithmetic sequence and the mm-th term of the geometric sequence are both equal to 6464, what is the value of k+mk + m?

Answer: 27

Answer

The value of k+mk + m is 27.
For the arithmetic sequence, the kk-th term is ak=a1+(k1)da_k = a_1 + (k-1)d. Setting 4+3(k1)=644 + 3(k-1) = 64 gives 3(k1)=603(k-1) = 60, so k1=20k-1 = 20 and k=21k = 21. For the geometric sequence, the mm-th term is bm=b1rm1b_m = b_1 r^{m-1}. Setting 22m1=642 \cdot 2^{m-1} = 64 gives 2m=642^m = 64, which implies m=6m = 6. Adding the two values gives k+m=21+6=27k + m = 21 + 6 = 27.

Step-by-Step Solution

1
Determine the term position kk in the arithmetic sequence.
k=21k = 21
Using ak=a1+(k1)da_k = a_1 + (k-1)d, set 4+3(k1)=64    3(k1)=60    k1=20    k=214 + 3(k-1) = 64 \implies 3(k-1) = 60 \implies k - 1 = 20 \implies k = 21.
2
Determine the term position mm in the geometric sequence.
m=6m = 6
Using bm=b1rm1b_m = b_1 \cdot r^{m-1}, set 22m1=64    2m=64    m=62 \cdot 2^{m-1} = 64 \implies 2^m = 64 \implies m = 6.
3
Compute the sum of the two position indices kk and mm.
2727
k+m=21+6=27k + m = 21 + 6 = 27.

Key Concept

Calculating term indices in arithmetic and geometric sequences using general term formulas
Estimated Time:1m 30s
Rate this question