Question 1153986
<br>
{{{C = at^2+bt+c}}}<br>
where t=0 corresponds to 1962.<br>
data:<br><pre>
   year   t     C
  ----------------
   1962   0    319
   1982  20    340
   2002  40    368<br></pre>
(a) determine the coefficients a, b, and c and write the equation<br><pre>
Equations:<br>
{{{c = 319}}}  [1]
{{{400a+20b+c = 340}}}  [2]
{{{1600a+40b+c = 368}}}  [3]<br>
{{{400a+20b = 21}}}  [4] (from [1] and [2])
{{{1600a+40b = 49}}}  [5] (from [1] and [3]<br>
{{{800a+40b = 42}}}  [6] ([4], doubled)<br>
{{{800a = 7}}}  ([5]-[6])
{{{a = 7/800}}}  [7]<br>
{{{14+40b = 49}}}  (from [5] and [7])
{{{40b = 35}}}
{{{b = 7/8}}}<br></pre>
ANSWERS:
a = 7/800
b =7/8
c = 319
{{{C = (7/800)t^2+(7/8)t+319}}}<br>
(b) Find the year when C = 2(319) = 638<br>
{{{(7/800)t^2+(7/8)t+319 = 638}}}<br>
Solving algebraically is certainly possible, but very tedious.<br>
Graph the function and the constant 638 on a graphing calculator and find where they intersect.<br>
A graph:<br>
{{{graph(400,400,-50,200,-100,800,(7/800)x^2+(7/8)x+319,638)}}}<br>
The intersection of the two graphs, to the nearest whole number, is 147, indicating the year 1962+147 = 2109.<br>
ANSWER: year 2109<br>