document.write( "Question 13327: 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 #6686 by uksraj(9)![]() ![]() ![]() You can put this solution on YOUR website! let bob's father current age is x;and that of bob is y \n" ); document.write( "age at four years ago i.e of father=x-4 & of bob =y-4 \n" ); document.write( "given 3y=x I \n" ); document.write( " (x-4)=4*(y-4) II \n" ); document.write( "putting value of equ I in II \n" ); document.write( "we have 3y-4=4y-16 i.e y=12 & x=3x12=36 \n" ); document.write( " |