document.write( "Question 1000627: Find 3 consecutive even integers such that the sum of the three integers is 90. \n" ); document.write( "
Algebra.Com's Answer #618062 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the numbers x, x+2, and x+4. They are even so we go by twos. \n" ); document.write( "Summing them we get \n" ); document.write( "x+(x+2)+(x+4)=90 \n" ); document.write( "3x + 6 = 90 \n" ); document.write( "3x = 84 \n" ); document.write( "x = 28 \n" ); document.write( "The numbers are 28, 30, and 32. \n" ); document.write( " |