document.write( "Question 722569: Mark is 3 times as old as Julie. The difference in their ages is 10 years.
\n" );
document.write( "What is Mark’s age? \n" );
document.write( "
Algebra.Com's Answer #442792 by god2012(113)![]() ![]() You can put this solution on YOUR website! Let 'M' and 'J' are the ages of Mark and Julie respectively.\r \n" ); document.write( "\n" ); document.write( "Given : \n" ); document.write( "M = 3J \n" ); document.write( "M - J = 10 or J = M - 10\r \n" ); document.write( "\n" ); document.write( "M = 3 (M+10) = 3M - 30 \n" ); document.write( "2M = 30 or M = 15 years \n" ); document.write( " \n" ); document.write( " |