Insert three arithmetic means between 4 and 12.
6,8,10
When we have to insert 'n' arithmetic means between two numbers 'a' and 'b', then the common difference is given by d=(b−a)(n+1).
The resulting AP is given by a, a+d, a+ (2×d),...., a+(n×d) ,b.
Given,
a = 4, b = 12, n = 3.
Therefore d=(12−4)(3+1)=2
∴The resulting sequence is 4, 6, 8, 10, 12
⇒The arithmetic means are 6, 8, 10.