"Solve $F(x)$" is the wrong terminology. "Simplify $F(x)$" fits better. One solves problems; one solves equations; one evaluates or sometimes simplifies expressions.
$\dfrac 5 0$ is undefined because there is no number $x$ for which $0x = 5.$
But $\dfrac 0 0$ is undefined because there are many numbers $x$ for which $0x=0$, rather than just one such number.
A basic fact of algebra is that if you plug a number into a polynomial in a variable $x$ and get $0$, then $x$ minus that number is a factor of the polynomial. For example, suppose
$$
f(x) = x^3 -7x^2 + 5x + 21
$$
so that
$$
f(3) = 0.
$$
We conclude that
$$
x^3 -7x^2 + 5x + 21 = (x-3)(\cdots\cdots\cdots).
$$
You still have to do some work to find the other factor, and you get
$$
x^3 -5x^2 + 4x + 6 = (x-3)(x^2 - 4x - 7).
$$
(Factoring $x^2-2x-2$ further will not concern us for now.)
Now suppose you divide this by another polynomial that is $0$ when $x=3$; for example $g(x) = x^2 - 4x + 3.$ Since $g(3)=0$, you conclude that $g(x) = (x-3)(\cdots\cdots\cdots)$, and when you find the other factor you've got $ g(x) = (x-3)(x-1).$
Now look at $\dfrac{f(x)}{g(x)},$ and see that $\dfrac {f(3)}{g(3)} = \dfrac 0 0$ is undefined.
Now simplify:
$$
\frac{f(x)}{g(x)} = \overbrace{ \frac{x^3 - 7x^2 + 5x + 21}{ x^2 - 4x + 3} = \frac{x^2-4x-7}{x-1}}^{\text{when } x\ne3} {} \underbrace{ {} = \frac{-10}{2} = -5}_{\text{when }x=3}.
$$
Are we saying that $\dfrac 0 0 = -5$? Are we saying $\dfrac{f(x)}{g(x)} = -5$ when $x=3$?
No, we're not, because one of the "equals" signs is true when $x\ne3$ and the other when $x=3$, so logically we cannot conclude that $\dfrac{f(3)}{g(3)} = -5.$
However, we can conclude that $\dfrac{f(x)}{g(x)}$ can be made as close to $-5$ as desired by making $x$ close enough, but not equal, to $3$. And that is expressed by saying $\dfrac{f(x)}{g(x)}$ approaches $-5$ as $x$ approaches $-3$, or by saying $\dfrac{f(x)}{g(x)} \to -5$ as $x\to-3$, or by saying $\lim\limits_{x\to3} \dfrac{f(x)}{g(x)} = -5.$
2.
you canceled out $x-2$ which is $0$ when $x=2$. – dxiv Nov 23 '16 at 20:13