Fill in data in the table. Plot data. Choose a model; adjust the coefficients to find a good fit.
x-Values | y-Values |
1. Linear: y = mx + b | |
2. Quadratic: y = A*x2 + B*x + C | |
3. Inverse: y = c/x | |
4. Square root: y = c*sqrt(x) + b | |
5. Power: y = c*xn + b | |
6. Inverse Square: y = c/x2 | |
7. Exponential: y = A*eB*x + C | |