document.write( "Question 320461: Help please. I understand how to get the answers from quadratic equations. My problem is writing a quadratic equation from the solutions: 3+4i, 3-4i. This has me stumped. \n" ); document.write( "
Algebra.Com's Answer #229499 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! \"Help please. I understand how to get the answers from quadratic equations. My problem is writing a quadratic equation from the solutions: 3+4i, 3-4i. This has me stumped.\" \n" ); document.write( "--- \n" ); document.write( "Quadratic Equation: ax^2 + bx + c = 0 \n" ); document.write( "--- \n" ); document.write( "if solution is 3+4i: \n" ); document.write( "3 + 4i - (3 + 4i) = 0 \n" ); document.write( "3 + 4i - 3 - 4i = 0 \n" ); document.write( "let's call this x - (3 + 4i) = 0 \n" ); document.write( "--- \n" ); document.write( "if solution is 3-4i: \n" ); document.write( "3 - 4i - (3 - 4i) = 0 \n" ); document.write( "3 - 4i - 3 + 4i = 0 \n" ); document.write( "let's call this x - (3 - 4i) = 0 \n" ); document.write( "--- \n" ); document.write( "so then we have: \n" ); document.write( "(x - (3 + 4i))(x - (3 - 4i)) = 0 \n" ); document.write( "we need to multiply this out using FOIL to get our quadratic equation \n" ); document.write( "--- \n" ); document.write( "x * x + x * -(3 - 4i) + x * -(3 + 4i) + (3 + 4i)(3 - 4i) = 0 \n" ); document.write( "x^2 + x * (4i - 3) + x * (-4i - 3) + 9 - 16i^2 = 0 \n" ); document.write( "x^2 + 4ix - 3x - 4ix - 3x + 9 + 16 = 0 (i^2 = -1) \n" ); document.write( "x^2 - 6x + 25 = 0 (and this is your quadratic equation)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |