document.write( "Question 990362: Find three consecutive even integers such that the sum of 6 times the first number and two times the third number equals 200 \n" ); document.write( "
Algebra.Com's Answer #610462 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "F=first integer; S=second integer=F+2; T=third integer=F+4 \n" ); document.write( ". \n" ); document.write( "6F+2T=200 \n" ); document.write( "6F+2(F+4)=200 \n" ); document.write( "6F+2F+8=200 \n" ); document.write( "8F=192 \n" ); document.write( "F=24 \n" ); document.write( "S=F+2=24+2=26 \n" ); document.write( "T=F+4=24+4=28 \n" ); document.write( ". \n" ); document.write( "ANSWER: The three numbers are 24,26, and 28. \n" ); document.write( " \n" ); document.write( " |