document.write( "Question 526561: find all the zeros of this polynomial function f(x)=x^3+x^2-5x+3 \n" ); document.write( "
Algebra.Com's Answer #348620 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find all the zeros of this polynomial function f(x)=x^3+x^2-5x+3\r \n" ); document.write( "\n" ); document.write( "Using the rational roots theorem: \n" ); document.write( "...0..|...1......1.......-5..........3.............. \n" ); document.write( "...1..|...1......2.......-3..........0 (1 is a root) \n" ); document.write( "(x-1)(x^2+2x-3)=(x-1)((x+3)(x-1) \n" ); document.write( "zeros: -3, & 1(multiplicity 2) \n" ); document.write( " |