Mark O. answered 05/29/16
Tutor
5.0
(167)
Learn Physics, Math, and Comp Sci from Professional Scientist
Hi Hunter,
The algebraic translation of your problem statement is
3√n = n + 2
where n is the number.
Let's first get rid of the square root by squaring both sides.
(3√n)2 = (n + 2)2
9n = n2 + 4n + 4
Rearranging gives:
n2 - 5n + 4 = 0
(n - 4)(n - 1) = 0
So, there are two answers: n = 1, 4