document.write( "Question 396548: Jack is 4 years older than Jill. Seven years from now the the sum of their ages will be 72. How old is Jill now? \n" ); document.write( "
Algebra.Com's Answer #281274 by mananth(16946)![]() ![]() You can put this solution on YOUR website! jill = x years \n" ); document.write( "jack = x+4 \n" ); document.write( "... \n" ); document.write( "after 7 years \n" ); document.write( "jill =x+7 \n" ); document.write( "jack = x+4+7=x+11 \n" ); document.write( ".. \n" ); document.write( "x+11+x+7= 72 \n" ); document.write( "2x+18=72 \n" ); document.write( "-18 \n" ); document.write( "2x=54 \n" ); document.write( "x= 23 years jill's age \n" ); document.write( "jack's age = 27 \n" ); document.write( " \n" ); document.write( " |