
William W. answered 03/15/23
Math and science made easy - learn from a retired engineer
"The height (in centimeters) of a candle is a linear function of the amount of time (in hours) it has been burning" means the x-axis is time (hrs) and the y-axis is height (cm).
Use the point-slope form of a line:
y - y1 = m(x - x1)
where "m" is the slope and (x1, y1) is a point on the line.
You have been give the slope so m = -0.5 and you have been given a point "after 17 hours is 21.5cm" so x1 = 17 and y1 = 21.5 so:
y - y1 = m(x - x1)
y - 21.5 = -0.5(x - 17)
y - 21.5 = -0.5x + 8.5
y = -0.5x + 30 or, using "h" for height and "t" for time:
h(t) = -0.5t + 30
h(14) = -0.5(14) + 30 = -7 + 30 = 23 cm