Sometimes, we can create a linear model from information in the form of a table.

The following table describes the distance D, in miles, that Noah is from his house as he drives home, n hours from the start of the journey.

n (hours) 2 3 4
D (miles) 190 120 50

Notice that each hour, the distance from Noah's house decreases by 70 miles. So, if Noah was A miles away from his house when he started driving, then we can model the distance that Noah is from home using the equation D = A - 70n.

Now, we substitute one of the pairs of values from the table into this equation and solve for A. After n=2 hours, Noah was a distance of D=190 miles away from home. We substitute and solve for A\mathbin{:}

\begin{align*} D &= A -70n \\[5pt] 190 &= A - 70(2) \\[5pt] 190 &= A - 140 \\[5pt] 330 &= A \end{align*}

Therefore, the complete model for Noah's journey is D = 330 - 70n.

FLAG

Dylan's computer is infected with a virus. The table below shows the number of files F that are infected n minutes after the virus took over. What was the total number of infected files at the beginning of the process?

n (minutes) 6 8 10
F (files) 520 690 860

You may assume that the relationship between n and F is linear.

EXPLANATION

Notice that the number of infected files is increasing by 170 every 2 minutes. In other words, the number of infected files is increasing by

\dfrac{170}{2} = 85

per minute. So, if A is the number of files that were infected at the beginning, then we can model the number of infected files F after n minutes using the equation

F = A + 85n.

Now, we substitute one of the pairs of values from the table into this equation and solve for A. After n=6 minutes, there were F=520 infected files. We substitute these values into the equation and solve for A as follows:

\begin{align*} F &= A + 85n \\[5pt] 520 &= A + 85(6) \\[5pt] 520 &= A + 510 \\[5pt] 10 &= A \end{align*}

So, in the beginning, there were 10 infected files.

FLAG

Mark delivers packages to houses. The table below shows the number of packages $P$ remaining for Mark to deliver $n$ hours after he started working. How many packages did Mark start with?

$n$ (hours) $4$ $6$ $8$
$P$ (packages) $64$ $34$ $4$

You may assume that the relationship between $n$ and $P$ is linear.

a
$64$
b
$184$
c
$124$
d
$104$
e
$60$

Ross borrowed some money from a bank, agreeing to pay the money back at a constant rate per month. The table below shows the amount of money $L$ that's outstanding on the loan $n$ months since he started paying it back. How much did Ross borrow?

$n$ (months) $10$ $15$ $20$
$L$ (dollars) $4\,000$ $3\,000$ $2\,000$

You may assume that the relationship between $n$ and $L$ is linear.

a
$\$ 7\,200$
b
$\$ 6\,800$
c
$\$ 6\,000$
d
$\$ 4\,000$
e
$\$ 5\,000$

A truck leaves for a journey. The amount of gas in its tank G , in gallons, n hours after the truck starts its journey is given by the linear model G = 25 - 4 n.

What does the constant 25 mean in this context?

EXPLANATION

The model is an equation of a form \text{(starting value)} + \text{(rate of change)}n.

We see that the number 25 corresponds to the starting value, which represents the initial amount of gas in the tank.

FLAG

Anna borrows some money from a bank. The outstanding amount $L$, in dollars, to repay after $n$ months is given by the linear model \[ L = 3\,000 - 150 n. \]

What does the constant $3\,000$ mean in this context?

a
The bank owes Anna $\$3\,000$
b
Anna has repaid $\$3\,000$
c
Anna borrowed $\$3\,000$ initially
d
The duration of the loan is $3\,000$ months
e
After $n$ months, Anna owes the bank $\$3\,000$

Lisbeth decides to grow her hair out. After $m$ months, the length of her hair $H,$ in centimeters, is given by the linear model \[ H = 40 + 1.5m. \] What does the constant $1.5$ represent in this context?

a
The length that hair grows each week
b
The number of months that Lisbeth will grow her hair out
c
The length that hair grows each year
d
The length that hair grows each month
e
Lisbeth's initial hair length

Water is leaking from a tank. The volume of water, in liters, remaining in the tank after $n$ hours is given by the linear model \[ L = 2\,500 - 40n. \] What does the constant $40$ represent in this context?

a
The tank's total capacity
b
The time needed for the tank to empty
c
The volume of water coming out of the tank per hour
d
The amount of water entering the tank each hour
e
The volume of water that was in the tank initially

Given two data points of a linear relationship, we can construct a linear model that fits the data using our knowledge of straight lines and use our model to make predictions.

For example, suppose an online educator is tracking student interest in a new course. They notice that the number of students registering for a new course increased with the number of webinar promotions hosted, with the following observations:

  • When they host 1 promotional webinar, 540 students register.

  • When they host 4 webinars, 1,200 students register.

Using this data, let's construct a linear model and use our model to determine how many students would be expected to register if the educator hosted 3 webinars.

First, we model the number of students S as a linear function of the number of webinars w using the equation

S = mw + b, where m is the slope and b is the S -intercept. From the two observations, we are given two data points:

\begin{align*} (w_1, S_1) &= (1, 540) \\[5pt] (w_2, S_2) &= (4, 1200) \end{align*}

We can visualize the linear function we'd like to fit to our data as follows:

Using the given points, we calculate the slope m using the slope formula:

\begin{align*} m &= \dfrac{S_2 - S_1}{w_2 - w_1} \\[5pt] &= \dfrac{1,200 - 540}{4 - 1} \\[5pt] &= \dfrac{660}{3} \\[5pt] &= 220 \end{align*}

Now we substitute this value of m into the general form:

\begin{align*} S &= mw + b \\[5pt] &= 220w + b \end{align*}

Next, to find the value of b, we substitute one of the points, say (1, 540), into this equation:

