document.write( "Question 39874: Find the value of c so that \r
\n" );
document.write( "\n" );
document.write( "y^2 - y + c divided by y + 1 = y-2 \n" );
document.write( "
Algebra.Com's Answer #25310 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! y^2 - y + c / y + 1 = y - 2 \n" ); document.write( "Multiply both sides by y + 1 yields: \n" ); document.write( "y^2 - y + c = (y+1)(y-2) \n" ); document.write( "Adding -y^2 and +y to both sides yields: \n" ); document.write( "c = (y+1)(y-2) -y^2 +y \n" ); document.write( "Removing the parentheses yields: \n" ); document.write( "c = y^2 -y -2 -y^2 +y \n" ); document.write( "Adding all like terms yields: \n" ); document.write( "c = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope that is right. \n" ); document.write( " |