document.write( "Question 1094543: Jack is 12 years older than Jill. 8 years ago, the sum of their ages was 48. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #709128 by addingup(3677)![]() ![]() You can put this solution on YOUR website! let jack be x and jill be y: \n" ); document.write( "x = y+12 \n" ); document.write( "x-8 + y-8 = 48 \n" ); document.write( "y+12-8+y-8 = 48 \n" ); document.write( "2y+12-16 = 48 \n" ); document.write( "2y-4 = 48 \n" ); document.write( "2y = 52 \n" ); document.write( "y = 26 this is Jill's age. And Jack: \n" ); document.write( "26+12 = 38 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "Check - 8 years ago: \n" ); document.write( "26-8+38-8 = 48 Correct \n" ); document.write( " \n" ); document.write( " |