document.write( "Question 390056: mark is three times as old as jane is now. in three years, mark will be twice as old as jane is then,. how old are they now \n" ); document.write( "
Algebra.Com's Answer #276537 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! mark is three times as old as jane is now. \n" ); document.write( "m = 3j \n" ); document.write( "----- \n" ); document.write( "in three years, mark will be twice as old as jane is then. \n" ); document.write( "(m+3) = 2(j+3) \n" ); document.write( "---- \n" ); document.write( "how old are they now \n" ); document.write( "--- \n" ); document.write( "Substitute for \"m\" and solve for \"j\": \n" ); document.write( "3j+3 = 2j+6 \n" ); document.write( "j = 3 (Jane's age now) \n" ); document.write( "--- \n" ); document.write( "Since m=3j, m = 9 (Mark's age now) \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |