document.write( "Question 222984: find four consecutive integers such that the sum of the first and third is 200 \n" ); document.write( "
Algebra.Com's Answer #166838 by Alan3354(69443) You can put this solution on YOUR website! find four consecutive integers such that the sum of the first and third is 200 \n" ); document.write( "---------------- \n" ); document.write( "The numbers are close, and they add to 200, so they're about 100. \n" ); document.write( "98 and 102 = 200. \n" ); document.write( "98,100,102,104 \n" ); document.write( "-------------- \n" ); document.write( "The hard way: \n" ); document.write( "n, n+2, n+4, n+6 \n" ); document.write( "n + (n+4) = 200 \n" ); document.write( "2n + 4 = 200 \n" ); document.write( "2n = 196 \n" ); document.write( "n = 98 \n" ); document.write( "etc. \n" ); document.write( " |