document.write( "Question 152801: a man is 65 years old and his grandson is 20. how many years ago was the grandfather six times as old as the grandson? \n" ); document.write( "
Algebra.Com's Answer #112311 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that x years ago the grandfather was six times as old as the grandson. \n" ); document.write( "x years ago, their ages were as follows: \n" ); document.write( "Grandfather: 65 - x, \n" ); document.write( "Grandson: 20 - x. \n" ); document.write( "As then the grandfather was six times as old as the grandson, we can set up an equation: \n" ); document.write( "65 - x = 6(20 - x) \n" ); document.write( "Solving for x, we obtain: \n" ); document.write( "65 - x = 120 - 6x \n" ); document.write( "5x = 55 \n" ); document.write( "x = 11 \n" ); document.write( "So 11 years ago the grandfather was six times as old as the grandson. \n" ); document.write( " \n" ); document.write( " |