Find all possible values of $x$ for which $x$ for which the inequality $$|x - 1| + |x - 6|\le11$$ is true.
I know this can be easily solved by taking $3$ cases for$x$ and then taking the intersection of those $3$ cases. The solution will be $-2\ge x\le9$.
But suppose if I interpret this in this way:
What number $x$ satisfy the condition that the distance between $x$ and $6$ plus the distance between $x$ and $1$ is less than or equal to $11$?
I would be better to get an idea to solve these types of problems by geometrically by intuition using number line.

As you said, we are looking for points for which:
$$(\text{distance to $1$})+(\text{distance to $6$})\leq 11.$$ The first thing which now comes to my mind is an ellipse.
We first consider all $x\in \mathbb C$ for which $\vert x-1\vert +\vert x-6\vert \leq 11$. All points of this "filled" ellipse which lie on the real axis are the ones we want.
It is not very hard to imagine what these point will be. If we are on the real line then our furthest left point, $x_\ell$, will lie left of $1$. So the distance to $6$ will be at least five. So we have $$\vert x_\ell-1\vert+\vert x_\ell -6\vert=2\vert x_\ell-1\vert+5=11. $$ And since $x_\ell $ is to the left of $1$ this means that $x_\ell=-2$. Analogously, we find that $x_r=9$.
So we have found that $-2\leq x\leq 9$, through geometrical methods.