This is “Linear Systems with Two Variables and Their Solutions”, section 3.1 from the book Advanced Algebra (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there. To download a .zip file containing this book to use offline, simply click here.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

3.1 Linear Systems with Two Variables and Their Solutions

Learning Objectives

  1. Check solutions to systems of linear equations.
  2. Solve linear systems using the graphing method.
  3. Identify dependent and inconsistent systems.

Definition of a Linear System with Two Variables

Real-world applications are often modeled using more than one variable and more than one equation. A system of equationsA set of two or more equations with the same variables. consists of a set of two or more equations with the same variables. In this section, we will study linear systemsA set of two or more linear equations with the same variables. consisting of two linear equations each with two variables. For example,

{2x3y=04x+2y=8

A solution to a linear systemGiven a linear system with two equations and two variables, a solution is an ordered pair that satisfies both equations and corresponds to a point of intersection., or simultaneous solutionUsed when referring to a solution of a system of equations., is an ordered pair (x, y) that solves both of the equations. In this case, (3, 2) is the only solution. To check that an ordered pair is a solution, substitute the corresponding x- and y-values into each equation and then simplify to see if you obtain a true statement for both equations.

Check: (3, 2)

Equation 1: 2x3y=0

Equation 2: 4x+2y=8

2(3)3(2)=066=00=0

4(3)+2(2)=812+4=88=8

Example 1

Determine whether or not (1, 0) is a solution to the system {xy=12x+3y=5.

Solution:

Substitute the appropriate values into both equations.

Check: (1, 0)

Equation 1: xy=1

Equation 2: 2x+3y=5

(1)(0)=110=11=1

2(1)+3(0)=52+0=52=5

Answer: Since (1, 0) does not satisfy both equations, it is not a solution.

Try this! Is (−2, 4) a solution to the system {xy=62x+3y=16?

Answer: Yes

Solve by Graphing

Geometrically, a linear system consists of two lines, where a solution is a point of intersection. To illustrate this, we will graph the following linear system with a solution of (3, 2):

{2x3y=04x+2y=8

First, rewrite the equations in slope-intercept form so that we may easily graph them.

2x3y=02x3y2x=02x3y=2x3y3=2x3y=23x

4x+2y=84x+2y+4x=8+4x2y=4x82y2=4x82y=2x4

Next, replace these forms of the original equations in the system to obtain what is called an equivalent systemA system consisting of equivalent equations that share the same solution set.. Equivalent systems share the same solution set.

Originalsystem   Equivalentsystem{2x-3y=0-4x+2y=-8  {y=23xy=2x-4

If we graph both of the lines on the same set of axes, then we can see that the point of intersection is indeed (3, 2), the solution to the system.

To summarize, linear systems described in this section consist of two linear equations each with two variables. A solution is an ordered pair that corresponds to a point where the two lines intersect in the rectangular coordinate plane. Therefore, one way to solve linear systems is by graphing both lines on the same set of axes and determining the point where they cross. This describes the graphing methodA means of solving a system by graphing the equations on the same set of axes and determining where they intersect. for solving linear systems.

When graphing the lines, take care to choose a good scale and use a straightedge to draw the line through the points; accuracy is very important here.

Example 2

Solve by graphing: {xy=42x+y=1.

Solution:

Rewrite the linear equations in slope-intercept form.

xy=4y=x4y1=x41y=x+4

2x+y=1y=2x+1

Write the equivalent system and graph the lines on the same set of axes.

{xy=42x+y=1  {y=x+4y=2x+1

Line1:y=x+4y-intercept:(0,4)slope:m=1=11=riserun

Line2:y=-2x+1y-intercept:(0,1)slope:m=-2=-21=riserun

Use the graph to estimate the point where the lines intersect and check to see if it solves the original system. In the above graph, the point of intersection appears to be (−1, 3).

Check: (−1, 3)

Line 1: xy=4

Line 2: 2x+y=1

(1)(3)=413=44=4

2(1)+(3)=12+3=11=1

Answer: (−1, 3)

Example 3

Solve by graphing: {2x+y=22x+3y=18.

Solution:

We first solve each equation for y to obtain an equivalent system where the lines are in slope-intercept form.

{2x+y=22x+3y=18  {y=2x+2y=23x6

Graph the lines and determine the point of intersection.

Check: (3, −4)

2x+y=22(3)+(4)=264=22=2

2x+3y=182(3)+3(4)=18612=1818=18

Answer: (3, −4)

Example 4

Solve by graphing: {3x+y=6y=3.

Solution:

{3x+y=6y=3  {y=3x+6y=3

Check: (3, −3)

3x+y=63(3)+(3)=693=66=6

y=3(3)=33=3

Answer: (3, −3)

The graphing method for solving linear systems is not ideal when a solution consists of coordinates that are not integers. There will be more accurate algebraic methods in sections to come, but for now, the goal is to understand the geometry involved when solving systems. It is important to remember that the solutions to a system correspond to the point, or points, where the graphs of the equations intersect.

Try this! Solve by graphing: {x+y=65x+2y=2.

Answer: (−2, 4)

Dependent and Inconsistent Systems

A system with at least one solution is called a consistent systemA system with at least one solution.. Up to this point, all of the examples have been of consistent systems with exactly one ordered pair solution. It turns out that this is not always the case. Sometimes systems consist of two linear equations that are equivalent. If this is the case, the two lines are the same and when graphed will coincide. Hence, the solution set consists of all the points on the line. This is a dependent systemA linear system with two variables that consists of equivalent equations. It has infinitely many ordered pair solutions, denoted by (x,mx+b).. Given a consistent linear system with two variables, there are two possible results:

A solution to an independent systemA linear system with two variables that has exactly one ordered pair solution. is an ordered pair (x, y). The solution to a dependent system consists of infinitely many ordered pairs (x, y). Since any line can be written in slope-intercept form,y=mx+b, we can express these solutions, dependent on x, as follows:

{(x,y)|y=mx+b}Set-Notation(x,mx+b)ShortenedForm

In this text we will express all the ordered pair solutions (x,y) in the shortened form (x,mx+b), where x is any real number.

Example 5

Solve by graphing: {2x+3y=94x6y=18.

Solution:

Determine slope-intercept form for each linear equation in the system.

2x+3y=92x+3y=93y=2x9y=2x93y=23x3

4x6y=184x6y=186y=4x+18y=4x+186y=23x3

{2x+3y=94x6y=18  {y=23x3y=23x3

In slope-intercept form, we can easily see that the system consists of two lines with the same slope and same y-intercept. They are, in fact, the same line. And the system is dependent.

Answer: (x,23x3)

In this example, it is important to notice that the two lines have the same slope and same y-intercept. This tells us that the two equations are equivalent and that the simultaneous solutions are all the points on the line y=23x3. This is a dependent system, and the infinitely many solutions are expressed using the form (x,mx+b). Other resources may express this set using set notation, {(x, y) | y=23x3}, which reads “the set of all ordered pairs (x, y) such that y=23x3.”

Sometimes the lines do not cross and there is no point of intersection. Such a system has no solution, Ø, and is called an inconsistent systemA system with no simultaneous solution..

Example 6

Solve by graphing: {2x+5y=154x+10y=10.

Solution:

Determine slope-intercept form for each linear equation.

2x+5y=152x+5y=155y=2x15y=2x155y=25x3

4x+10y=104x+10y=1010y=4x+10y=4x+1010y=25x+1

{2x+5y=154x+10y=10  {y=25x3y=25x+1

In slope-intercept form, we can easily see that the system consists of two lines with the same slope and different y-intercepts. Therefore, the lines are parallel and will never intersect.

Answer: There is no simultaneous solution, Ø.

Try this! Solve by graphing: {x+y=12x2y=2.

Answer: (x,x1)

Key Takeaways

  • In this section, we limit our study to systems of two linear equations with two variables. Solutions to such systems, if they exist, consist of ordered pairs that satisfy both equations. Geometrically, solutions are the points where the graphs intersect.
  • The graphing method for solving linear systems requires us to graph both of the lines on the same set of axes as a means to determine where they intersect.
  • The graphing method is not the most accurate method for determining solutions, particularly when a solution has coordinates that are not integers. It is a good practice to always check your solutions.
  • Some linear systems have no simultaneous solution. These systems consist of equations that represent parallel lines with different y-intercepts and do not intersect in the plane. They are called inconsistent systems and the solution set is the empty set, Ø.
  • Some linear systems have infinitely many simultaneous solutions. These systems consist of equations that are equivalent and represent the same line. They are called dependent systems and their solutions are expressed using the notation (x,mx+b), where x is any real number.

Topic Exercises

    Part A: Definitions

      Determine whether or not the given ordered pair is a solution to the given system.

    1. (3, −2);

      {x+y=12x2y=2
    2. (−5, 0);

      {x+y=12x2y=2
    3. (−2, −6);

      {x+y=43xy=12
    4. (2, −7);

      {3x+2y=85x3y=11
    5. (0, −3);

      {5x5y=1513x+2y=6
    6. (12,14);

      {x+y=142x4y=0
    7. (34,14);

      {xy=14x8y=5
    8. (−3, 4);

      {13x+12y=123x32y=8
    9. (−5, −3);

      {y=35x10y=5
    10. (4, 2);

      {x=47x+4y=8

      Given the graphs, determine the simultaneous solution.

    Part B: Solve by Graphing

      Solve by graphing.

    1. {y=32x+6y=x+1
    2. {y=34x+2y=14x2
    3. {y=x4y=x+2
    4. {y=5x+4y=4x5
    5. {y=25x+1y=35x
    6. {y=25x+6y=25x+10
    7. {y=2y=x+1
    8. {y=3x=3
    9. {y=0y=25x4
    10. {x=2y=3x
    11. {y=35x6y=35x3
    12. {y=12x+1y=12x+1
    13. {2x+3y=186x+3y=6
    14. {3x+4y=202x+8y=8
    15. {2x+y=12x3y=9
    16. {x+2y=85x+4y=4
    17. {4x+6y=362x3y=6
    18. {2x3y=186x3y=6
    19. {3x+5y=306x10y=10
    20. {x+3y=35x15y=15
    21. {xy=0x+y=0
    22. {y=xyx=1
    23. {3x+2y=0x=2
    24. {2x+13y=233x+12y=2
    25. {110x+15y=215x+15y=1
    26. {13x12y=113x+15y=1
    27. {19x+16y=019x+14y=12
    28. {516x12y=5516x+12y=52
    29. {16x12y=92118x+16y=32
    30. {12x14y=1213x12y=3
    31. {y=4x=5
    32. {y=3x=2
    33. {y=0x=0
    34. {y=2y=3
    35. {y=5y=5
    36. {y=2y2=0
    37. {x=5x=1
    38. {y=xx=0
    39. {4x+6y=3x+y=2
    40. {2x+20y=203x+10y=10
    41. Assuming m is nonzero solve the system: {y=mx+by=mx+b

    42. Assuming b is nonzero solve the system: {y=mx+by=mxb

    43. Find the equation of the line perpendicular to y=2x+4 and passing through (3,3). Graph this line and the given line on the same set of axes and determine where they intersect.

    44. Find the equation of the line perpendicular to yx=2 and passing through (5,1). Graph this line and the given line on the same set of axes and determine where they intersect.

    45. Find the equation of the line perpendicular to y=5 and passing through (2,5). Graph both lines on the same set of axes.

    46. Find the equation of the line perpendicular to the y-axis and passing through the origin.

    47. Use the graph of y=23x+3 to determine the x-value where y=3. Verify your answer using algebra.

    48. Use the graph of y=45x3 to determine the x-value where y=5. Verify your answer using algebra.

    Part C: Discussion Board Topics

    1. Discuss the weaknesses of the graphing method for solving systems.

    2. Explain why the solution set to a dependent linear system is denoted by (x,mx+b).

    3. Draw a picture of a dependent linear system as well as a picture of an inconsistent linear system. What would you need to determine the equations of the lines that you have drawn?

Answers

  1. No

  2. No

  3. Yes

  4. No

  5. Yes

  6. (5, 0)

  7. (6, −6)

  8. (0, 0)

  9. (x,2x+2)

  10. Ø

  1. (−2, 3)

  2. (3, −1)

  3. (5, 3)

  4. (−3, −2)

  5. (10, 0)

  6. Ø

  7. (3, 4)

  8. (−3, −5)

  9. (6, 2)

  10. Ø

  11. (x,x)

  12. (2, −3)

  13. (10, 5)

  14. (−9, 6)

  15. (x,13x9)

  16. (−5, 4)

  17. (0, 0)

  18. Ø

  19. Ø

  20. (32,12)
  21. (0,b)

  22. y=12x+32;   (1,2)

  23. x=2

  24. x=9

  1. Answer may vary

  2. Answer may vary