

InterviewSolution
Saved Bookmarks
1. |
Find the value of the polynomial x^4+5x^3-6x^2-2x-3 at x=0, x=1, x=-1 please fast |
Answer» <html><body><p>When <a href="https://interviewquestions.tuteehub.com/tag/x-746616" style="font-weight:bold;" target="_blank" title="Click to know more about X">X</a> = 0 , The <a href="https://interviewquestions.tuteehub.com/tag/value-1442530" style="font-weight:bold;" target="_blank" title="Click to know more about VALUE">VALUE</a> of <a href="https://interviewquestions.tuteehub.com/tag/polynomial-1158688" style="font-weight:bold;" target="_blank" title="Click to know more about POLYNOMIAL">POLYNOMIAL</a> is -3When x = <a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a> , The value of polynomial is -5When x = -1 , The value of polynomial is -<a href="https://interviewquestions.tuteehub.com/tag/11-267621" style="font-weight:bold;" target="_blank" title="Click to know more about 11">11</a></p></body></html> | |