document.write( "Question 815649: Mon is 8 years younger than Ram. In two years, the age of Ram will be 2 less than twice Mon’s age. Find their present ages.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #491155 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! x = Ram's present age \n" ); document.write( "x - 8 = Mon's present age\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 2 = Ram's age in 2 years {added 2 onto present age} \n" ); document.write( "x - 6 = Mon's age in 2 years {added 2 onto present age}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 2 = 2(x - 6) - 2 {in two years, Ram will be 2 less than twice Mon} \n" ); document.write( "x + 2 = 2x - 12 - 2 {used distributive property} \n" ); document.write( "x + 2 = 2x - 14 {combined like terms} \n" ); document.write( "2 = x - 14 {subtracted x from each side} \n" ); document.write( "x = 16 {added 14 to each side} \n" ); document.write( "x - 8 = 8 {substituted 16, in for x, into x - 8}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ram is 16 and Mon is 8 \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |