document.write( "Question 595511: In 1996 my grandfather's age equaled the product of the four digits in the year he was born and the same was true for his daughter. Find the two birth years. \n" ); document.write( "
Algebra.Com's Answer #377192 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! In 1996 my grandfather's age equaled the product of the four digits in the year he was born and the same was true for his daughter. Find the two birth years.\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "We know all the years start with 19. Let's just consider the\r\n" ); document.write( "last two digits of the year. For example 1996 will be called just\r\n" ); document.write( "96 and, say, 1935 would, for instance, be called just 35.\r\n" ); document.write( "\r\n" ); document.write( "96 - age = birth year\r\n" ); document.write( "\r\n" ); document.write( "let t = tens digit of the birth year\r\n" ); document.write( "let u = units digit of the birth year\r\n" ); document.write( "birth year = 10t + u\r\n" ); document.write( "\r\n" ); document.write( "1·9·t·u = 9tu = product of digits of birth year = age \r\n" ); document.write( "\r\n" ); document.write( "96 - 9tu = 10t + u \r\n" ); document.write( "\r\n" ); document.write( "Solve for u\r\n" ); document.write( "\r\n" ); document.write( "96 - 10t = 9tu + u\r\n" ); document.write( "\r\n" ); document.write( "96 - 10t = u(9t + 1)\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |