document.write( "Question 257380: Eva is 6 years older than his brother, Elvin. In 4 years, Eva will be 26 more than one-half of Elvin's age. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #189303 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let eva = E and elvin, brother, = B.
\n" ); document.write( "we have the following equations based on the given information:
\n" ); document.write( "(i) E = B + 6
\n" ); document.write( "(ii) E + 4 = (1/2)B + 26
\n" ); document.write( "multiply (ii) by 2 to get
\n" ); document.write( "(iii) 2E + 8 = B + 52
\n" ); document.write( "Substitute (i) into (iii) to get
\n" ); document.write( "(iv) 2(B + 6) + 8 = B + 52
\n" ); document.write( "simplify to get
\n" ); document.write( "2B + 12 + 8 = B + 52
\n" ); document.write( "B = 32.
\n" ); document.write( "E = 38.
\n" ); document.write( "
\n" );