Nathan B. answered 09/18/15
Tutor
5
(20)
Elementary and Algebraic skilled
Here's what we know:
abc = a3 + 161
b = a + 1
c = a + 2
a(a + 1)(a + 2) = a3 + 161
From here, we distribute and then FOIL:
(a2 + a)(a + 2) = a3 + 161
a3 + 2a2 + a2 + 2a = a3 + 161
Next we combine like terms:
a3 + 3a2 + 2a = a3 + 161
3a2 + 2a = 161
3a2 + 2a - 161 = 0
We now have a quadratic equation. There're a few different ways you can solve for this. In this case, I'll be using the quadratic formula:
x = (-b ± √(b2 - 4ac)) / 2a
x = (-2 ± √(22 - 4 * 3 * 161)) / 2*3
simplifying:
x = (-2 ± √(4 + 1932)) / 6
x = (-2 ± √1936) / 6
Now we break up the square root values into noticeable squares:
x = (-2 ± √(4 * 484)) / 6
x = (-2 ± √(4 * 4 * 121)) / 6
x = (-2 ± √(4 * 4 * 11 * 11)) / 6
We have two 4s and two 11s, so that means we have two perfect squares:
x = (-2 ± 4 * 11) / 6
x = (-2 ± 44) / 6
x = -46/6, 42/6
We were told that we have integers, and -46 doesn't divide evenly by 6, so it has to be the other possibility:
x = 42/6
x = 7
Now to check:
7 * 8 * 9 = 73 + 161
504 = 343 + 161
504 = 504
So our three consecutive integers are 7, 8, and 9.