How do you check if a point satisfies a system of linear inequalities?
Linear inequalities are expressions that compare two linear functions using symbols like <, >, <=, or >=. For example, y < 2x + 3 is a linear inequality that means the y-values are less than the values of 2x + 3 for any given x. A system of linear inequalities is a set of two or more linear inequalities that are true at the same time. For example, y < 2x + 3 and y > x - 2 is a system of linear inequalities that defines a region on the coordinate plane where both conditions are met.