If you have the equation $$ \left(\frac{1}{x}\right) + 1 = 0, $$ and you solve it like this $$ \left(\frac{1}{x}\right) + 1 = 0 $$ $$ \left(\frac{1}{x}\right) = -1 $$ $$ -x = 1 $$ $$ x = -1, $$ everything's good. But if you do it like this $$ \left(\frac{1}{x}\right) + 1 = 0 $$ $$ \left(\frac{1}{x}\right) = -1 $$ multiply both sides by x $$ x = -x $$ divide by x $$ 1 = -1, $$ you get nonsense. What is going on? What am I missing here.
2026-05-02 14:52:54.1777733574
False answer from an equation
92 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
You've made a computational error.
$$\frac{1}{x}=-1$$
multiply both sides by $x$ gives
$$1=-x$$
Math is still safe to use.