document.write( "Question 711598: Amy is twice as old as Lucy. Three years from now the sum of their ages will be 42. How old is Amy?
\n" );
document.write( "Please show steps clearly. I want to understand the process.\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #437461 by sachi(548)![]() ![]() You can put this solution on YOUR website! Amy is twice as old as Lucy. \n" ); document.write( "SO let lucy is x then amy is 3x \n" ); document.write( "Three years from now \n" ); document.write( "lucy is x+3 then amy is 3x+3 \n" ); document.write( "the sum of their ages will be 42. \n" ); document.write( "so x+3+3x+3=42 \n" ); document.write( "or 4x+6=42 \n" ); document.write( "or 4x=42-6=36 \n" ); document.write( "or x=36/4=9 \n" ); document.write( "so lucy is 9 yrs and amy is 27 yrs\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |