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)\"\" \"About 
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( "\"%2896-10t%29%2F%289t%2B1%29\" = u\r\n" );
document.write( "\r\n" );
document.write( "u = \"%2896-10t%29%2F%289t%2B1%29\"\r\n" );
document.write( "\r\n" );
document.write( "We start trying digits for t until we get a digit for u\r\n" );
document.write( "\r\n" );
document.write( "try t = 0, u = \"%2896-10t%29%2F%289t%2B1%29\" = \"%2896-10%280%29%29%2F%289%280%29%2B1%29\" = \"96%2F1\" = 96, not a digit\r\n" );
document.write( "\r\n" );
document.write( "try t = 1, u = \"%2896-10t%29%2F%289t%2B1%29\" = \"%2896-10%281%29%29%2F%289%281%29%2B1%29\" = \"86%2F10\", not a digit\r\n" );
document.write( "\r\n" );
document.write( "try t = 2, u = \"%2896-10t%29%2F%289t%2B1%29\" = \"%2896-10%282%29%29%2F%289%282%29%2B1%29\" = \"76%2F19\" = 4.  Hooray, that's a digit, so we found one answer:\r\n" );
document.write( "\r\n" );
document.write( "t = 2, u = 4, birth year = 1924, age = 1·9·2·4 = 72, must be the grandfather.\r\n" );
document.write( "Checking 1996-1924 = 72, so that checks.  \r\n" );
document.write( "\r\n" );
document.write( "We need another solution for the daughter:\r\n" );
document.write( "\r\n" );
document.write( "try t = 3, u = \"%2896-10t%29%2F%289t%2B1%29\" = \"%2896-10%283%29%29%2F%289%283%29%2B1%29\" = \"66%2F28\", not a digit.\r\n" );
document.write( "\r\n" );
document.write( "try t = 4, u = \"%2896-10t%29%2F%289t%2B1%29\" = \"%2896-10%284%29%29%2F%289%284%29%2B1%29\" = \"56%2F37\", not a digit. \r\n" );
document.write( " \r\n" );
document.write( "try t = 5, u = \"%2896-10t%29%2F%289t%2B1%29\" = \"%2896-10%285%29%29%2F%289%285%29%2B1%29\" = \"46%2F46\" = 1, hooray, another digit.\r\n" );
document.write( "\r\n" );
document.write( "t = 5, u = 1, birth year = 1951, age = 1·9·5·1 = 45, must be the daughter.\r\n" );
document.write( "Checking 1996-1951 = 45, so that checks. \r\n" );
document.write( "\r\n" );
document.write( "Answer: the grandfather was born in 1924 and was 72 in 1996          \r\n" );
document.write( "        the daughter was born in 1951 and was 45 in 1996.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );