document.write( "Question 966287: Find three consecutive odd integers for which the sum of the largest two is five more than three times the smallest \n" ); document.write( "
Algebra.Com's Answer #805688 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) = 5 + 3(x-2) \n" ); document.write( "2x + 2 = 3x - 1 \n" ); document.write( "3 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 1, 3, and 5. \n" ); document.write( " |