document.write( "Question 240702: How do I write out this problem to solve it.\r
\n" );
document.write( "\n" );
document.write( "Ellen is 11 years older than Maja. Last year Ellen was twice as old as Maja. How old is Maja now? \n" );
document.write( "
Algebra.Com's Answer #176393 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Ellen is 11 years older than Maja. Last year Ellen was twice as old as Maja. How old is Maja now? \n" ); document.write( "-------------- \n" ); document.write( "E = M + 11 \n" ); document.write( "E-1 = 2*(M-1) --> E-1 = 2M-2 \n" ); document.write( "E = 2M - 1 \n" ); document.write( "------------- \n" ); document.write( "M + 11 = 2M - 1 \n" ); document.write( "M = 12 \n" ); document.write( "------- \n" ); document.write( "E = 23 \n" ); document.write( " |