
Geri W.
asked 05/19/17Which equation represents function of a dial setting
the interior temperature of a gas oven is determined by its dial setting, which goes from 1(lowest) to 10 (highest).The relationship between the dial setting N and the corresponding temperature T(N) is linear. When the dial setting is 2, the temperature is 150^C, and when the dial setting is 6, the temperature is 202^C. Which function represents the temperature as a function of the dial setting?
More
1 Expert Answer
You have two points, (2, 150) and (6, 202). You only need two points to define a line.
f(x) = mx + b
m = slope and b = y-intercept. In this case, the equation is:
T(N) = mN + b
m = (y2 - y1)/(x2 - x1) = (202-150)/(6-2) = 52/4 = 13
So we have so far T(N) = 13N + b. To find b, plug in either point and solve for b. I'll use (2, 150):
T(N) = 13N + b
150 = 13*2 + b
150 = 26 + b
124 = b
Final equation:
T(N) = 13N + 124
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
05/19/17