document.write( "Question 584146: A man is 37 years old and his daughter is 5 years old. In how many years time will the man be 3 times the age of his daughter \n" ); document.write( "
Algebra.Com's Answer #372696 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
f=37
\n" ); document.write( "d=5
\n" ); document.write( "f+x=3*(d+x)
\n" ); document.write( "x=11 years
\n" ); document.write( "check
\n" ); document.write( "37+11=3*(5+11)
\n" ); document.write( "48=48
\n" ); document.write( "ok
\n" ); document.write( "
\n" );