In this equation the expression on the left-hand side doesn’t represent a process that seems to be easily undone. Our first step is to “clear the denominator” from the left-hand side. This might seem to initially take us backwards as then we have variables on both sides of the equation. However, the resulting equation is more easily solved.
\begin{align*}
\frac{6x+1}{x-5} = \amp\ 2\\
\updownarrow \amp (\text{multiply both sides by } x-5)\\
6x+1 = \amp\ 2(x-5)\\
\updownarrow \amp (\text{distribute})\\
6x+1 = \amp\ 2x-10 \\
\updownarrow \amp (\text{move (subtract) the } 2x)\\
4x+1 = \amp\ -10.
\end{align*}
Now we will pause for a moment. Looking at the left-hand side of this equation now, we can read it as the following sequence of steps spplied to the variable:
- S1:
- Multiply \(x\) by \(4.\)
- S2:
- Add \(1\) to S1.
The right-hand side of the equation says that the result of this process is
\(-10\text{.}\) Thus we can finish solving the equation as follows:
\begin{align*}
4x+1 = \amp\ -10\\
\updownarrow \amp (\text{undo S2 by subtracting } 1)\\
4x = \amp\ -11\\
\updownarrow \amp (\text{undo S1 by dividing by } 4)\\
x = \amp\ \frac{-11}{4}
\end{align*}
Just to check, we can substitute into the original equation and see that
\begin{align*}
\frac{6\cdot\frac{-11}{4}+1}{\frac{-11}{4}-5} = \amp\ \frac{\frac{-33}{2}+1}{\frac{-31}{4}}\\
= \amp\ \frac{\frac{-31}{2}}{\frac{-31}{4}} \\
= \amp\ \frac{-31}{2}\cdot\frac{4}{-31} \\
= \amp\ 2\ \checkmark\text{.}
\end{align*}
Hence
\(x = \frac{-11}{4} \) is a solution to the original equation.