document.write( "Question 389178: How do I solve this following question: The remainders whe ax^4+bx cube - x - 7 is divided by (x-1) and (x+2) are 7 and -35 respectively. Find the values of a and b. ? \n" ); document.write( "
Algebra.Com's Answer #275728 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
By the remainder theorem, f(1) = 7 and f(-2) = -35 are the remainders when the polynomial f(x) is divided by x-1 and x+2, respectively. From f(1) = 7 we get a + b = 15, while from f(-2) = -35 we get -8a + 4b = -30, or -4a + 2b = -15 in lowest terms.
\n" ); document.write( "We have the system
\n" ); document.write( "a + b= 15
\n" ); document.write( "-4a + 2b = -15
\n" ); document.write( "The solution to this system is a = b =15/2.
\n" ); document.write( "
\n" );