SOLUTION: find the consecutive odd integer whose product is 195

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find the consecutive odd integer whose product is 195      Log On


   



Question 232810: find the consecutive odd integer whose product is 195
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
find the consecutive odd integer whose product is 195
-----------
There are 2 ways to do these.
1 - the hard way that takes longer
n*(n+2) = 195
n^2 + 2n - 195 = 0
(n+15)*(n-13) = 0
n = 13
n = -15
--> 13 and 15, plus or minus
-------------------
The easy way:
sqrt%28195%29+=+13.9642... very close to 14
The numbers are integers close to 14 --> 13 and 15.
Don't forget the negative ones.