document.write( "Question 636507: Billy is twice as old as his son. in 10 years, the ratio of their ages will be 3:5. find their present ages \n" ); document.write( "
Algebra.Com's Answer #401073 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let the age of the son be x
\n" ); document.write( "and the age of Billy be 2x
\n" ); document.write( " after 10 years
\n" ); document.write( " the ratio of their ages will be 3:5
\n" ); document.write( " then (x+10)/(2x+10) =3/5
\n" ); document.write( " or 3(2x+10)=5(x+10)
\n" ); document.write( " or 6x+30=5x+50
\n" ); document.write( " or 6x-5x=50-30
\n" ); document.write( " or x=20 son's age
\n" ); document.write( " So Billy is 2x=2*20=40 years ans
\n" ); document.write( "
\n" ); document.write( "
\n" );