document.write( "Question 210896This question is from textbook
\n" ); document.write( ": A father is 4 times as old as his daughter. In six years, he will be three times as old as she is. how old is the daughter now? \n" ); document.write( "
Algebra.Com's Answer #159317 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"f\"= father's age now
\n" ); document.write( "\"d\"= daughter's age now
\n" ); document.write( "\"f+=+4d\"
\n" ); document.write( "\"f+%2B+6+=+3%2A%28d+%2B+6%29\"
\n" ); document.write( "\"4d+%2B+6+=+3d+%2B+18\"
\n" ); document.write( "\"d+=+12\"
\n" ); document.write( "The daughter is 12 yrs old now
\n" ); document.write( "check:
\n" ); document.write( "\"f+=+4d\"
\n" ); document.write( "\"f+=+48\"
\n" ); document.write( "\"f+%2B+6+=+3%2A%28d+%2B+6%29\"
\n" ); document.write( "\"48+%2B+6+=+3%2A%2812+%2B+6%29\"
\n" ); document.write( "\"54+=+3%2A18\"
\n" ); document.write( "\"54+=+54\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );