document.write( "Question 941095: The sum of ahmed's age and his son age is 50. Last year ahmed was three times as old as his son. How old is ahmed this year? \n" ); document.write( "
Algebra.Com's Answer #573700 by laoman(51)\"\" \"About 
You can put this solution on YOUR website!
Let ahmed's age be a, let the son's age be s
\n" ); document.write( "From first statement, a + s = 50
\n" ); document.write( "From second statement, a-1 = 3*(s-1)
\n" ); document.write( "a-1 = 3s - 3
\n" ); document.write( "Solving these equations
\n" ); document.write( "a+s = 50
\n" ); document.write( "a - 3s = -2
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE linear system by SUBSTITUTION
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++1%5Ca+%2B+1%5Cs+=+50%2C%0D%0A++++1%5Ca+%2B+-3%5Cs+=+-2+%29%0D%0A++\"We'll use substitution. After moving 1*s to the right, we get:
\n" ); document.write( " \"1%2Aa+=+50+-+1%2As\", or \"a+=+50%2F1+-+1%2As%2F1\". Substitute that
\n" ); document.write( " into another equation:
\n" ); document.write( " \"1%2A%2850%2F1+-+1%2As%2F1%29+%2B+-3%5Cs+=+-2\" and simplify: So, we know that s=13. Since \"a+=+50%2F1+-+1%2As%2F1\", a=37.
\n" ); document.write( "
\n" ); document.write( " Answer: \"system%28+a=37%2C+s=13+%29\".
\n" ); document.write( "

\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore, Ahmed is 37 years old this year
\n" ); document.write( "
\n" );