.
James and Pat are driving from Atlanta to Jacksonville a distance of 130 miles. James whos average rate is 5 mph faster
than Pat's will drive first and then Pat will drive the rest of the way.
If the total driving time is 5 hours determine the average rate of each driver
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Under the given conditions, the problem has more than one solution.
More precisely, it has INFINITELY many solutions.
For example, these two sets are the solutions:
1. James drives 2 hours at the rate 23 mph, and then Pat drives 3 hours at the rate 28 mph.
// 2*23 + 3*28 = 130 and all other conditions are satisfied.
2. James drives 3 hours at the rate 24 mph, and then Pat drives 2 hours at the rate 29 mph.
// 3*24 + 2*29 = 130 and all other conditions are satisfied.
Actually, the problem requires to impose more restrictions (at least one more restriction) in order for the solution be unique.