document.write( "Question 309868: find all solutions to x^3 - 6x +4 = 0. how many real and how many complex solutions? I can graph and get answers, but I'm not sure how to solve it otherwise. \n" ); document.write( "
Algebra.Com's Answer #221628 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\"x%5E3+-+6x+%2B4+=+0\"
\n" ); document.write( "
\r\n" );
document.write( "All possible rational solutions are ± divisors of 4\r\n" );
document.write( "These are\r\n" );
document.write( "\r\n" );
document.write( "±1, ±2, ±4\r\n" );
document.write( "\r\n" );
document.write( "We begin by trying 1. To use synthetic division we must \r\n" );
document.write( "consider the equation to be:\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E3+%2B0x%5E2-+6x+%2B+4+=+0\"\r\n" );
document.write( "\r\n" );
document.write( "1 | 1  0 -6  4\r\n" );
document.write( "  |    1  1 -5\r\n" );
document.write( "    1  1 -5 -1\r\n" );
document.write( "\r\n" );
document.write( "Nope. The remainder is -1 not 0, so 1 is not a solution.\r\n" );
document.write( "\r\n" );
document.write( "We try -1:\r\n" );
document.write( "\r\n" );
document.write( "-1 | 1  0 -6  4\r\n" );
document.write( "   |   -1  1  5\r\n" );
document.write( "     1 -1 -5  9\r\n" );
document.write( "\r\n" );
document.write( "Nope. The remainder is 9 not 0, so -1 is not a solution.\r\n" );
document.write( "\r\n" );
document.write( "We try 2:\r\n" );
document.write( "\r\n" );
document.write( " 2 | 1  0 -6  4\r\n" );
document.write( "   |    2  4 -4\r\n" );
document.write( "     1  2 -2  0\r\n" );
document.write( "\r\n" );
document.write( "Yep! The remainder is 0, so x=2 is a solution.  Therefore\r\n" );
document.write( "we have factored the left side as\r\n" );
document.write( "\r\n" );
document.write( "\"%28x-2%29%28x%5E2%2B2x-2%29=0\"\r\n" );
document.write( "\r\n" );
document.write( "Using the zero-factor principle:\r\n" );
document.write( "\r\n" );
document.write( "Setting \"x-2=0\" of course gives the solution we just found,\r\n" );
document.write( "namely \"x=2\"\r\n" );
document.write( "\r\n" );
document.write( "Setting \r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2%2B2x-2=0\"\r\n" );
document.write( "\r\n" );
document.write( "This does not factor, so we use the quadratic formula\r\n" );
document.write( "with \"a=1\", \"b=2\", \"c=-2\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-%282%29+%2B-+sqrt%28+%282%29%5E2-4%2A%281%29%2A%28-2%29+%29%29%2F%282%2A%281%29%29+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-2+%2B-+sqrt%284%2B8%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-2+%2B-+sqrt%2812%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-2+%2B-+sqrt%284%2A3%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-2+%2B-+sqrt%284%29sqrt%283%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-2+%2B-+2%2Asqrt%283%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%282%28-1+%2B-+sqrt%283%29%29%29%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28cross%282%29%28-1+%2B-+sqrt%283%29%29%29%2Fcross%282%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+-1+%2B-+sqrt%283%29+%29%7D%7D%0D%0A%0D%0ASo+the+solutions+are+%7B%7B%7B2\", \"-1%2Bsqrt%283%29\", and \"-1-sqrt%283%29\"\r\n" );
document.write( "\r\n" );
document.write( "That's 3 real solutions.  No imaginary solutions.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );