

InterviewSolution
Saved Bookmarks
1. |
Solve the quadratic equation by factorization method: x² + 6x + 8 = 0 * |
Answer» <html><body><p><strong>Answer:</strong></p><p><a href="https://interviewquestions.tuteehub.com/tag/hope-25911" style="font-weight:bold;" target="_blank" title="Click to know more about HOPE">HOPE</a> it helps you . </p><p></p><p>x² + 6x + 8 = <a href="https://interviewquestions.tuteehub.com/tag/0-251616" style="font-weight:bold;" target="_blank" title="Click to know more about 0">0</a></p><p></p><p>x² + 2x + <a href="https://interviewquestions.tuteehub.com/tag/4x-319255" style="font-weight:bold;" target="_blank" title="Click to know more about 4X">4X</a> + 8 = 0</p><p></p><p>x ( x + 2 ) + <a href="https://interviewquestions.tuteehub.com/tag/4-311707" style="font-weight:bold;" target="_blank" title="Click to know more about 4">4</a>( x + 2 ) = 0</p><p></p><p>( x + 2 ) ( x + 4 ) = 0</p><p></p><p>( x + 2 ) = 0. or. ( x + 4 ) = 0</p><p></p><p>x = - 2 or. x = - 4 </p><p></p><p></p><p></p></body></html> | |