document.write( "Question 461170: The smallest of three consecutive even integers is 8 less than 3 times the largest. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #316321 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be x,x+2,x+4\r \n" ); document.write( "\n" ); document.write( "x=3(x+4)-8 \n" ); document.write( "x=3x+12-8 \n" ); document.write( "-2x=4 \n" ); document.write( "x=-2\r \n" ); document.write( "\n" ); document.write( "-2,0,+2 \n" ); document.write( " |