document.write( "Question 466180: find all of the zeros and state any multiplicity for
\n" );
document.write( "j(x)=-2x^3 + 6x^2 - 9/2x\r
\n" );
document.write( "\n" );
document.write( "k(x)=x^3 - 28x -48\r
\n" );
document.write( "\n" );
document.write( "m(x)= x^4 - x^2 - 20 \n" );
document.write( "
Algebra.Com's Answer #319623 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find all of the zeros and state any multiplicity for \n" ); document.write( "j(x)=-2x^3 + 6x^2 - 9/2x \n" ); document.write( "k(x)=x^3 - 28x -48 \n" ); document.write( "m(x)= x^4 - x^2 - 20 \n" ); document.write( "... \n" ); document.write( "j(x)=-2x^3+6x^2-9/2x=0 \n" ); document.write( "factor out 2x \n" ); document.write( "2x(x^2+3x+9/4)=0 \n" ); document.write( "2x(x+3/2)^2=0 \n" ); document.write( "2x=0 \n" ); document.write( "x=0 \n" ); document.write( "or \n" ); document.write( "x=-3/2 (multiplicity 2) \n" ); document.write( "zeros: 0, -3/2 , -3/2 \n" ); document.write( ".. \n" ); document.write( "k(x)=x^3-28x-48=0 \n" ); document.write( "x=-2 (from graphing calculator) \n" ); document.write( "By long division or synthetic division \n" ); document.write( "(x^3-28x-48)/(x+2)=x^2-2x-24=(x-6)(x+4) \n" ); document.write( "zeros: -4, -2, 6 \n" ); document.write( ".. \n" ); document.write( "m(x)= x^4-x^2-20=0 \n" ); document.write( " (x^2-5)(x^2+4)=0 \n" ); document.write( "x^2-5=0 \n" ); document.write( "x^2=5 \n" ); document.write( "x=±√5 \n" ); document.write( ".. \n" ); document.write( "x^2+4=0 \n" ); document.write( "x^2=-4 \n" ); document.write( "x=±2 i (2 imaginary roots) \n" ); document.write( "zeros: -√5, √5 and 2 imaginary roots \n" ); document.write( " |