document.write( "Question 443437: Could you please help me with this problem: The ages of three brothers are consecutive even integers. Three times the age of the youngest brother exceeds the oldest brother's age by 48 years. What is the age of the youngest brother? \n" ); document.write( "
Algebra.Com's Answer #305859 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
x;x+1;x+2
\n" ); document.write( "3*x=x+2+48
\n" ); document.write( "2x=50
\n" ); document.write( "x=25
\n" ); document.write( "check
\n" ); document.write( "3*25=27+48
\n" ); document.write( "75=75
\n" ); document.write( "ok
\n" ); document.write( "
\n" );