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 #768997 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the quadratic which has a remainder of -6 when divided by x-1, a remainder of -4 when divided by x-3, and no remainder when divided by x+1. \n" ); document.write( ": \n" ); document.write( "Use the form ax^2 + bx + c, we assume a=1 \n" ); document.write( "Synthetic division; divisor is (x-1) remainder is -6 \n" ); document.write( "....__________ \n" ); document.write( " 1 | 1 + b + c \n" ); document.write( "...........1+(b+1) \n" ); document.write( "....------------ \n" ); document.write( "...... 1+(b+1)- 6; the equation from this \n" ); document.write( "(b+1)+c = -6 \n" ); document.write( "b + c = -7 \n" ); document.write( ": \n" ); document.write( "divisor is (x-3) remainder is -4 \n" ); document.write( "....__________ \n" ); document.write( "3 | 1 + b + c \n" ); document.write( "...........3+(3b+9) \n" ); document.write( "....------------ \n" ); document.write( "......1+(b+3) - 4; the equation from this \n" ); document.write( "3b+9 + c = -4 \n" ); document.write( "3b + c = -4 - 9 \n" ); document.write( "3b + c = -13 \n" ); document.write( ": \n" ); document.write( "Use elimination with these two equations to find b \n" ); document.write( "3b + c = -13 \n" ); document.write( " b + c = -7 \n" ); document.write( "----------------subtraction eliminates c find b \n" ); document.write( "2b + 0 = -6 \n" ); document.write( "b = -3 \n" ); document.write( "find c when b=-3 \n" ); document.write( "-3 + c = -7 \n" ); document.write( "c = -7 + 3 \n" ); document.write( "c = -4 \n" ); document.write( ": \n" ); document.write( "The equation: y = x^2 - 3x - 4 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "you can confirm this: \n" ); document.write( "perform long division using divisors (x-1) and (x-3) to give remainders of -6 and -4, respectively\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |