Multiple choice

Find the nth term and 9th term of the sequence 3, 7, 11, 15.........

  1. $4n-1$ and $T_9=35$
  2. $4n+1$ and $T_9=37$
  3. $2n-1$ and $T_9=35$
  4. $4n-1$ and $T_9=39$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Sequence is 3, 7, 11, 15... This is an AP with a=3, d=4. nth term = a + (n-1)d = 3 + (n-1)4 = 4n - 1. 9th term = 4(9) - 1 = 35.

AI explanation

The sequence is an arithmetic progression with the first term a = 3 and the common difference d = 4. Using the formula for the nth term, Tn = a + (n - 1)d, we get Tn = 3 + (n - 1)4, which simplifies to 4n - 1. For the 9th term, we substitute n = 9 into the formula to get T9 = 4(9) - 1 = 35.