题目
Problem
The share price of a company is monitored.
Exactly 3 years after monitoring began, the share price was £1.05
Exactly 5 years after monitoring began, the share price was £1.65
The share price, £V, of the company is modelled by the equation
V=pt+q
where t is the number of years after monitoring began and p and q are constants.
(a) Find the value of p and the value of q.
(3)
Exactly T years after monitoring began, the share price was £2.50
(b) Find the value of T, according to the model, giving your answer to one decimal place.
(2)
解答
(a)
解法一
思路
展开
模型是一次函数。两个已知数据点分别是 (3,1.05) 和 (5,1.65),可以先求斜率 p,再代回求截距 q。
答题过程
展开
Using V=pt+q:
1.05=1.65=3p+q,5p+q.
Subtract the first equation from the second:
1.65−1.05=0.60=p=5p−3p2p0.30.
Substitute into 1.05=3p+q:
1.05=1.05=q=3(0.30)+q0.90+q0.15.
Therefore
p=0.3,q=0.15.
(b)
解法一
思路
展开
把 V=2.50 代入模型 V=0.3t+0.15,解出对应的时间。
答题过程
展开
When V=2.50,
2.50=2.35=T==0.30T+0.150.30T0.302.357.833…
So
T=7.8
to one decimal place.