document.write( "Question 793112: The sum of the first two consecutive odd integers greater than zero is x. What is the sum of the first two consecutive integers greater than x? \n" ); document.write( "
| Algebra.Com's Answer #806145 by CubeyThePenguin(3113)     You can put this solution on YOUR website! first 2 consecutive integers: 1, 3 ---> x = 1 + 3 = 4\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "consecutive integers greater than 4 ----> 5 + 6 = 11 \n" ); document.write( " |