document.write( "Question 912693: Find three consecutive even integers such that five times the smallest is four times the largest \n" ); document.write( "
Algebra.Com's Answer #805717 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( "5(x-2) = 4(x+2) \n" ); document.write( "5x - 10 = 4x + 8 \n" ); document.write( "x = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 16, 18, and 20. \n" ); document.write( " |