
William W. answered 07/16/21
Experienced Tutor and Retired Engineer
You could consider the given data as absolute years or as years after 2019. Let's choose the later since it produces a simpler equation. So we'll "clarify" that "t" is years after 2019. Consider the given data as points:
(0, 350,000) and (1, 400,000)
Use the point-slope form of a line:
y - y1 = m(x - x1)
First calculate the slope (m) using the slope equation:
m = (400,000 - 350,000)/(1 - 0) = 50,000
Plug in the slope into y - y1 = m(x - x1) to get y - y1 = 50,000(x - x1) then plug in one of the points. I'll choose (1, 400,000):
y - 400,000 = 50,000(x - 1)
y = 50,000x + 350,000
Converting to our correct variables:
S(t) = 50,000t + 350,000
To find when sales are 600,000, we plug in 600,000 for S(t):
600,000 = 50,000t + 350,000
250,000 = 50,000t
t = 5
So 5 years after 2019, which would be 2024
If you feel more comfortable using absolute years, make the data points (2019, 350,000) and (2020, 400,000) and repeat the process. You'll get a different function S(t) with larger numbers but the same year when sales are 600,000.