document.write( "Question 780835: The sum of three consecutive odd integers is 333. What is the largest of the three integers? \n" ); document.write( "
Algebra.Com's Answer #806218 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = 333 \n" ); document.write( "3x = 333 \n" ); document.write( "x = 111\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "largest integer = x + 2 = 113 \n" ); document.write( " |