1. Adding and Subtracting Polynomials
Sign In
Add 2 to get to the next odd integer.
6n+9
For this exercise, we are asked to find the sum of three consecutive odd integers given that the first one is 2n+1. Since odd integers are each two more than the previous one, we can obtain the three consecutive odd integers by adding 2 to the previous one.
Sometimes it helps to write out a couple of examples to see how each odd number relates to the previous one. Let's let n=4 to find a random odd number to start with, 2n+1=2(4)+1. We can start our table with 9. We know the next two consecutive odd numbers are 11 and 13.
| Odd Number | Relationship to Previous |
|---|---|
| 9 | |
| 11 | 9 + 2 |
| 13 | 11+ 2 |