SOLUTION: The product of two consecutive odd integers is 99. Find the two integers.

Algebra ->  Rectangles -> SOLUTION: The product of two consecutive odd integers is 99. Find the two integers.      Log On


   



Question 337159: The product of two consecutive odd integers is 99. Find the two integers.
Found 2 solutions by jim_thompson5910, stanbon:
Answer by jim_thompson5910(35256) About Me  (Show Source):
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 x%28x%2B2%29=99. Let me know if this helps at all.

Answer by stanbon(75887) About Me  (Show Source):
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.