How do you find three consecutive odd integers such that the product of the two smaller exceeds the largest by 52?
1 Answer
Explanation:
Note the question speaks of "smaller" and "largest" numbers rather than "lesser" and "greatest", so it is easier to split positive and negative cases...
Case - positive integer solutions
Considering positive integers first, let the smallest be denoted by
We are given:
n(n+2)=(n+4)+52
which expands to:
n2+2n=n+56
Subtract
0=n2+n−56=(n+8)(n−7)
Which gives us
Since we specified positive integers, the three numbers are
Case - negative integer solutions
Now consider negative integers.
If the smallest negative integer is
We are given:
n(n−2)=(n−4)+52
which expands to:
n2−2n=n+48
Subtract
0=n2−3n−48
Multiply by
0=4(n2−3n−48)
0=4n2−12n−192
0=(2n)2−2(2n)(3)+9−201
0=(2n+3)2−201 (I could stop here, but...)
0=(2n+3)2−(√201)2
0=((2n+3)−√201)((2n+3)+√201)
0=(2n+3−√201)(2n+3+√201)
0=4(n+32−√2012)(n+32+√2012)
So
There are no (negative) integer solutions since