document.write( "Question 916723: two consecutive even integers such that the sum of twice the smaller integer plus the larger integer is one hundred forty six.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #556276 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! two consecutive even integers: x , x+2 \n" ); document.write( "2x + (x+2) = 146 \n" ); document.write( "3x = 144 \n" ); document.write( "x = 48 \n" ); document.write( "The two consecutive even integers are: 48, 50 \n" ); document.write( "... \n" ); document.write( "And...checking \n" ); document.write( "96 + 50 = 146 \n" ); document.write( " |