document.write( "Question 1065196: How to find polynomial with solutions: (0, 2-√3, 3) ?
\n" );
document.write( "So far I did (x-0)(x+3i)(x-3i), but am not sure what to do for 2-√3. Thanks! \n" );
document.write( "
Algebra.Com's Answer #680306 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! You have the product of \n" ); document.write( ": \n" ); document.write( "x(x-3)(x-2+square root(3)) \n" ); document.write( ": \n" ); document.write( "Note that -2+square root(3) = -0.2679 is approximately -0.27 \n" ); document.write( ": \n" ); document.write( "Therefore, \n" ); document.write( ": \n" ); document.write( "x(x-3)(x-0.27) \n" ); document.write( ": \n" ); document.write( "x(x^2 -3.27x +81) \n" ); document.write( ": \n" ); document.write( "x^3 -3.27x^2 +81x \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |