document.write( "Question 609664: find all the real zeros of F(x)=3x^4+4x^3-3x-4 \n" ); document.write( "
Algebra.Com's Answer #383944 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find all the real zeros of F(x)=3x^4+4x^3-3x-4 \n" ); document.write( "----- \n" ); document.write( "Since the coefficients add up to zero, x = 1 is a root. \n" ); document.write( "Use sythetic division: \n" ); document.write( "1)....3....4....-3....-4 \n" ); document.write( ".......3....7.....4...|..0 \n" ); document.write( "---- \n" ); document.write( "Quotient: 3x^2 + 7x + 4 \n" ); document.write( "Solve to find other zeros: \n" ); document.write( "3x^2 + 7x + 4 = 0 \n" ); document.write( "3x^2 + 3x + 4x + 4 = 0 \n" ); document.write( "3x(x+1) + 4(x+1) = 0 \n" ); document.write( "(x+1)(3x+4) = 0 \n" ); document.write( "--- \n" ); document.write( "x = -1 or x = -4/3 \n" ); document.write( "---- \n" ); document.write( "All the zeros: 1,-1,-4/3 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |