SOLUTION: find three consecutive positive odd integers such that the product of the first and third is equal to 1.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive positive odd integers such that the product of the first and third is equal to 1.      Log On


   



Question 895452: find three consecutive positive odd integers such that the product of the first and third is equal to 1.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)

(x-2)(x+2) = 1
x^2 - 4 = 1
x^2 = 5

The solutions of this equation are not integers.