Question 864573
is it (-1/2)x + 6 or -1/(2x) + 6
y=-1/(2x) + 6 hyperbola
{{{ graph( 300, 200, -10, 10, 0, 10, -1/(2x) + 6) }}} 
y<-1/(2x) + 6 hyperbola
{{{ graph( 300, 200, -10, 10, 0, 10, -1/(2x) + 6, y < -1/(2x) + 6) }}} 
y=(-1/2)x + 6  straight line
{{{ graph( 300, 200, -10, 10, 0, 10, -(1/2)x + 6) }}} 
y < -(1/2)x + 6) straight line
{{{ graph( 300, 200, -10, 10, 0, 10, -(1/2)x + 6, y < -(1/2)x + 6) }}}