Skip to main content
Logo image

Section 3.6 Point-Slope Form

In SectionĀ 5, we learned that a linear equation can be written in slope-intercept form. This section covers an alternative that is often more useful depending on the application: ā€œpoint-slope formā€.
Figure 3.6.1. Alternative Video Lesson

Subsection 3.6.1 Point-Slope Motivation and Definition

Since 1990, the population of the United States has been growing by about \(2.865\) million people per year. Also, back in 1990, the population was \(253\) million. Since the rate of growth has been roughly constant, a linear model is appropriate. Letā€™s write an equation to model this.
We consider using slope-intercept form, but we would need to know the \(y\)-intercept, and nothing in the background tells us that. Weā€™d need to know the population of the United States back in the year 0, before there even was a United States.
We could do some side work to calculate the \(y\)-intercept, but letā€™s try something else instead. Here are some things we know:
  1. The slope equation for a line in general is \(m=\frac{y_2-y_1}{x_2-x_1}\text{.}\)
  2. The slope of our line is \(m=2.865\,\frac{\text{million people}}{\text{year}}\text{,}\) or \(m=\frac{2.865\,\text{million people}}{1\,\text{year}}\text{.}\)
  3. One point on the line is \((x_1,y_1)=(1990,253)\text{,}\) because in 1990, the population was \(253\) million.
If we use the generic variables \((x,y)\) to represent a point somewhere on this line, then the rate of change from \((1990,253)\) to \((x,y)\) must be \(2.865\text{.}\) So
\begin{equation*} \frac{y-253}{x-1990}=2.865\text{.} \end{equation*}
There is good reason to isolate \(y\) in this equation, so we do that.
\begin{align*} \frac{y-253}{x-1990}\amp=2.865\\ \frac{y-253}{x-1990}\multiplyright{(x-1990)}\amp=2.865\multiplyright{(x-1990)}\\ y-253\amp=2.865(x-1990)\amp\amp\text{(could distribute, but don't)}\\ y\amp=2.865(x-1990)\addright{253} \end{align*}
This is a good place to pause. We have isolated \(y\text{,}\) and three meaningful numbers appear in the equation: the rate of growth, a certain year, and the population in that year. This is a specific example of point-slope form. Before we look deeper at point-slope form, letā€™s continue reducing the line equation into slope-intercept form by distributing and combining like terms.
\begin{align*} y\amp=2.865(x-1990)+253\\ y\amp=2.865x - 5701.35 + 253\amp\amp\text{(distributed the }2.865\text{)}\\ y\amp=2.865x - 5448.35\amp\amp\text{combined like terms} \end{align*}
One concern with slope-intercept form is that it uses the \(y\)-intercept, which might have no meaning in the context of an application. For example, here we have found that the \(y\)-intercept is at \((0,-5448.35)\text{,}\) but what practical use is that? Itā€™s nonsense to say that in the year 0, the population of the United States was \(-5448.35\) million. It doesnā€™t make sense to have a negative population. It doesnā€™t make sense to talk about the United States population before there even was a United States. And it doesnā€™t make sense to use this model for years earlier than 1990 because the background information says clearly that the rate of change we have applies to years 1990 and later.
For all these reasons, we prefer to have the equation back when it was in the form:
\begin{equation*} y=2.865(x-1990)+253 \end{equation*}
and we purposely do not distribute the slope.

Definition 3.6.2. Point-Slope Form.

When \(x\) and \(y\) have a linear relationship where \(m\) is the slope and \((x_0,y_0)\) is some specific point that the line passes through, an equation for this relationship is
\begin{equation} y=m\left(x-x_0\right)+y_0\tag{3.6.1} \end{equation}
and this equation is called the point-slope form of the line. It is called this because two important features are immediately visible from the numbers in the equation: the slope and one point on the line.
Figure 3.6.3.
There is a subtraction sign and an addition sign in point-slope form, and you may have trouble remembering which is which. But remember that that the line is supposed to pass through \((x_0,y_0)\text{.}\) So substituting \(x_0\) in for \(x\) should leave \(y\) equal to \(y_0\text{.}\) And it does. For example, consider our example equation \(y=2.865(x-1990)+253\text{.}\) Here, \(x_0\) is \(1990\) and \(y_0\) is \(253\text{.}\) And:
\begin{align*} y\amp=2.865(x-1990)+253\amp\amp\text{substitute }1990\text{ for }x\ldots\\ y\amp=2.865(\substitute{1990}-1990)+253\\ y\amp=2.865(0)+253\\ y\amp=253\amp\amp\ldots\text{and }y\text{ works out to be }253 \end{align*}
The subtraction is exactly where it needs to be to wipe out \(m(x-x_0)\) and leave you with \(y_0\text{.}\) More generally:
\begin{equation*} \underset{\overset{\downarrow}{y_0}}{\strut y \strut}=m(\overset{\overset{x_0}{\downarrow}}{\strut x \strut}-x_0)+y_0 \end{equation*}

Remark 3.6.4. Alternative Point-Slope Form.

It is also common to define point-slope form as
\begin{equation} y-y_0=m\left(x-x_0\right)\tag{3.6.2} \end{equation}
by subtracting \(y_0\) from each side. If you learn about point-slope form from some other resource, you may come across this. We feel that the \(y=m\left(x-x_0\right)+y_0\) form will be more helpful with college algebra, statistics, and calculus.

Checkpoint 3.6.5.

Consider the line in this graph:
  1. Identify a point visible on this line that has integer coordinates, and write it as an ordered pair.
  2. What is the slope of the line?
  3. Use point-slope form to write an equation for this line, making use of a point with integer coordinates.
Explanation.
  1. The visible points with integer coordinates are \((2,-1)\text{,}\) \((3,2)\text{,}\) and \((4,5)\text{.}\)
  2. Several slope triangles are visible where the ā€œrunā€ is \(1\) and the ā€œriseā€ is \(3\text{.}\) So the slope is \(\frac{3}{1}=3\text{.}\)
  3. Using \((3,2)\text{,}\) the point-slope equation is \(y=3(x-3)+2\text{.}\) (You could use other points, like \((2,-1)\text{,}\) and get a different-looking equation like \(y=3(x-2)+(-1)\) which simplifies to \(y=3(x-2)-1\text{.}\))
In CheckpointĀ 5, the solution explains that each of the following are acceptable equations for the same line:
\begin{align*} y\amp=3(x-3)+2\amp y\amp=3(x-2)-1 \end{align*}
The first uses \((3,2)\) as a point on the line, and the second uses \((2,-1)\text{.}\) Are those two equations really equivalent? Letā€™s distribute and simplify each of them to get slope-intercept form.
\begin{align*} y\amp=3(x-3)+2\amp y\amp=3(x-2)-1\\ y\amp=3x-9+2\amp y\amp=3x-6-1\\ y\amp=3x-7\amp y\amp=3x-7 \end{align*}
So, yes. It didnā€™t matter which point we used to write a point-slope equation. We get different-looking equations that still represent the same line.
Point-slope form is preferable when we know a lineā€™s slope and a point on it, but we donā€™t know the \(y\)-intercept. We recognize that distributing the slope and combining like terms can always be used to find the lineā€™s slope-intercept form.

Checkpoint 3.6.6.

Plot the line with equation \(y=\frac{2}{5}(x-1)+4\text{.}\)
Explanation.
We can see from the equation that \((1,4)\) is a point on the line. The first step in making a plot is to go to that point on the graph. We also see the slope is \(\frac{2}{5}\text{,}\) so from our launch point of \((1,4)\text{,}\) we can move forward \(5\) and up \(2\) to find a second point on the line.

Example 3.6.7.

A spa chain has been losing customers at a roughly constant rate since the year 2018. In 2021, it had \(2975\) customers; in 2024, it had \(2585\) customers. Management estimated that the company will go out of business once its customer base decreases to \(1800\text{.}\) If this trend continues, when will the company close?
The given information tells us two points on the line: \((2021,2975)\) and \((2024,2585)\text{.}\) The slope formula will give us the slope. After labeling those two points as \((\overset{x_1}{2021},\overset{y_1}{2975})\) and \((\overset{x_2}{2024},\overset{y_2}{2585})\text{,}\) we have:
\begin{align*} \text{slope}\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{2585-2975}{2024-2021}\\ \amp=\frac{-390}{3}\\ \amp=-130 \end{align*}
And considering units, this means they are losing \(130\) customers per year.
We could make an equation for this line using slope-intercept form, but then we would need to calculate the \(y\)-intercept, which would correspond to the number of customers in year \(0\text{.}\) Weā€™d be working with numbers that have no real-world meaning.
For point-slope form, since we calculated the slope, we know at least this much:
\begin{equation*} y=-130(x-x_0)+y_0\text{.} \end{equation*}
Now we can pick one of those two given points, say \((2021,2975)\text{,}\) and get the equation
\begin{equation*} y=-130(x-2021)+2975\text{.} \end{equation*}
Note that all three numbers in this equation have meaning in the context of the spa chain. The \(-130\) tells us how many customers are leaving per year, the \(2021\) represents a year, and the \(2975\) tells us the number of customers in that year.
Weā€™re ready to answer the question about when the chain might go out of business. We need to substitute the given value of \(1800\) into the appropriate place in our equation. In order to substitute correctly, we must clearly understand what the variable \(y\) represents including its units, and what the variable \(x\) represents including its units. Write down those definitions first in any question you attempt to answer. It will save you time in the long run, and avoid frustration. Knowing the variable \(y\) represents the number of customers in a given year allows one to understand that \(y\) must be replaced with \(1800\) customers. Knowing the variable \(x\) represents a year allows one to understand that \(x\) will not be substituted, because we are trying to solve for what year something happens.
After substituting \(y\) in the equation with \(1800\text{,}\) we will solve for \(x\text{,}\) and find the answer we seek.
\begin{align*} y\amp=-130(x-2021)+2975\\ \substitute{1800}\amp=-130(x-2021)+2975\\ 1800\subtractright{2975}\amp=-130(x-2021)\\ -1175\amp=-130(x-2021)\\ \divideunder{-1175}{-130}\amp=\divideunder{-130(x-2021)}{-130}\\ 9.038\amp\approx x-2021\\ 9.038\addright{2021}\amp\approx x\\ 2030\amp\approx x \end{align*}
Figure 3.6.8. \(y=-130(x-2021)+2975\)
We find that the company is headed toward a collapse in 2030.
FigureĀ 8 illustrates one line representing the spaā€™s customer base, and another line representing the customer level that would cause the business to close. To make a graph of \(y=-130(x-2021)+2975\text{,}\) we first marked the point \((2021,2975)\) and from there used the slope of \(-130\text{.}\)

Checkpoint 3.6.9.

If we go state by state and compare the Republican presidential candidateā€™s 2012 vote share (\(x\)) to the Republican presidential candidateā€™s 2016 vote share (\(y\)), we get the following graph (called a ā€œscatterplotā€, used in statistics) where a trendline has been superimposed.
Find a point-slope equation for this line. (Note that a slope-intercept equation would use the \(y\)-intercept coordinate \(b\text{,}\) and that would not be meaningful in context, since no state had anywhere near zero percent Republican vote.)
Explanation.
We need to calculate slope first. And for that, we need to identify two points on the line. conveniently, the line appears to pass right through \((50,50)\text{.}\) We have to take a second point somewhere, and \((75,72)\) seems like a reasonable roughly accurate choice. The slope equation gives us that
\begin{equation*} m=\frac{72-50}{75-50}=\frac{22}{25}=0.88 \text{.} \end{equation*}
Using \((50,50)\) as the point, the point-slope equation would then be
\begin{equation*} y=0.88(x-50)+50 \text{.} \end{equation*}

Subsection 3.6.2 Using Two Points to Build a Linear Equation

Since two points can determine a lineā€™s location, we can calculate a lineā€™s equation using just the coordinates from any two points it passes through.

Example 3.6.10.

A line passes through \((-6,0)\) and \((9,-10)\text{.}\) Find this lineā€™s equation in both point-slope and slope-intercept form.
Explanation.
We will use the slope formula to find the slope first. After labeling those two points as \((\overset{x_1}{-6},\overset{y_1}{0}) \text{ and } (\overset{x_2}{9},\overset{y_2}{-10})\text{,}\) we have:
\begin{align*} \text{slope}\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\phantom{y_2}-\phantom{y_1}}{\phantom{x_2}-\phantom{x_1}}\amp\amp\text{(reserving place holders)}\\ \amp=\frac{\phantom{y_2}-0}{\phantom{x_2}-(-6)}\amp\amp\text{(fill in first point, vertically)}\\ \amp=\frac{-10-0}{9-(-6)}\amp\amp\text{(fill in second point, vertically)}\\ \amp=\frac{-10}{15}\\ \amp=-\frac{2}{3} \end{align*}
The point-slope equation is \(y=-\frac{2}{3}(x-x_0)+y_0\text{.}\) Next, we will use \((9,-10)\) and substitute \(x_0\) with \(9\) and \(y_0\) with \(-10\text{,}\) and we have:
\begin{align*} y\amp=-\frac{2}{3}(x-x_0)+y_0\\ y\amp=-\frac{2}{3}(x-9)+(-10)\\ y\amp=-\frac{2}{3}(x-9)-10 \end{align*}
Next, we will change the point-slope equation into slope-intercept form:
\begin{align*} y\amp=-\frac{2}{3}(x-9)-10\\ y\amp=-\frac{2}{3}x+6-10\\ y\amp=-\frac{2}{3}x-4 \end{align*}

Checkpoint 3.6.11.

A line passes through \((37,40)\) and \((-11,-60)\text{.}\) Find equations for this line using both point-slope and slope-intercept form.
Explanation.
First, use the slope formula to find the slope of this line:
\begin{equation*} \begin{aligned} m=\frac{y_2-y_1}{x_2-x_1}\amp=\frac{-60-40}{-11-37}\\ \amp=\frac{-100}{-48}\\ \amp=\frac{25}{12}\text{.} \end{aligned} \end{equation*}
The generic point-slope equation is \(y=m(x-x_0)+y_0\text{.}\) We have found the slope, \(m\text{,}\) and we may use \((37,40)\) for \((x_0,y_0)\text{.}\) So an equation in point-slope form is \({y = \frac{25}{12}\mathopen{}\left(x-37\right)+40\hbox{ or }y = \frac{25}{12}\mathopen{}\left(x+11\right)-60}\text{.}\)
To find a slope-intercept form equation, we can take the generic \(y=mx+b\) and substitute in the value of \(m\) we found. Also, we know that \((x,y)=(-11,-60)\) should make the equation true. So we have
\begin{equation*} \begin{aligned} y\amp=mx+b\\ -60\amp=\frac{25}{12}(-11)+b\amp\amp\text{(now we may solve for }b\text{)}\\ -60\multiplyright{12}\amp=\left(\frac{25}{12}(-11)+b\right)\multiplyright{12}\amp\amp\text{(clear the denominator)}\\ -720\amp=25(-11)+12b\amp\amp\text{(distribute and multiply)}\\ -720\amp=-275+12b\\ -720\addright{275}\amp=264+12b\addright{275}\\ -445\amp=12b\\ \divideunder{-445}{12}\amp=\divideunder{12b}{12}\amp\amp b = -\frac{445}{12}\text{.} \end{aligned} \end{equation*}
So the slope-intercept equation is \({y = \frac{25}{12}-\frac{445}{12}}\text{.}\) Note that the slope-intercept equation has an unfriendly fraction, and the fact that this can happen is another reason to use the point-slope form whenever it is reasonable to do so.

Subsection 3.6.3 Recognizing Point-Slope Form

We can tell a lot about a linear equation now that we have learned both slope-intercept form and point-slope form. For example, we can know that \(y=4x+2\) is in slope-intercept form because it looks like \(y=mx+b\text{.}\) It will graph as a line with slope \(4\) and vertical intercept \((0,2)\text{.}\) Likewise, we know that the equation \(y=-5(x-3)+2\) is in point-slope form because it looks like \(y=m(x-x_0)+y_0\text{.}\) It will graph as a line that has slope \(-5\) and will pass through the point \((3,2)\text{.}\)

Example 3.6.12.

For the equations below, state whether they are in slope-intercept form or point-slope form. Then identify the slope of the line and at least one point that the line will pass through.
  1. \(\displaystyle y=-3x+2\)
  2. \(\displaystyle y=9(x+1)-6\)
  3. \(\displaystyle y=5-x\)
  4. \(\displaystyle y=-\frac{12}{5}(x-9)+1\)
Explanation.
  1. The equation \(y=-3x+2\) is in slope-intercept form. The slope is \(-3\) and the vertical intercept is \((0,2)\text{.}\)
  2. The equation \(y=9(x+1)-6\) is in point-slope form. The slope is \(9\) and the line passes through the point \((-1,-6)\text{.}\)
  3. The equation \(y=5-x\) is almost in slope-intercept form. If we rearrange the right hand side to be \(y=-x+5\text{,}\) we can see that the slope is \(-1\) and the vertical intercept is \((0,5)\text{.}\)
  4. The equation \(y=-\frac{12}{5}(x-9)+1\) is in point-slope form. The slope is \(-\frac{12}{5}\) and the line passes through the point \((9,1)\text{.}\)

Example 3.6.13.

Consider the graph in FigureĀ 14.
  1. Using the point-slope form of a line, find three different linear equations for the line shown in the graph. Three integer-valued points are shown for convenience.
  2. Determine the slope-intercept form of the equation of this line.
Figure 3.6.14.
Explanation.
  1. To write any of the equations representing this line in point-slope form, we must first find the slope of the line and we can use the slope formula to do so. We will arbitrarily choose \((0,30)\) and \((-5,42)\) as the two points. Inputting these points into the slope formula yields:
    \begin{align*} m\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\substitute{42}-\substitute{30}}{\substitute{-5}-\substitute{0}}\\ \amp=\frac{12}{-5}=-\frac{12}{5} \end{align*}
    So the slope of the line is \(-\frac{12}{5}\text{.}\)
    Next, we need to write an equation in point-slope form based on each point shown. Using the point \((0,30)\text{,}\) we have:
    \begin{equation*} y=-\frac{12}{5}(x-0)+30 \end{equation*}
    (This simplifies to \(y=-\frac{12}{5}x+30\text{.}\))
    The next point is \((20,-18)\text{.}\) Using this point, we can write an equation for this line as:
    \begin{equation*} y=-\frac{12}{5}(x-20)-18 \end{equation*}
    Finally, we can also use the point \((-5,42)\) to write an equation for this line:
    \begin{equation*} y=-\frac{12}{5}(x-(-5))+42 \end{equation*}
    which can also be written as:
    \begin{equation*} y=-\frac{12}{5}(x+5)+42 \end{equation*}
  2. As \((0,30)\) is the vertical intercept, we can write the equation of this line in slope-intercept form as \(y=-\frac{12}{5}x+30\text{.}\) Itā€™s important to note that each of the equations that were written in point-slope form simplify to this, making all four equations equivalent.

