You can put this solution on YOUR website! Hint: Consecutive odd numbers follow the form: x, x+2, x+4, ... so if "The product of two consecutive odd integers is 99", then . Let me know if this helps at all.
You can put this solution on YOUR website! The product of two consecutive odd integers is 99. Find the two integers.
1st = 2x-1
2nd = 2x+1
----------------
Equation:
(2x-1)(2x+1) = 99
4x^2-1 = 99
4x^2 = 100
x^2 = 25
x = 5 or -5
---
If x = 5
2x-1 = 9
2x+1 = 11
----------------
If x = -5
2x-1 = -11
2x+1 = -9
================
Cheers,
Stan H.