
Andrew M. answered 04/16/18
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
height is a function of time.
x axis is time in hours
y axis is height in cm
We have two points on the line: (7, 28.3), (24, 26.6)
To find the equation of the line 1st find the slope:
m = (26.6-28.3)/(24-7) = -0.1
The slope intercept form is y = mx + b where m=slope, b = y-intercept
y = -0.1x + b
Plug in one of the given points for (x,y) and solve for b
28.3 = -0.1(7) + b
28.3 = -0.7 + b
29 = b
The equation of the line is y = -0.1x + 29
Note: This equation tells us the candle was initially 29 cm tall and loses 0.1 cm per hour height when burnt.
To find the height after 14 hours plug in 14 for x and solve for y
y = -0.1(14) + 29
y = 27.6 cm