Start by graphing the constraints:
and we get a region bounded by the x-axis, the y-axis and the lines y = 8, x + y = 2 and 4x + y = 12. The maximum (and minimum) values are found at one of the vertices of this region. So we need to find the coordinates of each vertex and then figure out the z for each of these pairs of x and y values. One of the z's will be a maximum value and another will be the minimum value.
From the graph or by using Algebra we should be able to find that the vertices are: (0, 2), (0, 8), (1, 8), (3, 0), (2, 0). So we take each one of these and find its value for z. The z for one of these points will be the maximum. I'll get you started:
Vertex z = 3x + 5y
(0, 2) z = 3(0) + 5(2) = 0 + 10 = 10
(0, 8) z = 3(0) + 5(8) = 0 + 40 = 40
I'll leave it up to you to finish the other three.