document.write( "Question 1009173: a boy is 0.25 age of his father, after 8 years the sum of both ages is 61. now what is the age of father? \n" ); document.write( "
Algebra.Com's Answer #626371 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their ages NOW, b and f. We have \n" ); document.write( "b = .25f or 4b = f \n" ); document.write( "Then we have, in 8 years, \n" ); document.write( "b+8 + f+8 = 61 \n" ); document.write( "Substituting we have \n" ); document.write( "b + 8 + 4b + 8 = 61 \n" ); document.write( "5b + 16 = 61 \n" ); document.write( "5b = 45 \n" ); document.write( "b = 9 \n" ); document.write( "f = 36 years old \n" ); document.write( " |