Sign In
Regression 2: Quadratic equation
Regression 3: Linear equation
20 km: 19.58 minutes
30 km: 18.14 minutes
y=16+10.0(0.95)^x
In this case we have polynomial with a degree of 2. Therefore, this is a quadratic equation. y=0.0056x^2-0.413x+25.58
Here, the polynomial has a degree of 1. Therefore, this is a linear equation. y=24.0-0.1972 x
This means we must choose between Regression 1 and 2. Remember that the scatterplot shows how fast each member runs given how much they ran during the previous week. Since more training generally leads to better run times, the scatterplot should decrease the further to the right we go. This means the quadratic regression is not a good fit, because it eventually increases. We should choose the exponential equation.
x | 16.0+10.0(0.95)^x | y |
---|---|---|
10 | 16.0+10.0(0.95)^(10) | 21.98 |
20 | 16.0+10.0(0.95)^(20) | 19.58 |
30 | 16.0+10.0(0.95)^(30) | 18.14 |