Question 42298
We have two data points for (x, c)...they are
(100, 10000) and (300, 22000)...
First find the slope m...
m = (y2 - y1) / (x2 - x1)
m = (22000 - 10000) / (300 - 100)
m = 12000 / 200 =
m = 60
Now plug this and one point into the slope-intercept form
y - y1 = (x - x1)
y - 10000 = 60(x - 100)
y - 10000 = 60x - 6000
y = 60x + 4000