document.write( "Question 987545: Find three consecutive even integers such that twice the largest is equal to two more than three times the smallest. \n" ); document.write( "
Algebra.Com's Answer #608291 by namra(1)![]() ![]() ![]() You can put this solution on YOUR website! let \n" ); document.write( "integer 1=x smallest =x \n" ); document.write( "integer 2=y =x+2 \n" ); document.write( "integer 3=z largest =x+4 \n" ); document.write( "2(x+4)=3(x)+2 \n" ); document.write( "2x+8=3x+2 \n" ); document.write( "8-2=3x-2x \n" ); document.write( "x=6 \n" ); document.write( "integer 1=x=6 \n" ); document.write( "integer 2=y=x+2=8 \n" ); document.write( "integer 3=z=x+4=10 \n" ); document.write( " |