You can
put this solution on YOUR website!They make it sound so darn difficult, huh? Let me show you...
They give us two data points for x and C, that is (x, C) as
(100, 10000) and (300, 22000)
Just like with any x and y, we first find the slope and then use the point-slope form of a line...so slope m is
m = (y2 - y1) / (x2 - x1) = (22000 - 10000) / (300 - 100) =
m = 12000 / 200 = 60
Now that we know m = 60, we use
y - y1 = m(x - x1) which is the point-slope form. In our problem however, the y is or C...so we have (using either (x, C))...
C - 10000 = 60(x - 100)
C - 10000 = 60x - 6000 and finally
C = 60x + 4000