document.write( "Question 238596: The sum of three times an even integer and eight times the next consecutive even integer is 170. Find both integers \n" ); document.write( "
Algebra.Com's Answer #175318 by JimboP1977(311)![]() ![]() You can put this solution on YOUR website! 3x+8*(x+2) = 170 \n" ); document.write( "3x+(8x+16) = 170\r \n" ); document.write( "\n" ); document.write( "11x = 154\r \n" ); document.write( "\n" ); document.write( "x = 14\r \n" ); document.write( "\n" ); document.write( "so two integers are 14 and 16 \n" ); document.write( " |