document.write( "Question 793167: The least of three consecutive odd integers is 15 less than twice the greatest. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #806199 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( "x-2 = 2(x+2) - 15 \n" ); document.write( "x - 2 = 2x - 11 \n" ); document.write( "9 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 7, 9, and 11. \n" ); document.write( " |