document.write( "Question 527023: Six years from now, Miriam will be 2 years older than three times her present age. How old is she now? \n" ); document.write( "
Algebra.Com's Answer #348776 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! M = Miriam's age \n" ); document.write( ". \n" ); document.write( "In 6 years \n" ); document.write( "M+6 \n" ); document.write( ". \n" ); document.write( "M+6 = 3M+2 \n" ); document.write( ". \n" ); document.write( "-2M = -4 \n" ); document.write( ". \n" ); document.write( "M = 2 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |