document.write( "Question 1196797: This year, alex's grandfather's age is 6 times of Alex's age. After a few years, Alex's grandfather's age will be 5 times of Alex's age. After another few years, Alex's grandfather's age will be 4 times of Alex's age. What is Alex's grandfather's age this year? \n" ); document.write( "
Algebra.Com's Answer #829799 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! This year, alex's grandfather's age is 6 times of Alex's age. \n" ); document.write( " After a few years, Alex's grandfather's age will be 5 times of Alex's age. \n" ); document.write( " After another few years, Alex's grandfather's age will be 4 times of Alex's age. \n" ); document.write( " What is Alex's grandfather's age this year? \n" ); document.write( ": \n" ); document.write( "let a = Alex's present age \n" ); document.write( "Grandfather is 6 time Alex's, therefore: \n" ); document.write( "let 6a = grandfathers present age \n" ); document.write( ": \n" ); document.write( "let y = \"another few years\" \n" ); document.write( "let x = a few more years \n" ); document.write( ": \n" ); document.write( "\"another few years\" equation \n" ); document.write( "6a + y = 5(a+y) \n" ); document.write( "6a + y = 5a + 5y \n" ); document.write( "6a - 5a = 5y - y \n" ); document.write( "a = 4y \n" ); document.write( ": \n" ); document.write( "a \"few more years\" equation \n" ); document.write( "6a + x = 4(a+x) \n" ); document.write( "6a + x = 4a + 4x \n" ); document.write( "6a - 4a = 4x - x \n" ); document.write( "2a = 3x \n" ); document.write( "a = 1.5x \n" ); document.write( ": \n" ); document.write( "a = a, therefore \n" ); document.write( "4y = 1.5x \n" ); document.write( "we want integers here, therefore \n" ); document.write( "8y = 3x \n" ); document.write( "y = \n" ); document.write( "y and x have to be single digit integers therefore \n" ); document.write( "y = 3 yrs and x = 8 yrs \n" ); document.write( ": \n" ); document.write( "find a \n" ); document.write( "a = 4y \n" ); document.write( "a = 4(3) \n" ); document.write( "a = 12 yrs is Alex's age \n" ); document.write( "then \n" ); document.write( "6(12) = 72 yrs is grandfather's age\r \n" ); document.write( "\n" ); document.write( "You can substitute in the 3 yr and 8 yr equations to confirm this \n" ); document.write( " |