document.write( "Question 327365: 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 #234490 by AAfter Search(61)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of Bob be p years. \n" ); document.write( "Then present age of Bob's father is q = 3p \n" ); document.write( "4 years ago, 3p - 4 = 4(p - 4) \n" ); document.write( "=> 3p - 4 = 4p - 16 \n" ); document.write( "=> 3p - 4p = 4 - 16 \n" ); document.write( "=> -p = -12 \n" ); document.write( "p = 12 \n" ); document.write( "q = 3 x 12 = 36 years \n" ); document.write( "Hence, present age of Bob is 36 years. \n" ); document.write( " |