Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

3.2: Graph by Plotting Points

  • Anonymous
  • LibreTexts

( \newcommand{\kernel}{\mathrm{null}\,}\)

Learning Objectives
  • Verify solutions to linear equations with two variables.
  • Graph lines by plotting points.
  • Identify and graph horizontal and vertical lines.

Solutions to Equations with Two Variables

A linear equation with two variables has standard form ax+by=c, where a,b, and c are real numbers and a and b are not both 0. Solutions to equations of this form are ordered pairs (x,y), where the coordinates, when substituted into the equation, produce a true statement.

Example 3.2.1

Determine whether (1,2) and (4,1) are solutions to 6x3y=12.

Solution:

Substitute the x- and y-values into the equation to determine whether the ordered pair produces a true statement.

Check(1,2)_Check(4,1)_6x3y=126x3y=126(1)3(2)=126(4)3(1)=126+6=12243=1212=1227=12x

Answer:

(1,2) is a solution, and (4,1) is not.

It is often the case that a linear equation is given in a form where one of the variables, usually y, is isolated. If this is the case, then we can check that an ordered pair is a solution by substituting in a value for one of the coordinates and simplifying to see if we obtain the other.

Example 3.2.2

Are (12,3) and (5,14) solutions to y=2x4?

Solution:

Substitute the x-values and simplify to see if the corresponding y-values are obtained.

x=12_x=5_y=2x4y=2x4=2(12)4=2(5)4=14=104=3=14x

Answer:

(12,3) is a solution, and (5,14) is not.

Exercise 3.2.1

Is (6,1) a solution to y=23x+3?

Answer

Yes

When given linear equations with two variables, we can solve for one of the variables, usually y, and obtain an equivalent equation as follows:

Written in this form, we can see that y depends on x. Here x is the independent variable and y is the dependent variable.

6x3y=12y=2x4}Equivalentequations

The linear equation y=2x4 can be used to find ordered pair solutions. If we substitute any real number for x, then we can simplify to find the corresponding y-value. For example, if x=3, then y=2(3)4=64=2, and we can form an ordered pair solution, (3,2). Since there are infinitely many real numbers to choose for x, the linear equation has infinitely many ordered pair solutions (x,y).

Example 3.2.3

Find ordered pair solutions to the equation 5xy=14 with the given x-values {2,1,0,4,6}.

Solution:

First, solve for y.

Next, substitute the x-values in the equation y=5x14 to find the corresponding y-values.

xvalue yvalue Solution x=2 (2,24) x=1 (1,19) x=0 (0,14) x=4 (4,6) x=6 (6,16) Table 3.2.1

Answer:

{(2,24),(1,19),(0,14),(4,6),(6,16)}

In the previous example, certain x-values are given, but that is not always going to be the case. When treating x as the independent variable, we can choose any values for x and then substitute them into the equation to find the corresponding y-values. This method produces as many ordered pair solutions as we wish.

Example 3.2.4

Find five ordered pair solutions to 6x+2y=10.

Solution:

First, solve for y.

6x+2y=106x+2y6x=106x2y=6x+102y2=6x+102y=6x2+102y=3x+5

Next, choose any set of x-values. Usually we choose some negative values and some positive values. In this case, we will find the corresponding y-values when x is {2,1,0,1,2}. Make the substitutions required to fill in the following table (often referred to as a t-chart):

Screenshot (489).png
Figure 3.2.1

Answer:

{(2,11),(1,8),(0,5),(1,2),(2,1)}. Since there are infinitely many ordered pair solutions, answers may vary depending on the choice of values for the independent variable.

Exercise 3.2.2

Find five ordered pair solutions to 10x2y=2.

Answer

{(2,11),(1,6),(0,1),(1,4),(2,9)} (answers may vary)

Graph by Plotting Points

Since the solutions to linear equations are ordered pairs, they can be graphed using the rectangular coordinate system. The set of all solutions to a linear equation can be represented on a rectangular coordinate plane using a straight line connecting at least two points; this line is called its graph. To illustrate this, plot five ordered pair solutions, {(2,11),(1,8),(0,5),(1,2),(2,1)}, to the linear equation 6x+2y=10.

Screenshot (490).png
Figure 3.2.2

Notice that the points are collinear; this will be the case for any linear equation. Draw a line through the points with a straightedge, and add arrows on either end to indicate that the graph extends indefinitely.

Screenshot (491).png
Figure 3.2.3

The resulting line represents all solutions to 6x+2y=10, of which there are infinitely many. The steps for graphing lines by plotting points are outlined in the following example.

Example 3.2.5

Find five ordered pair solutions and graph:

10x5y=10.

Solution:

Step 1: Solve for y.

