Final Answer:
The point (-3, 0) is in the solution set of y < x^2 - 4x + 3.
Step-by-step explanation:
We need to check each point to see if its y-coordinate is less than the corresponding x^2 - 4x + 3 value.
(-3, 0):
x^2 - 4x + 3 = (-3)^2 - 4 * (-3) + 3 = 9 + 12 + 3 = 24
Since 0 < 24, (-3, 0) is a solution.
(1, 0):
x^2 - 4x + 3 = 1^2 - 4 * 1 + 3 = 1 - 4 + 3 = 0
Since 0 < 0, (1, 0) is also a solution.
(2, -1):
x^2 - 4x + 3 = 2^2 - 4 * 2 + 3 = 4 - 8 + 3 = -1
Since -1 < -1, (2, -1) is not a solution.
Therefore, only (-3, 0) and (1, 0) are in the solution set of y < x^2 - 4x + 3.