document.write( "Question 821025: The ages of moe and joe now total 49 years. Moe's age now is twice the age that joe was when moe's age was the same as joe's is now. how old are moe and joe now?
\n" );
document.write( "I've tried doing this but I get mixed up when I get to the second sentence.
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #494998 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! The ages of moe and joe now total 49 years. \n" ); document.write( " \r\n" ); document.write( "M+J = 49\r\n" ); document.write( " \n" ); document.write( "Moe's age now is twice the age that joe was... \n" ); document.write( " \r\n" ); document.write( "Stop here. Let y = the number of years ago that was.\r\n" ); document.write( "\r\n" ); document.write( "y years ago, Moe was M-y and Joe was J-y\r\n" ); document.write( "\r\n" ); document.write( "M = 2(J-y)\r\n" ); document.write( "\r\n" ); document.write( "Now let's see what else was true y years ago: \r\n" ); document.write( " \n" ); document.write( "...when moe's age was the same as joe's is now. \n" ); document.write( " \r\n" ); document.write( "M-y = J\r\n" ); document.write( "\r\n" ); document.write( "So we have these three equations:\r\n" ); document.write( "\r\n" ); document.write( "M+J = 49 \r\n" ); document.write( "M = 2*(J-y)\r\n" ); document.write( "M-y = J\r\n" ); document.write( "\r\n" ); document.write( "Solve that system of equations and get J=21, M=28, y=7\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |