document.write( "Question 925485: Three times the greatest of three consecutive even integers exceeds twice the least by 38. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #805648 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( "3(x+2) = 2(x-2) + 38 \n" ); document.write( "3x + 6 = 2x + 34 \n" ); document.write( "x = 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 26, 28, and 30. \n" ); document.write( " |