SELECT * FROM question_mgmt as q WHERE id=1000 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 how many terms of the a p begin align 6 fra

Question: How many terms of the A.P. \begin{align} -6, -\frac{11}{2}, -5, ... \end{align} are needed to give the sum –25?

Answer:

Let the sum of n terms of the given A.P. be –25.

It is known that, \begin{align} S_n = \frac {n}{2}\left[2a + (n -1)d\right]\end{align}, where n = number of terms, a = first term, and d = common difference

Here, a = –6

\begin{align} d = -\frac{11}{2} + 6 = \frac{-11 + 12}{2} = \frac{1}{2}\end{align}

Therefore, we obtain

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

\begin{align} => -50 = n\left[-12  + \frac{n}{2} - \frac{1}{2}\right]\end{align}
 
\begin{align} => -50 = n\left[-\frac{25}{2} + \frac{n}{2}\right]\end{align}
 
\begin{align} => -100 = n\left(-25 + n\right)\end{align}
 
\begin{align} => n^2 - 25n + 100 = 0\end{align}
 
\begin{align} => n^2 - 5n -20n + 100 = 0\end{align}
 
\begin{align} => n(n - 5)- 20(n - 5) = 0\end{align}
 
\begin{align} => n = 20 \; or\; 5\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!=1000 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!=1000 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