Question 871360
<pre>
Draw the graph of the boundary line:

y = 1/4x^2+x-8

Get some points and plot them:

(-10,7), (-8,0), (-6,-5), (-4,-8), (-2,-9), (0.-8), (2,-5), (4,0), (6,7), 

Since the inequality is &#8805; and not > draw the boundary solid:

{{{drawing(400,400,-11,7,-10,8,graph(400,400,-11,7,-10,8,.25x^2+x-8) )}}}

Since the inequality is "y &#8805;", we shade the region above the parabola: 

{{{drawing(400,400,-11,7,-10,8,graph(400,400,-11,7,-10,8,15,y>.256x^2+1.02x-7.88),
graph(400,400,-11,7,-10,8,.25x^2+x-8)

 )}}}

Edwin</pre>