document.write( "Question 38939: Find the irrational roots of the equation x^3-4x^2+2x+1=0 \n" ); document.write( "
Algebra.Com's Answer #24403 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If we can see that 1 is a root of \n" ); document.write( "x^3 - 4x^2 + 2x + 1 = 0 \n" ); document.write( "we can factor out x - 1 and get \n" ); document.write( "(x - 1)(x^2 - 3x - 1) = 0 \n" ); document.write( "Using the quadratic formula on the second polynomial, we get \n" ); document.write( "x = (3 ± sqrt(13)) / 2 in addition to x = 1 \n" ); document.write( " |