Concept:Insert arithmetic means between two numbers by finding the common difference of the arithmetic sequence.Explanation:Let the two arithmetic means be a and b.The sequence is 4,a,b,13 (4 terms).For an arithmetic progression, an=a1+(n−1)d.Here a1=4, n=4, a4=13.So 13=4+(4−1)d ⇒ 13=4+3d ⇒ 3d=9 ⇒ d=3.Then a=4+d=7 and b=4+2d=10.Answer:7 and 10