document.write( "Question 695456: The expression f(x)=x^3+ax^2+bx-6 is exactly divisible by (x-1), and has a
\n" );
document.write( "remainder of 20 when it is divided by (x-2). Calculate the value of a and b.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #428495 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "f(1) = 0 therefore a + b = 5 \n" ); document.write( " \n" ); document.write( "f(2) = 20 therefore 4a + 2b + 2 = 20, transpose 2 then divide by -2 \n" ); document.write( "The result is -2a - b = -9, add to a + b = 5 \n" ); document.write( "The result is -a = -4, therefore a = 4 and b = 1. \r \n" ); document.write( "\n" ); document.write( "Answer: a = 4 and b = 1 \n" ); document.write( " |