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)![]() ![]() 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( "Therefore, Ahmed is 37 years old this year \n" ); document.write( " |