$$\frac2x -\frac5{\sqrt{x}}=1 \qquad \qquad 10)\ \frac3n -\frac7{\sqrt{n}} -6=0$$
I have these two problems. For the first one I create a dummy variable,
$y = \sqrt x$ then $y^2 = x$.
Substituting this in the first equation, I get:
$\displaystyle \frac{2}{y^{2}} - \frac{5}{y} = 1$
Multiplying both sides by $y^{2}$ I get: $2 - 5y = y^{2}$
So I have $y^{2} +5y-2=0$
Solving for y using completing the square, I get:
$\displaystyle y = -\frac{5}{2} \pm \frac{\sqrt{33}}{2}$
So I should square this answer to get $x$ since $y^2 = x$
Then my answers are $\displaystyle y = \frac{58}{4} \pm \frac{10\sqrt{33}}{4}$
But this isn't the correct solution.
Also for $\#10$ I do the same thing:
Let $y = \sqrt n$ then $y^2 = n$
So I have $\displaystyle \frac{3}{y^2} - \frac{7}{y} -6 = 0$
Multiplying everything by $y^{2}$ gives me $3 -7y - 6y^2 = 0$
So I have $6y^{2} +7y - 3 = 0$
Solving for $y$ using the payback method I get: $\displaystyle y = -\frac{3}{2}, \frac{1}{3}$
Then $n = \frac{9}{4}, \frac{1}{9}$
But plugging these back in, my solution doesn't work.
I've been doing lots of quadratics using dummy variables and sometimes they work and sometimes they don't.
Here are a list of my problems just so you have some reference:
$$1)\ (x-7)^2 -13(x-7) +36=0 \qquad \qquad 4)\ 3(w/6)^2 -8(w/6) +4=0 \\ 2)\ (1-3x)^2 -13(1-3x) +36=0 \qquad \qquad 5)\ 3(w^2-2)^2 -8(w^2-2) +4=0 \\ 3)\ x^4 -13x^2 +36=0 \qquad \qquad 6)\ \frac{3}{p^2} -\frac{8}{p} +4=0$$
What am I doing wrong and how can I do these sorts of problems using dummy variables?
Based on comments some of your issues seemed to be in checking answers and others likely an issue in arithmetic (even the greatest sometimes think $1+1=3$ every now and then, but I can’t speak for them). Here’s a tip I have for checking answers to quadratics.
Generally you have something of the form:
$$Ax^2 + Bx + C = 0$$
You only need to know it is zero. So what I did was this. I didn’t multiply everything. I plugged enough in to verify. So say D = x. I might do the following:
$$DAx + Bx + \frac CD x = 0$$
Now you just take the sum $DA + B + \frac CD$ which can be done mentally with most high school practice problems.
In the case of $(x-7)^2 - 13(x-7) + 36 = 0$ this makes it much easier to verify $11$ and $16$ as answers.
As for general quadratics your style and technique is good. I don’t see any flaws in your thinking aside from being careful about the back substitutions. Definitely watch for dropping negatives and adding them in. Doing your own new problem might introduce needs to carefully think about the Complex Plane if you aren’t careful. However picking the right substitutions is an art and one I cannot really describe with a process or answer. Most people at your level do not substitutions and so your definitely thinking outside the box. This is a good thing. I did not even know if substitutions until Calculus and it made it very hard to grasp that concept (of just creating a new variable on the fly) so kudos to you.