Property
An ordered pair (x,y) is a solution of a linear inequality if the inequality is true when we substitute the values of x and y.
Examples
- To check if (1,4) is a solution to y>3x−1, substitute: 4>3(1)−1 becomes 4>2. This is true, so (1,4) is a solution.
- To check if (2,−1) is a solution to 2x+y≤3, substitute: 2(2)+(−1)≤3 becomes 3≤3. This is true, so (2,−1) is a solution.
- To check if (0,0) is a solution to x−5y>1, substitute: 0−5(0)>1 becomes 0>1. This is false, so (0,0) is not a solution.
Explanation
A solution is any point (x,y) that makes the inequality true. Unlike equations that have solutions on a line, inequalities have solutions in a whole shaded region. Any point in that region works!