SELECT * FROM question_mgmt as q WHERE id=1062 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='5' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 11th mathematics Sequence and Series find the sum of all two digit numbers which when d

Question:

Find the sum of all two digit numbers which when divided by 4, yields 1 as remainder.

Answer:

The two-digit numbers, which when divided by 4, yield 1 as remainder, are

13, 17, … 97.

This series forms an A.P. with first term 13 and common difference 4.

Let n be the number of terms of the A.P.

It is known that the nth term of an A.P. is given by, an = a + (n –1) d

∴97 = 13 + (n –1) (4)

⇒ 4 (n –1) = 84

⇒ n – 1 = 21

⇒ n = 22

Sum of n terms of an A.P. is given by,

S subscript n space equals space n over 2 space open square brackets 2 a space plus space open parentheses n minus 1 close parentheses d close square brackets
therefore space S subscript 22 space equals space 22 over 2 space open square brackets 22 open parentheses 13 close parentheses space plus space open parentheses 22 minus 1 close parentheses open parentheses 4 close parentheses close square brackets
space space space space space space space space space space space space space equals space 11 open square brackets 26 space plus space 84 close square brackets
space space space space space space space space space space space space space equals space 1210

Thus, the required sum is 1210.


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!=1062 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!=1062 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