document.write( "Question 1007671: how do i make an equation with the solutions being -3i 3i and 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623492 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If these are the roots, then \n" ); document.write( "(x + 3i)(x - 3i)(x - 4) = 0 \n" ); document.write( "is the equation in question. \n" ); document.write( "Just multiply this out and get \n" ); document.write( "(x^2 + 9)(x - 4) = \n" ); document.write( "x^3 - 4x^2 + 9x - 36 = 0 \n" ); document.write( " |