To determine which of the given points is a solution to the system of inequalities:
- First inequality: \(5x + 2y > 19\)
- Second inequality: \(x + y \geq 5\)
We will check each point to see if it satisfies both inequalities.
Point (0, 1):
- For \(5x + 2y > 19\): \(5(0) + 2(1) = 0 + 2 = 2\) (not greater than 19)
- For \(x + y \geq 5\): \(0 + 1 = 1\) (not greater than or equal to 5)
Point (5, 5):
- For \(5x + 2y > 19\): \(5(5) + 2(5) = 25 + 10 = 35\) (greater than 19)
- For \(x + y \geq 5\): \(5 + 5 = 10\) (greater than or equal to 5)
Point (0, 0):
- For \(5x + 2y > 19\): \(5(0) + 2(0) = 0\) (not greater than 19)
- For \(x + y \geq 5\): \(0 + 0 = 0\) (not greater than or equal to 5)
Point (5, -1):
- For \(5x + 2y > 19\): \(5(5) + 2(-1) = 25 - 2 = 23\) (greater than 19)
- For \(x + y \geq 5\): \(5 + (-1) = 4\) (not greater than or equal to 5)
After checking all points, the only point that satisfies both inequalities is:
\((5, 5)\)
So, the correct response is \((5, 5)\).