document.write( "Question 952985: Ahmet is 26 years young er than his mother. In 4 years, his mother will be 3 times Ahmet's age. How old is Ahmet now? \n" ); document.write( "
Algebra.Com's Answer #581968 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! M = A + 26 \n" ); document.write( "M + 4 = 3(A+4) \n" ); document.write( "M + 4 = 3A + 12 \n" ); document.write( "M = 3A + 8 \n" ); document.write( "from the top equation: \n" ); document.write( "A + 26 = 3A + 8 \n" ); document.write( "A + 18 = 3A \n" ); document.write( "18 = 2A \n" ); document.write( "9 = A \n" ); document.write( "If Ahmet is 9, then his mother is 35. \n" ); document.write( "In 4 years, Ahmet will be 13 and his mother will be 39. \n" ); document.write( " |