document.write( "Question 749305: A father is four times as old as his son and his daughter is five years younger than her brother. If their combined ages amount to 73 years, find the age of each \n" ); document.write( "
Algebra.Com's Answer #456110 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A father is four times as old as his son and his daughter is five years younger than her brother.
\n" ); document.write( " If their combined ages amount to 73 years, find the age of each
\n" ); document.write( ":
\n" ); document.write( "Let f = father's age
\n" ); document.write( "let s = son's age
\n" ); document.write( "let d = daughter's age
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( ":
\n" ); document.write( "\"A father is four times as old as his son\"
\n" ); document.write( "f = 4s
\n" ); document.write( ":
\n" ); document.write( "\"his daughter is five years younger than her brother.\"
\n" ); document.write( "d = s-5
\n" ); document.write( ":
\n" ); document.write( "\"their combined ages amount to 73 years,\"
\n" ); document.write( "f + s + d = 73
\n" ); document.write( "replace f with 4s, replace d with (s-5)
\n" ); document.write( "4s + s + (s-5) = 73
\n" ); document.write( "6s = 73 + 5
\n" ); document.write( "6s = 78
\n" ); document.write( "s = 78/6
\n" ); document.write( "s = 13 yrs is son's age
\n" ); document.write( ":
\n" ); document.write( "I'll let you find f and d, check your solutions in the total age
\n" ); document.write( "
\n" ); document.write( "
\n" );