document.write( "Question 67237This question is from textbook Advanced mathematics
\n" );
document.write( ": Write the quadratic equation with a lead coefficient of 1 whose roots are 2-3i and 2+3i. \n" );
document.write( "
Algebra.Com's Answer #47793 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x - (2 - 3i))(x - (2 + 3i)) \n" ); document.write( "(x - 2 + 3i)(x - 2 - 3i) \n" ); document.write( "x^2 - 2x + 3xi - 2x + 4 - 6i - 3xi + 6i + 9 \n" ); document.write( "x^2 - 4x + 13 = f(x) \n" ); document.write( "Check: \n" ); document.write( "x^2 - 4x = -13 \n" ); document.write( "(x - 2)^2 = -9 \n" ); document.write( "x - 2 = +- 3i \n" ); document.write( "x = 2 +- 3i \n" ); document.write( " |