document.write( "Question 441459: I need to understand the formula to get the right answer.
\n" );
document.write( "example,
\n" );
document.write( "if 8y + 11 = 2y + 29, what does y =? \n" );
document.write( "
Algebra.Com's Answer #304711 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The idea is to \"isolate\" the unknown to one side of the equation: \n" ); document.write( "8y + 11 = 2y + 29 \n" ); document.write( "subtracting 2y from both sides: \n" ); document.write( "6y + 11 = 29 \n" ); document.write( "subtracting 11 from both sides: \n" ); document.write( "6y = 18 \n" ); document.write( "dividing both sides by 6: \n" ); document.write( "y = 3 \n" ); document.write( " \n" ); document.write( " |