document.write( "Question 414346: the sum of three consecutive even integers is 150-find the integers \n" ); document.write( "
Algebra.Com's Answer #290715 by richard1234(7193) You can put this solution on YOUR website! Let x, x+2, x+4 be the integers. Then,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+2) + (x+4) = 150\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + 6 = 150\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x = 144\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 48, so 48, 50, 52 are the integers. \n" ); document.write( " |