Solveeit Logo

Question

Question: In an A.P. the third term is four times the first term, and the sixth term is 17; find the series...

In an A.P. the third term is four times the first term, and the sixth term is 17; find the series

Answer

The series is 2, 5, 8, 11, 14, 17, ...

Explanation

Solution

Let the first term of the Arithmetic Progression (A.P.) be aa and the common difference be dd. The nn-th term of an A.P. is given by the formula an=a+(n1)da_n = a + (n-1)d.

According to the problem statement:

  1. The third term is four times the first term. a3=4×a1a_3 = 4 \times a_1 a+(31)d=4aa + (3-1)d = 4a a+2d=4aa + 2d = 4a 2d=4aa2d = 4a - a 2d=3a2d = 3a (Equation 1)

  2. The sixth term is 17. a6=17a_6 = 17 a+(61)d=17a + (6-1)d = 17 a+5d=17a + 5d = 17 (Equation 2)

Now we have a system of two linear equations with two variables, aa and dd:

  1. 3a2d=03a - 2d = 0
  2. a+5d=17a + 5d = 17

From Equation 1, we can express aa in terms of dd: 3a=2d    a=2d33a = 2d \implies a = \frac{2d}{3}

Substitute this expression for aa into Equation 2: (2d3)+5d=17\left(\frac{2d}{3}\right) + 5d = 17

To eliminate the fraction, multiply the entire equation by 3: 3×(2d3)+3×5d=3×173 \times \left(\frac{2d}{3}\right) + 3 \times 5d = 3 \times 17 2d+15d=512d + 15d = 51 17d=5117d = 51 d=5117d = \frac{51}{17} d=3d = 3

Now substitute the value of dd back into the expression for aa: a=2d3=2×33=63=2a = \frac{2d}{3} = \frac{2 \times 3}{3} = \frac{6}{3} = 2

So, the first term is a=2a=2 and the common difference is d=3d=3.

The series is given by listing the terms: a,a+d,a+2d,a+3d,a, a+d, a+2d, a+3d, \dots

First term: a1=2a_1 = 2 Second term: a2=a+d=2+3=5a_2 = a+d = 2+3 = 5 Third term: a3=a+2d=2+2(3)=2+6=8a_3 = a+2d = 2+2(3) = 2+6 = 8 Fourth term: a4=a+3d=2+3(3)=2+9=11a_4 = a+3d = 2+3(3) = 2+9 = 11

And so on. The series is 2,5,8,11,2, 5, 8, 11, \dots

Let's verify the conditions:

  • Third term (a3a_3) = 8. Four times the first term (4×a14 \times a_1) = 4×2=84 \times 2 = 8. The condition a3=4a1a_3 = 4a_1 is satisfied.
  • Sixth term (a6a_6) = a+5d=2+5(3)=2+15=17a+5d = 2+5(3) = 2+15 = 17. The condition a6=17a_6 = 17 is satisfied.

The calculated values of aa and dd are correct. Therefore, the series is 2,5,8,11,14,17,2, 5, 8, 11, 14, 17, \dots