Question

Difficulty: MediumLinear Equations in Two Variables

During a chemistry experiment, the temperature of a liquid increases at a constant rate. The temperature of the liquid is 24C24^\circ\text{C} at 55 minutes after the experiment starts, and 48C48^\circ\text{C} at 1515 minutes after the experiment starts. The temperature TT, in degrees Celsius, of the liquid tt minutes after the experiment starts can be modeled by the equation T=mt+bT = mt + b, where mm and bb are constants. What is the value of bb?

Answer: 12

Answer

12
The correct answer is 12. By translating the given information into two points on the line, (5,24)(5, 24) and (15,48)(15, 48), we can find the slope m=4824155=2.4m = \frac{48 - 24}{15 - 5} = 2.4. Substituting this slope and the point (5,24)(5, 24) into T=mt+bT = mt + b yields 24=2.4(5)+b24 = 2.4(5) + b, which simplifies to 24=12+b24 = 12 + b. Solving for bb gives b=12b = 12.

Step-by-Step Solution

1
Identify the data points representing the relationship between time and temperature.
The two data points are (t1,T1)=(5,24)(t_1, T_1) = (5, 24) and (t2,T2)=(15,48)(t_2, T_2) = (15, 48).
These points represent coordinates (t,T)(t, T) on the line representing the temperature over time.
2
Calculate the slope mm of the linear equation.
m=4824155=2410=2.4m = \frac{48 - 24}{15 - 5} = \frac{24}{10} = 2.4
The slope represents the constant rate of temperature increase per minute.
3
Substitute the slope mm and the coordinates of one point into the equation T=mt+bT = mt + b to solve for the y-intercept bb.
24=2.4(5)+b    24=12+b    b=1224 = 2.4(5) + b \implies 24 = 12 + b \implies b = 12
This determines the value of the constant bb, which corresponds to the initial temperature of the liquid.

Key Concept

Determining the y-intercept of a linear model in two variables given two points.
Rate this question