SELECT * FROM question_mgmt as q WHERE id=1046 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 if a m and g m of roots of a quadratic equation

Question:

If A.M. and G.M. of roots of a quadratic equation are 8 and 5, respectively, then obtain the quadratic equation.

Answer:

Let the root of the quadratic equation be a and b.

According to the given condition,

A. M. space equals fraction numerator a plus b over denominator 2 end fraction equals 8 rightwards double arrow a plus b space equals space 16 space space space space space space space space space space space space space.... left parenthesis 1 right parenthesis
G. M. space equals space square root of a b end root space equals space 5 space rightwards double arrow a b space equals space 25 space space space space space space space space space space space space space space space space... left parenthesis 2 right parenthesis

The quadratic equation is given by,

x2– x (Sum of roots) + (Product of roots) = 0

x2 – x (a + b) + (ab) = 0

x2 – 16x + 25 = 0 [Using (1) and (2)]

Thus, the required quadratic equation is x2 – 16x + 25 = 0


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