I assume that by whole, one means integral. Otherwise, there's more work to do.

Quote Originally Posted by Xei View Post
2. x is any number on the number line such that x + 1/x is a whole number. Prove x^n + 1/x^n is also a whole number, for any positive whole number n.
Using strong induction, the one case is given to us. Specifically, x1 + 1/x1 is whole by the terms of the problem.

For the inductive case, note that (xn-1 + 1/xn-1)(x + 1/x) - (xn-2 + 1/xn-2) is whole as, by the inductive hypothesis, each term in brackets is whole. But trivial algebraic simplification reduces this to xn + 1/xn. Hence we've proven it for n as well.