document.write( "Question 38374: Bob's father is 3 times old as Bob. 4 years ago, he was 4 times older. How old is Bob? \n" ); document.write( "
Algebra.Com's Answer #23859 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Always assign variables in age problems in the NOW. \n" ); document.write( "Let B be Bob's age NOW. \n" ); document.write( "Let F be the father's age NOW. \n" ); document.write( "From the problem, \n" ); document.write( "F = 3B \n" ); document.write( "F - 4 = 4(B - 4) \n" ); document.write( "Substituting, we get \n" ); document.write( "3B - 4 = 4B - 16 \n" ); document.write( "-B = -12 \n" ); document.write( "and \n" ); document.write( "B = 12 \n" ); document.write( " |