Question 732247

{{{y>= x-1}}}

plot first point (6,5) and find one more point (if you have linear function, two points are enough to graph a line)

use the value of {{{x=1}}} to find the {{{y}}} coordinate of the point

{{{y=1-1}}}

{{{y=0}}}......point (1,0)

graph:

{{{ drawing( 600, 600, -10, 10, -10, 10,circle(1,0),circle(6,5),graph( 600, 600, -10, 10, -10, 10, y>= x-1)) }}}