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)![]() ![]() 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( " \n" ); document.write( "And you can use the quadratic formula to solve \n" ); document.write( "x^2 - 2x + 4 = 0 \n" ); document.write( " |