SELECT * FROM question_mgmt as q WHERE id=1041 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 insert two numbers between 3 and 81 so that the re

Question:

Insert two numbers between 3 and 81 so that the resulting sequence is G.P.

Answer:

Let G1 and G2 be two numbers between 3 and 81 such that the series, 3, G1G2, 81, forms a G.P.

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

∴81 = (3) (r)3

⇒ r3 = 27

∴ r = 3 (Taking real roots only)

For r = 3,

G1 = ar = (3) (3) = 9

G2 = ar2 = (3) (3)2 = 27

Thus, the required two numbers are 9 and 27.


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