SELECT * FROM question_mgmt as q WHERE id=1003 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=6 AND chapterId=80 and ex_no='2' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 11th mathematics Sequence and Series find the sum to n terms of the a p whose kth ter

Question: Find the sum to n terms of the A.P., whose kth term is 5k + 1.

Answer:

It is given that the kth term of the A.P. is 5k + 1.

kth term = ak = + (k – 1)d

∴ + (k – 1)d = 5k + 1

a + kd – d = 5k + 1

Comparing the coefficient of k, we obtain d = 5

– = 1

⇒ a – 5 = 1

⇒ a = 6

\begin{align}   S_n = \frac{n}{2}\left[2a + (n-1)d\right] \end{align}

\begin{align}   = \frac{n}{2}\left[2(6) + (n-1)(5)\right] \end{align}

\begin{align}   = \frac{n}{2}\left[12 + 5n -5\right] \end{align}

\begin{align}   = \frac{n}{2}\left(5n + 7\right) \end{align}

 


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='6' AND ex_no!=0 AND status=1 and id!=1003 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='6' AND ex_no!=0 AND status=1 and id!=1003 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question