Step 2: Choose at least two x-values and find the corresponding y-values. In this section, we will choose five real numbers to use as x-values. It is a good practice to choose 0 and some negative numbers, as well as some positive numbers.

Figure 3.2.4

Five ordered pair solutions are {(2,6),(1,4),(0,2),(1,0),(2,2)}

Step 3: Choose an appropriate scale, plot the points, and draw a line through them using a straightedge. In this case, choose a scale where each tick mark on the y-axis represents 2 units because all the y-values are multiples of 2.

Answer:

Screenshot (493).png
Figure 3.2.5

It will not always be the case that y can be solved in terms of x with integer coefficients. In fact, the coefficients often turn out to be fractions.

Example 3.2.6

Find five ordered pair solutions and graph:

5x+2y=10.

Solution:

5x+2y=105x+2y+5x=10+5x2y=5x+10frac2y2=5x+102y=5x2+102y=52x+5

Remember that you can choose any real number for the independent variable x, so choose wisely here. Since the denominator of the coefficient of the variable x is 2, you can avoid fractions by choosing multiples of 2 for the x-values. In this case, choose the set of x-values {6,4,2,0,2} and find the corresponding y-values.

Screenshot (494).png
Figure 3.2.6

Five solutions are {(6,10),(4,5),(2,0),(0,5),(2,10)}. Here we choose to scale the x-axis with multiples of 2 and the y-axis with multiples of 5.

Answer:

Screenshot (495).png
Figure 3.2.7
Exercise 3.2.3

Find five ordered pair solutions and graph: x+2y=6.

Answer

{(2,4),(0,3),(2,2),(4,1),(6,0)}

Screenshot (496).png
Figure 3.2.8

Horizontal and Vertical Lines

We need to recognize by inspection linear equations that represent a vertical or horizontal line.

Example 3.2.7

Graph by plotting five points: y=2.

Solution:

Since the given equation does not have a variable x, we can rewrite it with a 0 coefficient for x.

y=0x2

Choose any five values for x and see that the corresponding y-value is always 2.

Screenshot (497).png
Figure 3.2.9

We now have five ordered pair solutions to plot {(2,2),(1,2),(0,2),(1,2),(2,2)}.

Answer:

Screenshot (498).png
Figure 3.2.10

When the coefficient for the variable x is 0, the graph is a horizontal line. In general, the equation for a horizontal line can be written in the form y=k, where k represents any real number.

Example 3.2.8

Graph by plotting five points: x=3.

Solution:

Since the given equation does not have a variable y, rewrite it with a 0 coefficient for y.

x=0y+3

Choose any five values for y and see that the corresponding x-value is always 3.

Screenshot (499).png
Figure 3.2.11

We now have five ordered pair solutions to plot: {(3,2),(3,1),(3,0),(3,1),(3,2)}.

Answer:

Screenshot (500).png
Figure 3.2.12

When the coefficient for the variable y is 0, the graph is a vertical line. In general, the equation for a vertical line can be written as x=k, where k represents any real number.

To summarize, if k is a real number.

y=kHorizontalline

x=kVerticalline

Exercise 3.2.4

Graph y=5 and x=2 on the same set of axes and determine where they intersect.

Answer

(2,5)

Key Takeaways

  • Solutions to linear equations with two variables ax+by=c are ordered pairs (x,y), where the coordinates, when substituted into the equation, result in a true statement.
  • Linear equations with two variables have infinitely many ordered pair solutions. When the solutions are graphed, they are collinear.
  • To find ordered pair solutions, choose values for the independent variable, usually x, and substitute them in the equation to find the corresponding y-values.
  • To graph linear equations, determine at least two ordered pair solutions and draw a line through them with a straightedge.
  • Horizontal lines are described by y=k, where k is any real number.
  • Vertical lines are described by x=k, where k is any real number.
Exercise 3.2.5 Solutions to Linear Systems

Determine whether the given point is a solution.

  1. 5x2y=4;(1,1)
  2. 3x4y=10;(2,1)
  3. 3x+y=6;(4,6)
  4. 8xy=24;(2,3)
  5. x+y=7;(5,2)
  6. 9x3y=6;(0,2)
  7. 12x+13y=16;(1,2)
  8. 34x12y=1;(2,1)
  9. 4x3y=1;(12,13)
  10. 10x+2y=95;(15,110)
  11. y=13x+3;(6,3)
  12. y=4x+1;(2,9)
  13. y=23x3;(0,3)
  14. y=58x+1;(8,5)
  15. y=12x+34;(12,1)
  16. y=13x12;(12,23)
  17. y=2;(3,2)
  18. y=4;(4,4)
  19. x=3;(3,3)
  20. x=0;(1,0)
Answer

1. No

3. Yes

5. Yes

7. Yes

9. Yes

11. No

13. Yes

15. Yes

17. Yes

