document.write( "Question 205101: When I am as old as my father is now, I shall be five times as old as my son is now. By then, my son will be eight years older than I am now. The combined ages of my father and myself are 100 years. How old is my son? \n" ); document.write( "
Algebra.Com's Answer #154849 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
When I am as old as my father is now, I shall be five times as old as my son is now. By then, my son will be eight years older than I am now. The combined ages of my father and myself are 100 years. How old is my son?
\n" ); document.write( ":
\n" ); document.write( "let m = my age now
\n" ); document.write( "let s = son's age
\n" ); document.write( "let f = father's age
\n" ); document.write( "let d = difference between my age and father's age (f - m)
\n" ); document.write( ":
\n" ); document.write( "From the statement
\n" ); document.write( "\"When I am as old as my father is now, I shall be five times as old as my son is now.\"
\n" ); document.write( "we can say: (m + d) = 5s = f
\n" ); document.write( "or
\n" ); document.write( "d = 5s - m
\n" ); document.write( ":
\n" ); document.write( "\" By then, my son will be eight years older than I am now.\"
\n" ); document.write( "s + d = m + 8
\n" ); document.write( "replace d with (5s-m)
\n" ); document.write( "s + 5s - m = m + 8
\n" ); document.write( "6s - 2m = 8
\n" ); document.write( ":
\n" ); document.write( "\" The combined ages of my father and myself are 100 years.\"
\n" ); document.write( "f + m = 100
\n" ); document.write( "Replace f with 5s
\n" ); document.write( "5s + m = 100
\n" ); document.write( ":
\n" ); document.write( " How old is my son?
\n" ); document.write( "multiply the above equation by 2 and add to; 6s - 2m = 8
\n" ); document.write( "10s + 2m = 200
\n" ); document.write( " 6s - 2m = 8
\n" ); document.write( "-------------- eliminates m
\n" ); document.write( "16s = 208
\n" ); document.write( "s = \"208%2F16\"
\n" ); document.write( "s = 13 yrs is my son's age
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution:
\n" ); document.write( "find m:
\n" ); document.write( "m + 5s = 100
\n" ); document.write( "m + 5(13) = 100
\n" ); document.write( "m = 100 - 65
\n" ); document.write( "m = 35 yrs is my age
\n" ); document.write( "Find the father's age
\n" ); document.write( "100 - 35 = 65 is father's age
\n" ); document.write( ":
\n" ); document.write( "check solution in statement:
\n" ); document.write( "\"When I am as old as my father is now, I shall be five times as old as my son is now.\"
\n" ); document.write( "65 = 5(13)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );