document.write( "Question 1176549: Larry is 5 years older than Mark and Andrew is 6 years older than twice Larry’s age. The sum of
\n" );
document.write( "their ages is 57. How old is each person?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #803661 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Hi\r\n" ); document.write( " Larry + Mark + Andrew\r\n" ); document.write( " (x+ 5)+ x + 2(x+5)+6 = 57\r\n" ); document.write( " 4x = 36\r\n" ); document.write( " x = 9, Mark's age, Larry is 14 and Andrew is 34 \n" ); document.write( " \n" ); document.write( " |