In algebra I, they taught us that when solving equations with radicals, you just had to plug the solutions you received back into the original equation to check if they were legit solutions or extraneous solutions. However, this can be time consuming. This is my method.
Take an equation like $\sqrt{10-x}$ = $3x$. If you square both sides, you get $10-x$ = $9x^2$. Then, you get the polynomial $9x^2+x-10$. Solving this polynomial, you get solutions $x=1$ & $x= -\frac{10}9$. However, if you plug the negative solution, the answers do not match up. Here's my way to solve this equation without checking for extraneous solutions.
First, note that $\sqrt{10-x}$ $\geq$ $0$ for all real x because square root is positive. $3x$ $\leq$ $0$ for all negative x. Since $\sqrt{10-x}$ $\geq$ $0$ for all real x, but $3x$ $\lt$ $0$ for all negative x, that means our solution can't be negative or the sides won't be equal. Thus, we can eliminate all negative solutions easily without plugging them in to check.
This method will save a lot of time for higher degree polynomials where you have to check more solutions. So, is this method mathematically valid? If so, why don't we learn it in school?