\begin{align*} 540 &= 220 \cdot 1 + b \\[5pt] 540 &= 220 + b \\[5pt] b &= 320 \end{align*}

Therefore, the linear model is

S = 220w + 320.

Finally, we can predict how many students would be expected to register if w = 3 webinars were hosted by substituting this value into our model:

\begin{align*} S &= 220(3) + 320 \\[5pt] &= 660 + 320 \\[5pt] &=980 \end{align*}

Therefore, our model predicts that 980 students would sign up if 3 webinars were hosted.

The above solution can be visualized as follows:

  • First, we build the straight line that passes through the points (1,540) and (4,1200). This is the line with equation S=220w+320.

  • Then, we determine the vertical ( S -coordinate) of the point that lies on the line and has the horizontal ( w -coordinate) of 3.

FLAG

The number of smart sensors installed in industrial facilities increased from 4,500 in 2014 to 10,500 in 2021. Assuming the number of sensors increased at a constant rate, which of the following linear equations best models S, the number of sensors installed t years after 2014?

  • S = 857.14t + 4,500

  • S = 857.14t + 10,500

  • S = -857.14t + 4,500

  • S = 800t + 4,500

EXPLANATION

The linear function that models the number of smart sensors, S, for t years after 2014, is \begin{align*} S &= mt + b . \end{align*} where m is the slope, and b is the S -intercept.

We have two known points: \begin{align*} \text{for [math]2014[/math]:} \qquad (t_1, S_1) &= (0, 4500) \\[5pt] \text{for [math]2021[/math]:} \qquad (t_2, S_2) &= (7, 10\,500) \end{align*}

We first find the slope m{:} \begin{align*} m &= \frac{S_2 - S_1}{t_2 - t_1} \\[5pt] &= \frac{10,500 - 4,500}{7 - 0} \\[5pt] &= \frac{6,000}{7} \\[5pt] &\approx 857.14. \end{align*}

Then, since the number of sensors in 2014 (when t = 0 ) is 4,500, we have b = 4,500. So we get \begin{align*} S &= mt + b \\[5pt] &= 857.14t + 4,500. \end{align*}

FLAG

The annual water consumption in a desert city rose from $2,400$ million gallons in $2018$ to $4,200$ million gallons in $2023.$ Assuming the water usage increased at a constant rate, which of the following linear equations best models $W,$ the water usage (in millions of gallons) $t$ years after $2018?$

a
$W = 360t + 2,400$
b
$W = 360t + 4,200$
c
$W = 720t + 1,200$
d
$W = -360t + 2,400$
e
$W = 180t + 2,400$

The population of a certain bird species in a protected region dropped from $12,000$ birds in $2005$ to $8,400$ birds in $2020.$ Assuming the population decreased at a constant rate, which of the following linear equations best models $P,$ the bird population $t$ years after $2005?$

a
$P= -240t + 12,000$
b
$P = -240t + 8,400$
c
$P = 240t + 12,000$
d
$P = -120t + 15,000$
e
$P = 120t + 8,400$

A phone company modeled the number of minutes M used by a customer each month as a linear function of the monthly charge. A customer used 1{,}200 minutes when the monthly charge was \[math]40, and 2{,}400 minutes when the charge was \[/math]70. Based on this model, what monthly charge would correspond to 1{,}800 minutes of usage?

EXPLANATION

The linear equation that models the number of minutes M, in minutes, as a function of the monthly charge c, in dollars, is M = mc + b, where m is the slope, and b is the M -intercept.

We have two known data points: \begin{align*} (c_1, M_1) = (40, 1200) \\[5pt] (c_2, M_2) = (70, 2400) \end{align*}

We first find the slope m{:} \begin{align*} m &= \frac{M_2 - M_1}{c_2 - c_1} \\[5pt] &= \frac{2{,}400 - 1{,}200}{70 - 40} \\[5pt] &= \frac{1{,}200}{30} \\[5pt] &= 40 \end{align*}

So, the usage function is \begin{align*} M &= mc + b \\[5pt] &= 40c + b. \end{align*}

Now, we use one of the given points, say (70, 2\,400), to find the value of b{:} \begin{align*} 2{,}400 &= 40\times 70 + b \\[5pt] 2{,}400 &= 2{,}800 + b \\[5pt] b &= -400 \end{align*}

So we have M = 40c - 400.

To find the charge when M = 1{,}800, we substitute and solve for c{:} \begin{align*} 1{,}800 &= 40c - 400 \\[5pt] 1{,}800 + 400 &= 40c - 400 + 400 \\[5pt] 2{,}200 &= 40c \\[5pt] c &= \frac{2{,}200}{40} \\[5pt] c &= 55. \end{align*}

Therefore, the monthly charge is \[math]55.

FLAG

A film studio observed that the number of trailer views $V$ increased with the number of social media ads launched. When 4 ads were launched, the trailer received 16,000 views. When 10 ads were launched, the trailer received 28,000 views. Based on this model, how many views would be expected if the studio launched 7 ads?

Hint: Let the number of ads be represented by the variable $a.$

a
$24,000$
b
$19,000$
c
$22,000$
d
$21,000$
e
$20,000$

A travel agency modeled the number of bookings $B$ for a particular tour as a linear function of the tour price. There were $480$ bookings when the price was $\$800,$ and $360$ bookings when the price was $\$1{,}000.$ Based on this model, what tour price would result in $420$ bookings?

Hint: Let the tour price be represented by the variable $p.$

a
$\$880$
b
$\$940$
c
$\$920$
d
$\$860$
e
$\$900$
Flag Content
Did you notice an error, or do you simply believe that something could be improved? Please explain below.
SUBMIT
CANCEL