

InterviewSolution
Saved Bookmarks
1. |
When Aryan was watching a boy playing football, he visualised that the path traced by the ball resembles a parabola, which can be represented by the quadratic polynomial 2+ b + c, a ≠0. He further noted that a quadratic polynomial has atmost two real zeroes. If and are the zeroes of 2− b + c, a ≠0 then calculate + . |
Answer» <html><body><p>Given that the <a href="https://interviewquestions.tuteehub.com/tag/zeros-751194" style="font-weight:bold;" target="_blank" title="Click to know more about ZEROS">ZEROS</a> of the quadratic polynomial axGiven that the zeros of the quadratic polynomial ax2Given that the zeros of the quadratic polynomial ax2+bx+<a href="https://interviewquestions.tuteehub.com/tag/c-7168" style="font-weight:bold;" target="_blank" title="Click to know more about C">C</a>,cGiven that the zeros of the quadratic polynomial ax2+bx+c,cGiven that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.Given that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the <a href="https://interviewquestions.tuteehub.com/tag/discriminant-955658" style="font-weight:bold;" target="_blank" title="Click to know more about DISCRIMINANT">DISCRIMINANT</a>(D) has to be zero.Given that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>bGiven that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2Given that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0Given that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0=>bGiven that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0=>b2Given that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0=>b2=4acGiven that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0=>b2=4acSince. L.H.S bGiven that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0=>b2=4acSince. L.H.S b2Given that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0=>b2=4acSince. L.H.S b2cannot be <a href="https://interviewquestions.tuteehub.com/tag/negative-570381" style="font-weight:bold;" target="_blank" title="Click to know more about NEGATIVE">NEGATIVE</a>, <a href="https://interviewquestions.tuteehub.com/tag/thus-2307358" style="font-weight:bold;" target="_blank" title="Click to know more about THUS">THUS</a>, R.H.S. can also be never negative.Given that the zeros of the quadratic polynomial ax2+bx+c,c=0 are equal.=> Value of the discriminant(D) has to be zero.=>b2−4ac=0=>b2=4acSince. L.H.S b2cannot be negative, thus, R.H.S. can also be never negative.Therefore, a and c must be of the same sign.</p></body></html> | |