document.write( "Question 637479: Jack is married to Jill. their son, junior, asked each of them to reveal their ages. Juniors parents decided to tell him but in the form of a puzzle. Jack told Junior, \"If you reverse the digits in my age, you'll get your mothers age.\"
\n" );
document.write( "Jill told her son, \"the sum of my age and your dad's age is equal to 11 times the difference in our ages\"
\n" );
document.write( "\"Wait a minuet,\" said junior, \"I cant figure out your ages with just those two clues\" \r
\n" );
document.write( "\n" );
document.write( "\"You're right\" said Jack \"Remember that I am older than you're mother.\"
\n" );
document.write( "What are the ages of Jack and Jill? \n" );
document.write( "
Algebra.Com's Answer #401699 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let m = Mom's age = ab \n" ); document.write( "Let d = Dad's age = ba > ab \n" ); document.write( "Numerically (assuming Dad < 100 years old) \n" ); document.write( "m = 10a + b \n" ); document.write( "d = 10b + a \n" ); document.write( "Then \n" ); document.write( "m + d = 10a + b + 10b +a = 11a + 11b = 11*(a+b) \n" ); document.write( "d - m = (10b + a) - (10a + b) = 9b - 9a = 9*(b - a) \n" ); document.write( "Since m+d = 11*(d-m) we have \n" ); document.write( "11*(a+b) = 11*9*(b-a) or \n" ); document.write( "(a+b) = 9*(b-a) \n" ); document.write( "This is satisfied when \n" ); document.write( "(a+b) = 9 \n" ); document.write( "(b-a) = 1 \n" ); document.write( "Solving this pair of equations for a and b yields \n" ); document.write( "a = 4 \n" ); document.write( "b = 5 \n" ); document.write( "Therefore the Dad is 54 and Mom is 45. \n" ); document.write( "Are they correct? Let's see. \n" ); document.write( "Is 45 the reverse of 54? Yes \n" ); document.write( "Is [(45+54) = 11*(54-45)]? \n" ); document.write( "Is [99 = 11*9]? \n" ); document.write( "Is [99=99]? Yes \n" ); document.write( " |