Answer:
first term = 2 ...(given)
second term = f (2) = f (2-1) * 5 = 1 * 5 = 5. .....[according to the formula f(n) = f (n -1) *5 ]
third term = f (3) = f ( 3 - 1 ) * 5 = 2 * 5 = 10
fourth term = f (4) = f (4 - 1) * 5 = 3 * 5.= 15
fivth term = f (5) = f ( 5 - 1) * 5 = 4* 5. =20