document.write( "Question 1013900: Find the value of a for which the polynomial x^3 − ax + 8 has the root x = −2. and find the other roots of the polynomial. (hint: the others are not rational) \n" ); document.write( "
Algebra.Com's Answer #630201 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
I'm thinking that if -2 is a root, then
\n" ); document.write( "(-2)^3 - ax + 8 = 0
\n" ); document.write( "a = 0
\n" ); document.write( "Therefore we can divide x^3 + 8 by x + 2 and get
\n" ); document.write( "\"%28x%5E3+%2B+8%29%2F%28x+%2B+2%29+=+x%5E2+-+2x+%2B+4\"
\n" ); document.write( "And you can use the quadratic formula to solve
\n" ); document.write( "x^2 - 2x + 4 = 0
\n" ); document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "
\n" );