题目
Problem
The population of a town was monitored.
Exactly 5 years after monitoring began, the population was 58000.
Exactly 10 years after monitoring began, the population was 65000.
Given that the population of the town, P thousand, t years after monitoring began can be modelled by the equation
P2=a+bt3
where a and b are constants,
(a) find the value of a and the value of b.
(3)
According to the model, exactly T years after monitoring began, the population was 85000.
Making your method clear,
(b) find the value of T, giving your answer to one decimal place.
(Solutions relying entirely on calculator technology are not acceptable.)
(2)
解答
(a)
解法一
思路
展开
注意 P 的单位是 thousand,所以 58000 对应 P=58,65000 对应 P=65。代入模型得到两个关于 a,b 的方程。
答题过程
展开
When t=5, P=58, so
582=3364=a+b(5)3a+125b.
When t=10, P=65, so
652=4225=a+b(10)3a+1000b.
Subtract:
4225−3364=861=b==(a+1000b)−(a+125b)875b8758610.984.
Then
3364=3364=a=a+125(0.984)a+1233241.
Therefore
a=3241,b=0.984.
(b)
解法一
思路
展开
85000 对应 P=85。把 P=85、(a) 中的 a,b 代入模型,解出 T3,再开三次方。
答题过程
展开
When the population is 85000,
P=85.
Use the model:
852=7225=3984=T3==3241+0.984T33241+0.984T30.984T30.98439844048.780…
Therefore
T==34048.780…15.9…
So
T=15.9.