Reading Questions 3.6.4 Reading Questions

1.

Explain why there are some situations where point-slope form is preferable to slope-intercept form.

2.

There are basically two steps to convert a point-slope line equation into a slope-intercept line equation. What are they?

3.

If a line has equation \(y=2(x+5)+6\text{,}\) we can see the line passes through a certain point. To find the \(x\)-coordinate of that point, you might look at the \(5\) and know that you should negate that. Instead, you could train yourself to look at the \(x\) and realize the important number is \(-5\) because that is what it takes to .

Exercises 3.6.5 Exercises

Skills Practice

Identify Point and Slope.
A lineā€™s equation is given in point-slope form. Identify the slope and the point on the line that is being singled out.
1.
\(y={2\mathopen{}\left(x-6\right)+5}\)
2.
\(y={3\mathopen{}\left(x-2\right)+8}\)
3.
\(y={-4\mathopen{}\left(x+8\right)+3}\)
4.
\(y={5\mathopen{}\left(x+4\right)+7}\)
5.
\(y={6\mathopen{}\left(x+2\right)-3}\)
6.
\(y={6\mathopen{}\left(x+7\right)-4}\)
7.
\(y={7\mathopen{}\left(x-4\right)-9}\)
8.
\(y={8\mathopen{}\left(x-2\right)-4}\)
Construct Point-Slope Form.
A line passes through the given point with the given slope. Find an equation for the line in point-slope form using the given point.
9.
through \({\left(6,7\right)}\) with slope \(9\)
10.
through \({\left(5,3\right)}\) with slope \(2\)
11.
through \({\left(-9,-6\right)}\) with slope \(3\)
12.
through \({\left(-7,-9\right)}\) with slope \(4\)
13.
through \({\left(5,-8\right)}\) with slope \(-1.7\)
14.
through \({\left(8,-5\right)}\) with slope \(0.9\)
Point-Slope Given Two Points.
A line passes through two given points. Find an equation for the line in point-slope form using one of the given points.
15.
\({\left(7,3\right)}\) and \({\left(4,-15\right)}\)
16.
\({\left(3,6\right)}\) and \({\left(9,48\right)}\)
17.
\({\left(8,-9\right)}\) and \({\left(4,19\right)}\)
18.
\({\left(2,-3\right)}\) and \({\left(-4,51\right)}\)
19.
\({\left(-8,-5\right)}\) and \({\left(-57,16\right)}\)
20.
\({\left(-6,7\right)}\) and \({\left(29,-49\right)}\)
21.
\({\left(-4,1\right)}\) and \({\left(6,15\right)}\)
22.
\({\left(-2,-7\right)}\) and \({\left(-26,-10\right)}\)
Converting Point-Slope to Slope-Intercept.
Change the given point-slope equation to slope-intercept form.
23.
\(y={6\mathopen{}\left(x-8\right)+5}\)
24.
\(y={6\mathopen{}\left(x-5\right)+9}\)
25.
\(y={-7\mathopen{}\left(x+2\right)+5}\)
26.
\(y={-8\mathopen{}\left(x+7\right)+6}\)
27.
\(y={{\frac{2}{7}}\mathopen{}\left(x-9\right)+4}\)
28.
\(y={{\frac{6}{7}}\mathopen{}\left(x-2\right)+3}\)
29.
\(y={-5.7\mathopen{}\left(x+5.3\right)-7.6}\)
30.
\(y={-6.3\mathopen{}\left(x+3.6\right)+0.1}\)
Point-Slope Form from a Graph.
Determine a point-slope form line equation for the given line.
31.
32.
33.
34.
35.
36.
37.
38.
Make Graphs.
Graph the linear equation by identifying the slope and one point on this line.
39.
\(y={4\mathopen{}\left(x-3\right)+2}\)
40.
\(y={4\mathopen{}\left(x-3\right)+5}\)
41.
\(y={2\mathopen{}\left(x-3\right)-4}\)
42.
\(y={3\mathopen{}\left(x-4\right)-2}\)
43.
\(y={{\frac{7}{5}}\mathopen{}\left(x+8\right)-9}\)
44.
\(y={{\frac{2}{9}}\mathopen{}\left(x-7\right)+5}\)
45.
\(y={-{\frac{2}{5}}\mathopen{}\left(x+3\right)+8}\)
46.
\(y={-{\frac{2}{5}}\mathopen{}\left(x-7\right)-2}\)
47.
\(y={0.8\mathopen{}\left(x-3\right)+4}\)
48.
\(y={-0.4\mathopen{}\left(x-2\right)-9}\)

