document.write( "Question 277466: if (2x^3+4x^2+2ax+b) is exactly divisible by (x^2-1),then the value of 'a' and 'b' respectively will be \n" ); document.write( "
Algebra.Com's Answer #202393 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
\"Exactly divisible\" means that there will be no remainder if you divide. So let's divide and see what \"a\" and \"b\" have to be in order for there to be no remainder:
\n" ); document.write( "
\r\n" );
document.write( "        2x   + 4\r\n" );
document.write( "        _______________________________\r\n" );
document.write( "x^2-1  /2x^3 + 4x^2 + 2ax      + b\r\n" );
document.write( "        2x^3        - 2x\r\n" );
document.write( "        ---------------------\r\n" );
document.write( "               4x^2 + 2ax + 2x + b\r\n" );
document.write( "               4x^2            - 4\r\n" );
document.write( "               -------------------\r\n" );
document.write( "                      2ax + 2x + b + 4\r\n" );
document.write( "

\n" ); document.write( "Since we're supposed to have no remainder, the expression at the bottom must work out to be zero. And the expression will be zero if the like terms combine to make zeros. So
\n" ); document.write( "
\r\n" );
document.write( "2ax + 2x = 0     and  b + 4 = 0\r\n" );
document.write( "2x(a + 1) = 0         b     = -4\r\n" );
document.write( "a = -1\r\n" );
document.write( "
\n" ); document.write( "
\n" );