document.write( "Question 997843: Mandy is twice as old as Jessica. Three years ago Mandy was three times as old as Jessica was then. Find the age of each girl now \n" ); document.write( "
Algebra.Com's Answer #615799 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their ages now m and j. Thus \n" ); document.write( "m = 2j \n" ); document.write( "Three years ago, \n" ); document.write( "m-3 = 3(j-3) \n" ); document.write( "Now substitute for m and get \n" ); document.write( "2j-3 = 3(j-3) \n" ); document.write( "2j-3 = 3j-9 \n" ); document.write( "Now subtract 2j and add nine to both sides and get \n" ); document.write( "6 = j \n" ); document.write( "m = 12 \n" ); document.write( " |