Which ordered pair is in the solution set of #0.5x-2y>=3#?

1 Answer
May 23, 2017

Any ordered pair #(x, y)# that satisfies #x>=6+4y#
Or, in set notation, #Solution={(x, y)|x>=6+4y}#

Explanation:

Now, there is a little problem here - it is that you never specified which ordered pair needs to be evaluated to satisfy the condition #0.5x-2y>=3# Allow me to explain.

Below is a graph of the inequality of your question:
graph{0.5x-2y>=3 [-10, 10, -5, 5]}
To answer which point is in the solution set, well the answer is that any point that is on or within the shaded area is part of the solution set.

Let's reorganize the initial inequality:
#0.5x-2y>=3#
#0.5x>=3+2y#
#x>=6+4y#

Now, let us suppose we have a coordinate pair #(6, 0)# and we would like to evaluate whether it is in the solution set.
To do that, we substitute #x=6# and #y=0# into #x>=6+4y#.
We get #6>=6# which is true. So, #(6, 0)# is part of the solution set.

As stated in the answer above, we can notate the set of all points named #S# as:
#S={(x, y)|x>=6+4y}#