PS: I edited the title again and I think, it's better now... :) Actually, almost the whole solving way is wrong but, I understood why... :D :)
You can check that or add some more useful links about my method, unfortunately, which I applied it wrong... Thank you. :)
Here is a problem which I've encountered and found the answer luckily, I think. But, actually, I need some better or faster ways to solve that:
The problem: $ \; \large{ 3xy+y-6x-2=0 \; , \; y=\,? } \; $
$$ My \; method: $$
$$ \large{ y(3x+1)-6x-2=0 } \\ $$ $$ \large{ X_{1}+X_{2}=\frac{-b}{a} \; \land \; X_{1}-X_{2}=\frac{ \sqrt{\Delta} } {|a|} \; \land \; \Delta=(b)^{2}-((4) \times (a) \times (c)) } $$ $$ \large{ X_{1}+X_{2}=\frac{-(-6)}{(3x+1)} \; , \; \; X_{1}-X_{2}=\frac{ \sqrt{44+24x} } {|3x+1|} \; , \; \; \Delta=44+24x } $$ $$ \large{ (X_{1}+X_{2})+(X_{1}-X_{2})=2X_{1} \\ 2X_{1}=\frac{-(-6)}{(3x+1)}+\frac{ \sqrt{44+24x} } {|3x+1|} \\ \frac{ \sqrt{44+24x}+6 } {|3x+1|}=2X_{1} \\ 8X_{1}=\sqrt{44+24x}+6 \\ (8X_{1})^{2}=(\sqrt{44})^{2}+(\sqrt{24})^{2}+(6)^{2} \\ 64X_{1}=44+24x+36 \\ 40X_{1}=80 \\ X_{1}=2 } $$ $$ \text{ Then, I recalled the first equation with } \, ''X_{1}'' \, \text{ and rewrote it down: } $$ $$ \large{ 3 \times (2) \times y + y - 6 \times (2) = 0 \\ 7y-14=0 \\ y-2=0 \\ y=2 } $$
My other question is, if you would encounter this problem in a test, which method you would try to do it as fast as you could?
Thank you very much!...