document.write( "Question 937175: Find 3 consecutive even integers such that 3 times the first equal to the sum of the other 2 consecutive even integers. \n" ); document.write( "
Algebra.Com's Answer #570595 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let 3 consecutive even integers be x,x+2,x+4\r \n" ); document.write( "\n" ); document.write( " 3 times the first equal to the sum of the other 2 consecutive even integers \n" ); document.write( " 3*x= x+2+x+4 \n" ); document.write( " 3x= 2x+6 \n" ); document.write( " 3x-2x= 6 \n" ); document.write( " x=6 \n" ); document.write( " x+2 = 6+2 = 8 \n" ); document.write( " x+4 = 6+4 = 10 \n" ); document.write( " 3 consecutive integers (x,x+2. x+4) are 6,8,10 \n" ); document.write( " |