document.write( "Question 196688: Find a thrid-degree polynomial with rational coefficients that has roots -5 and 6 + i. \n" ); document.write( "
Algebra.Com's Answer #147455 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Remember that when an imaginary term is a solution, the complex conjugate is also \n" ); document.write( ". \n" ); document.write( "x=(-5) ,,,,(x+5)=0 \n" ); document.write( ". \n" ); document.write( "x= ( 6+i),,,(x-(6+i) ) =0,,,,(x-6-i) =0 \n" ); document.write( ". \n" ); document.write( "and x=(6-i),,,, (x - (6-i) ) = 0,,,,(x-6+i) =0 \n" ); document.write( ". \n" ); document.write( "combining \n" ); document.write( ". \n" ); document.write( "(x+5)(x-6-i) ( x-6+i ) =0 \n" ); document.write( ". \n" ); document.write( "(x+5) ( x^2 -6x +ix -6x +36 -6i -xi+6i -i^2 ) \n" ); document.write( ". \n" ); document.write( "(x+5) ( x^2 -12x +37) \n" ); document.write( ". \n" ); document.write( "x^3 -12x^2 +37x +5x^2 -60x +185 \n" ); document.write( ". \n" ); document.write( "x^3 -7x^2 -23x +185 \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "checking \n" ); document.write( ". \n" ); document.write( "with x=0,, both original and answer =185 \n" ); document.write( ". \n" ); document.write( "with x=1, both are 156 ,,,,,ok \n" ); document.write( ". \n" ); document.write( "Revised mon 5-18 \n" ); document.write( " |