

InterviewSolution
Saved Bookmarks
1. |
Find a quadratic polynomial whose sum of zeros is 9/2 and product of zeros is 2 |
Answer» <html><body><p>uadratic Polynomial : Sum of <a href="https://interviewquestions.tuteehub.com/tag/zeros-751194" style="font-weight:bold;" target="_blank" title="Click to know more about ZEROS">ZEROS</a> = 9/2Product of Zeros = <a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>-----------------------The <a href="https://interviewquestions.tuteehub.com/tag/quadratic-610697" style="font-weight:bold;" target="_blank" title="Click to know more about QUADRATIC">QUADRATIC</a> Polynomial.-----------------------☆ If sum and product of zeros of any quadratic polynomial are S and P respectively,Then,The quadratic polynomial is <a href="https://interviewquestions.tuteehub.com/tag/given-473447" style="font-weight:bold;" target="_blank" title="Click to know more about GIVEN">GIVEN</a> by :------------------------Here,Sum = S = 9/2Product = P = 2So, Required Polynomial should be :.-----------------------</p></body></html> | |