document.write( "Question 357682: Twice the greatest of three consecutive even integers is 4 more than the smallest of the three numbers. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #255335 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x, x+2 , x+4 \n" ); document.write( "2(x+4) = x+4 \n" ); document.write( "2x+8=x+4 \n" ); document.write( "2x-x=4-8 \n" ); document.write( "x=-4 \n" ); document.write( ".. \n" ); document.write( "the numbers are -4,-2,0 \n" ); document.write( " |