document.write( "Question 845632: One sixth of the smallest of three consecutive even integers is three less than 1 tenth the sum of the other two even integers. find the integers. \n" ); document.write( "
Algebra.Com's Answer #805919 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/6 * (x-2) = 1/10 * (x + (x+2)) - 3 \n" ); document.write( "10(x-2) = 6(2x+2) - 180 \n" ); document.write( "10x - 20 = 12x - 168 \n" ); document.write( "148 = 2x \n" ); document.write( "x = 74\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 72, 74, and 76. \n" ); document.write( " |