Question 841611
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
 y &#8804; 6x
Draw line y = 6x (plot P(0,0) and (1,6), connect with a line
<u>and shade</u> area below the line (including the line)
{{{drawing(300,300,   -10,10,-10,10,  
 grid(1),
circle(0, 0,0.4),
circle(1, 6,0.4),
graph( 300, 300, -10,10,-10,10,0,6x))}}}
*[invoke plot_any_inequality "y <=6x", -10, 10, -8, 12, 300, 300]