document.write( "Question 999852: x is a number such that when (x+1)^2 is divided by (x-2), the quotient is 16 and the remainder is (x-3). What is the value of x?\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #617402 by dj8055(1)![]() ![]() ![]() You can put this solution on YOUR website! (x+1)^2=(x-2)*16+(x-3) \n" ); document.write( "(x+1)^2=16x-32+x-3 \n" ); document.write( "x^2+2x+1=17x-35 \n" ); document.write( "x^2-15x+36=0 \n" ); document.write( "x^2-12x-3x+36=0 \n" ); document.write( "x(x-12)-3(x-12)=0 \n" ); document.write( "(x-12)(x-3)=0 \n" ); document.write( "x=12 OR 3 \n" ); document.write( " |