document.write( "Question 1132102: If ax³ + bx² + x - a = 0 is exactly divisible by (x+3) and by (2x-1), find a and b. \n" ); document.write( "
Algebra.Com's Answer #748993 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! that means that 2 roots are -3 and +1/2 \n" ); document.write( "-27a+9b-3-a=0 \n" ); document.write( "-28a+9b=3 \n" ); document.write( "1/8 a+1/4b+1/2-a=0 \n" ); document.write( "-7a+2b=-4\r \n" ); document.write( "\n" ); document.write( "28a-8b=16 \n" ); document.write( "-28a+9b=3 \n" ); document.write( "b=19 \n" ); document.write( "a=6 \n" ); document.write( "6x^3+19x^2+x-6=0 \n" ); document.write( " |