I'm in the Geometry class and it's been a while since I took math, I realized I had tons of gaps in fractions. I was really confused by these two:
$$\frac{5}{x+5}$$ Why doesn't $\frac{5}{5}$ turn into 1, so that we have $\frac{5}{x}$ remaining? Also at $$\frac{x-1}{x^2-1}$$ What am I doing wrong here by canceling the 1's, having x to the neg 1 power, using the reciprocal to get $\frac{1}{x^1}$?
Because fractions don't work like that. You can split the numerator: $$\color{green}{\frac{a+b}{c} = \frac{a}{c}+\frac{b}{c}}$$ but not the denominator: $$\color{red}{\frac{a}{b+c} \ne \frac{a}{b}+\frac{a}{c}}$$ Try it with a few numerical examples to convince yourself of this.
You cannot cancel the 1's because in a fraction, you can only cancel (common) factors, not (common) terms; so: $$\color{green}{\frac{ac}{bc} = \frac{a}{b}}$$ but you can't do: $$\color{red}{\frac{a+c}{b+c} \ne \frac{a}{b}}$$ In fact, 'cancelling' is what we say when we actually, more formally, mean that we are dividing (or multiplying) numerator and denominator by the same (non-zero) number.