How do you graph x-2y<=6?

1 Answer
Dec 11, 2016

graph{y>=x-3 [-10, 10, -5, 5]}

Explanation:

the equation needs to be rearranged to make y the subject of the formula:

x-2y <= 6

subtract x:

-2y <= 6 - x

divide by -2:

y >= -3 + x or x - 3

[NB: when multiplying or diving by negative numbers, the inequality sign reverses]

to graph the inequality:

draw the line y = x - 3

find the region where y <= x - 3 (e.g. the point (5,3))

[NB: use a solid line for weak inequalities]