document.write( "Question 509268: What is the equation for the problem \"John is 3 times as old as Martha.
\n" );
document.write( "Five years ago the sum of their ages was 46.
\n" );
document.write( "How old are they now?\"
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #341375 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! What is the equation for the problem \"John is 3 times as old as Martha. \n" ); document.write( "Five years ago the sum of their ages was 46. \n" ); document.write( "How old are they now?\" \n" ); document.write( ". \n" ); document.write( "Let m = Martha's age \n" ); document.write( "then from \"John is 3 times as old as Martha\": \n" ); document.write( "3m = John's age \n" ); document.write( ". \n" ); document.write( "From:\"Five years ago the sum of their ages was 46\" \n" ); document.write( "(m-5) + (3m-5) = 46 \n" ); document.write( "4m-10 = 46 \n" ); document.write( "4m = 56 \n" ); document.write( "m = 14 years old (Martha) \n" ); document.write( ". \n" ); document.write( "John: \n" ); document.write( "3m = 3(14) = 42 years old \n" ); document.write( " \n" ); document.write( " |