19. Yes

Exercise 3.2.6 Solutions to Linear Systems

Find the ordered pair solutions given the set of x-values.

  1. y=2x+4;{2,0,2}
  2. y=12x3;{4,0,4}
  3. y=34x+12;{2,0,2}
  4. y=3x+1;{12,0,12}
  5. y=4;{3,0,3}
  6. y=12x+34;{14,0,14}
  7. 2x3y=1;{0,1,2}
  8. 3x5y=15;{5,0,5}
  9. x+y=3;{5,1,0}
  10. 12x13y=4;{4,2,0}
  11. 35x+110y=2;{15,10,5}
  12. xy=0;{10,20,30}
Answer

1. {(2,8),(0,4),(2,0)}

3. {(2,2),(0,1/2),(2,1)}

5. {(3,4),(0,4),(3,4)}

7. {(0,13),(1,13),(2,1)}

9. {(5,2),(1,2),(0,3)}

11. {(15,110),(10,80),(5,50)}

Exercise 3.2.7 Solutions to Linear Systems

Find the ordered pair solutions, given the set of y-values.

  1. y=12x1;{5,0,5}
  2. y=34x+2;{0,2,4}
  3. 3x2y=6;{3,1,0}
  4. x+3y=4;{4,2,0}
  5. 13x12y=4;{1,0,1}
  6. 35x+110y=2;{20,10,5}
Answer

1. {(8,5),(2,0),(12,5)}

3. {(0,3),(43,1),(2,0)}

5. {(272,1),(12,0),(212,1)}

Exercise 3.2.8 Graphing Lines

Given the set of x-values {2,1,0,1,2}, find the corresponding y-values and graph them.

  1. y=x+1
  2. y=x+1
  3. y=2x1
  4. y=3x+2
  5. y=5x10
  6. 5x+y=15
  7. 3xy=9
  8. 6x3y=9
  9. y=5
  10. y=3
Answer

1.

Screenshot (501).png
Figure 3.2.13

3.

Screenshot (502).png
Figure 3.2.14

5.

Screenshot (503).png
Figure 3.2.15

7.

Screenshot (504).png
Figure 3.2.16

9.

Screenshot (506).png
Figure 3.2.17
Exercise 3.2.9 Graphing Lines

Find at least five ordered pair solutions and graph.

  1. y=2x1
  2. y=5x+3
  3. y=4x+2
  4. y=10x20
  5. y=12x+2
  6. y=13x1
  7. y=23x6
  8. y=23x+2
  9. y=x
  10. y=x
  11. 2x+5y=15
  12. x+5y=5
  13. 6xy=2
  14. 4x+y=12
  15. x+5y=0
  16. x+2y=0
  17. 110xy=3
  18. 32x+5y=30
Answer

1.

Screenshot (507).png
Figure 3.2.18

3.

Screenshot (508).png
Figure 3.2.19

5.

Screenshot (509).png
Figure 3.2.20

7.

Screenshot (510).png
Figure 3.2.21

9.

Screenshot (511).png
Figure 3.2.22

11.

Screenshot (512).png
Figure 3.2.23

13.

Screenshot (513).png
Figure 3.2.24

15.

Screenshot (514).png
Figure 3.2.25

17.

Screenshot (515).png
Figure 3.2.26
Exercise 3.2.10 Horizontal and Vertical Lines

Find at least five ordered pair solutions and graph them.

  1. y=4
  2. y=10
  3. x=4
  4. x=1
  5. y=0
  6. x=0
  7. y=34
  8. x=54
  9. Graph the lines y=4 and x=2 on the same set of axes. Where do they intersect?
  10. Graph the lines y=5 and x=5 on the same set of axes. Where do they intersect?
  11. What is the equation that describes the x-axis?
  12. What is the equation that describes the y-axis?
Answer

1.

Screenshot (516).png
Figure 3.2.27

3.

Screenshot (517).png
Figure 3.2.28

5.

Screenshot (518).png
Figure 3.2.29

7.

Screenshot (519).png
Figure 3.2.30

9.

Screenshot (520).png
Figure 3.2.31

11. y=0

Exercise 3.2.11 Mixed Practice

Graph by plotting points.

  1. y=35x+6
  2. y=35x3
  3. y=3
  4. x=5
  5. 3x2y=6
  6. 2x+3y=12
Answer

1.

Screenshot (521).png
Figure 3.2.32

3.

Screenshot (522).png
Figure 3.2.33

5.

Screenshot (523).png
Figure 3.2.34
Exercise 3.2.12 Discussion Board Topics
  1. Discuss the significance of the relationship between algebra and geometry in describing lines.
  2. Give real-world examples relating two unknowns
Answer

1. Answers may vary


This page titled 3.2: Graph by Plotting Points is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?