document.write( "Question 4517: The sum of three consecutive even numbers is 138. what is the greatest number\r
\n" );
document.write( "\n" );
document.write( "52
\n" );
document.write( "50
\n" );
document.write( "48
\n" );
document.write( "46
\n" );
document.write( "44 \n" );
document.write( "
Algebra.Com's Answer #2056 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! let the first number be x \n" ); document.write( "then second number=(x+2) \n" ); document.write( "then third number= ((x+2)+2)=(x+4) \n" ); document.write( "then sum of all three numbers=x+(x+2)+(x+4)=138 \n" ); document.write( " \n" ); document.write( "3x+6=138 \n" ); document.write( "3x=132 \n" ); document.write( "x=132/3 \n" ); document.write( "x=44 \n" ); document.write( " \n" ); document.write( "Then largest number is equal to (x+4) = 48 \n" ); document.write( "
|