A courier dispatcher models delivery time from two features:
The model carries no bias term:
Four completed deliveries make up the training set:
| Delivery | Items | Distance (km) | Time (min) |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 | |||
| 4 |
The design matrix is — its two columns are and — and the least-squares weights are the solution of the normal equations
A new order comes in: items, km away.
What delivery time does the fitted model predict for it?
Round your answer to two decimal places.