

InterviewSolution
Saved Bookmarks
1. |
- What should be subtracted from a³ -4a² + 5a - 6 to obtain a² - 2a + 1 ?NO SPAMS |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/x-746616" style="font-weight:bold;" target="_blank" title="Click to know more about X">X</a> = a^3 - 5a^2 + 7a - 7should be subtracted Step-by-step explanation:(a^3-4a^2+5a-6) - X = (a^2-2a+1)a^3-4a^2+5a-6-(a^2-2a+1) = Xa^3-4a^2-a^2+5a+2a-6-1 =XTherefore, X = a^3 - 5a^2 + 7a - <a href="https://interviewquestions.tuteehub.com/tag/7is-1921861" style="font-weight:bold;" target="_blank" title="Click to know more about 7IS">7IS</a> the <a href="https://interviewquestions.tuteehub.com/tag/required-1185621" style="font-weight:bold;" target="_blank" title="Click to know more about REQUIRED">REQUIRED</a> <a href="https://interviewquestions.tuteehub.com/tag/equation-974081" style="font-weight:bold;" target="_blank" title="Click to know more about EQUATION">EQUATION</a>.</body></html> | |