document.write( "Question 281100: A father is four times as old as his daughter is now. In 20 years, he will be only twice as old as his daughter. How old are the father and daughter now? \n" ); document.write( "
Algebra.Com's Answer #217679 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
Father Daughter
\n" ); document.write( "F=4D
\n" ); document.write( "F+20=2(D+20)
\n" ); document.write( "F+20=2D+40
\n" ); document.write( "F=2D+20
\n" ); document.write( "4D=2D+20
\n" ); document.write( "2D=20
\n" ); document.write( "D=10
\n" ); document.write( "F=40
\n" ); document.write( "
\n" );