document.write( "Question 229799: Find three consecutive even integers such that the third is 16 less than twice the second \n" ); document.write( "
Algebra.Com's Answer #170304 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x, x+2 & x+4 be the 3 integers. \n" ); document.write( "x+4=2(x+2)-16 \n" ); document.write( "x+4=2x+4-16 \n" ); document.write( "x-2x=4-16-4 \n" ); document.write( "-x=-16 \n" ); document.write( "x=16 is for the first integer. \n" ); document.write( "16+2=18 is the second integer. \n" ); document.write( "16+4=20 is the third integer. \n" ); document.write( "Proof: \n" ); document.write( "20=2*18-16 \n" ); document.write( "20=36-16 \n" ); document.write( "20=20 \n" ); document.write( " |