document.write( "Question 1100600: I have to make up an equation, using simultaneous equations, according to this question;
\n" ); document.write( "A father is 26 years older than his daughter. In 4 years, he will be 2 more than 5 times her age. Find out both their age.
\n" ); document.write( "

Algebra.Com's Answer #715121 by greenestamps(13216)\"\" \"About 
You can put this solution on YOUR website!

Tutor ikleyn has supplied a good solution using two variables.

\n" ); document.write( "I personally find it easier to solve problems using algebra if I can set up the problem using only one variable.

\n" ); document.write( "If you are just now learning to solve problems like this using algebra, you should practice using both methods to find out which one \"works\" better for you.

\n" ); document.write( "Here is my solution using a single variable.

\n" ); document.write( "let d be the daughter's age
\n" ); document.write( "then d+26 is the father's age (\"A father is 26 years older than his daughter\")

\n" ); document.write( "\"In 4 years, he will be 2 more than 5 times her age\"

\n" ); document.write( "We can restate this as \"the father's age in 4 years will be 2 more than 5 times his daughter's age then\".

\n" ); document.write( "The daughter's age in 4 years will be d+4; the father's age in 4 years will be d+30. So

\n" ); document.write( "\"d%2B30+=+5%28d%2B4%29%2B2%29\"
\n" ); document.write( "\"d%2B30+=+5d%2B22\"
\n" ); document.write( "\"4d+=+8\"
\n" ); document.write( "\"d+=+2\"

\n" ); document.write( "The daughter's age is d=2; the father's age is d+26 = 28.

\n" ); document.write( "You can see that the calculations we end up doing are the same with either method; we just get there by a different path.
\n" ); document.write( "
\n" );