Question 421352
Bus numbers.        1  /   2   /   3  /   4   /    5   /   6   /   7  /   8
Gas used (gal).     5  /   8  /  12  /  15  /  18  /   20 /  22  /  25
Miles driven.        80 / 100 / 180 / 225 / 280 / 290 / 320 / 375

----------------
A. Write a linear equation that models the relationship between miles
driven d and gallons of gas used g. 
-----
Run a Linear Regression program against the data to get:
miles = 15.05x-3.85 where x is gallons of gasoline
====================================
Cheers,
Stan H.
=============