document.write( "Question 1073960: Eric is 6 years older than his brother. The sum of both their ages divided by 2 is equal to 11. How old is Eric and his brother? \n" ); document.write( "
Algebra.Com's Answer #688712 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let Eric's brother be n. Then Eric is n+6. So: \n" ); document.write( "n+n+6/2=11 \n" ); document.write( "2n+6=22 \n" ); document.write( "2n=16 \n" ); document.write( "n=8 \n" ); document.write( "Eric's brother is 8; Eric is 14. ☺☺☺☺ \n" ); document.write( " |