SELECT * FROM question_mgmt as q WHERE id=1036 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='3' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 11th mathematics Sequence and Series find four numbers forming a geometric progression

Question:

Find four numbers forming a geometric progression in which third term is greater than the first term by 9, and the second term is greater than the 4th by 18.

Answer:

Let a be the first term and r be the common ratio of the G.P.

a1 = aa2 = ara3 = ar2a4 = ar3

By the given condition,

a3 = a1 + 9

⇒ ar2 = a + 9 … (1)

a2 = a4 + 18

⇒ ar ar3 + 18 … (2)

From (1) and (2), we obtain

a(r2 ­­– 1) = 9 … (3)

ar (1– r2) = 18 … (4)

Dividing (4) by (3), we obtain

fraction numerator a r open parentheses 1 minus r squared close parentheses over denominator a open parentheses r squared minus 1 close parentheses end fraction equals 18 over 9

rightwards double arrow minus r space equals space 2
rightwards double arrow r space equals space minus 2

Substituting the value of r in (1), we obtain

4a + 9

⇒ 3a = 9

∴ a = 3

Thus, the first four numbers of the G.P. are 3, 3(– 2), 3(–2)2, and 3­(–2)3 i.e., 3¸–6, 12, and –24.


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