document.write( "Question 778175: given a sets of three consecutive odd integers. twice the second integer is 31 less than three times the third integers. find the three integers \n" ); document.write( "
Algebra.Com's Answer #806244 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = 3(x+2) - 31 \n" ); document.write( "2x = 3x - 25 \n" ); document.write( "25 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 23, 25, and 27. \n" ); document.write( " |