document.write( "Question 441372: Jack is twice as old as Lacy. In two years the sum of their ages will be seventy three. How old are they now?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #304681 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! J=2L \n" ); document.write( "(J+2)+(L+2)=73 \n" ); document.write( "2L+L+4=73 \n" ); document.write( "3L=69 \n" ); document.write( "L=23 \n" ); document.write( "J=46 \n" ); document.write( "Jack is 46. Lacy is 23.. \n" ); document.write( " |