So as time has gone by I've forgot some really basic algebraic rules. I'm asking you here if these are, and why they are, correct.
Question 1) Let $x$ and $y$ and $c$ be any algebraic expressions. Is it true and WHY is it true that
$$x×(-y)=-y×x$$
Question 2) True? and if it is, why?
$$-\frac xy×c=-\frac {x×c}{y}$$
That is, that if I had an equation say:
$$2x-\frac {x}{x+1}=1$$ I could multiply both sides by $x+1$, move the $x+1$ onto the numerator, and get
$$2x^2+2x-\frac {x(x+1)}{x+1}=x+1$$
After which I could cancel the $x+1$ on the numerator and the denominator and solve.
I came up with $-\frac {x}{x+1}=-1×(\frac {x}{x+1})$ after which I could use the associative property after multiplying with $x+1$ to move the $x+1$ to the numerator and cancel.
-My apologies if the formatting is bad
The rules you refer to are correct and are a direct consequence of axioms/rules for rational and real numbers.
For the equation your step is correct but you need to set $x+1\neq 0$ and then you can cancel out this term by multiplication
$$2x^2+2x-\frac {x\color{red}{(x+1)}}{\color{red}{x+1}}=x+1\iff 2x^2+2x-x=x+1\iff2x^2=1$$
from here you can solve for $x$ (with the condition $x\neq -1$).