document.write( "Question 573466: how do i find the other zeros of f(x) = 2x^3 +11x^2 +9x +2; given that one zero is -1/2 \n" ); document.write( "
Algebra.Com's Answer #368783 by lwsshak3(11628) ![]() You can put this solution on YOUR website! how do i find the other zeros of f(x) = 2x^3 +11x^2 +9x +2; given that one zero is -1/2 \n" ); document.write( "** \n" ); document.write( "Using synthetic division:\r \n" ); document.write( "\n" ); document.write( "..-1/2..|..2....11....9....2 \n" ); document.write( "................-1...-5...-2 \n" ); document.write( "...........2....10....4....0 \n" ); document.write( "f(x)=(2x+1)(2x^2+10x+4) \n" ); document.write( "2x^2+10x+4=0 \n" ); document.write( "x^2+5x+2 \n" ); document.write( "By quadratic formula: \n" ); document.write( "zeros=-4.56 and -0.44 \n" ); document.write( "The 3 zeros of f(x) are -1/2,-4.56 and -0.44 \n" ); document.write( ".. \n" ); document.write( "Note: instead of synthetic division you could have found the zeros by using long division. Divide f(x) by (2x+1) to get the second degree equation. \n" ); document.write( " |