Property
Consecutive even or odd integers can be represented algebraically.
If we call the first integer n, the next consecutive even or odd integer is n+2, the next is n+4, and so on.
This allows us to model problems about their products with quadratic equations.
Consecutive even integers: n,n+2,n+4,…
Consecutive odd integers: n,n+2,n+4,…
Examples
- The product of two consecutive odd integers is 143. Let the integers be n and n+2. The equation is n(n+2)=143, which simplifies to n2+2n−143=0. Factoring gives (n+13)(n−11)=0, so n=11 or n=−13. The pairs are 11, 13 and -13, -11.
- The product of two consecutive even integers is 288. Let them be n and n+2. The equation is n(n+2)=288, or n2+2n−288=0. Factoring gives (n+18)(n−16)=0, so n=16 or n=−18. The pairs are 16, 18 and -18, -16.
- The product of two consecutive odd integers is 399. Let them be n and n+2. The equation is n(n+2)=399, or n2+2n−399=0. Using the quadratic formula, we find n=19 or n=−21. The pairs are 19, 21 and -21, -19.