Question 95328
Help me please i dont know how to graph this! please explain??!
Graph
-y <= 3x
:
You always want a positive y for this graphing equation
Multiply equation by -1
y >= -3x
:
A sign change like this always reverses the inequality sign
:
Plot a line using the coordinates: 
x = -3, y = +9
x = 0, y = 0
x = +3, y = -9
:
The graph would look like this:
{{{ graph( 300, 200, -4, 4, -10, 10, -3x) }}}
:
Area should be shaded at or above the line
:
Did this help?