Question 124719
In order to graph {{{y<=3x}}}, we need to graph the <b>equation</b> {{{y=3x}}} (just replace the inequality sign with an equal sign).
So lets graph the line {{{y=3x}}} (note: if you need help with graphing, check out this <a href=http://www.algebra.com/algebra/homework/Linear-equations/graphing-linear-equations.solver>solver<a>)

{{{ graph( 500, 500, -20, 20, -20, 20, 3x) }}} graph of {{{y=3x}}} 

Now lets pick a test point, say (0,1). Any point will work, (just make sure the point doesn't lie on the line) but this point is the easiest to work with. Now evaluate the inequality {{{y<=3x}}} with the test point


Substitute (0,1) into the inequality

{{{1<=3(0)}}} Plug in {{{x=0}}} and {{{y=1}}}

{{{1<=0}}} Simplify






Since this inequality is <font size=4><b>not</b></font> true, we do <font size=4><b>not</b></font> shade the entire region that contains (0,1). So this means we shade the region that is on the opposite side of the line

{{{drawing( 500, 500, -20, 20, -20, 20,
graph(  500, 500, -20, 20, -20, 20,3x,3x+-3),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-6),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-9),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-12),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-15),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-18),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-21),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-24),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-27),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-30),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-33),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-36),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-39),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-42),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-45),
graph(  500, 500, -20, 20, -20, 20,3x,3x+-48))}}} Graph of {{{y<=3x}}} with the boundary (which is the line {{{y=3x}}} in red) and the shaded region (in green)