document.write( "Question 574661: Mary is 24.
\n" ); document.write( "Mary is twice as old as Ann was, when Mary was as old as Ann
\n" ); document.write( "is now.
\n" ); document.write( "How old is Ann?
\n" ); document.write( "

Algebra.Com's Answer #369209 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Mary is 24.
\n" ); document.write( "Mary is twice as old as Ann was, when Mary was as old as Ann
\n" ); document.write( "is now.
\n" ); document.write( "How old is Ann?
\n" ); document.write( "
\r\n" );
document.write( "Let A = Ann's age now\r\n" );
document.write( "Let y = the number of years ago it was when Mary was Ann's present age, or A.\r\n" );
document.write( "\r\n" );
document.write( "Then y years ago, Mary was 24-y and she was also A, so we set those equal:\r\n" );
document.write( "\r\n" );
document.write( "       24-y = A \r\n" );
document.write( "\r\n" );
document.write( "Also y years ago, Ann was A-y, and Mary's age now, 24, is twice this, so\r\n" );
document.write( "\r\n" );
document.write( "         24 = 2(A-y) \r\n" );
document.write( "\r\n" );
document.write( "So that is the system of equations:\r\n" );
document.write( "\r\n" );
document.write( "\"system%2824-y=A%2C24=2%28A-y%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Solve that system by substitution and get A = 18 and y=6\r\n" );
document.write( "\r\n" );
document.write( "Answer: Ann is 18.\r\n" );
document.write( "\r\n" );
document.write( "Checking:  Ann is now 18. Mary is now 24, so 6 years ago Mary was 18, which\r\n" );
document.write( "is Ann's age now.  That checks.  6 years ago Ann was 12.  Since Mary's age now\r\n" );
document.write( "is 24, she is indeed twice as old as Ann was 6 years ago.  So the answer is correct.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );