document.write( "Question 1115194: In four years Ben’s grandfather will be five times old as Ben last year.When Ben present age is added to his grandfather’s present age,the total is 72.How old is each one now.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #730082 by addingup(3677)![]() ![]() You can put this solution on YOUR website! grandfather: g \n" ); document.write( "Ben: b \n" ); document.write( "g+4 = 5(b-1) \n" ); document.write( "g+b = 72 subtract b from both sides: g = 72-b Use this value for g in the equation above: \n" ); document.write( "g+4 = 5(b-1) \n" ); document.write( "(72-b)+4 = 5b-5 \n" ); document.write( "72-b = 5b-9 \n" ); document.write( "81 = 6b \n" ); document.write( "b = 13.5 \n" ); document.write( "g = 72-13.5 = 58.5 \n" ); document.write( "Ben is 13 1/2 years old and the grandfather is 58 1/2 years old \n" ); document.write( "-------------------------------------- \n" ); document.write( "Check: \n" ); document.write( "g+4 = 5(b-1) \n" ); document.write( "58.5+4 = 5(13.5-1) \n" ); document.write( "62.5 = 62.5 Correct \n" ); document.write( " |