Skip to main content

Section 5.1 Solving Systems of Linear Equations by Graphing

We have learned how to graph a line given its equation. In this section, we will learn what a system of two linear equations is, and how to use graphing to solve such a system.

Subsection 5.1.1 Solving Systems of Equations by Graphing

Example 5.1.1.

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. Let's start by looking at the graph of each runner's distance over time, in FigureĀ 5.1.2.

Each of the two lines has an equation, as discussed in ChapterĀ 4. The line representing David appears to have \(y\)-intercept \((0,4)\) and slope \(\frac{4}{3}\text{,}\) so its equation is \(y=\frac{4}{3}t+4\text{.}\) The line representing Fabiana appears to have \(y\)-intercept \((0,0)\) and slope \(2\text{,}\) so its equation is \(y=2t\text{.}\)

a coordinate plane with a line for David and a line for Fabiana; the horizontal scale is 1 second and the vertical scale is 2 meters; David's line has a y-intercept of (0,4) and Fabiana's line has a y-intercept of (0,0); the lines cross at the point (6,12)
Figure 5.1.2. David and Fabiana's distances.

When these two equations are together as a package, we have what is called a system of linear equations:

\begin{equation*} \left\{ \begin{alignedat}{4} y \amp {}={} \tfrac{4}{3}t \amp {}+{} \amp 4 \\ y \amp {}={} 2t \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.

As we can see in FigureĀ 5.1.2, the graphs of the two equations cross at the point \((6,12)\text{.}\) It's important to check to see if this is correct, because when making a hand-drawn graph, it would be easy to be off by a little bit. To check, we can substitute the values of \(x\) and \(y\) from the point \((6,12)\) into each equation:

\begin{align*} y \amp= \frac{4}{3}t+4\amp y \amp= 2t\\ (\substitute{12})\amp\stackrel{?}{=}\frac{4}{3}(\substitute{6})+4 \amp (\substitute{12})\amp\stackrel{?}{=} 2(\substitute{6})\\ 12\amp\stackrel{\checkmark}{=}12\amp 12\amp\stackrel{\checkmark}{=}12 \end{align*}

So we have checked that \((6,12)\) is indeed the solution for the system.

We refer to the point \((6,12)\) as the solution to this system of linear equations. To denote the solution set, we write \(\{(6,12)\}\text{.}\) But it's much more valuable to interpret these numbers in context whenever possible: it took \(6\) seconds for the two runners to meet up, and when they met they were \(12\) meters up the track.

Example 5.1.3.

Determine the solution to the system of equations graphed in FigureĀ 5.1.4.

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 5.1.4. Graph of a System of Equations
Explanation

The two lines intersect where \(x=-3\) and \(y=-1\text{,}\) so the solution is the point \((-3,-1)\text{.}\) We write the solution set as \(\{(-3,-1)\}\text{.}\)

Remark 5.1.5.

In ExampleĀ 5.1.1, we stated that the solution was the point \((6,12)\text{.}\) It makes sense to write this as an ordered pair when we're given a graph. In some cases when we have no graph, particularly when our variables are not \(x\) and \(y\text{,}\) it might not be clear which variable ā€œcomes firstā€ and we won't be able to write an ordered pair. Nevertheless, given the context we can write meaningful summary statements.

Try a similar exercise.

Checkpoint 5.1.6.

Now let's look at an example where we need to make a graph to find the solution.

Example 5.1.7.

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{,}\) is a linear equation with a slope of \(\frac{1}{2}\) and a \(y\)-intercept of \((0,4)\text{.}\) The second equation, \(y=-x-5\text{,}\) is a linear equation with a slope of \(-1\) and a \(y\)-intercept of \((0,-5)\text{.}\) We'll use this information to graph both lines.

The two lines intersect where \(x=-6\) and \(y=1\text{,}\) so the solution of the system of equations is the point \((-6,1)\text{.}\) We write the solution set as \(\{(-6,1)\}\text{.}\)

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 5.1.8. \(y=\frac{1}{2}x+4\) and \(y=-x-5\text{.}\)
Example 5.1.9.

