document.write( "Question 976565: Bob's father is 3 times old as Bob. 4 years ago, he was 4 times older. How old is Bob?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #598134 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Bob's father is 3 times old as Bob. 4 years ago, he was 4 times older. How old is Bob? \n" ); document.write( "*** \n" ); document.write( "let x=bob's age \n" ); document.write( "3x= father's age \n" ); document.write( ".. \n" ); document.write( "4 yrs ago: \n" ); document.write( "x-4=bob's age \n" ); document.write( "3x-4= father's age \n" ); document.write( "3x-4=4(x-4) (4 years ago,father was 4 times older) \n" ); document.write( "3x-4=4x-16 \n" ); document.write( "x=12 \n" ); document.write( "How old is Bob? 12 \n" ); document.write( " |