document.write( "Question 673752: Find an nth degree polynomial satisfying the given conditions:
\n" );
document.write( "n=3; 2 and 2-3i are zeros; f(1)=-10 \n" );
document.write( "
Algebra.Com's Answer #418889 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = 2 \n" ); document.write( "x = 2 -3i \n" ); document.write( "given then that x = 2 + 3i \n" ); document.write( "...\r \n" ); document.write( "\n" ); document.write( "x - 2 = 0 \n" ); document.write( "... \n" ); document.write( "x - 2 = -3i \n" ); document.write( " \n" ); document.write( "(x-2)^2 = (9*-1) \n" ); document.write( "(x-2)^2 = -9 \n" ); document.write( "(x-2)^2 + 9 = 0 \n" ); document.write( "... \n" ); document.write( "(x-2)^2 + 9= 0 \n" ); document.write( "(x^2 - 4x + 4) + 9 = 0 \n" ); document.write( "(x-2)(x^2 - 4x + 13) = 0 \n" ); document.write( "x^3 - 4x^2 + 13x - 2x^2 + 8x - 26 = 0 \n" ); document.write( " \n" ); document.write( "..................... \n" ); document.write( "Delighted to help. \n" ); document.write( "-Reading Boosters \n" ); document.write( "Website: www.MyHomeworkAnswers.com \n" ); document.write( "Wanting for others what we want for ourselves. \n" ); document.write( " |