document.write( "Question 276312: pplease help me solve this problem\r
\n" );
document.write( "\n" );
document.write( "find a polynomial of degree 3 that has zeros 1, -2, and 3, and which the coefficient of x^2 is 3. \n" );
document.write( "
Algebra.Com's Answer #201435 by edjones(8007)![]() ![]() You can put this solution on YOUR website! (x-1)(x+2)(x-3) \n" ); document.write( "=x^3-2x^2-5x+6=0 \n" ); document.write( "-2a=3 present coefficient of x^2 must be changed from -2 to 3 \n" ); document.write( "a=-3/2 \n" ); document.write( "-3/2(x^3-2x^2-5x+6)=0 \n" ); document.write( "-3x^3/2 +3x^2 +15x/2 -9=0 \n" ); document.write( "-1.5x^3+3x^2+7.5x-9 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |