What is the domain of k?
$2|x-2|-3|x-3|=k$
Using the definition of absolute function, I obtain:
$|x-2|= \begin{cases}
x-2, & x\ge2 \\
2-x, & x<2\\
\end{cases}\\$
$|x-3|= \begin{cases}
x-3, & x\ge3 \\
3-x, & x<3 \\
\end{cases} \\$
For $x<2$
$x-5=k$
For $2\le x<3$
$5x-13=k$
For $x \ge 3$
$-x+5=k$
But I need to find the domain of k.
You need to say $$f(x<2)= x-5, f(2\le x<3)=5x-13, f(x\ge 3)= 5-x$$ It is a continuous function such that $f(\pm \infty)=-\infty$ its plot suggests that and $f_{max}=f(3)=2$, see below. So the domain of $k$, is the range of $f(x)$ and it is $(-\infty, 2]$.