document.write( "Question 281261: FIND THREE CONSECUTIVE EVEN INTERGERS SUCH THAT FOUR TIMES THE SECOND IS EIGHT LESS THAN THE THIRD?\r
\n" ); document.write( "\n" ); document.write( "i have the answers -4,-2,0
\n" ); document.write( "I want to know what is the equations to get these answers, how do you find the consecutive intergers?
\n" ); document.write( "

Algebra.Com's Answer #204296 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
to be consecutive even integers, let the first one be I.
\n" ); document.write( "Then the next one is I+2
\n" ); document.write( "And the one after that would be I +4
\n" ); document.write( "You are also told \"4%2A%28I%2B2%29+=+%28I%2B4%29-8\"
\n" ); document.write( "\"4I%2B8+=+I-4\"
\n" ); document.write( "\"3I+=+12\"
\n" ); document.write( "\"I+=+-4\"
\n" ); document.write( "So I+2 = -2
\n" ); document.write( "and I+4 = 0
\n" ); document.write( "
\n" );