document.write( "Question 1147584: Find the quadratic which has a remainder of -6 when divided by x-1,
\n" ); document.write( "a remainder of -4 when divided by x-3, and no remainder when divided
\n" ); document.write( "by x+1.
\n" ); document.write( "

Algebra.Com's Answer #769000 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
Find the quadratic
\n" ); document.write( "
\r\n" );
document.write( "let the quadratic be Q(x) = Ax²+Bx+C\r\n" );
document.write( "

\n" ); document.write( "which has a remainder of -6 when divided by x-1,\r
\n" ); document.write( "\n" ); document.write( "By the remainder theorem Q(1) = A(1)²+B(1)+C = 6
\n" ); document.write( " A + B + C = 6
\n" ); document.write( "a remainder of -4 when divided by x-3,
\n" ); document.write( "
\r\n" );
document.write( "By the remainder theorem Q(3) = A(3)²+B(3)+ C = 6\r\n" );
document.write( "                                  9A + 3B + C = 6\r\n" );
document.write( "

\n" ); document.write( "and no remainder when divided by x+1.
\n" ); document.write( "
\r\n" );
document.write( "By the remainder theorem Q(-1) = A(-1)²+B(-1)+C = 0\r\n" );
document.write( "                                   A - B + C = 0\r\n" );
document.write( "So solve this system of equations:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28A+%2B+B+%2B+C+=+6%2C%0D%0A9A+%2B+3B+%2B+C+=+6%2C%0D%0AA+-+B+%2B+C+=+0%29\"\r\n" );
document.write( "The substitute the values you get for A,B, and C in\r\n" );
document.write( "\r\n" );
document.write( "Q(x) = Ax²+Bx+C\r\n" );
document.write( "\r\n" );
document.write( "and that'll be the answer.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );