$$ X := \left\{ (x,y) \in \Bbb R^2\ : 3\le 2x+3y\le 8 \right\} $$
i tried to solve it as:
Let set $X$ is convex for $x_2,y_2\in X$ such that $\alpha x_1+(1-\alpha)x_2$,$\alpha y_1+(1-\alpha)y_2\in X$
Now, $3\le 2x+3y\le 8$ $2{\alpha x_1+(1-\alpha)x_2}+{3{\alpha y_1+(1-\alpha)y_2}}$ implies ${2\alpha x_1+2x_2-2\alpha x_2}+{3\alpha y_1+3y_2-3\alpha y_2}$; ${2\alpha(x_1-x_2)+2x_2}+{3\alpha(y_1-y_2)+3y_2}$
when $\alpha =0$, $2x_2+3y_2$ and when $\alpha=1$ $2x_1+3y_1$
$X$ is a convex because it is the intersection of 2 half-planes
$$\{(x,y)|2x+3y\leq8\} \ \ \text{and} \ \ \{(x,y)|2x+3y\geq3\} $$
and it is known that a half plane is a convex set.
The reason is that a half-plane is the pre-image by a continuous function of a convex set (Convex Sets Pre-image); for example, in the first case, the pre-image of $(-\infty,8]$ by the continuous function $(x,y)\rightarrow2x+3y$.