Eric C. answered 12/10/15
Tutor
5.0
(180)
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Andrew.
The first thing I want to mention is how t is defined. t = # of years since 1992, meaning at 1992, t = 0.
t = 1, year is 1993.
t = 2, year is 1994... and so on.
a) The total people cross country skiing and snowboarding is just C + S.
T = C + S = 0.067 t^3 - 0.107 t^2 + 0.27 t + 3.5 + 0.416 t + 1.24
T = 0.067t^3 - 0.107t^2 + 0.686t + 4.74
b) Total people participating in 1992 refers to t = 0. Total people in 2000 refers to t = 8.
T(0) = 1.24
T(8) = 0.067(8)^3 - 0.107(8)^2 + 0.686(8) + 4.74
= 37.684 million people.
c) The average rate of change in participation will be:
[f(8) - f(0)] / [8 - 0]
This will give the slope of the line going from (0, 1.24) to (8, 37.684), which will be average rate of growth between those two time points.
(37.684 - 1.24) / (8-0) = 4.555 million people/ year.
This means that, on average, an 4.555 million people began participating in this sport every year for 8 years.
Hope this helps.