Question 688231
Graph the line y = 3x - 5 to get


{{{ drawing(500, 500, -10, 10, -10, 10,
 graph( 500, 500, -10, 10, -10, 10,0,3x-5)

)}}}


then shade below this line to get


{{{ drawing(500, 500, -10, 10, -10, 10,
 graph( 500, 500, -10, 10, -10, 10,0,3x-5,y < 3x-5)

)}}}


The blue region is the shaded solution region. The green boundary should be a dashed line.