document.write( "Question 512347: In 7 years Maria will be twice as old as she was 3 years ago. What is her present age? \n" ); document.write( "
Algebra.Com's Answer #342608 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "Present age of Maria = m\r \n" ); document.write( "\n" ); document.write( "In 7 years means we have to add 7 to the present age of Maria \n" ); document.write( "=m+7 \n" ); document.write( "3 years ago means we have to subtract 3 from her present age \n" ); document.write( "=m-3 \n" ); document.write( "then \n" ); document.write( "m+7=2(m-3) \n" ); document.write( "m+7=2m-6 \n" ); document.write( "m=2m-6-7 \n" ); document.write( "m-2m=-13 \n" ); document.write( "-m=-13 \n" ); document.write( "Multiply by (-1) both sides \n" ); document.write( "m=13\r \n" ); document.write( "\n" ); document.write( "Maria is 13 years old now. \n" ); document.write( " |