Applications

49.
By your cell phone contract, you pay a monthly fee plus \({\$0.04}\) for each minute you spend on the phone. In one month, you spent \(240\) minutes over the phone, and had a bill totaling \({\$26.60}\text{.}\)
Let \(x\) be the number of minutes you spend on the phone in a month, and let \(y\) be your total cell phone bill for that month, in dollars. Use a linear equation to model your monthly bill based on the number of minutes you spend on the phone.
  1. A point-slope equation to model this is .
  2. If you spend \(200\) minutes on the phone in a month, you would be billed .
  3. If your bill was \({\$34.20}\) one month, you must have spent minutes on the phone in that month.
50.
A company set aside a certain amount of money in the year 2000. The company spent exactly \({\$35{,}000}\) from that fund each year on perks for its employees. In \(2004\text{,}\) there was still \({\$625{,}000}\) left in the fund.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. A point-slope equation to model this is .
  2. In the year \(2011\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
51.
A biologist has been observing a treeā€™s height. This type of tree typically grows by \(0.22\) feet each month. Eleven months into the observation, the tree was \(13.92\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the treeā€™s height at that time, in feet. Use a linear equation to model the treeā€™s height as the number of months pass.
  1. A point-slope equation to model this is .
  2. \(30\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(22.94\) feet tall.
52.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way. Each minute, they lose \(7.4\) grams. Eight minutes since the experiment started, the remaining gas had a mass of \(288.6\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. A point-slope equation to model this is .
  2. \(39\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
53.
A company set aside a certain amount of money in the year 2000. The company spent exactly the same amount from that fund each year on perks for its employees. In \(2002\text{,}\) there was still \({\$658{,}000}\) left in the fund. In \(2007\text{,}\) there was \({\$433{,}000}\) left.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. A point-slope equation to model this is .
  2. In the year \(2011\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
54.
By your cell phone contract, you pay a monthly fee plus some money for each minute you use the phone during the month. In one month, you spent \(250\) minutes on the phone, and paid \({\$27.25}\text{.}\) In another month, you spent \(350\) minutes on the phone, and paid \({\$33.75}\text{.}\)
Let \(x\) be the number of minutes you talk over the phone in a month, and let \(y\) be your cell phone bill, in dollars, for that month. Use a linear equation to model your monthly bill based on the number of minutes you talk over the phone.
  1. A point-slope equation to model this is .
  2. If you spent \(190\) minutes over the phone in a month, you would pay .
  3. If in a month, you paid \({\$41.55}\) of cell phone bill, you must have spent minutes on the phone in that month.
55.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way.
Ten minutes since the experiment started, the gas had a mass of \(213\) grams.
Twelve minutes since the experiment started, the gas had a mass of \(198.8\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. A point-slope equation to model this is .
  2. \(39\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
56.
A biologist has been observing a treeā€™s height. \(11\) months into the observation, the tree was \(15.03\) feet tall. \(20\) months into the observation, the tree was \(16.2\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the treeā€™s height at that time, in feet. Use a linear equation to model the treeā€™s height as the number of months pass.
  1. A point-slope equation to model this is .
  2. \(29\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(21.01\) feet tall.