document.write( "Question 254492: Mara is twice as old as Aina. In 10 years, the sum of their age, will be 44. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #186833 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let M = mara and A = Aina
\n" ); document.write( "Mara is twice as old as Aina translates to
\n" ); document.write( "(i) \"M+=+2A\"
\n" ); document.write( "In 10 years, the sum of their age, will be 44 translates to
\n" ); document.write( "(ii) \"M+%2B+10+%2B+A+%2B+10+=+44\"
\n" ); document.write( "by substitution of (i) into (ii) we get
\n" ); document.write( "(iii) \"2A+%2B+10+%2B+A+%2B+10+=+44\"
\n" ); document.write( "we get
\n" ); document.write( "\"3A+%2B+20+=+44\"
\n" ); document.write( "\"3A+=+24\"
\n" ); document.write( "\"A+=+8\"
\n" ); document.write( "Mara = 16 and Ania = 8.
\n" ); document.write( "
\n" );