document.write( "Question 1104358: Ed is 8 years older than his brother.The sum of their ages is 38,how old are they now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #731693 by passionn(5)![]() ![]() ![]() You can put this solution on YOUR website! Let Ed's brother age be x \n" ); document.write( "Let Ed's age be 8+x \n" ); document.write( "x+8+x=38 \n" ); document.write( "2x+8=38 \n" ); document.write( "2x=38-8 \n" ); document.write( "2x=30 \n" ); document.write( "divide both sides by 2 \n" ); document.write( "2x/2=30/2 \n" ); document.write( "x=15 \n" ); document.write( "therefore Ed's brother is 15 years old now \n" ); document.write( "Ed's age=38-15=23 years \n" ); document.write( " |