The problem from the book.
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 6 -y$
I understand the solution till this part.
$\ln \vert 6 - y \vert = x + C$
The solution in the book is $6 - Ce^{-x}$
My issue this that this solution, from the book, doesn't seem to resolve the issue of the abs value of $\vert 6 - y\vert$
You should have, as your general solution, $$ -\ln|6-y|=x+C\ \quad\iff\quad |6-y|=e^C e^{-x} . $$
If $y-6>0$, you have the solution $$y-6= e^Ce^{-x}\ \quad\iff\quad y=6+ e^Ce^{-x} . $$
If $y-6<0$, you have the solution $$6-y= e^Ce^{-x}\ \quad\iff\quad y=6- e^Ce^{-x} . $$
In either case, the solution can be written as $y=6- Ce^{-x} $, for some constant $C$ (different from the $C$ above).