First you solve the constraints for y. For the first constraint I post the step.
$2x+y\leq 8 $
Subtracting 2x on both sides.
$y\leq 8-2x \quad$ (red line)
The key point here is the $\leq$-sign. The feasible region is below the red line. Next constraint:
$x + y \geq 4$
$y\geq 4-y \quad$ (grey line)
The feasible region is above the grey line. The third constraint is
$y\leq 10 \quad$ (black line).
This constraint is not binding due to the first constraint. And finally we have the constraint $x,y\geq 0$. Thus we have to regard the first quadrant only.

I hope it is obvious to you that the green area is the feasible space. The optimal solution can be found graphically. Let denote the value of the objective function as $z$.
$z=3x+2y \ \ $ Solving for $y$.
$z-3x=2y$
$y=\frac{z-3x}{2}$
To start we set $z$ equal to $0$. $y=-\frac{3x}{2}$
This equation can be drawn into the graph as well. It is the thick blue line. Now you push the line parallel upward till the line touches the feasible space the last time. The thin blue lines illustrate the process. The last point where the (shifted) objective function and the feasible space have a common point is $(x^*,y^*)=(0,8)$