No. When you took the limit, you have two things changing - n and x - but you still ended up with x^n. Doesn't work that way. Also, you didn't use the given information that n is an odd integer.
Think about what the graph of F(x) looks like. It's an odd-degree polynomial, with the coefficient of the highest-degree term being negative. So it must be true that
\lim_{x \rightarrow -\infty} F(x) = \infty
and
\lim_{x \rightarrow \infty} F(x) = -\infty
In other words, when x is very negative, F(x) will be very large and positive, and when x is very positive, F(x) will be very negative. This is the behavior of all odd-degree polynomials when the leading coefficient is negative. Another way to say this is that the graph starts out high in the 2nd quadrant, and ends up low in the 4th quadrant, with possibly some squiggles in between that could represent local maxima and local minima.
Since F is a polynomial, it is continuous, and by the Intermediate Value Theorem, there must be at least one number, say x0, for which F(x0) = 0. There could be more values, but all we need is one.
Now, sketch a graph of y = F(1/x), and think about what happens to this graph in comparison to the other graph, y = F(x).