document.write( "Question 51060: Find three consecutive even integers so that 7 times the third is equal to 20 less than the first. \n" ); document.write( "
Algebra.Com's Answer #34049 by darq(90) You can put this solution on YOUR website! Find three consecutive even integers so that 7 times the third is equal to 20 less than the first.\r \n" ); document.write( "\n" ); document.write( "x is the smallest \n" ); document.write( "x + 2 is the medium \n" ); document.write( "x + 4 is the greatest\r \n" ); document.write( "\n" ); document.write( "7 (x + 4) = x - 20 \n" ); document.write( "7x + 28 = x - 20 \n" ); document.write( "6x = -48 \n" ); document.write( "x = -8\r \n" ); document.write( "\n" ); document.write( "#1=-8 \n" ); document.write( "#2=-6 \n" ); document.write( "#3=-4 \n" ); document.write( " |