Question
A system of inequalities may have no solution, but is there a case where there might only be one solution?
Answers
Steve
sure. Two intervals that overlap at a single point.
x+y >= 3
2x-3y <= 1
y <= x/2
The single point which satisfies all three equations is (2,1)
x+y >= 3
2x-3y <= 1
y <= x/2
The single point which satisfies all three equations is (2,1)
Emily
Thank you!!