Assume (a,b) has a minimum element m.
m is in the interval so a < m < b.
a < m
Adding a to both sides,
2a < a + m
Adding m to both sides of the first inequality,
a + m < 2m
So
2a < a+m < 2m
a < (a+m)/2 < m < b
Since the average (a+m)/2 is in the range (a,b) and less than m, that contradicts our assumption that m is the minimum. So we conclude there is no minimum since given any purported minimum we can always compute something smaller in the range.
If you equate both, the y is eliminated:
-6x-3 = -x+2
Simplify this to find x:
-5x = 5
x = -1
Fill in x=-1 in either equation:
y = --1 + 2 = 3
So (-1,3) is the solution, it is where the lines intercept.