Insert 5 arithmetic means between 3 and 27

medium CBSE JEE-MAIN 3 min read

Question

Insert 5 arithmetic means between 3 and 27.

Solution — Step by Step

We need to insert 5 numbers between 3 and 27 such that all 7 numbers (3, the 5 means, and 27) form an arithmetic progression (AP).

So the sequence looks like: 3,a1,a2,a3,a4,a5,273, a_1, a_2, a_3, a_4, a_5, 27

This is an AP with 7 terms: first term a=3a = 3, last term l=27l = 27, and total number of terms n=7n = 7.

For an AP: last term =a+(n1)d= a + (n-1)d

27=3+(71)d27 = 3 + (7-1) \cdot d 27=3+6d27 = 3 + 6d 6d=246d = 24 d=4d = 4

Starting from 3 and adding d=4d = 4 each time:

a1=3+4=7a_1 = 3 + 4 = 7 a2=7+4=11a_2 = 7 + 4 = 11 a3=11+4=15a_3 = 11 + 4 = 15 a4=15+4=19a_4 = 15 + 4 = 19 a5=19+4=23a_5 = 19 + 4 = 23

The full AP is: 3,7,11,15,19,23,273, 7, 11, 15, 19, 23, 27

Check: Last term =3+6×4=3+24=27= 3 + 6 \times 4 = 3 + 24 = 27

The 5 arithmetic means are: 7, 11, 15, 19, 23.

Why This Works

When we insert mm arithmetic means between two numbers aa and bb, we’re really just building an AP with m+2m + 2 total terms (the two given numbers plus the mm means). The common difference dd is determined by:

d=bam+1d = \frac{b - a}{m + 1}

Here: d=2735+1=246=4d = \frac{27 - 3}{5 + 1} = \frac{24}{6} = 4.

This formula is the quickest path in an exam — memorise it.

d=bam+1d = \frac{b - a}{m + 1}

The kk-th arithmetic mean =a+kd= a + kd, for k=1,2,,mk = 1, 2, \ldots, m.

Alternative Method

You can also notice that the 5 arithmetic means form the 2nd through 6th terms of the AP. Using the general term formula Tn=a+(n1)dT_n = a + (n-1)d with a=3a = 3 and d=4d = 4:

T2=3+4=7,T3=11,T4=15,T5=19,T6=23T_2 = 3 + 4 = 7, \quad T_3 = 11, \quad T_4 = 15, \quad T_5 = 19, \quad T_6 = 23

Common Mistake

The most common error is treating the total number of terms as 5 (the number of means) rather than 7 (the two given values + 5 means). This leads to d=2734=6d = \frac{27-3}{4} = 6, giving the wrong sequence 3, 9, 15, 21, 27 — which has only 3 arithmetic means, not 5. Always count total terms = number of means + 2.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next