
Patrick B. answered 01/29/19
Math and computer tutor/teacher
It's best to solve as a linear programming problem.
X and Y are the driving times in HOURS
X+Y <= 15 <--- no more than 15 hours;
60x + 70y >= 600 <-- at least 600 miles
X<Y <--- faster driver must driver more time
The critical point that maximizes the mileage is at (7.5,7.5)
So x<7.5 ---> 7.5 < y < 15 and 0 < x < 7.5