document.write( "Question 1171636: Ali is twice as old as her sister Merl. Four years ago, she was three times as old as Merle. How old is each girl now? \n" ); document.write( "
Algebra.Com's Answer #796549 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! Merl's age now = M \n" ); document.write( "Ali's age now = 2M \n" ); document.write( " \n" ); document.write( "2M - 4 = 3(M - 4) \n" ); document.write( " \n" ); document.write( "2M - 4 = 3M - 12 \n" ); document.write( " \n" ); document.write( "-M = -8 \n" ); document.write( " \n" ); document.write( "M = 8 \n" ); document.write( " \n" ); document.write( "Merl's age now = M = 8 \n" ); document.write( "Ali's age now = 2M = 2(8) = 16 |