document.write( "Question 129474: find three consecutive even integers such that four times the second is eight less than the third. \n" ); document.write( "
Algebra.Com's Answer #94903 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=first, so x+2=second and x+4=third\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"four times the second is eight less than the third\" __ 4(x+2)+8=x+4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x+8+8=x+4 __ 3x=-12 \n" ); document.write( " |