document.write( "Question 989661: Find three consecutive even integers such that their sum is eight less than twice the smallest. \n" ); document.write( "
Algebra.Com's Answer #610031 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( "F+S+T=2F-8 \n" ); document.write( "F+(F+2)+(F+4)=2F-8 \n" ); document.write( "3F+6=2F-8 \n" ); document.write( "F=-14 . ANSWER 1: The first integer is -14. \n" ); document.write( "S=F+2=-14+2=-12 . ANSWER 2: The second integer is -12. \n" ); document.write( "T=S+4=-14+4=-10 . ANSWER 3: The third integer is -10. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( ". \n" ); document.write( "F+S+T=2F-8 \n" ); document.write( "(-14)+(-12)+(-10)=2(-14)-8 \n" ); document.write( "-36=-28-8 \n" ); document.write( "-36=-36 \n" ); document.write( " |