document.write( "Question 827937: a grandfather's age is equal to the digits of his two grandchildren. And his age plus their ages equals 83. How old is he?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #499056 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! a grandfather's age is equal to the digits of his two grandchildren. \n" ); document.write( " And his age plus their ages equals 83. \n" ); document.write( " How old is he? \: \n" ); document.write( "Let a = the 1st digit of grandpa's age & the age of one of the grandchildren \n" ); document.write( "Let b = the 2nd digit of grandpa's age & the age of the other grandchild \n" ); document.write( "then \n" ); document.write( "10a + b = grandpa's age \n" ); document.write( "\" his age plus their ages equals 83.\" therefore: \n" ); document.write( "10a + b + a + b = 83 \n" ); document.write( "11a + 2b = 83 \n" ); document.write( "2b = -11a + 83 \n" ); document.write( "b = \n" ); document.write( "We know that a has to be a single digit, 7, 6 would make b too much \n" ); document.write( "Lets try a = 7 \n" ); document.write( "b = \n" ); document.write( "b = \n" ); document.write( "b = 3 \n" ); document.write( "Grandpa is 73, grand-kids are 7 and 3 \n" ); document.write( " |