document.write( "Question 823468: Find four consecutive integers such that the sum of the second and the fourth is 200 \n" ); document.write( "
Algebra.Com's Answer #495529 by faceoff57(108)![]() ![]() You can put this solution on YOUR website! Find four consecutive integers such that the sum of the second and the fourth is 200 \n" ); document.write( "X \n" ); document.write( "X+1 \n" ); document.write( "X+2 \n" ); document.write( "X+3 \n" ); document.write( "(X+1) + (x+3) = 200 \n" ); document.write( "X+1+x+3=200 \n" ); document.write( "2x+4=200 \n" ); document.write( "2x = 200 - 4 \n" ); document.write( "2x = 196 \n" ); document.write( "X = 98 \n" ); document.write( "The consecutive integers are 98, 99, 100, 101 \n" ); document.write( " |