Find the number of terms

How many terms of the AP(arithmetic progression):9,17,25,............... must be taken to give a sum of 636?

Comments

Answer

Sum of arithmetic progression is

$$s_n=n\frac{a_1+a_n}{2}=n\frac{a_1+a_1+(n-1)r}{2}=n\frac{2a_1+(n-1)r}{2}$$

In your problem $ a_1=9;\:r=8;\:s_n=636 $
so you have to solve equation

$$n\frac{18+(n-1)8)}{2}=636=12*53$$

or

$$n(9+4(n-1))=12*53$$
$$n(4n+5)=12(4*12+5)$$

so

$$n=12$$

Back to top