Solve the following system of equations by graphing:

\begin{equation*} \left\{ \begin{alignedat}{3} x \amp {}-{} \amp 3y \amp {}={} \amp {-12} \\ 2x \amp {}+{} \amp 3y \amp {}={} \amp 3 \end{alignedat} \right. \end{equation*}
Explanation

Since both line equations are given in standard form, we'll graph each one by finding the intercepts. Recall that to find the \(x\)-intercept of each equation, replace \(y\) with \(0\) and solve for \(x\text{.}\) Similarly, to find the \(y\)-intercept of each equation, replace \(x\) with \(0\) and solve for \(y\text{.}\)

For our first linear equation, we have:

\begin{align*} x-3(\substitute{0}) \amp= -12 \amp \substitute{0}-3y \amp=-12\\ x \amp= -12 \amp -3y \amp= -12\\ \amp\amp y\amp= 4\text{.} \end{align*}

So the intercepts are \((-12,0)\) and \((0,4)\text{.}\) Let's find a checkpoint for this line by choosing \(x=-9\text{.}\) Notice that this \(x\) value falls between the \(x\)-coordinates of the two intercepts we've already found. Next, we plug that value in for \(x\) and solve for \(y\text{:}\)

\begin{align*} (\substitute{-9})-3y\amp=-12\\ -3y\amp=-3\\ y\amp=1 \end{align*}

So the checkpoint is \((-9,1)\text{.}\)

For our second linear equation, we have:

\begin{align*} 2x+3(\substitute{0}) \amp= 3\amp 2(\substitute{0})+3y \amp= 3\\ 2x \amp= 3\amp 3y \amp= 3\\ x \amp= \frac{3}{2}\amp y\amp= 1\text{.} \end{align*}

So the intercepts are \(\left(\frac{3}{2},0\right)\) and \((0,1)\text{.}\) Let's find a checkpoint for this line by choosing \(x=6\text{.}\) Notice that this \(x\) value does not fall between the \(x\)-coordinates of the two intercepts we've already found. However, the two intercepts are pretty close together, so when that's the case, it's best to pick a value on one side of an intercept, just not too far away. Next, we plug that value in for \(x\) and solve for \(y\text{:}\)

\begin{align*} 2(\substitute{6})+3y\amp=3\\ 12+3y\amp=3\\ 3y\amp=-9\\ y\amp=-3 \end{align*}

So the checkpoint is \((6,-3)\text{.}\)

Now we can graph each line by plotting the intercepts and checkpoint, and connecting these points:

a Cartesian plot with two intersecting lines; one line has a y-intercept of 4 and an x-intercept of -12; the other line has a y-intercept of 1 and an x-intercept of 3/2
Figure 5.1.10. Graphs of \(x-3y=-12\) and \(2x+3y=3\)

It appears that the solution of the system of equations is the point of intersection of those two lines, which is \((-3,3)\text{.}\) Again, it's important to check to verify that this solution is correct. To check, we can substitute the values of \(x\) and \(y\) from the point \((-3,3)\) into each equation:

\begin{align*} x-3y \amp=-12\amp 2x+3y \amp= 3\\ \substitute{-3}-3(\substitute{3}) \amp\stackrel{?}{=}-12 \amp 2(\substitute{-3})+3(\substitute{3}) \amp\stackrel{?}{=} 3\\ -3-9 \amp\stackrel{\checkmark}{=}-12 \amp -6+9 \amp\stackrel{\checkmark}{=} 3 \end{align*}

So we have checked that \((-3,3)\) is indeed the solution for the system. We write the solution set as \(\{(-3,3)\}\text{.}\)

Example 5.1.11.

A college has a north campus and a south campus. The north campus has \(18{,}000\) students, and the south campus has \(4{,}000\) students. In the past five years, the north campus lost \(4{,}000\) students, and the south campus gained \(3{,}000\) students. If these trends continue, in how many years would the two campuses have the same number of students? Write and solve a system of equations modeling this problem.

Explanation

Since all the given student counts are in the thousands, we make the decision to measure student population in thousands. So for instance, the north campus starts with a student population of \(18\) (thousand students).

The north campus lost \(4\) thousand students in \(5\) years. So it is losing students at a rate of \(\frac{4\text{ thousand}}{5\text{ year}}\text{,}\) or \(\frac{4}{5}\,\frac{\text{thousand}}{\text{year}}\text{.}\) This rate of change should be interpreted as a negative number, because the north campus is losing students over time. So we have a linear model with starting value \(18\) thousand students, and a slope of \(-\frac{4}{5}\) thousand students per year. In other words,

\begin{equation*} y=-\frac{4}{5}t+18\text{,} \end{equation*}

where \(y\) stands for the number of students in thousands, and \(t\) stands for the number of years into the future.

Similarly, the number of students at the south campus can be modeled by \(y=\frac{3}{5}t+4\text{.}\) Now we have a system of equations:

\begin{align*} \left\{ \begin{alignedat}{4} y \amp {}={} \amp {-\frac{4}{5}}t \amp {}+{} \amp 18 \\ y \amp {}={} \amp \frac{3}{5}t \amp {}+{} \amp 4 \end{alignedat} \right. \end{align*}

We will graph both lines using their slopes and \(y\)-intercepts.

a coordinate plot with two intersecting lines; the North campus line has a y-intercept of 18 and a slope of -4/5; the South campus line has a y-intercept of 4 and a slope of 3/5
Figure 5.1.12. Number of Students at the South Campus and North Campus

According to the graph, the lines intersect at \((10,10)\text{.}\) So if the trends continue, both campuses will have \(10{,}000\) students \(10\) years from now. We will leave it up to you to check this solution.

Example 5.1.13.

Solve the following system of equations by graphing:

\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

Since both line equations are given in point-slope form, we can start by graphing the point indicated in each equation and use the slope to determine the rest of the line.

For our first equation, \(y=3(x-2)+1\text{,}\) the point indicated in the equation is \((2,1)\) and the slope is \(3\text{.}\)

For our second equation, \(y=-\frac{1}{2}(x+1)-1\text{,}\) the point indicated in the equation is \((-1,-1)\) and the slope is \(-\frac{1}{2}\text{.}\)

Now we can graph each line by plotting the points and using their slopes.

a Cartesian plot with two intersecting lines; one line passes through the point (2,1) with a slope of 3; the other line passes through the point (-1,-1) with a slope of -1/2.
Figure 5.1.14. Graphs of \(y=3(x-2)+1\) and \(y=-\frac{1}{2}(x+1)-1\)

It appears that the solution of the system of equations is the point of intersection of those two lines, which is \((1,-2)\text{.}\) To check, we can substitute the values of \(x\) and \(y\) from the point \((1,-2)\) into each equation:

\begin{align*} y\amp=3(x-2)+1\\ \substitute{-2}\amp\stackrel{?}{=}3(\substitute{1}-2)+1\\ -2\amp\stackrel{?}{=}3(-1)+1\\ -2\amp\stackrel{\checkmark}{=}-3+1 \end{align*}
\begin{align*} y\amp=-\frac{1}{2}(x+1)-1\\ \substitute{-2}\amp\stackrel{?}{=}-\frac{1}{2}(\substitute{1}+1)-1\\ -2\amp\stackrel{?}{=}-\frac{1}{2}(2)-1\\ -2\amp\stackrel{\checkmark}{=}-1-1 \end{align*}

So we have checked that \((2,-1)\) is indeed the solution for the system. We write the solution set as \(\{(2,-1)\}\text{.}\)

Subsection 5.1.2 Special Systems of Equations

Recall that when we solved linear equations in one variable, we had two special cases. In one special case there was no solution and in the other case, there were infinitely many solutions. When solving systems of equations in two variables, we have two similar special cases.

Example 5.1.15. Parallel Lines.

Let's look at 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 5.1.16. Graphs of \(y=2x-4\) and \(y=2x+1\)

For this system of equations, what is the solution? Since the two lines have the same slope they are parallel lines and will never intersect. This means that there is no solution to this system of equations. We write the solution set as \(\emptyset\text{.}\)

The symbol \(\emptyset\) is a special symbol that represents the empty set, a set that has no numbers in it. This symbol is not the same thing as the number zero. The number of eggs in an empty egg carton is zero whereas the empty carton itself could represent the empty set. The symbols for the empty set and the number zero may look similar depending on how you write the number zero. Try to keep the concepts separate.

Example 5.1.17. Coinciding Lines.

Next we'll look at the other special case. Let's start with this system of equations:

\begin{equation*} \left\{ \begin{alignedat}{4} y \amp {}={} \amp 2x-4 \\ 6x-3y \amp {}={} \amp 12 \end{alignedat} \right. \end{equation*}

To solve this system of equations, we want to graph each line. The first equation is in slope-intercept form and can be graphed easily using its slope of \(2\) and its \(y\)-intercept of \((0,-4)\text{.}\)

The second equation, \(6x-3y=12\text{,}\) can either be graphed by solving for \(y\) and using the slope-intercept form or by finding the intercepts. If we use the intercept method, we'll find that this line has an \(x\)-intercept of \((2,0)\) and a \(y\)-intercept of \((0,-4)\text{.}\) When we graph both lines we get FigureĀ 5.1.18.

Now we can see these are actually the same line, or coinciding lines. To determine the solution to this system, we'll note that they overlap everywhere. This means that we have an infinite number of solutions: all points that fall on the line. It may be enough to report that there are infinitely many solutions. In order to be more specific, all we can do is say that any ordered pair \((x,y)\) satisfying the line equation is a solution. In set-builder notation, we would write \(\{(x,y)\mid y=2x-4\}\text{.}\)

a coordinate plot of two lines that are coinciding; they both have a y-intercept of (0,-4) and a slope of 2
Figure 5.1.18. Graphs of \(y=2x-4\) and \(6x-3y=12\)
Remark 5.1.19.

In ExampleĀ 5.1.17, 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 in our system. This is a different way to show that these two equations are equivalent and represent the same line. Any time we try to solve a system where the equations are equivalent, we'll have an infinite number of solutions.

Warning 5.1.20.

Notice that for a system of equations with infinite solutions like ExampleĀ 5.1.17, we didn't say that every point was a solution. Rather, every point that falls on that line is a solution. It would be incorrect to state this solution set as ā€œall real numbersā€ or as ā€œall ordered pairs.ā€

List 5.1.21. A summary of the three types of systems of equations and their solution sets
Intersecting Lines:

If two linear equations have different slopes, the system has one solution.

Parallel Lines:

If the linear equations have the same slope with different \(y\)-intercepts, the system has no solution.

Coinciding Lines:

If two linear equations have the same slope and the same \(y\)-intercept (in other words, they are equivalent equations), the system has infinitely many solutions. This solution set consists of all ordered pairs on that line.

Exercises 5.1.3 Exercises

Warmup and Review
1.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(y={4}x+5\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

2.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(y={5}x+2\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

3.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(y=-x+6\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

4.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(y=-x+3\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

5.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(\displaystyle{ y= -\frac{6x}{7} +5 }\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

6.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(\displaystyle{ y= -\frac{8x}{7} - 10 }\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

7.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(\displaystyle{ y= \frac{x}{10} - 3 }\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

8.

Find the lineā€™s slope and \(y\)-intercept.

A line has equation \(\displaystyle{ y= \frac{x}{2} - 10 }\text{.}\)

This lineā€™s slope is .

This lineā€™s \(y\)-intercept is .

9.

Graph the equation \(y=-3x\text{.}\)

10.

Graph the equation \(y=\frac{1}{4}x\text{.}\)

11.

Graph the equation \(y=\frac{2}{3}x+4\text{.}\)

12.

Graph the equation \(y=-2x+5\text{.}\)

13.

Solve the linear equation for \(y\text{.}\)

\begin{equation*} {2y-10x}={10} \end{equation*}
14.

Solve the linear equation for \(y\text{.}\)

\begin{equation*} {-9x-3y}={18} \end{equation*}
15.

Solve the linear equation for \(y\text{.}\)

\begin{equation*} {5y-2x}={-60} \end{equation*}
16.

Solve the linear equation for \(y\text{.}\)

\begin{equation*} {6x+6y}={-78} \end{equation*}
Checking Solutions for System of Equations
17.

Decide whether \((1,-2)\) is a solution to the system of equations:

\begin{equation*} \left\{\begin{aligned} {5x-4y} \amp = {13} \\ {4x+y} \amp = {2} \\ \end{aligned}\right. \end{equation*}

The point \((1,-2)\)

  • is

  • is not

a solution.

18.

Decide whether \((3,5)\) is a solution to the system of equations:

\begin{equation*} \left\{\begin{aligned} {-2x-3y} \amp = {-21} \\ {-4x-y} \amp = {-17} \\ \end{aligned}\right. \end{equation*}

The point \((3,5)\)

  • is

  • is not

a solution.

19.

Decide whether \((4,1)\) is a solution to the system of equations:

\begin{equation*} \left\{\begin{aligned} {3x+5y} \amp = {17} \\ y \amp = {4x-15} \\ \end{aligned}\right. \end{equation*}

The point \((4,1)\)

  • is

  • is not

a solution.

20.

Decide whether \((5,-3)\) is a solution to the system of equations:

\begin{equation*} \left\{\begin{aligned} {-4x+2y} \amp = {-26} \\ y \amp = {4x-25} \\ \end{aligned}\right. \end{equation*}

The point \((5,-3)\)

  • is

  • is not

a solution.

21.

Decide whether \(\left({{\frac{9}{2}}},{{\frac{5}{2}}}\right)\) is a solution to the system of equations:

\begin{equation*} \left\{\begin{aligned} {-6x+6y} \amp = {-11} \\ {6x+2y} \amp = {32} \\ \end{aligned}\right. \end{equation*}

The point \(\left({{\frac{9}{2}}},{{\frac{5}{2}}}\right)\)

  • is

  • is not

a solution.

22.

Decide whether \(\left({{\frac{3}{2}}},{{\frac{5}{2}}}\right)\) is a solution to the system of equations:

\begin{equation*} \left\{\begin{aligned} {-2x-4y} \amp = {-13} \\ {-6x-6y} \amp = {-24} \\ \end{aligned}\right. \end{equation*}

The point \(\left({{\frac{3}{2}}},{{\frac{5}{2}}}\right)\)

  • is

  • is not

a solution.

Using a Graph to Solve a System

Use a graph to solve the system of equations.

23.
\begin{equation*} \left\{\begin{aligned} y\amp=-\frac{7}{2}x-8\\ y\amp=5x+9 \end{aligned}\right. \end{equation*}
24.
\begin{equation*} \left\{\begin{aligned} y\amp=\frac{2}{3}x+5\\ y\amp=-2x-11 \end{aligned}\right. \end{equation*}
25.
\begin{equation*} \left\{\begin{aligned} y\amp=12x+7\\ 3x+y\amp=-8 \end{aligned}\right. \end{equation*}
26.
\begin{equation*} \left\{\begin{aligned} y\amp=-3x+5\\ 4x+y\amp=8 \end{aligned}\right. \end{equation*}
27.
\begin{equation*} \left\{\begin{aligned} x+y\amp=0\\ 3x-y\amp=8 \end{aligned}\right. \end{equation*}
28.
\begin{equation*} \left\{\begin{aligned} 4x-2y\amp=4\\ x+2y\amp=6 \end{aligned}\right. \end{equation*}
29.
\begin{equation*} \left\{\begin{aligned} y\amp=4x-5\\ y\amp=-1 \end{aligned}\right. \end{equation*}
30.
\begin{equation*} \left\{\begin{aligned} 3x-4y\amp=12\\ y\amp=3 \end{aligned}\right. \end{equation*}
31.
\begin{equation*} \left\{\begin{aligned} x+y\amp=-1\\ x\amp=2 \end{aligned}\right. \end{equation*}
32.
\begin{equation*} \left\{\begin{aligned} x-2y\amp=-4\\ x\amp=-4 \end{aligned}\right. \end{equation*}
33.
\begin{equation*} \left\{\begin{aligned} y\amp=2(x+3)-5\\ y\amp=-\frac{4}{3}(x-4)-1 \end{aligned}\right. \end{equation*}
34.
\begin{equation*} \left\{\begin{aligned} y\amp=-\frac{2}{3}(x-6)-2\\ y\amp=-\frac{1}{2}(x-1)+2 \end{aligned}\right. \end{equation*}
35.
\begin{equation*} \left\{\begin{aligned} y\amp=-\frac{1}{2}(x-6)+4\\ y\amp=4(x+1)-6 \end{aligned}\right. \end{equation*}
36.
\begin{equation*} \left\{\begin{aligned} y\amp=\frac{5}{6}(x-6)+4\\ y\amp=2(x+1)+4 \end{aligned}\right. \end{equation*}
37.
\begin{equation*} \left\{\begin{aligned} y\amp=-\frac{4}{5}x+8\\ 4x+5y\amp=-35 \end{aligned}\right. \end{equation*}
38.
\begin{equation*} \left\{\begin{aligned} 2x-7y\amp=28\\ y\amp=\frac{2}{7}x-3 \end{aligned}\right. \end{equation*}
39.
\begin{equation*} \left\{\begin{aligned} -10x+15y\amp=60\\ 6x-9y\amp=36 \end{aligned}\right. \end{equation*}
40.
\begin{equation*} \left\{\begin{aligned} 6x-8y\amp=32\\ 9x-12y\amp=12 \end{aligned}\right. \end{equation*}
41.
\begin{equation*} \left\{\begin{aligned} y\amp=-\frac{3}{5}x+7\\ 9x+15y\amp=105 \end{aligned}\right. \end{equation*}
42.
\begin{equation*} \left\{\begin{aligned} 9y-12x\amp=18\\ y\amp=\frac{4}{3}x+2 \end{aligned}\right. \end{equation*}
Determining the Number of Solutions in a System of Equations
43.

Simply by looking at this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} y \amp = {4x+4} \\ y \amp = {4x-5} \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.

44.

Simply by looking at this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} y \amp = {{\frac{5}{4}}x+1} \\ y \amp = {-{\frac{7}{4}}x-2} \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.

45.

Without graphing this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} y \amp = {x-5} \\ {8x-2y} \amp = 4 \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.

46.

Without graphing this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} y \amp = {-2x-5} \\ {15x+3y} \amp = -6 \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.

47.

Without graphing this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} {8x+10y} \amp = 30 \\ {16x+20y} \amp = 60 \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.

48.

Without graphing this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} {9x-3y} \amp = -3 \\ {6x-2y} \amp = -2 \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.

49.

Simply by looking at this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} \amp x=-4 \\ \amp y=5 \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.

50.

Simply by looking at this system of equations, decide the number of solutions it has.

\begin{equation*} \left\{\begin{aligned} \amp y=-2 \\ \amp y=4 \\ \end{aligned}\right. \end{equation*}

The system has

  • no solution

  • one solution

  • infinitely many solutions

.