document.write( "Question 816517: the ages of a father and son add up to 55 and the digits are reverse of each other. the father is older than 11 when the son is born and the son is currently older than 5. How old are they? Show how you derived at the answer \n" ); document.write( "
Algebra.Com's Answer #491566 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! the digits are reverse of each other. \n" ); document.write( " \r\n" ); document.write( "Let the father's age = 10t+u\r\n" ); document.write( "Let the son's age = 10u+t\r\n" ); document.write( "\r\n" ); document.write( "Neither t nor u can be 0, since the first digit of neither age can be 0.\r\n" ); document.write( " \n" ); document.write( "the ages of a father and son add up to 55 \n" ); document.write( " \r\n" ); document.write( "(10t+u)+(10u+t) = 55\r\n" ); document.write( " 10t+u+10u+t = 55\r\n" ); document.write( " 11t+11u = 55\r\n" ); document.write( "Divide through by 11\r\n" ); document.write( " t+u = 5\r\n" ); document.write( " \n" ); document.write( "the father is older than 11 when the son is born \n" ); document.write( " \r\n" ); document.write( "So the father is more than 11 years older than his son\r\n" ); document.write( "(I would certainly hope so! There aren't many 11 year-old \r\n" ); document.write( "fathers.)\r\n" ); document.write( "\r\n" ); document.write( " 10t+u > 10u+t + 11\r\n" ); document.write( " 9t-9u > 11\r\n" ); document.write( "9(t-u) > 11\r\n" ); document.write( " t-u > 11/9\r\n" ); document.write( " t-u > 1&2/9\r\n" ); document.write( " t-u ≧ 2\r\n" ); document.write( "\r\n" ); document.write( "From above,\r\n" ); document.write( "\r\n" ); document.write( " t+u = 5\r\n" ); document.write( "\r\n" ); document.write( "Solve for t\r\n" ); document.write( " t = 5-u\r\n" ); document.write( "\r\n" ); document.write( "Substitute in \r\n" ); document.write( "\r\n" ); document.write( " t-u ≧ 2\r\n" ); document.write( "5-u-u ≧ 2\r\n" ); document.write( " 5-2u ≧ 2\r\n" ); document.write( " -2u ≧ -3\r\n" ); document.write( "Divide both sides by -2, which reverses the inequality\r\n" ); document.write( " u ≦ 1.5\r\n" ); document.write( " \r\n" ); document.write( "u can DISABLED_event_only= 1, since it can't be 0. \r\n" ); document.write( "\r\n" ); document.write( " t+1 = 5\r\n" ); document.write( " t = 4\r\n" ); document.write( "\r\n" ); document.write( "So the father is 10t+u = 10(4)+1 = 40+1 = 41\r\n" ); document.write( "And the son is 10u+t = 10(1)+4 = 10+4 = 14\r\n" ); document.write( " \n" ); document.write( "the son is currently older than 5. \n" ); document.write( " \r\n" ); document.write( "We knew the son's age was a two-digit number; otherwise\r\n" ); document.write( "his father's age couldn't be the reverse of the digits \r\n" ); document.write( "of his age. So we did not need this information.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |