document.write( "Question 116013: Find a quadratic equation with roots (4 + i) and (4 - i). \n" ); document.write( "
Algebra.Com's Answer #84453 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find a quadratic equation with roots (4 + i) and (4 - i). \n" ); document.write( ": \n" ); document.write( "It's kind of like the completing the square in reverse: \n" ); document.write( "x = 4 +/-i \n" ); document.write( ": \n" ); document.write( "x - 4 = +/i \n" ); document.write( ": \n" ); document.write( "(x-4)^2 = i^2 \n" ); document.write( "which is \n" ); document.write( "(x+4)^2 = -1 \n" ); document.write( ": \n" ); document.write( "FOIL \n" ); document.write( "x^2 - 8x + 16 = -1 \n" ); document.write( ": \n" ); document.write( "x^2 - 8x + 16 + 1 = 0 \n" ); document.write( ": \n" ); document.write( "x^2 - 8x + 17 = 0 is the quadratic equation \n" ); document.write( " |