Skip to main content
Logo image

Section 4.1 Solving a System by Graphing

In Chapter 3 we learned a few ways we can graph one line in the plane. Now we will graph two lines simultaneoulsy and use what we see to identify the solution set to a “system of two linear equations in two variables”.
Figure 4.1.1. Alternative Video Lesson

Subsection 4.1.1 Systems of Two Linear Equations in Two Variables

There are times when two linear equations (each one with the same two variables) are relevant to some situation at the same time. When this happens, we have a system of two equations in two variables which maybe we can write this way:
\begin{equation*} \left\{ \begin{alignedat}{4} y \amp {}={} ax \amp {}+{} \amp b \\ y \amp {}={} cx \amp {}+{} \amp d \end{alignedat} \right. \end{equation*}
The large left brace indicates that this is a collection of two distinct equations, not one equation that was somehow algebraically manipulated into an equivalent equation. In the system above, \(a\text{,}\) \(b\text{,}\) \(c\text{,}\) and \(d\) are specific numbers, while \(x\) and \(y\) are the variables. The two line equations in the system above are both in slope-intercept form, but that is not required. Each line equation could be written in some other form and we would still call this a system of two equations in two variables.
Let’s explore an example of how these things can arise.

Example 4.1.2.

Fabiana and David are running at constant speeds in parallel lanes on a track. David starts out ahead of Fabiana, but Fabiana is running faster. We want to determine when Fabiana will catch up with David.
Suppose that Fabiana is running with a speed of \(\frac{9}{4}\,\frac{\text{m}}{\text{s}}\text{.}\) If she started out at position \(0\) meters, then her position in meters after \(t\) seconds is given by
\begin{equation*} p = \frac{9}{4}t \end{equation*}
David is running more slowly, at only \(2\,\frac{\text{m}}{\text{s}}\text{.}\) But he had a head start, starting out at a position \(2\) meters ahead of Fabiana. So David’s position in meters after \(t\) seconds is given by
\begin{equation*} p = 2t + 2 \end{equation*}
One of these equations represents Fabiana, and the other represents David. But imagine if you could find a point \((t_1,p_1)\) that worked as a solution to Fabiana’s equation and also as a solution to David’s equation. That would mean there is a moment in time (\(t_1\) seconds after the clock started) when Fabiana’s position equals David’s position. (Both runners would be \(p_1\) meters from the starting point.) In other words, this would be the moment when Fabiana catches up to David.
So we consider the two equations together:
\begin{equation*} \left\{ \begin{alignedat}{4} p \amp {}={} \frac{9}{4}t\\ p \amp {}={} 2t \amp {}+{} \amp 2 \end{alignedat} \right. \end{equation*}
We have a system of two equations in two variables. And if we can find a common solution \((t_1,p_1)\) to both equations, we have figured out something meaningful.
A solution to a system is an ordered pair \((x_1,y_1)\) that is a solution to both equations in the system. Of course the variables may be different letters—they should be whatever two variables the equations are using.
In Example 2, there is a solution: \((8,18)\text{.}\) You can verify that it works for both equations. Could you find that ordered pair yourself? In this section and the ones that follow, we will learn some techniques for finding it yourself. In this case, the solution tells us that it takes 8 s for Fabiana to catch up with David. And when she does, they are 18 m from the starting point.
For future reference, we can have some formal defintions now.

Definition 4.1.3. System of Linear Equations.

A system of linear equations is any pairing of two (or more) linear equations. (But in this book we are only examining systems with two equations with two variables.) A solution to a system of linear equations is any point that is a solution to each of the equations in the system. The solution set to a system of linear equations is the collection of all solutions to the system. The solution set may be empty, may consist of one point only, or may have more.

Subsection 4.1.2 Solving a System of Equations by Graphing

If the two equations in a system are both easy to graph, it might happen that we can find the solution to a system by graphing them both on the same axis system.

Example 4.1.4.

Let’s return to Fabiana and David from Example 2. The system of equations was
\begin{equation*} \left\{ \begin{alignedat}{4} p \amp {}={} \frac{9}{4}t\\ p \amp {}={} 2t \amp {}+{} \amp 2 \end{alignedat} \right. \end{equation*}
And each of these two lines is straightforward to graph.
Fabiana’s line has vertical intercept at \((0,0)\) and slope \(\frac{9}{4}\text{.}\) So we can plot it by starting at the origin and using slope triangles that move \(4\) to the right, then up \(9\text{.}\)
David’s line has vertical intercept at \((0,2)\) and slope \(2\text{.}\) So we can plot it by starting at \((0,2)\) and using slope triangles that move \(1\) to the right, then up \(2\text{.}\)
a coordinate plane with a line for Fabiana and a line for David; Fabiana’s line has a y-intercept of (0,0) and David’s line has a y-intercept of (0,2); the lines cross at the point (8,18)
Figure 4.1.5. David and Fabiana’s distances
As we can see in Figure 5, the two line equations cross at the point \((8,18)\text{.}\) Note that this means \((8,18)\) is a solution to Fabiana’s equation and also to David’s equation. So there is a moment in time (8 s) when both runners are at the same position (18 m). This means that \((8,18)\) is the solution to our system of linear equation. And it means that it takes Fabiana 8 s to catch up to David.
The lesson of Example 4 is that we can find a solution to a system by graphing both lines and identifying where they cross.

Example 4.1.6.

Determine the solution to the system of equations graphed in Figure 7.
a cartesian plot with two intersecting lines; one line has a y-intercept of -2 and a slope of -1/4; the other line has a y-intercept of 5 and a slope of 2
Figure 4.1.7. Graph of a System of Equations
Explanation.
The two lines intersect where \(x=-3\) and \(y=-1\text{,}\) so there is only one solution. It is the point \((-3,-1)\text{.}\) The solution set is \(\{(-3,-1)\}\text{.}\)

Checkpoint 4.1.8.

Determine the solution to the system of equations graphed below.
Explanation.
The two lines intersect where \(x=3\) and \(y=2\text{,}\) so the solution is the point \((3,2)\text{.}\)
Now let’s solve a system where we need to make the graph ourselves.

Example 4.1.9.

Solve the following system of equations by graphing:
\begin{equation*} \left\{ \begin{alignedat}{4} y \amp {}={} \amp \tfrac{1}{2}x \amp {}+{} \amp 4 \\ y \amp {}={} \amp {-x} \amp {}-{} \amp 5 \end{alignedat} \right. \end{equation*}
Notice that each of these equations is written in slope-intercept form. The first equation, \(y=\frac{1}{2}x+4\text{,}\) has slope \(\frac{1}{2}\) and \(y\)-intercept \((0,4)\text{.}\) The second equation, \(y=-x-5\text{,}\) has slope \(-1\) and \(y\)-intercept \((0,-5)\text{.}\) We can use this information to graph both lines.
a Cartesian grid with two intersecting lines; one line has a y-intercept of 4 and a slope of 1/2; the other line has a y-intercept of -5 and a slope of -1
Figure 4.1.10. \(y=\frac{1}{2}x+4\) and \(y=-x-5\text{.}\)
It appears that the two lines intersect where \(x=-6\) and \(y=1\text{,}\) so the solution to the system of equations would be the point \((-6,1)\text{.}\) However we should be careful. Maybe the lines are poorly drawn, or maybe they cross at a point close to \((-6,1)\) that is too close for us to see. We should check that \((-6,1)\) actually works as a solution to each of the original equations, since we have those equations.
\begin{align*} y\amp=\frac{1}{2}x+4\amp y\amp=-x-5\\ \substitute{1}\amp\wonder{=}\frac{1}{2}(\substitute{-6})+4\amp \substitute{1}\amp\wonder{=}-(\substitute{-6})-5\\ 1\amp\confirm{=}-3+4\amp 1\amp\confirm{=}6-5 \end{align*}
This verifies that \((-6,1)\) is the solution, and we write the solution set as \(\{(-6,1)\}\text{.}\)

Checkpoint 4.1.11.

Solve the following system of equations by graphing.
\begin{equation*} \left\{ \begin{alignedat}{4} y \amp {}={} \amp \tfrac{2}{3}x \amp {}-{} \amp 5 \\ y \amp {}={} \amp {-\tfrac12x} \amp {}+{} \amp 2 \end{alignedat} \right. \end{equation*}
Explanation.
Both of these equations are written in slope-intercept form. The first equation, \(y=\frac{2}{3}x-5\text{,}\) has slope \(\frac{2}{3}\) and \(y\)-intercept \((0,-5)\text{.}\) The second equation, \(y=-\frac{1}{2}x+2\text{,}\) has slope \(-\frac{1}{2}\) and \(y\)-intercept \((0,2)\text{.}\) We can use this information to graph both lines.
a Cartesian grid with two intersecting lines; one line has a y-intercept of -5 and a slope of 2/3; the other line has a y-intercept of 2 and a slope of -1/2
It appears that the two lines intersect where \(x=6\) and \(y=-1\text{,}\) so the solution to the system of equations would be the point \((6,-1)\text{.}\) However we should check that \((6,-1)\) actually works as a solution to each of the original equations.
\begin{equation*} \begin{aligned} y\amp=\frac{2}{3}x-5\amp y\amp=-\frac{1}{2}x+2\\ \substitute{-1}\amp\wonder{=}\frac{2}{3}(\substitute{6})-5\amp \substitute{-1}\amp\wonder{=}-\frac{1}{2}(\substitute{6})+2\\ -1\amp\confirm{=}4-5\amp -1\amp\confirm{=}-3+2 \end{aligned} \end{equation*}
This verifies that \((6,-1)\) is the solution.

Checkpoint 4.1.12.

Solve the following system of equations by graphing. Note that the equations are in standard form. To review plotting a line equation that is in standard form, see Section 3.7.
\begin{equation*} \left\{ \begin{alignedat}{4} x \amp {}-{} \amp 3y \amp {}={} \amp {-12} \\ x \amp {}+{} \amp y \amp {}={} \amp {-4} \end{alignedat} \right. \end{equation*}
Explanation.
Both of these equations are written in standard form. The first equation, \(x-3y=-12\text{,}\) has \(x\)-intercept at \((-12,0)\) and \(y\)-intercept at \((0,4)\text{.}\) The second equation, \(x+y=-4\text{,}\) has \(x\)-intercept at \((-4,0)\) and \(y\)-intercept at \((0,-4)\text{.}\) We can use this information to graph both lines.
a Cartesian grid with two intersecting lines; one line has a x-intercept of -12 and y-intercept of 4; the other line has x-intercept of -4 and y-intercept of -4
It appears that the two lines intersect where \(x=-6\) and \(y=2\text{,}\) so the solution to the system of equations would be the point \((-6,2)\text{.}\) However we should check that \((-6,2)\) actually works as a solution to each of the original equations.
\begin{equation*} \begin{aligned} x-3y\amp=-12\amp x+y\amp=-4\\ \substitute{-6}-3(\substitute{2})\amp\wonder{=}-12\amp \substitute{-6}+\substitute{2}\amp\wonder{=}-4\\ -6-6\amp\confirm{=}-12\amp -4\amp\confirm{=}-4 \end{aligned} \end{equation*}
This verifies that \((-6,2)\) is the solution.

Checkpoint 4.1.13.

Solve the following system of equations by graphing. Note that the equations are in point-slope form. To review plotting a line equation that is in point-slope form, see Section 3.6.
\begin{equation*} \left\{ \begin{alignedat}{3} y \amp {}={} \amp 3(x-2) \amp {}+{} \amp 1 \\ y \amp {}={} \amp -\tfrac{1}{2}(x+1) \amp {}-{} \amp 1 \end{alignedat} \right. \end{equation*}
Explanation.
Both of these equations are written in point-slope form. The first equation, \(y=3(x-2)+1\text{,}\) passes through \((2,1)\) and has slope \(3\text{.}\) The second equation, \(y=-\frac{1}{2}(x+1)-1\text{,}\) passes through \((-1,-1)\) and has slope \(-\frac{1}{2}\text{.}\) We can use this information to graph both lines.
a Cartesian grid with two intersecting lines; one line passes through (2,1) with slope 3; the other line passes through (-1,-1) with slope -1/2
It appears that the two lines intersect where \(x=1\) and \(y=-2\text{,}\) so the solution to the system of equations would be the point \((1,-2)\text{.}\) However we should check that \((1,-2)\) actually works as a solution to each of the original equations.
\begin{equation*} \begin{aligned} y\amp=3(x-2)+1\amp y\amp=-\frac{1}{2}(x+1)-1\\ \substitute{-2}\amp\wonder{=}3(\substitute{1}-2)+1\amp \substitute{-1}\amp\wonder{=}-\frac{1}{2}(\substitute{1}+1)-1\\ -2\amp\confirm{=}3(-1)+1\amp -2\amp\confirm{=}-\frac{1}{2}(2)-1 \end{aligned} \end{equation*}
This verifies that \((1,-2)\) is the solution.

Checkpoint 4.1.14.

A college has a north campus and a south campus. The north campus has \(16\) thousand students, but enrollment has been declining by \(0.8\) thousand students per year. The newer south campus has only \(2\) thousand students, but enrollment has been increasing by \(0.6\) thousand students per year. If these trends continue, in how many years would the two campuses have the same number of students? Write a system of equations for this scenario, then solve it graphically to find the answer.
(a)
Write two equations that form a system for this scenario.
Explanation.
The north campus has initial population value \(16\) and decreases with rate \(0.8\) thousand students per year. So one equation is \(y=16-0.8t\text{.}\)
The south campus has initial population value \(2\) and increases with rate \(0.6\) thousand students per year. So the other equation is \(y=2+0.6t\text{.}\)
(b)
Plot the lines for the system of two equations.
Explanation.
For plotting, it may be helpful to write the system with the decimals converted to fractions:
\begin{equation*} \left\{ \begin{alignedat}{3} y \amp {}={} \amp -\frac{4}{5}t \amp {}+{} \amp 16 \\ y \amp {}={} \amp \frac{3}{5}t \amp {}+{} \amp 2 \end{alignedat} \right. \end{equation*}
So we see that we can use \((0,16)\) and \((0,2)\) as \(y\)-intercepts. And then for the first line, use slope triangles where we move \(5\) units to the right and then \(4\) units down. While for the second line, use slope triangles where we move \(5\) units to the right and then \(3\) units up.
a Cartesian grid with two intersecting lines; one line passes through (0,16) with slope -0.8; the other line passes through (0,2) with slope 0.6; the lines cross at (10,8)
(c)
Based on the graph, how long will it be until the two campuses have the same number of students?
How many students will each campus have at that time?
Explanation.
The lines cross at \((10,8)\text{.}\) So after \(10\) years, each campus will have \(8\) thousand students.

Subsection 4.1.3 Special Systems of Equations

When we studied linear equations in one variable, there were two special cases discussed in detail in Section 2.4. One of these special cases was like with the equation \(x=x+1\text{,}\) where there simply is no solution at all. The solution set is empty. The other special case is like with the equation \(x=x\text{,}\) where there are infinitely many solutions. When solving systems of two linear equations in two variables, we have similar special cases to consider.

Example 4.1.15. Parallel Lines.

Consider the graphs of two lines with the same slope, \(y=2x-4\) and \(y=2x+1\text{.}\)
a coordinate grid with two parallel lines; one line has a y-intercept of -4 and the other has a y-intercept of 1; they both have a slope of 2
Figure 4.1.16. Graphs of \(y=2x-4\) and \(y=2x+1\)
For the system of equations
\begin{equation*} \left\{ \begin{alignedat}{3} y \amp {}={} \amp 2x \amp {}-{} \amp 4 \\ y \amp {}={} \amp 2x \amp {}+{} \amp 1 \end{alignedat} \right. \end{equation*}
what would the solution be? Since the two lines have the same slope, they are parallel lines and they never cross. This means that there is no solution to this system of equations. Because if there were a solution \((x_1,y_1)\) then it would be a point that is on the first line and also on the second line. So it would be a point where the two lines would cross.
When there are no solutions to a system, we can simply say that. Or we can write that the solution set is the empty set, which we can write as \(\{\text{ }\}\) or \(\emptyset\text{.}\)
When a system of two linear equations has no solution, we call the system inconsistent. The idea is that while it may possible for \(x\) and \(y\) to have the relationship given by the first equation, and while it may possible for \(x\) and \(y\) to have the relationship given by the second equation, it’s not possible for both of these relationships to happen at the same time: they are inconsistent.

Warning 4.1.17. The Symbol \(\emptyset\) is not Zero.

The symbol \(\emptyset\) is a special symbol that represents an empty set, a set with no numbers in it. You could also write the empty set as braces with nothing in between them, like \(\{\text{ }\}\text{.}\) But \(\emptyset\) is a fancy alternative. This symbol is not the same thing as the number zero. The symbol \(\emptyset\) represents a set with nothing in it. The symbol \(0\) represents the number zero. If you have an empty carton of eggs, the carton itself would be \(\emptyset\text{,}\) while \(0\) is the count of how many eggs are in that carton.

Example 4.1.18. Coinciding Lines.

Consider the graphs of two lines with equations \(y=2x-4\) and \(6x-3y=12\text{.}\) In other words, the system:
\begin{equation*} \left\{ \begin{aligned} \amp y = 2x - 4\\ \amp 6x - 3y = 12 \end{aligned} \right. \end{equation*}
To solve this system of equations, we want to graph each line. The first equation is in slope-intercept form and we graph it by starting at the \(y\)-intercept \((0,-4)\) and using the slope \(2\) to make slope triangles.
The second equation is in standard form. We find its \(x\)-intercept is \((2,0)\) and its \(y\)-intercept is \((0,-4)\text{,}\) and use this to plot the line. The two lines are plotted together in Figure 19.
Now we can see these “two” lines are actually the same line. They coincide. Can we really solve this system? Finding a solution means finding a point \((x_1,y_1)\) that is a solution to each of the two lines in the system. But apparently any point on this one line we see is actually a solution to both of the original line equations. So we have an infinite number of solutions. All points that fall on that one line are in the solution set.
a coordinate plot of two lines that are coinciding; they each have a y-intercept of (0,-4) and a slope of 2
Figure 4.1.19. Graphs of \(y=2x-4\) and \(6x-3y=12\)
It may be enough for us to report that there are infinitely many solutions, not just one. But we could also be more specific and use set-builder notation. We want to write that any ordered pair \((x,y)\) that satisfies one (or the other) of the two original line equations is actually a solution to the system. We can write that the solution set is \(\{(x,y)\mid y=2x-4\}\text{.}\)
When a system of two linear equations has infinitely many solutions, we call the system dependent. The two equation may not have looked identical, but it turned out that they represented the same line. So in a sense, the two equations “depend” on one another (since actually they are equaivalent equations).

Remark 4.1.20.

In Example 18, what would have happened if we had decided to convert the second line equation into slope-intercept form?
\begin{align*} 6x-3y\amp=12\\ 6x-3y\subtractright{6x}\amp=12\subtractright{6x}\\ -3y\amp=-6x+12\\ \multiplyleft{-\frac{1}{3}}(-3y)\amp=\multiplyleft{-\frac{1}{3}}(-6x+12)\\ y\amp=2x-4 \end{align*}
This is the literally the same as the first equation from that system. This is a different way to show that these two equations represent coinciding lines.

Warning 4.1.21.

Notice that for a system of equations with infinite solutions like Example 18, we didn’t say that everything is a solution. It’s only the points that are on that coinciding line that are solutions. It would be incorrect to say that the solution set is “all real numbers” or as “all ordered pairs”.

Checkpoint 4.1.22.

Solve the following system of equations by graphing.
\begin{equation*} \left\{ \begin{alignedat}{3} \amp5x-8y = 40\\ \amp y=\tfrac{5}{8}(x+8)-10 \end{alignedat} \right. \end{equation*}
Explanation.
If we graph these lines, we find they are the same line.
a coordinate plot of two lines that are coinciding; they each have a y-intercept of (0,-5) and an x-intercept of (8,0)
So there are infinitely many solutions: all points \((x_1,y_1)\) on that common line.

Checkpoint 4.1.23.

Solve the following system of equations by graphing.
\begin{equation*} \left\{ \begin{alignedat}{3} \amp y = 2x + 3\\ \amp y =2(x - 4) + 3 \end{alignedat} \right. \end{equation*}
Explanation.
If we graph these lines, we find they are parallel and never cross.
a coordinate plot of two lines that are coinciding; they each have a y-intercept of (0,-5) and an x-intercept of (8,0)
So there are no solutions to this system.
We can summarize the possibilities for what a soltuion set to a system of two linear equations in two variables.
List 4.1.24. Three Types of Systems of Two Linear Equations in Two Variables
Crossing Lines
If two linear equations make lines with different slopes, the system has one solution. The one solution is the place where the lines cross.
Parallel Lines
If two linear equations make lines with the same slope but different \(y\)-intercepts, the system has no solution.
Coinciding Lines
If two linear equations make lines with the same slope and the same \(y\)-intercept (in other words, they make the same line), the system has infinitely many solutions. This solution set consists of all ordered pairs on that line.

Reading Questions 4.1.4 Reading Questions

1.

What is the purpose of the one big left brace in a system of two equations?

2.

When you find a solution to a system of two linear equations in two variables, why should you check the solution?

3.

When you are checking a solution to a system of two linear equations in two variables, would it be good enough to only substitute the numbers into one of the original two equations? Why or why not?

4.

Suppose you have a system of two linear equations, and you know the system has exactly one solution. What can you say about the slopes of the two lines?

Exercises 4.1.5 Exercises

Review

Exercise Group.
Select the equations/inequalities that are linear with one variable.
1.
  • \(\displaystyle 9p+x^{2}=10\)
  • \(\displaystyle 2\pi r\geq20\pi \)
  • \(\displaystyle 6.5z\neq-2\)
  • \(\displaystyle 8p-1=-1\)
  • \(\displaystyle \sqrt{1-7.3x}=9\)
  • \(\displaystyle 9+9p^{2}\leq-5\)
  • None of the above
2.
  • \(\displaystyle \pi r^{2}=17\pi \)
  • \(\displaystyle r^{2}+z^{2}=-26\)
  • \(\displaystyle 4z+1=76\)
  • \(\displaystyle 8Vr\leq-68\)
  • \(\displaystyle \left|2V-7\right|\leq6\)
  • \(\displaystyle q\sqrt{34}\lt51\)
  • None of the above

Skills Practice

Check a Possible Solution to a System.
Check if the given point is a solution to the given system of two linear equations.
3.
Is \({\left(-8,-5\right)}\) a solution?
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{3}{16}}\mathopen{}\left(x-8\right)-2}\\ y \amp= {-\left(x+5\right)-8} \end{alignedat} \right.\)
4.
Is \({\left(-6,5\right)}\) a solution?
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{8}{3}}\mathopen{}\left(x+3\right)-3}\\ y \amp= {-{\frac{2}{7}}\mathopen{}\left(x-8\right)+1} \end{alignedat} \right.\)
5.
Is \({\left(6,4\right)}\) a solution?
\(\left\{ \begin{alignedat}{3} \amp {x-3y = -3}\\ \amp {-x+y = -3} \end{alignedat} \right.\)
6.
Is \({\left(-6,6\right)}\) a solution?
\(\left\{ \begin{alignedat}{3} \amp {-2x-y = 4}\\ \amp {-3x-y = 9} \end{alignedat} \right.\)
7.
Is \({\left(3,-11\right)}\) a solution?
\(\left\{ \begin{alignedat}{3} y\amp= {-4x+1}\\ y\amp= {-13x-8} \end{alignedat} \right.\)
8.
Is \({\left(4,-13\right)}\) a solution?
\(\left\{ \begin{alignedat}{3} y\amp= {-{\frac{11}{2}}x+9}\\ y\amp= {-{\frac{7}{2}}x+5} \end{alignedat} \right.\)
Identify Solution from Graph.
The graph of two lines represents a system of two linear equations. Use the graph to identify the solution to the system.
9.
a coordinate plot of two lines that cross at (2, -5)
10.
a coordinate plot of two lines that cross at (4, 2)
11.
a coordinate plot of two lines that cross at (5, -2)
12.
a coordinate plot of two lines that cross at (-5, -4)
13.
a coordinate plot of two parallel lines
14.
a coordinate plot of two parallel lines
See How Many Solutions.
Simply by looking closely at the linear equations, determine how many solutions the system will have. And state whether the system is dependeent, inconsistent, or neither.
15.
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{3}{8}}\mathopen{}\left(x-8\right)+6}\\ y \amp= {{\frac{9}{8}}x-6} \end{alignedat} \right.\)
16.
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{5}{2}}\mathopen{}\left(x+3\right)+2}\\ y \amp= {{\frac{6}{7}}x-6} \end{alignedat} \right.\)
17.
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{3}{5}}x+2}\\ y \amp= {-{\frac{3}{5}}\mathopen{}\left(x+5\right)+5} \end{alignedat} \right.\)
18.
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{11}{9}}x+4}\\ y \amp= {-{\frac{11}{9}}\mathopen{}\left(x-9\right)-7} \end{alignedat} \right.\)
19.
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{5}{2}}x+6}\\ y \amp= {-{\frac{5}{2}}x+5} \end{alignedat} \right.\)
20.
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{1}{5}}x+8}\\ y \amp= {-{\frac{1}{5}}x-1} \end{alignedat} \right.\)
Solve a System.
Solve the given system of linear equations graphically.
21.
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{9}{8}}x-2}\\ y \amp= {-{\frac{13}{8}}x-6} \end{alignedat} \right.\)
22.
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{2}{3}}x+6}\\ y \amp= {x+8} \end{alignedat} \right.\)
23.
\(\left\{ \begin{alignedat}{3} y \amp= {3\mathopen{}\left(x+5\right)-8}\\ y \amp= {-{\frac{1}{2}}\mathopen{}\left(x-4\right)-9} \end{alignedat} \right.\)
24.
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{14}{5}}\mathopen{}\left(x-3\right)-8}\\ y \amp= {6\mathopen{}\left(x+3\right)} \end{alignedat} \right.\)
25.
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{9}{8}}\mathopen{}\left(x+8\right)-8}\\ y \amp= {{\frac{9}{8}}\mathopen{}\left(x+7\right)-9} \end{alignedat} \right.\)
26.
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{3}{2}}\mathopen{}\left(x+1\right)-9}\\ y \amp= {{\frac{3}{2}}\mathopen{}\left(x-7\right)+1} \end{alignedat} \right.\)
27.
\(\left\{ \begin{alignedat}{3} \amp {2x+y = 4}\\ \amp {-x-y = 2} \end{alignedat} \right.\)
28.
\(\left\{ \begin{alignedat}{3} \amp {-x+4y = -4}\\ \amp {3x-2y = -18} \end{alignedat} \right.\)
29.
\(\left\{ \begin{alignedat}{3} \amp y={{\frac{17}{5}}x+9}\\ \amp {-4x+5y = -20} \end{alignedat} \right.\)
30.
\(\left\{ \begin{alignedat}{3} \amp y={{\frac{2}{5}}x+4}\\ \amp {3x-5y = -15} \end{alignedat} \right.\)
31.
\(\left\{ \begin{alignedat}{3} \amp {-x-4y = 4}\\ \amp y={-{\frac{1}{4}}x+2} \end{alignedat} \right.\)
32.
\(\left\{ \begin{alignedat}{3} \amp {-5x-3y = 15}\\ \amp y={-{\frac{5}{3}}x+5} \end{alignedat} \right.\)
33.
\(\left\{ \begin{alignedat}{3} \amp y={{\frac{8}{13}}\mathopen{}\left(x-9\right)+5}\\ \amp {3x-2y = -6} \end{alignedat} \right.\)
34.
\(\left\{ \begin{alignedat}{3} \amp y={15\mathopen{}\left(x-3\right)+9}\\ \amp {-2x-y = 2} \end{alignedat} \right.\)
35.
\(\left\{ \begin{alignedat}{3} \amp {-5x+y = -5}\\ \amp y={5\mathopen{}\left(x-2\right)+5} \end{alignedat} \right.\)
36.
\(\left\{ \begin{alignedat}{3} \amp {3x+2y = 6}\\ \amp y={-{\frac{3}{2}}\mathopen{}\left(x-6\right)-6} \end{alignedat} \right.\)
37.
\(\left\{ \begin{alignedat}{3} y \amp= {x-8}\\ y \amp= {11\mathopen{}\left(x-6\right)+8} \end{alignedat} \right.\)
38.
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{9}{7}}x-1}\\ y \amp= {{\frac{7}{4}}\mathopen{}\left(x+1\right)-6} \end{alignedat} \right.\)
39.
\(\left\{ \begin{alignedat}{3} y \amp= {{\frac{5}{8}}x+8}\\ y \amp= {{\frac{5}{8}}\mathopen{}\left(x+8\right)+3} \end{alignedat} \right.\)
40.
\(\left\{ \begin{alignedat}{3} y \amp= {-{\frac{1}{6}}x-4}\\ y \amp= {-{\frac{1}{6}}\mathopen{}\left(x+6\right)-3} \end{alignedat} \right.\)

Applications

41.
Rocky is organizing an office lunch party. His budget for beverages is \({\$112.50}\) and he will try to spend all of it. He assume that \(35\) people will attend, and there should be two beverages avaiable per person. Rocky has decided to order cans of a fancy beverage that cost \({\$2.25}\) each, and cans of a cheaper beverage that cost \({\$1.25}\) each. How many of each should he order?
(a)
Write two equations that form a system for this scenario.
(b)
Plot the lines for the system of two equations.
(c)
Based on the graph, how many of the more expensive beverage should Rocky buy?
How many of the less expensive beverage should Rocky buy?
42.
At the local hardware store, Chaim bought a hammer and two boxes of nails. The total cost was \({\$48}\text{.}\) The hammer costs \({\$36}\) more than a box of nails. How much does a hammer cost and how much does one box of nails cost?
(a)
Write two equations that form a system for this scenario.
(b)
Plot the lines for the system of two equations.
(c)
Based on the graph, how much does the hammer cost?
How much does a box of nails cost?
43.
Katlyn enters a grassy field from some dense trees. Her dog is standing out in the field, \({65\ {\rm ft}}\) away. As soon as they see each other, they start running toward each other. Katlyn runs with speed \({3\ {\textstyle\frac{\rm\mathstrut m}{\rm\mathstrut s}}}\) and her dog runs with speed \({10\ {\textstyle\frac{\rm\mathstrut m}{\rm\mathstrut s}}}\text{.}\) How long will it be until they meet?
(a)
Write two equations that form a system for this scenario.
(b)
Plot the lines for the system of two equations.
(c)
Based on the graph, how long will it be until they meet?
How far will that be from the place where Katlyn started?
44.
A cyclist riding at \({37\ {\textstyle\frac{\rm\mathstrut ft}{\rm\mathstrut s}}}\) rides past a dog. A moment later, when the bicycle is \({30\ {\rm ft}}\) away, the dog begins to chase the bicycle at a speed of \({40\ {\textstyle\frac{\rm\mathstrut ft}{\rm\mathstrut s}}}\text{.}\) Assuming the cyclist does not change course or speed, how long will it be until the dog catches up to the bicycle?
(a)
Write two equations that form a system for this scenario.
(b)
Plot the lines for the system of two equations.
(c)
Based on the graph, how long will it be until the dog catches up with the bicycle?
How far will that be from the place where the dog started running?
You have attempted of activities on this page.