document.write( "Question 147989: Solve the equaton x^3-4x^2-x+4=0 and list all the solutions. \n" ); document.write( "
Algebra.Com's Answer #108374 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the equation x^3-4x^2-x+4=0 \n" ); document.write( "------- \n" ); document.write( "Since the coefficients add up to zero, x=1 is a solution. \n" ); document.write( "Use synthetic division to find others: \n" ); document.write( "1)....1....-4....-1....4 \n" ); document.write( ".......1.....-3....-4..|..0\r \n" ); document.write( "\n" ); document.write( "Quotient: x^2-3x-4 \n" ); document.write( "Solve the quadratic by factoring: \n" ); document.write( " (x-4)(x+1) = 0 \n" ); document.write( "x = 4 or x = -1 \n" ); document.write( "------------------- \n" ); document.write( "All solutions: x = 1, or 4, or -1 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |