document.write( "Question 541166: The age of son and father are in the ratio 1:4. after 6 years the ratio of their ages become 3:5. what is the present age of son \n" ); document.write( "
Algebra.Com's Answer #354093 by lwsshak3(11628) ![]() You can put this solution on YOUR website! The age of son and father are in the ratio 1:4. after 6 years the ratio of their ages become 3:5. what is the present age of son \n" ); document.write( "** \n" ); document.write( "let x=present age of son \n" ); document.write( "4x=present age of father \n" ); document.write( "6 years hence \n" ); document.write( "x+6 = age of son \n" ); document.write( "4x+6=age of father \n" ); document.write( "(x+6)/(4x+6)=3/5 \n" ); document.write( "5x+30=12x+18 \n" ); document.write( "7x=12 \n" ); document.write( "x=12/7 \n" ); document.write( "ans: \n" ); document.write( "present age of son=12/7 yrs \n" ); document.write( " |