document.write( "Question 997570: The sum of the first and second of three consecutive even integers is 142 find the three even integers \n" ); document.write( "
Algebra.Com's Answer #615596 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let's call the first integer x. And since they are all even, the next integer will be x+2 \n" ); document.write( "--------------- \n" ); document.write( "x+x+2= 142 \n" ); document.write( "2x= 140 \n" ); document.write( "x= 70 \n" ); document.write( "1st integer: 70; 2nd integer: 70+2= 72; 3rd integer: 72+2= 74 \n" ); document.write( " |