SELECT * FROM question_mgmt as q WHERE id=9508 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=9 AND subId=6 AND chapterId=269 and ex_no='4' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 10th mathematics Polynomials find a cubic polynomial with the sum sum of the p

Question:

Find a cubic polynomial with the sum, sum of the product of its zeroes taken two at a time, and the product of its zeroes as 2, –7, –14 respectively.

Answer:

                            Let the p(x) = ax3+bx2+ cx + d

                            Sum of zeroes and α, β and γ be the zeroes.

                            Then, α, β and γ = -b/ a = 2/1    …………………..(i)

                            αβ + βγ + γα= c/a = -7      …………………….(ii)

‘                           αβγ = -d /a = -14               ……………………………..(iii)

                            From equation (i), (ii) and (iii), we get

                            a = 1, b = -2, c = -7 and d = 14

                            Therefore, the required polynomial on putting the value of a, b, c and d is P(x) = x3 - 2x2 – 7x + 14


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=9508 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='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=9508 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