How do you tell whether the ordered pair (2,5) is a solution to #y>2x, y>=x+2#?

1 Answer
Dec 12, 2016

The point (2,5) satisfies both inequalities so it is a solution

Explanation:

Substitute the values #(x,y)->(2,5)# into each equation.
If each equation is true then (2,5) is a solution.

Ineq1#->y>2x#
Ineq2#->y>=x+2#

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Consider Ineq1")#

#y>2x" "->" "5>2(2)" "->" "5>4" "color(red)(larr" True")#

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Consider Ineq2")#

#y>=x+2" "->" "5>=(2)+2" "->" "5>=4" "color(red)(larr" True") #

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tony B