document.write( "Question 832362: Find three consecutive odd integers, such that the sum of the second and third is twenty-three more than three times the first \n" ); document.write( "
Algebra.Com's Answer #805965 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 + (x+2) = 23 + 3(x-2) \n" ); document.write( "2x + 2 = 3x + 17 \n" ); document.write( "-15 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -17, -15, and -13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |