#set document(title: "3.1 Graph Linear Equations in Two Variables", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 3.1#h(0.6em)Graph Linear Equations in Two Variables #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Before you get started, take this readiness quiz. Evaluate #math.equation(block: false, alt: "5 x minus 4")[$5 x − 4$] when #math.equation(block: false, alt: "x equals −1 .")[$x = −1 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "minus 9")[$− 9$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Evaluate #math.equation(block: false, alt: "3 x minus 2 y")[$3 x − 2 y$] when #math.equation(block: false, alt: "x equals 4 , y equals −3 .")[$x = 4 , y = −3 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "18")[$18$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve for #emph[y]: #math.equation(block: false, alt: "8 minus 3 y equals 20 .")[$8 − 3 y = 20 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "y equals minus 4")[$y = − 4$] ] ] === Plot Points on a Rectangular Coordinate System Just like maps use a grid system to identify locations, a grid system is used in algebra to show a relationship between two variables in a rectangular coordinate system. The rectangular coordinate system is also called the #emph[xy]-plane or the “coordinate plane.” The rectangular coordinate system is formed by two intersecting number lines, one horizontal and one vertical. The horizontal number line is called the #emph[x]-axis. The vertical number line is called the #emph[y]-axis. These axes divide a plane into four regions, called quadrants. The quadrants are identified by Roman numerals, beginning on the upper right and proceeding counterclockwise. #figure(figph[This figure shows a square grid. A horizontal number line in the middle is labeled x. A vertical number line in the middle is labeled y. The number lines intersect at zero and together divide the square grid into 4 equally sized smaller squares. The square in the top right is labeled I. The square in the top left is labeled II. The square in the bottom left is labeled III. The square in the bottom right is labeled IV.], alt: "This figure shows a square grid. A horizontal number line in the middle is labeled x. A vertical number line in the middle is labeled y. The number lines intersect at zero and together divide the square grid into 4 equally sized smaller squares. The square in the top right is labeled I. The square in the top left is labeled II. The square in the bottom left is labeled III. The square in the bottom right is labeled IV.", caption: none) In the rectangular coordinate system, every point is represented by an #strong[ordered pair]. The first number in the ordered pair is the #emph[x]-coordinate of the point, and the second number is the #emph[y]-coordinate of the point. The phrase “ordered pair” means that the order is important. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Ordered Pair] An #strong[ordered pair], #math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$] gives the coordinates of a point in a rectangular coordinate system. The first number is the #emph[x]-coordinate. The second number is the #emph[y]-coordinate. #figure(figph[This figure shows the expression (x, y). The variable x is labeled x-coordinate. The variable y is labeled y-coordinate.], alt: "This figure shows the expression (x, y). The variable x is labeled x-coordinate. The variable y is labeled y-coordinate.", caption: none) ] What is the ordered pair of the point where the axes cross? At that point both coordinates are zero, so its ordered pair is #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis .")[$( 0 , 0 ) .$] The point #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] has a special name. It is called the #strong[origin]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[The Origin] The point #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] is called the #strong[origin]. It is the point where the #emph[x]-axis and #emph[y]-axis intersect. ] We use the coordinates to locate a point on the #emph[xy]-plane. Let’s plot the point #math.equation(block: false, alt: "open parenthesis 1 , 3 close parenthesis")[$( 1 , 3 )$] as an example. First, locate 1 on the #emph[x]-axis and lightly sketch a vertical line through #math.equation(block: false, alt: "x equals 1 .")[$x = 1 .$] Then, locate 3 on the #emph[y]-axis and sketch a horizontal line through #math.equation(block: false, alt: "y equals 3 .")[$y = 3 .$] Now, find the point where these two lines meet—that is the point with coordinates #math.equation(block: false, alt: "open parenthesis 1 , 3 close parenthesis .")[$( 1 , 3 ) .$] #figure(figph[This figure shows a point plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point (1, 3) is labeled. A dashed vertical line goes through the point and intersects the x-axis at xplus1. A dashed horizontal line goes through the point and intersects the y-axis at yplus3.], alt: "This figure shows a point plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point (1, 3) is labeled. A dashed vertical line goes through the point and intersects the x-axis at xplus1. A dashed horizontal line goes through the point and intersects the y-axis at yplus3.", caption: none) Notice that the vertical line through #math.equation(block: false, alt: "x equals 1")[$x = 1$] and the horizontal line through #math.equation(block: false, alt: "y equals 3")[$y = 3$] are not part of the graph. We just used them to help us locate the point #math.equation(block: false, alt: "open parenthesis 1 , 3 close parenthesis .")[$( 1 , 3 ) .$] When one of the coordinate is zero, the point lies on one of the axes. In the point #math.equation(block: false, alt: "open parenthesis 0 , 4 close parenthesis")[$( 0 , 4 )$] is on the #emph[y]-axis and the point #math.equation(block: false, alt: "open parenthesis −2 , 0 close parenthesis")[$( −2 , 0 )$] is on the #emph[x]-axis. #figure(figph[This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point (negative 2, 0) is labeled and lies on the x-axis. The point (0, 4) is labeled and lies on the y-axis.], alt: "This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point (negative 2, 0) is labeled and lies on the x-axis. The point (0, 4) is labeled and lies on the y-axis.", caption: none) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Points on the Axes] Points with a #emph[y]-coordinate equal to 0 are on the #emph[x]-axis, and have coordinates #math.equation(block: false, alt: "open parenthesis a , 0 close parenthesis .")[$( a , 0 ) .$] Points with an #emph[x]-coordinate equal to 0 are on the #emph[y]-axis, and have coordinates #math.equation(block: false, alt: "open parenthesis 0 , b close parenthesis .")[$( 0 , b ) .$] ] #examplebox("Example 1")[][ Plot each point in the rectangular coordinate system and identify the quadrant in which the point is located: ⓐ #math.equation(block: false, alt: "open parenthesis −5 , 4 close parenthesis")[$( −5 , 4 )$] ⓑ #math.equation(block: false, alt: "open parenthesis −3 , −4 close parenthesis")[$( −3 , −4 )$] ⓒ #math.equation(block: false, alt: "open parenthesis 2 , −3 close parenthesis")[$( 2 , −3 )$] ⓓ #math.equation(block: false, alt: "open parenthesis 0 , −1 close parenthesis")[$( 0 , −1 )$] ⓔ #math.equation(block: false, alt: "open parenthesis 3 , the fraction 5 over 2 close parenthesis .")[$( 3 , frac(5, 2) ) .$] #solutionbox[ The first number of the coordinate pair is the #emph[x]-coordinate, and the second number is the #emph[y]-coordinate. To plot each point, sketch a vertical line through the #emph[x]-coordinate and a horizontal line through the #emph[y]-coordinate. Their intersection is the point. #linebreak() ⓐ Since #math.equation(block: false, alt: "x equals −5 ,")[$x = −5 ,$] the point is to the left of the #emph[y]-axis. Also, since #math.equation(block: false, alt: "y equals 4 ,")[$y = 4 ,$] the point is above the #emph[x]-axis. The point #math.equation(block: false, alt: "open parenthesis −5 , 4 close parenthesis")[$( −5 , 4 )$] is in Quadrant II. #linebreak() ⓑ Since #math.equation(block: false, alt: "x equals −3 ,")[$x = −3 ,$] the point is to the left of the #emph[y]-axis. Also, since #math.equation(block: false, alt: "y equals −4 ,")[$y = −4 ,$] the point is below the #emph[x]-axis. The point #math.equation(block: false, alt: "open parenthesis −3 , −4 close parenthesis")[$( −3 , −4 )$] is in Quadrant III. #linebreak() ⓒ Since #math.equation(block: false, alt: "x equals 2 ,")[$x = 2 ,$] the point is to the right of the #emph[y]-axis. Since #math.equation(block: false, alt: "y equals −3 ,")[$y = −3 ,$] the point is below the #emph[x]-axis. The point #math.equation(block: false, alt: "open parenthesis 2 , −3 close parenthesis")[$( 2 , −3 )$] is in Quadrant IV. #linebreak() ⓓ Since #math.equation(block: false, alt: "x equals 0 ,")[$x = 0 ,$] the point whose coordinates are #math.equation(block: false, alt: "open parenthesis 0 , −1 close parenthesis")[$( 0 , −1 )$] is on the #emph[y]-axis. #linebreak() ⓔ Since #math.equation(block: false, alt: "x equals 3 ,")[$x = 3 ,$] the point is to the right of the #emph[y]-axis. Since #math.equation(block: false, alt: "y equals the fraction 5 over 2 ,")[$y = frac(5, 2) ,$] the point is above the #emph[x]-axis. (It may be helpful to write #math.equation(block: false, alt: "the fraction 5 over 2")[$frac(5, 2)$] as a mixed number or decimal.) The point #math.equation(block: false, alt: "open parenthesis 3 , the fraction 5 over 2 close parenthesis")[$( 3 , frac(5, 2) )$] is in Quadrant I. #linebreak() #figure(figph[This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The following points are labeled: (3, 5 divided by 2), negative 5, 4), (negative 3, negative 4), (0, negative 1), and (2, negative 3).], alt: "This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The following points are labeled: (3, 5 divided by 2), negative 5, 4), (negative 3, negative 4), (0, negative 1), and (2, negative 3).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Plot each point in a rectangular coordinate system and identify the quadrant in which the point is located: #linebreak() ⓐ #math.equation(block: false, alt: "open parenthesis −2 , 1 close parenthesis")[$( −2 , 1 )$] ⓑ #math.equation(block: false, alt: "open parenthesis −3 , −1 close parenthesis")[$( −3 , −1 )$] ⓒ #math.equation(block: false, alt: "open parenthesis 4 , −4 close parenthesis")[$( 4 , −4 )$] ⓓ #math.equation(block: false, alt: "open parenthesis −4 , 4 close parenthesis")[$( −4 , 4 )$] ⓔ #math.equation(block: false, alt: "open parenthesis −4 , the fraction 3 over 2 close parenthesis")[$( −4 , frac(3, 2) )$] #solutionbox[ #figure(figph[This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 2 units to the left of the origin and 1 unit above the origin and is located in quadrant II. The point labeled b is 3 units to the left of the origin and 1 unit below the origin and is located in quadrant III. The point labeled c is 4 units to the right of the origin and 4 units below the origin and is located in quadrant IV. The point labeled d is 4 units to the left of the origin and 4 units above the origin and is located in quadrant II. The point labeled e is 4 units to the left of the origin and 1 and a half units above the origin and is located in quadrant II.], alt: "This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 2 units to the left of the origin and 1 unit above the origin and is located in quadrant II. The point labeled b is 3 units to the left of the origin and 1 unit below the origin and is located in quadrant III. The point labeled c is 4 units to the right of the origin and 4 units below the origin and is located in quadrant IV. The point labeled d is 4 units to the left of the origin and 4 units above the origin and is located in quadrant II. The point labeled e is 4 units to the left of the origin and 1 and a half units above the origin and is located in quadrant II.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Plot each point in a rectangular coordinate system and identify the quadrant in which the point is located: #linebreak() ⓐ #math.equation(block: false, alt: "open parenthesis −4 , 1 close parenthesis")[$( −4 , 1 )$] ⓑ #math.equation(block: false, alt: "open parenthesis −2 , 3 close parenthesis")[$( −2 , 3 )$] ⓒ #math.equation(block: false, alt: "open parenthesis 2 , −5 close parenthesis")[$( 2 , −5 )$] ⓓ #math.equation(block: false, alt: "open parenthesis −2 , 5 close parenthesis")[$( −2 , 5 )$] ⓔ #math.equation(block: false, alt: "open parenthesis −3 , the fraction 5 over 2 close parenthesis")[$( −3 , frac(5, 2) )$] #solutionbox[ #figure(figph[This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 4 units to the left of the origin and 1 unit above the origin and is located in quadrant II. The point labeled b is 2 units to the left of the origin and 3 units above the origin and is located in quadrant II. The point labeled c is 2 units to the right of the origin and 5 units below the origin and is located in quadrant IV. The point labeled d is 2 units to the left of the origin and 5 units above the origin and is located in quadrant II. The point labeled e is 3 units to the left of the origin and 2 and a half units above the origin and is located in quadrant II.], alt: "This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 4 units to the left of the origin and 1 unit above the origin and is located in quadrant II. The point labeled b is 2 units to the left of the origin and 3 units above the origin and is located in quadrant II. The point labeled c is 2 units to the right of the origin and 5 units below the origin and is located in quadrant IV. The point labeled d is 2 units to the left of the origin and 5 units above the origin and is located in quadrant II. The point labeled e is 3 units to the left of the origin and 2 and a half units above the origin and is located in quadrant II.", caption: none) ] ] The signs of the #emph[x]-coordinate and #emph[y]-coordinate affect the location of the points. You may have noticed some patterns as you graphed the points in the previous example. We can summarize sign patterns of the quadrants in this way: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Quadrants] #math.equation(block: true, alt: "Quadrant I, Quadrant II, Quadrant III, Quadrant IV; open parenthesis x , y close parenthesis, open parenthesis x , y close parenthesis, open parenthesis x , y close parenthesis, open parenthesis x , y close parenthesis; open parenthesis plus , plus close parenthesis, open parenthesis minus , plus close parenthesis, open parenthesis minus , minus close parenthesis, open parenthesis plus , minus close parenthesis")[$"Quadrant I" & #h(2em) "Quadrant II" & #h(2em) "Quadrant III" & #h(2em) "Quadrant IV" \ ( x , y ) & #h(2em) ( x , y ) & #h(2em) ( x , y ) & #h(2em) ( x , y ) \ ( + , + ) & #h(2em) ( − , + ) & #h(2em) ( − , − ) & #h(2em) ( + , − )$]#figure(figph[This figure shows the x y-coordinate plane with the four quadrants labeled. In the top right of the plane is quadrant I labeled (plus, plus). In the top left of the plane is quadrant II labeled (minus, plus). In the bottom left of the plane is quadrant III labeled (minus, minus). In the bottom right of the plane is quadrant IV labeled (plus, minus).], alt: "This figure shows the x y-coordinate plane with the four quadrants labeled. In the top right of the plane is quadrant I labeled (plus, plus). In the top left of the plane is quadrant II labeled (minus, plus). In the bottom left of the plane is quadrant III labeled (minus, minus). In the bottom right of the plane is quadrant IV labeled (plus, minus).", caption: none) ] Up to now, all the equations you have solved were equations with just one variable. In almost every case, when you solved the equation you got exactly one solution. But equations can have more than one variable. Equations with two variables may be of the form #math.equation(block: false, alt: "A x plus B y equals C .")[$A x + B y = C .$] An equation of this form is called a #strong[linear equation] in two variables. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Linear Equation] An equation of the form #math.equation(block: false, alt: "A x plus B y equals C ,")[$A x + B y = C ,$] where #emph[A] and #emph[B] are not both zero, is called a #strong[linear equation] in two variables. ] Here is an example of a linear equation in two variables, #emph[x] and #emph[y]. #figure(figph[This figure shows the equation A x plus B y plus C. Below this is the equation x plus 4 y plus 8. Below this are the equations A plus 1, B plus 4, C plus 8. B and 4 are the same color in all the equations. C and 8 are the same color in all the equations.], alt: "This figure shows the equation A x plus B y plus C. Below this is the equation x plus 4 y plus 8. Below this are the equations A plus 1, B plus 4, C plus 8. B and 4 are the same color in all the equations. C and 8 are the same color in all the equations.", caption: none) The equation #math.equation(block: false, alt: "y equals −3 x plus 5")[$y = −3 x + 5$] is also a linear equation. But it does not appear to be in the form #math.equation(block: false, alt: "A x plus B y equals C .")[$A x + B y = C .$] We can use the Addition Property of Equality and rewrite it in #math.equation(block: false, alt: "A x plus B y equals C")[$A x + B y = C$] form. #math.equation(block: true, alt: "y, equals, −3 x plus 5; Add to both sides., y plus 3 x, equals, −3 x plus 5 plus 3 x; Simplify., y plus 3 x, equals, 5; Use the Commutative Property to put it in; A x plus B y equals C form., 3 x plus y, equals, 5")[$& & & y & = & −3 x + 5 \ "Add to both sides." & & & y + 3 x & = & −3 x + 5 + 3 x \ "Simplify." & & & y + 3 x & = & 5 \ "Use the Commutative Property to put it in" & & & \ A x + B y = C #h(0.2em) "form." & & & 3 x + y & = & 5$]By rewriting #math.equation(block: false, alt: "y equals −3 x plus 5")[$y = −3 x + 5$] as #math.equation(block: false, alt: "3 x plus y equals 5 ,")[$3 x + y = 5 ,$] we can easily see that it is a linear equation in two variables because it is of the form #math.equation(block: false, alt: "A x plus B y equals C .")[$A x + B y = C .$] When an equation is in the form #math.equation(block: false, alt: "A x plus B y equals C ,")[$A x + B y = C ,$] we say it is in #strong[standard form of a linear equation]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Standard Form of Linear Equation] A linear equation is in #strong[standard form] when it is written #math.equation(block: false, alt: "A x plus B y equals C .")[$A x + B y = C .$] ] Most people prefer to have #emph[A], #emph[B], and #emph[C] be integers and #math.equation(block: false, alt: "A greater than or equal to 0")[$A ≥ 0$] when writing a linear equation in standard form, although it is not strictly necessary. Linear equations have infinitely many solutions. For every number that is substituted for #emph[x] there is a corresponding #emph[y] value. This pair of values is a #strong[solution] to the linear equation and is represented by the ordered pair #math.equation(block: false, alt: "open parenthesis x , y close parenthesis .")[$( x , y ) .$] When we substitute these values of #emph[x] and #emph[y] into the equation, the result is a true statement, because the value on the left side is equal to the value on the right side. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Solution of a Linear Equation in Two Variables] An ordered pair #math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$] is a #strong[solution] of the linear equation#math.equation(block: false, alt: "A x plus B y equals C ,")[$A x + B y = C ,$] if the equation is a true statement when the #emph[x]- and #emph[y]-values of the ordered pair are substituted into the equation. ] Linear equations have infinitely many solutions. We can plot these solutions in the rectangular coordinate system. The points will line up perfectly in a straight line. We connect the points with a straight line to get the graph of the equation. We put arrows on the ends of each side of the line to indicate that the line continues in both directions. A graph is a visual representation of all the solutions of the equation. It is an example of the saying, “A picture is worth a thousand words.” The line shows you #emph[all] the solutions to that equation. Every point on the line is a solution of the equation. And, every solution of this equation is on this line. This line is called the graph of the equation. Points #emph[not] on the line are not solutions! #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph of a Linear Equation] The graph of a linear equation #math.equation(block: false, alt: "A x plus B y equals C")[$A x + B y = C$] is a straight line. - Every point on the line is a solution of the equation. - Every solution of this equation is a point on this line. ] #examplebox("Example 2")[][ The graph of #math.equation(block: false, alt: "y equals 2 x minus 3")[$y = 2 x − 3$] is shown. #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 3, negative 9), (negative 2, negative 7), (negative 1, negative 5), (0, negative 3), (1, negative 1), (2, 1), (3, 3), (4, 5), (5, 7), and (6, 9). The line is labeled y plus 2 x minus 3.], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 3, negative 9), (negative 2, negative 7), (negative 1, negative 5), (0, negative 3), (1, negative 1), (2, 1), (3, 3), (4, 5), (5, 7), and (6, 9). The line is labeled y plus 2 x minus 3.", caption: none) For each ordered pair, decide: ⓐ Is the ordered pair a solution to the equation? ⓑ Is the point on the line? A: #math.equation(block: false, alt: "open parenthesis 0 , –3 close parenthesis")[$( 0 , –3 )$] B: #math.equation(block: false, alt: "open parenthesis 3 , 3 close parenthesis")[$( 3 , 3 )$] C: #math.equation(block: false, alt: "open parenthesis 2 , −3 close parenthesis")[$( 2 , −3 )$] D: #math.equation(block: false, alt: "open parenthesis −1 , −5 close parenthesis")[$( −1 , −5 )$] #solutionbox[ Substitute the #emph[x]- and #emph[y]-values into the equation to check if the ordered pair is a solution to the equation. #linebreak() #linebreak() ⓐ #linebreak() #figure(figph[Example A shows the ordered pair (0, negative 3). Under this is the equation y plus 2 x minus 3. Under this is the equation negative 3 equals 2 times 0 minus 3. The negative 3 and 0 are colored the same as the negative 3 and 0 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the equation negative 3 plus negative 3. Below this is the statement (0, negative 3) is a solution. Example B shows the ordered pair (3, 3). Under this is the equation y plus 2 x minus 3. Under this is the equation 3 equals 2 times 3 minus 3. The 3 and 3 are colored the same as the 3 and 3 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the equation 3 plus 3. Below this is the statement (3, 3) is a solution. Example C shows the ordered pair (2, negative 3). Under this is the equation y plus 2 x minus 3. Under this is the equation negative 3 equals 2 times 2 minus 3. The negative 3 and 2 are colored the same as the negative 3 and 2 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the inequality negative 3 is not equal to 1. Below this is the statement (2, negative 3) is not a solution. Example D shows the ordered pair (negative 1, negative 5). Under this is the equation y plus 2 x minus 3. Under this is the equation negative 5 equals 2 times negative 1 minus 3. The negative 1 and negative 5 are colored the same as the negative 1 and negative 5 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the equation negative 5 plus negative 5. Below this is the statement (negative 1, negative 5) is a solution.], alt: "Example A shows the ordered pair (0, negative 3). Under this is the equation y plus 2 x minus 3. Under this is the equation negative 3 equals 2 times 0 minus 3. The negative 3 and 0 are colored the same as the negative 3 and 0 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the equation negative 3 plus negative 3. Below this is the statement (0, negative 3) is a solution. Example B shows the ordered pair (3, 3). Under this is the equation y plus 2 x minus 3. Under this is the equation 3 equals 2 times 3 minus 3. The 3 and 3 are colored the same as the 3 and 3 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the equation 3 plus 3. Below this is the statement (3, 3) is a solution. Example C shows the ordered pair (2, negative 3). Under this is the equation y plus 2 x minus 3. Under this is the equation negative 3 equals 2 times 2 minus 3. The negative 3 and 2 are colored the same as the negative 3 and 2 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the inequality negative 3 is not equal to 1. Below this is the statement (2, negative 3) is not a solution. Example D shows the ordered pair (negative 1, negative 5). Under this is the equation y plus 2 x minus 3. Under this is the equation negative 5 equals 2 times negative 1 minus 3. The negative 1 and negative 5 are colored the same as the negative 1 and negative 5 in the ordered pair at the top. There is a question mark above the plus sign. Below this is the equation negative 5 plus negative 5. Below this is the statement (negative 1, negative 5) is a solution.", caption: none) #linebreak() #linebreak() ⓑ Plot the points #math.equation(block: false, alt: "open parenthesis 0 , −3 close parenthesis ,")[$( 0 , −3 ) ,$]#math.equation(block: false, alt: "open parenthesis 3 , 3 close parenthesis ,")[$( 3 , 3 ) ,$]#math.equation(block: false, alt: "open parenthesis 2 , −3 close parenthesis ,")[$( 2 , −3 ) ,$] and #math.equation(block: false, alt: "open parenthesis −1 , −5 close parenthesis .")[$( −1 , −5 ) .$] #linebreak() #figure(figph[This figure shows the graph of the linear equation y plus 2 x minus 3 and some points graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 1, negative 5), (0, negative 3), and (3, 3). The point (2, negative 3) is also plotted but not on the line.], alt: "This figure shows the graph of the linear equation y plus 2 x minus 3 and some points graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 1, negative 5), (0, negative 3), and (3, 3). The point (2, negative 3) is also plotted but not on the line.", caption: none) #linebreak() The points #math.equation(block: false, alt: "open parenthesis 0 , 3 close parenthesis ,")[$( 0 , 3 ) ,$]#math.equation(block: false, alt: "open parenthesis 3 , −3 close parenthesis ,")[$( 3 , −3 ) ,$] and #math.equation(block: false, alt: "open parenthesis −1 , −5 close parenthesis")[$( −1 , −5 )$] are on the line #math.equation(block: false, alt: "y equals 2 x minus 3 ,")[$y = 2 x − 3 ,$] and the point #math.equation(block: false, alt: "open parenthesis 2 , −3 close parenthesis")[$( 2 , −3 )$] is not on the line. #linebreak() The points that are solutions to #math.equation(block: false, alt: "y equals 2 x minus 3")[$y = 2 x − 3$] are on the line, but the point that is not a solution is not on the line. ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Use graph of #math.equation(block: false, alt: "y equals 3 x minus 1 .")[$y = 3 x − 1 .$] For each ordered pair, decide: ⓐ Is the ordered pair a solution to the equation? #linebreak() ⓑ Is the point on the line? A #math.equation(block: false, alt: "open parenthesis 0 , −1 close parenthesis")[$( 0 , −1 )$] B #math.equation(block: false, alt: "open parenthesis 2 , 5 close parenthesis")[$( 2 , 5 )$] #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 3, negative 10), (negative 2, negative 7), (negative 1, negative 4), (0, negative 1), (1, 2), (2, 5), and (3, 8). The line is labeled y plus 3 x minus 1.], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 3, negative 10), (negative 2, negative 7), (negative 1, negative 4), (0, negative 1), (1, 2), (2, 5), and (3, 8). The line is labeled y plus 3 x minus 1.", caption: none) #solutionbox[ ⓐ yes, yes ⓑ yes, yes ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Use graph of #math.equation(block: false, alt: "y equals 3 x minus 1 .")[$y = 3 x − 1 .$] For each ordered pair, decide: ⓐ Is the ordered pair a solution to the equation? #linebreak() ⓑ Is the point on the line? A#math.equation(block: false, alt: "open parenthesis 3 , −1 close parenthesis")[$( 3 , −1 )$] B#math.equation(block: false, alt: "open parenthesis −1 , −4 close parenthesis")[$( −1 , −4 )$] #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 3, negative 10), (negative 2, negative 7), (negative 1, negative 4), (0, negative 1), (1, 2), (2, 5), and (3, 8). The line is labeled y plus 3 x minus 1.], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The line has arrows on both ends and goes through the points (negative 3, negative 10), (negative 2, negative 7), (negative 1, negative 4), (0, negative 1), (1, 2), (2, 5), and (3, 8). The line is labeled y plus 3 x minus 1.", caption: none) #solutionbox[ ⓐ no, no ⓑ yes, yes ] ] === Graph a Linear Equation by Plotting Points There are several methods that can be used to graph a linear equation. The first method we will use is called plotting points, or the Point-Plotting Method. We find three points whose coordinates are solutions to the equation and then plot them in a rectangular coordinate system. By connecting these points in a line, we have the graph of the linear equation. #examplebox("Example 3")[How to Graph a Linear Equation by Plotting Points][ Graph the equation #math.equation(block: false, alt: "y equals 2 x plus 1")[$y = 2 x + 1$] by plotting points. #solutionbox[ #figure(figph[Step 1 is to Find three points whose coordinates are solutions to the equation. You can choose any values for x or y. In this case since y is isolated on the left side of the equations, it is easier to choose values for x. Choosing x plus 0. We substitute this into the equation y plus 2 x plus 1 to get y plus 2 times 0 plus 1. This simplifies to y plus 0 plus 1. So y plus 1. Choosing x plus 1. We substitute this into the equation y plus 2 x plus 1 to get y plus 2 times 1 plus 1. This simplifies to y plus 2 plus 1. So y plus 3. Choosing x plus negative 2. We substitute this into the equation y plus 2 x plus 1 to get y plus 2 times negative 2 plus 1. This simplifies to y plus negative 4 plus 1. The y plus negative 3. Next we want to organize the solutions in a table. For this problem we will put the three solutions we just found in a table. The table has 5 rows and 3 columns. The first row is a title row with the equation y plus 2 x plus 1. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 1, and (0, 1). The fourth row has the numbers 1, 3, and (1, 3). The fifth row has the numbers negative 2, negative 3, and (negative 2, negative 3).], alt: "Step 1 is to Find three points whose coordinates are solutions to the equation. You can choose any values for x or y. In this case since y is isolated on the left side of the equations, it is easier to choose values for x. Choosing x plus 0. We substitute this into the equation y plus 2 x plus 1 to get y plus 2 times 0 plus 1. This simplifies to y plus 0 plus 1. So y plus 1. Choosing x plus 1. We substitute this into the equation y plus 2 x plus 1 to get y plus 2 times 1 plus 1. This simplifies to y plus 2 plus 1. So y plus 3. Choosing x plus negative 2. We substitute this into the equation y plus 2 x plus 1 to get y plus 2 times negative 2 plus 1. This simplifies to y plus negative 4 plus 1. The y plus negative 3. Next we want to organize the solutions in a table. For this problem we will put the three solutions we just found in a table. The table has 5 rows and 3 columns. The first row is a title row with the equation y plus 2 x plus 1. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 1, and (0, 1). The fourth row has the numbers 1, 3, and (1, 3). The fifth row has the numbers negative 2, negative 3, and (negative 2, negative 3).", caption: none) #figure(figph[Step 2 is to plot the points in a rectangular coordinate system. Plot: (0, 1), (1, 3), (negative 2, negative 3). The figure then shows a graph of some points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The points (0, 1), (1, 3), and (negative 2, negative 3) are plotted. Check that the points line up. If they do not, carefully check your work! Do the point line up? Yes, the points in this example line up.], alt: "Step 2 is to plot the points in a rectangular coordinate system. Plot: (0, 1), (1, 3), (negative 2, negative 3). The figure then shows a graph of some points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The points (0, 1), (1, 3), and (negative 2, negative 3) are plotted. Check that the points line up. If they do not, carefully check your work! Do the point line up? Yes, the points in this example line up.", caption: none) #figure(figph[Step 3 is to draw the line through the three points. Extend the line to fill the grid and put arrows on both ends of the line. This line is the graph of y plus 2 x plus 1. The figure shows the graph of a straight line on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The points (negative 2, negative 3), (0, 1), and (1, 3) are plotted. The straight line goes through the three points and has arrows on both ends.], alt: "Step 3 is to draw the line through the three points. Extend the line to fill the grid and put arrows on both ends of the line. This line is the graph of y plus 2 x plus 1. The figure shows the graph of a straight line on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The points (negative 2, negative 3), (0, 1), and (1, 3) are plotted. The straight line goes through the three points and has arrows on both ends.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equation by plotting points: #math.equation(block: false, alt: "y equals 2 x minus 3 .")[$y = 2 x − 3 .$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 2, negative 7), (negative 1, negative 5), (0, negative 3), (1, negative 1), (2, 1), (3, 3), (4, 5), and (5, 7).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 2, negative 7), (negative 1, negative 5), (0, negative 3), (1, negative 1), (2, 1), (3, 3), (4, 5), and (5, 7).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equation by plotting points: #math.equation(block: false, alt: "y equals −2 x plus 4 .")[$y = −2 x + 4 .$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 2, 8), (negative 1, 6), (0, 4), (1, 2), (2, 0), (3, negative 2), (4, negative 4), (5, negative 6) and (6, negative 8).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 2, 8), (negative 1, 6), (0, 4), (1, 2), (2, 0), (3, negative 2), (4, negative 4), (5, negative 6) and (6, negative 8).", caption: none) ] ] The steps to take when graphing a linear equation by plotting points are summarized here. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph a linear equation by plotting points.] + Find three points whose coordinates are solutions to the equation. Organize them in a table. + Plot the points in a rectangular coordinate system. Check that the points line up. If they do not, carefully check your work. + Draw the line through the three points. Extend the line to fill the grid and put arrows on both ends of the line. ] It is true that it only takes two points to determine a line, but it is a good habit to use three points. If you only plot two points and one of them is incorrect, you can still draw a line but it will not represent the solutions to the equation. It will be the wrong line. If you use three points, and one is incorrect, the points will not line up. This tells you something is wrong and you need to check your work. Look at the difference between these illustrations. #figure(figph[The figure shows two images. In the first image there are three points with a straight line going through all three. In the second image there are three points that do not all lie on a straight line.], alt: "The figure shows two images. In the first image there are three points with a straight line going through all three. In the second image there are three points that do not all lie on a straight line.", caption: none) When an equation includes a fraction as the coefficient of #math.equation(block: false, alt: "x")[$x$], we can still substitute any numbers for #emph[x]. But the arithmetic is easier if we make “good” choices for the values of #emph[x]. This way we will avoid fractional answers, which are hard to graph precisely. #examplebox("Example 4")[][ Graph the equation: #math.equation(block: false, alt: "y equals the fraction 1 over 2 x plus 3 .")[$y = frac(1, 2) x + 3 .$] #solutionbox[ Find three points that are solutions to the equation. Since this equation has the fraction #math.equation(block: false, alt: "the fraction 1 over 2")[$frac(1, 2)$] as a coefficient of #emph[x], we will choose values of #emph[x] carefully. We will use zero as one choice and multiples of 2 for the other choices. Why are multiples of two a good choice for values of #emph[x]? By choosing multiples of 2 the multiplication by #math.equation(block: false, alt: "the fraction 1 over 2")[$frac(1, 2)$] simplifies to a whole number #linebreak() #figure(figph[The first set of equations starts with x plus 0. Under this is the equation y plus 1 half x plus 3. Under this is the equation y plus 1 half times 0 plus 3. Below this is the equation y plus 0 plus 3. Below this is the equation y plus 3. The second set of equations starts with x plus 2. Under this is the equation y plus 1 half x plus 3. Under this is the equation y plus 1 half times 2 plus 3. Below this is the equation y plus 1 plus 3. Below this is the equation y plus 4. The third set of equations starts with x plus 4. Under this is the equation y plus 1 half x plus 3. Under this is the equation y plus 1 half times 4 plus 3. Below this is the equation y plus 2 plus 3. Below this is the equation y plus 5.], alt: "The first set of equations starts with x plus 0. Under this is the equation y plus 1 half x plus 3. Under this is the equation y plus 1 half times 0 plus 3. Below this is the equation y plus 0 plus 3. Below this is the equation y plus 3. The second set of equations starts with x plus 2. Under this is the equation y plus 1 half x plus 3. Under this is the equation y plus 1 half times 2 plus 3. Below this is the equation y plus 1 plus 3. Below this is the equation y plus 4. The third set of equations starts with x plus 4. Under this is the equation y plus 1 half x plus 3. Under this is the equation y plus 1 half times 4 plus 3. Below this is the equation y plus 2 plus 3. Below this is the equation y plus 5.", caption: none) #linebreak() The points are shown. #linebreak() #figure(table( columns: 3, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "y equals the fraction 1 over 2 x plus 3")[$y = frac(1, 2) x + 3$]]], [], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [#strong[#math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]]], [0], [3], [#math.equation(block: false, alt: "open parenthesis 0 , 3 close parenthesis")[$( 0 , 3 )$]], [2], [4], [#math.equation(block: false, alt: "open parenthesis 2 , 4 close parenthesis")[$( 2 , 4 )$]], [4], [5], [#math.equation(block: false, alt: "open parenthesis 4 , 5 close parenthesis")[$( 4 , 5 )$]], )) Plot the points, check that they line up, and draw the line. #linebreak() #figure(figph[The figure shows the graph of a straight line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (0, 3), (2, 4), and (4, 5) are plotted. The straight line goes through the three points and has arrows on both ends. The line is labeled y plus 1 divided by 2 times x plus 3.], alt: "The figure shows the graph of a straight line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (0, 3), (2, 4), and (4, 5) are plotted. The straight line goes through the three points and has arrows on both ends. The line is labeled y plus 1 divided by 2 times x plus 3.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equation: #math.equation(block: false, alt: "y equals the fraction 1 over 3 x minus 1 .")[$y = frac(1, 3) x − 1 .$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 12, negative 5), (negative 9, negative 4), (negative 6, negative 3), (negative 3, negative 2), (0, negative 1), (3, 0), (6, 1), (9, 2), and (12, 3).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 12, negative 5), (negative 9, negative 4), (negative 6, negative 3), (negative 3, negative 2), (0, negative 1), (3, 0), (6, 1), (9, 2), and (12, 3).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equation: #math.equation(block: false, alt: "y equals the fraction 1 over 4 x plus 2 .")[$y = frac(1, 4) x + 2 .$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 12, negative 1), (negative 8, 0), (negative 4, 1), (0, 2), (4, 3), (8, 4), and (12, 5).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 12, negative 1), (negative 8, 0), (negative 4, 1), (0, 2), (4, 3), (8, 4), and (12, 5).", caption: none) ] ] === Graph Vertical and Horizontal Lines Some linear equations have only one variable. They may have just #emph[x] and no #emph[y], or just #emph[y] without an #emph[x]. This changes how we make a table of values to get the points to plot. Let’s consider the equation #math.equation(block: false, alt: "x equals −3 .")[$x = −3 .$] This equation has only one variable, #emph[x]. The equation says that #emph[x] is #emph[always] equal to#math.equation(block: false, alt: "−3 ,")[$−3 ,$] so its value does not depend on #emph[y]. No matter what is the value of #emph[y], the value of #emph[x] is always #math.equation(block: false, alt: "−3 .")[$−3 .$] So to make a table of values, write #math.equation(block: false, alt: "−3")[$−3$] in for all the #emph[x]-values. Then choose any values for #emph[y]. Since #emph[x] does not depend on #emph[y], you can choose any numbers you like. But to fit the points on our coordinate graph, we’ll use 1, 2, and 3 for the #emph[y]-coordinates. #figure(table( columns: 3, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "x equals −3")[$x = −3$]]], [], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [#strong[#math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]]], [#math.equation(block: false, alt: "−3")[$−3$]], [1], [#math.equation(block: false, alt: "open parenthesis −3 , 1 close parenthesis")[$( −3 , 1 )$]], [#math.equation(block: false, alt: "−3")[$−3$]], [2], [#math.equation(block: false, alt: "open parenthesis −3 , 2 close parenthesis")[$( −3 , 2 )$]], [#math.equation(block: false, alt: "−3")[$−3$]], [3], [#math.equation(block: false, alt: "open parenthesis −3 , 3 close parenthesis")[$( −3 , 3 )$]], )) Plot the points from the table and connect them with a straight line. Notice that we have graphed a #strong[vertical line]. #figure(figph[The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (negative 3, 1), (negative 3, 2), and (negative 3, 3) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled x plus negative 3.], alt: "The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (negative 3, 1), (negative 3, 2), and (negative 3, 3) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled x plus negative 3.", caption: none) What if the equation has #emph[y] but no #emph[x]? Let’s graph the equation #math.equation(block: false, alt: "y equals 4 .")[$y = 4 .$] This time the #emph[y-]value is a constant, so in this equation, #emph[y] does not depend on #emph[x]. Fill in 4 for all the #emph[y]’s in and then choose any values for #emph[x]. We’ll use 0, 2, and 4 for the #emph[x]-coordinates. #figure(table( columns: 3, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "y equals 4")[$y = 4$]]], [], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [#strong[#math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]]], [0], [4], [#math.equation(block: false, alt: "open parenthesis 0 , 4 close parenthesis")[$( 0 , 4 )$]], [2], [4], [#math.equation(block: false, alt: "open parenthesis 2 , 4 close parenthesis")[$( 2 , 4 )$]], [4], [4], [#math.equation(block: false, alt: "open parenthesis 4 , 4 close parenthesis")[$( 4 , 4 )$]], )) In this figure, we have graphed a #strong[horizontal line] passing through the #emph[y]-axis at 4. #figure(figph[The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (0, 4), (2, 4), and (4, 4) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled y plus 4.], alt: "The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (0, 4), (2, 4), and (4, 4) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled y plus 4.", caption: none) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Vertical and Horizontal Lines] A #strong[vertical line] is the graph of an equation of the form #math.equation(block: false, alt: "x equals a .")[$x = a .$] $#h(12em)$The line passes through the #emph[x]-axis at #math.equation(block: false, alt: "open parenthesis a , 0 close parenthesis .")[$( a , 0 ) .$] A #strong[horizontal line] is the graph of an equation of the form #math.equation(block: false, alt: "y equals b .")[$y = b .$] $#h(12em)$The line passes through the #emph[y]-axis at #math.equation(block: false, alt: "open parenthesis 0 , b close parenthesis .")[$( 0 , b ) .$] ] #examplebox("Example 5")[][ Graph: ⓐ #math.equation(block: false, alt: "x equals 2")[$x = 2$] ⓑ #math.equation(block: false, alt: "y equals −1 .")[$y = −1 .$] #solutionbox[ ⓐ The equation has only one variable, #emph[x], and #emph[x] is always equal to 2. We create a table where #emph[x] is always 2 and then put in any values for #emph[y]. The graph is a vertical line passing through the #emph[x]-axis at 2. #linebreak() #figure(table( columns: 3, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "x equals 2")[$x = 2$]]], [], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [#strong[#math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]]], [2], [1], [#math.equation(block: false, alt: "open parenthesis 2 , 1 close parenthesis")[$( 2 , 1 )$]], [2], [2], [#math.equation(block: false, alt: "open parenthesis 2 , 2 close parenthesis")[$( 2 , 2 )$]], [2], [3], [#math.equation(block: false, alt: "open parenthesis 2 , 3 close parenthesis")[$( 2 , 3 )$]], )) #figure(figph[The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (2, 1), (2, 2), and (2, 3) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled x plus 2.], alt: "The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (2, 1), (2, 2), and (2, 3) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled x plus 2.", caption: none) #linebreak() ⓑ Similarly, the equation #math.equation(block: false, alt: "y equals −1")[$y = −1$] has only one variable, #emph[y]. The value of #emph[y] is constant. All the ordered pairs in the next table have the same #emph[y]-coordinate. The graph is a horizontal line passing through the #emph[y]-axis at #math.equation(block: false, alt: "−1 .")[$−1 .$] #linebreak() #figure(table( columns: 3, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "y equals −1")[$y = −1$]]], [], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [#strong[#math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]]], [0], [#math.equation(block: false, alt: "−1")[$−1$]], [#math.equation(block: false, alt: "open parenthesis 0 , −1 close parenthesis")[$( 0 , −1 )$]], [3], [#math.equation(block: false, alt: "−1")[$−1$]], [#math.equation(block: false, alt: "open parenthesis 3 , −1 close parenthesis")[$( 3 , −1 )$]], [#math.equation(block: false, alt: "−3")[$−3$]], [#math.equation(block: false, alt: "−1")[$−1$]], [#math.equation(block: false, alt: "open parenthesis −3 , −1 close parenthesis")[$( −3 , −1 )$]], )) #figure(figph[The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (negative 3, negative 1), (0, negative 1), and (3, negative 1) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled y plus negative 1.], alt: "The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 7 to 7. The points (negative 3, negative 1), (0, negative 1), and (3, negative 1) are plotted. The line goes through the three points and has arrows on both ends. The line is labeled y plus negative 1.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equations: ⓐ #math.equation(block: false, alt: "x equals 5")[$x = 5$] ⓑ #math.equation(block: false, alt: "y equals −4 .")[$y = −4 .$] #solutionbox[ ⓐ #linebreak() #figure(figph[The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (5, negative 3), (5, negative 2), (5, negative 1), (5, 0), (5, 1), (5, 2), and (5, 3).], alt: "The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (5, negative 3), (5, negative 2), (5, negative 1), (5, 0), (5, 1), (5, 2), and (5, 3).", caption: none) #linebreak() #linebreak() ⓑ #linebreak() #figure(figph[The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 3, negative 4), (negative 2, negative 4), (negative 1, negative 4), (0, negative 4), (1, negative 4), (2, negative 4), and (3, negative 4).], alt: "The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 3, negative 4), (negative 2, negative 4), (negative 1, negative 4), (0, negative 4), (1, negative 4), (2, negative 4), and (3, negative 4).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equations: ⓐ #math.equation(block: false, alt: "x equals −2")[$x = −2$] ⓑ #math.equation(block: false, alt: "y equals 3 .")[$y = 3 .$] #solutionbox[ ⓐ #linebreak() #figure(figph[The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 2, negative 3), (negative 2, negative 2), (negative 2, negative 1), (negative 2, 0), (negative 2, 1), (negative 2, 2), and (negative 2, 3).], alt: "The figure shows the graph of a straight vertical line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 2, negative 3), (negative 2, negative 2), (negative 2, negative 1), (negative 2, 0), (negative 2, 1), (negative 2, 2), and (negative 2, 3).", caption: none) #linebreak() #linebreak() ⓑ #linebreak() #figure(figph[The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 3, 3), (negative 2, 3), (negative 1, 3), (0, 3), (1, 3), (2, 3), and (3, 3).], alt: "The figure shows the graph of a straight horizontal line on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 3, 3), (negative 2, 3), (negative 1, 3), (0, 3), (1, 3), (2, 3), and (3, 3).", caption: none) ] ] What is the difference between the equations #math.equation(block: false, alt: "y equals 4 x")[$y = 4 x$] and #math.equation(block: false, alt: "y equals 4 ?")[$y = 4 ?$] The equation #math.equation(block: false, alt: "y equals 4 x")[$y = 4 x$] has both #emph[x] and #emph[y]. The value of #emph[y] depends on the value of #emph[x], so the #emph[y] -coordinate changes according to the value of #emph[x]. The equation #math.equation(block: false, alt: "y equals 4")[$y = 4$] has only one variable. The value of #emph[y] is constant, it does not depend on the value of #emph[x], so the #emph[y]-coordinate is always 4. #figure(figph[This figure has two tables. The first table has 5 rows and 3 columns. The first row is a title row with the equation y plus 4 x. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 0, and (0, 0). The fourth row has the numbers 1, 4, and (1, 4). The fifth row has the numbers 2, 8, and (2, 8). The second table has 5 rows and 3 columns. The first row is a title row with the equation y plus 4. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 4, and (0, 4). The fourth row has the numbers 1, 4, and (1, 4). The fifth row has the numbers 2, 4, and (2, 4).], alt: "This figure has two tables. The first table has 5 rows and 3 columns. The first row is a title row with the equation y plus 4 x. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 0, and (0, 0). The fourth row has the numbers 1, 4, and (1, 4). The fifth row has the numbers 2, 8, and (2, 8). The second table has 5 rows and 3 columns. The first row is a title row with the equation y plus 4. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 4, and (0, 4). The fourth row has the numbers 1, 4, and (1, 4). The fifth row has the numbers 2, 4, and (2, 4).", caption: none) #figure(figph[The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 7 to 7. The horizontal line goes through the points (0, 4), (1, 4), and (2,4) and is labeled y plus 4. The slanted line goes through the points (0, 0), (1, 4), and (2, 8) and is labeled y plus 4 x.], alt: "The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 7 to 7. The horizontal line goes through the points (0, 4), (1, 4), and (2,4) and is labeled y plus 4. The slanted line goes through the points (0, 0), (1, 4), and (2, 8) and is labeled y plus 4 x.", caption: none) Notice, in the graph, the equation #math.equation(block: false, alt: "y equals 4 x")[$y = 4 x$] gives a slanted line, while #math.equation(block: false, alt: "y equals 4")[$y = 4$] gives a horizontal line. #examplebox("Example 6")[][ Graph #math.equation(block: false, alt: "y equals −3 x")[$y = −3 x$] and #math.equation(block: false, alt: "y equals −3")[$y = −3$] in the same rectangular coordinate system. #solutionbox[ We notice that the first equation has the variable #emph[x], while the second does not. We make a table of points for each equation and then graph the lines. The two graphs are shown. #figure(figph[This figure has two tables. The first table has 5 rows and 3 columns. The first row is a title row with the equation y plus negative 3 x. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 0, and (0, 0). The fourth row has the numbers 1, negative 3, and (1, negative 3). The fifth row has the numbers 2, negative 6, and (2, neg ative 6). The second table has 5 rows and 3 columns. The first row is a title row with the equation y plus negative 3. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, negative 3, and (0, negative 3). The fourth row has the numbers 1, negative 3, and (1, negative 3). The fifth row has the numbers 2, negative 3, and (2, negative 3).], alt: "This figure has two tables. The first table has 5 rows and 3 columns. The first row is a title row with the equation y plus negative 3 x. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, 0, and (0, 0). The fourth row has the numbers 1, negative 3, and (1, negative 3). The fifth row has the numbers 2, negative 6, and (2, neg ative 6). The second table has 5 rows and 3 columns. The first row is a title row with the equation y plus negative 3. The second row is a header row with the headers x, y, and (x, y). The third row has the numbers 0, negative 3, and (0, negative 3). The fourth row has the numbers 1, negative 3, and (1, negative 3). The fifth row has the numbers 2, negative 3, and (2, negative 3).", caption: none) #figure(figph[The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 7 to 7. The horizontal line goes through the points (0, negative 3), (1, negative 3), and (2, negative 3) and is labeled y plus negative 3. The slanted line goes through the points (0, 0), (1, negative 3), and (2, negative 6) and is labeled y plus negative 3 x.], alt: "The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 7 to 7. The horizontal line goes through the points (0, negative 3), (1, negative 3), and (2, negative 3) and is labeled y plus negative 3. The slanted line goes through the points (0, 0), (1, negative 3), and (2, negative 6) and is labeled y plus negative 3 x.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equations in the same rectangular coordinate system: #math.equation(block: false, alt: "y equals −4 x")[$y = −4 x$] and #math.equation(block: false, alt: "y equals −4 .")[$y = −4 .$] #solutionbox[ #figure(figph[The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, negative 4), (1, negative 4), and (2, negative 4). The slanted line goes through the points (0, 0), (1, negative 4), and (2, negative 8).], alt: "The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, negative 4), (1, negative 4), and (2, negative 4). The slanted line goes through the points (0, 0), (1, negative 4), and (2, negative 8).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the equations in the same rectangular coordinate system: #math.equation(block: false, alt: "y equals 3")[$y = 3$] and #math.equation(block: false, alt: "y equals 3 x .")[$y = 3 x .$] #solutionbox[ #figure(figph[The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, 3), (1, 3), and (2, 3). The slanted line goes through the points (0, 0), (1, 3), and (2, 6).], alt: "The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, 3), (1, 3), and (2, 3). The slanted line goes through the points (0, 0), (1, 3), and (2, 6).", caption: none) ] ] === Find #emph[x]- and #emph[y]-intercepts Every linear equation can be represented by a unique line that shows all the solutions of the equation. We have seen that when graphing a line by plotting points, you can use any three solutions to graph. This means that two people graphing the line might use different sets of three points. At first glance, their two lines might not appear to be the same, since they would have different points labeled. But if all the work was done correctly, the lines should be exactly the same. One way to recognize that they are indeed the same line is to look at where the line crosses the #emph[x]-axis and the #emph[y]-axis. These points are called the #strong[intercepts of a line]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Intercepts of a Line] The points where a line crosses the #emph[x]-axis and the #emph[y]-axis are called the #strong[intercepts of the line]. ] Let’s look at the graphs of the lines. #figure(figph[The figure shows four graphs of different equations. In example a the graph of 2 x plus y plus 6 is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The points (0, 6) and (3, 0) are plotted and labeled. A straight line goes through both points and has arrows on both ends. In example b the graph of 3 x minus 4 y plus 12 is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The points (0, negative 3) and (4, 0) are plotted and labeled. A straight line goes through both points and has arrows on both ends. In example c the graph of x minus y plus 5 is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The points (0, negative 5) and (5, 0) are plotted and labeled. A straight line goes through both points and has arrows on both ends. In example d the graph of y plus negative 2 x is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The point (0, 0) is plotted and labeled. A straight line goes through this point and the points (negative 1, 2) and (1, negative 2) and has arrows on both ends.], alt: "The figure shows four graphs of different equations. In example a the graph of 2 x plus y plus 6 is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The points (0, 6) and (3, 0) are plotted and labeled. A straight line goes through both points and has arrows on both ends. In example b the graph of 3 x minus 4 y plus 12 is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The points (0, negative 3) and (4, 0) are plotted and labeled. A straight line goes through both points and has arrows on both ends. In example c the graph of x minus y plus 5 is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The points (0, negative 5) and (5, 0) are plotted and labeled. A straight line goes through both points and has arrows on both ends. In example d the graph of y plus negative 2 x is graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The point (0, 0) is plotted and labeled. A straight line goes through this point and the points (negative 1, 2) and (1, negative 2) and has arrows on both ends.", caption: none) First, notice where each of these lines crosses the #emph[x]-axis. Now, let’s look at the points where these lines cross the #emph[y]-axis. #figure(table( columns: 5, align: left, inset: 6pt, table.header([#strong[Figure]], [#strong[The line crosses #linebreak() the #emph[x]-axis at:]], [#strong[Ordered pair #linebreak() for this point]], [#strong[The line crosses #linebreak() the #emph[y-]axis at:]], [#strong[Ordered pair #linebreak() for this point]]), [Figure (a)], [3], [#math.equation(block: false, alt: "open parenthesis 3 , 0 close parenthesis")[$( 3 , 0 )$]], [6], [#math.equation(block: false, alt: "open parenthesis 0 , 6 close parenthesis")[$( 0 , 6 )$]], [Figure (b)], [4], [#math.equation(block: false, alt: "open parenthesis 4 , 0 close parenthesis")[$( 4 , 0 )$]], [#math.equation(block: false, alt: "−3")[$−3$]], [#math.equation(block: false, alt: "open parenthesis 0 , −3 close parenthesis")[$( 0 , −3 )$]], [Figure (c)], [5], [#math.equation(block: false, alt: "open parenthesis 5 , 0 close parenthesis")[$( 5 , 0 )$]], [#math.equation(block: false, alt: "−5")[$−5$]], [#math.equation(block: false, alt: "open parenthesis 0 , 5 close parenthesis")[$( 0 , 5 )$]], [Figure (d)], [0], [#math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$]], [0], [#math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$]], [General Figure], [#emph[a]], [#math.equation(block: false, alt: "open parenthesis a , 0 close parenthesis")[$( a , 0 )$]], [#emph[b]], [#math.equation(block: false, alt: "open parenthesis 0 , b close parenthesis")[$( 0 , b )$]], )) Do you see a pattern? For each line, the #emph[y]-coordinate of the point where the line crosses the #emph[x]-axis is zero. The point where the line crosses the #emph[x]-axis has the form #math.equation(block: false, alt: "open parenthesis a , 0 close parenthesis")[$( a , 0 )$] and is called the #emph[x-intercept] of the line. The #emph[x]-intercept occurs when #emph[y] is zero. In each line, the #emph[x]#strong[-]coordinate of the point where the line crosses the #emph[y]-axis is zero. The point where the line crosses the #emph[y]-axis has the form #math.equation(block: false, alt: "open parenthesis 0 , b close parenthesis")[$( 0 , b )$] and is called the #emph[y-intercept] of the line. The #emph[y]-intercept occurs when #emph[x] is zero. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[#emph[x]-intercept and #emph[y]-intercept of a Line] The #emph[x]-intercept is the point #math.equation(block: false, alt: "open parenthesis a , 0 close parenthesis")[$( a , 0 )$] where the line crosses the #emph[x]-axis. The #emph[y]-intercept is the point #math.equation(block: false, alt: "open parenthesis 0 , b close parenthesis")[$( 0 , b )$] where the line crosses the #emph[y]-axis. #figure(figph[The table has 3 rows and 2 columns. The first row is a header row with the headers x and y. The second row contains a and 0. The third row contains 0 and b.], alt: "The table has 3 rows and 2 columns. The first row is a header row with the headers x and y. The second row contains a and 0. The third row contains 0 and b.", caption: none) ] #examplebox("Example 7")[][ Find the #emph[x]- and #emph[y]-intercepts on each graph shown. #figure(figph[The figure has three graphs. Figure a shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 8, 6), (negative 4, 4), (0, 2), (4, 0), (8, negative 2). Figure b shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (0, negative 6), (2, 0), and (4, 6). Figure c shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 5, 0), (negative 3, negative 3), (0, negative 5), (1, negative 6), and (2, negative 7).], alt: "The figure has three graphs. Figure a shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 8, 6), (negative 4, 4), (0, 2), (4, 0), (8, negative 2). Figure b shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (0, negative 6), (2, 0), and (4, 6). Figure c shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 5, 0), (negative 3, negative 3), (0, negative 5), (1, negative 6), and (2, negative 7).", caption: none) #solutionbox[ ⓐ The graph crosses the #emph[x]-axis at the point #math.equation(block: false, alt: "open parenthesis 4 , 0 close parenthesis .")[$( 4 , 0 ) .$] The #emph[x-]intercept is #math.equation(block: false, alt: "open parenthesis 4 , 0 close parenthesis .")[$( 4 , 0 ) .$] #linebreak() The graph crosses the #emph[y]-axis at the point #math.equation(block: false, alt: "open parenthesis 0 , 2 close parenthesis .")[$( 0 , 2 ) .$] The #emph[y]-intercept is #math.equation(block: false, alt: "open parenthesis 0 , 2 close parenthesis .")[$( 0 , 2 ) .$] #linebreak() #linebreak() ⓑ The graph crosses the #emph[x]-axis at the point #math.equation(block: false, alt: "open parenthesis 2 , 0 close parenthesis .")[$( 2 , 0 ) .$] The #emph[x]-intercept is #math.equation(block: false, alt: "open parenthesis 2 , 0 close parenthesis .")[$( 2 , 0 ) .$] #linebreak() The graph crosses the #emph[y]-axis at the point #math.equation(block: false, alt: "open parenthesis 0 , −6 close parenthesis .")[$( 0 , −6 ) .$] The #emph[y]-intercept is #math.equation(block: false, alt: "open parenthesis 0 , −6 close parenthesis .")[$( 0 , −6 ) .$] #linebreak() #linebreak() ⓒ The graph crosses the #emph[x]-axis at the point #math.equation(block: false, alt: "open parenthesis −5 , 0 close parenthesis .")[$( −5 , 0 ) .$] The #emph[x]-intercept is #math.equation(block: false, alt: "open parenthesis −5 , 0 close parenthesis .")[$( −5 , 0 ) .$] #linebreak() The graph crosses the #emph[y]-axis at the point #math.equation(block: false, alt: "open parenthesis 0 , −5 close parenthesis .")[$( 0 , −5 ) .$] The #emph[y]-intercept is #math.equation(block: false, alt: "open parenthesis 0 , −5 close parenthesis .")[$( 0 , −5 ) .$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the #emph[x]- and #emph[y]-intercepts on the graph. #figure(figph[This figure a shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 10 to 10. The line goes through the points (negative 6, negative 8), (negative 4, negative 6), (negative 2, negative 4), (0, negative 2), (2, 0), (4, 2), (6, 4), (8, 6).], alt: "This figure a shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 10 to 10. The line goes through the points (negative 6, negative 8), (negative 4, negative 6), (negative 2, negative 4), (0, negative 2), (2, 0), (4, 2), (6, 4), (8, 6).", caption: none) #solutionbox[ #emph[x]-intercept: #math.equation(block: false, alt: "open parenthesis 2 , 0 close parenthesis ,")[$( 2 , 0 ) ,$] #linebreak() #emph[y]-intercept: #math.equation(block: false, alt: "open parenthesis 0 , −2 close parenthesis")[$( 0 , −2 )$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the #emph[x]- and #emph[y]-intercepts on the graph. #figure(figph[This figure a shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 10 to 10. The line goes through the points (negative 6, 6), (negative 3, 4), (0, 2), (3, 0), (6, negative 2), and (9, negative 4).], alt: "This figure a shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 10 to 10. The line goes through the points (negative 6, 6), (negative 3, 4), (0, 2), (3, 0), (6, negative 2), and (9, negative 4).", caption: none) #solutionbox[ #emph[x]-intercept: #math.equation(block: false, alt: "open parenthesis 3 , 0 close parenthesis ,")[$( 3 , 0 ) ,$] #linebreak() #emph[y]-intercept: #math.equation(block: false, alt: "open parenthesis 0 , 2 close parenthesis")[$( 0 , 2 )$] ] ] Recognizing that the #emph[x]-intercept occurs when #emph[y] is zero and that the #emph[y]-intercept occurs when #emph[x] is zero, gives us a method to find the intercepts of a line from its equation. To find the #emph[x]-intercept, let #math.equation(block: false, alt: "y equals 0")[$y = 0$] and solve for #emph[x]. To find the #emph[y]-intercept, let #math.equation(block: false, alt: "x equals 0")[$x = 0$] and solve for #emph[y]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Find the #emph[x]- and #emph[y]-intercepts from the Equation of a Line] Use the equation of the line. To find: - the #emph[x]-intercept of the line, let #math.equation(block: false, alt: "y equals 0")[$y = 0$] and solve for #emph[x]. - the #emph[y]-intercept of the line, let #math.equation(block: false, alt: "x equals 0")[$x = 0$] and solve for #emph[y]. ] #examplebox("Example 8")[][ Find the intercepts of #math.equation(block: false, alt: "2 x plus y equals 8 .")[$2 x + y = 8 .$] #solutionbox[ We will let #math.equation(block: false, alt: "y equals 0")[$y = 0$] to find the #emph[x]-intercept, and let #math.equation(block: false, alt: "x equals 0")[$x = 0$] to find the #emph[y]-intercept. We will fill in a table, which reminds us of what we need to find. #linebreak() #figure(figph[The figure has a table with 4 rows and 2 columns. The first row is a title row with the equation 2 x plus y plus 8. The second row is a header row with the headers x and y. The third row is labeled x-intercept and has the first column blank and a 0 in the second column. The fourth row is labeled y-intercept and has a 0 in the first column and the second column blank.], alt: "The figure has a table with 4 rows and 2 columns. The first row is a title row with the equation 2 x plus y plus 8. The second row is a header row with the headers x and y. The third row is labeled x-intercept and has the first column blank and a 0 in the second column. The fourth row is labeled y-intercept and has a 0 in the first column and the second column blank.", caption: none) #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([To find the #emph[x]-intercept, let #math.equation(block: false, alt: "y equals 0 .")[$y = 0 .$]], []), [], [#figure(figph[A mathematical equation is displayed on a white background, reading '2x + y = 8' in black text.], alt: "A mathematical equation is displayed on a white background, reading '2x + y = 8' in black text.", caption: none)], [Let #math.equation(block: false, alt: "y equals 0 .")[$y = 0 .$]], [#figure(figph[A mathematical equation shows '2x + 0 = 8' with the number zero highlighted in red. This illustrates an algebraic problem where '0' is irrelevant to the value of '2x'.], alt: "A mathematical equation shows '2x + 0 = 8' with the number zero highlighted in red. This illustrates an algebraic problem where '0' is irrelevant to the value of '2x'.", caption: none)], [Simplify.], [#figure(figph[The image displays a simple algebraic equation: 2x = 8. It presents a basic problem in mathematics where the goal is to solve for the variable 'x'.], alt: "The image displays a simple algebraic equation: 2x = 8. It presents a basic problem in mathematics where the goal is to solve for the variable 'x'.", caption: none)], [], [#figure(figph[The image displays the equation 'x = 4' in black text against a white background.], alt: "The image displays the equation 'x = 4' in black text against a white background.", caption: none)], [The #emph[x]-intercept is:], [#math.equation(block: false, alt: "open parenthesis 4 , 0 close parenthesis")[$#h(2em) ( 4 , 0 )$]], [To find the #emph[y]-intercept, let #math.equation(block: false, alt: "x equals 0 .")[$x = 0 .$]], [], [], [#figure(figph[A mathematical equation is displayed, reading '2x + y = 8' in a bold, black font against a white background.], alt: "A mathematical equation is displayed, reading '2x + y = 8' in a bold, black font against a white background.", caption: none)], [Let #math.equation(block: false, alt: "x equals 0 .")[$x = 0 .$]], [#figure(figph[A mathematical equation is displayed: 2 multiplied by 0, plus y, equals 8. The '0' is highlighted with a red outline, indicating a substitution or point of focus in the calculation.], alt: "A mathematical equation is displayed: 2 multiplied by 0, plus y, equals 8. The '0' is highlighted with a red outline, indicating a substitution or point of focus in the calculation.", caption: none)], [Simplify.], [#figure(figph[A mathematical equation is displayed, showing '0 + y = 8' in a clear, black font against a white background.], alt: "A mathematical equation is displayed, showing '0 + y = 8' in a clear, black font against a white background.", caption: none)], [], [#figure(figph[The image displays a mathematical equation 'y = 8' in black text against a white background, representing a horizontal line in a coordinate plane where the y-value is constant at 8.], alt: "The image displays a mathematical equation 'y = 8' in black text against a white background, representing a horizontal line in a coordinate plane where the y-value is constant at 8.", caption: none)], [The #emph[y]-intercept is:], [#math.equation(block: false, alt: "open parenthesis 0 , 8 close parenthesis")[$#h(2em) ( 0 , 8 )$]], )) The intercepts are the points #math.equation(block: false, alt: "open parenthesis 4 , 0 close parenthesis")[$( 4 , 0 )$] and #math.equation(block: false, alt: "open parenthesis 0 , 8 close parenthesis")[$( 0 , 8 )$] as shown in the table. #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "2 x plus y equals 8")[$2 x + y = 8$]]], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [4], [0], [0], [8], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the intercepts: #math.equation(block: false, alt: "3 x plus y equals 12 .")[$3 x + y = 12 .$] #solutionbox[ #emph[x]-intercept: #math.equation(block: false, alt: "open parenthesis 4 , 0 close parenthesis ,")[$( 4 , 0 ) ,$] #linebreak() #emph[y]-intercept: #math.equation(block: false, alt: "open parenthesis 0 , 12 close parenthesis")[$( 0 , 12 )$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the intercepts: #math.equation(block: false, alt: "x plus 4 y equals 8 .")[$x + 4 y = 8 .$] #solutionbox[ #emph[x]-intercept: #math.equation(block: false, alt: "open parenthesis 8 , 0 close parenthesis ,")[$( 8 , 0 ) ,$] #linebreak() #emph[y]-intercept: #math.equation(block: false, alt: "open parenthesis 0 , 2 close parenthesis")[$( 0 , 2 )$] ] ] === Graph a Line Using the Intercepts To graph a linear equation by plotting points, you need to find three points whose coordinates are solutions to the equation. You can use the #emph[x-] and #emph[y-] intercepts as two of your three points. Find the intercepts, and then find a third point to ensure accuracy. Make sure the points line up—then draw the line. This method is often the quickest way to graph a line. #examplebox("Example 9")[How to Graph a Line Using the Intercepts][ Graph #math.equation(block: false, alt: "minus x plus 2 y equals 6")[$− x + 2 y = 6$] using the intercepts. #solutionbox[ #figure(figph[Step 1 is to find the x and y-intercepts of the line. To find the x-intercept let y plus 0 and solve for x. The equation negative x plus 2 y plus 6 becomes negative x plus 2 times 0 plus 6. This simplifies to negative x plus 6. This is equivalent to x plus negative 6. The x-intercept is (negative 6, 0). To find the y-intercept let x plus 0 and solve for y. The equation negative x plus 2 y plus 6 becomes negative 0 plus 2 y plus 6. This simplifies to negative 2 y plus 6. This is equivalent to y plus 3. The y-intercept is (0, 3).], alt: "Step 1 is to find the x and y-intercepts of the line. To find the x-intercept let y plus 0 and solve for x. The equation negative x plus 2 y plus 6 becomes negative x plus 2 times 0 plus 6. This simplifies to negative x plus 6. This is equivalent to x plus negative 6. The x-intercept is (negative 6, 0). To find the y-intercept let x plus 0 and solve for y. The equation negative x plus 2 y plus 6 becomes negative 0 plus 2 y plus 6. This simplifies to negative 2 y plus 6. This is equivalent to y plus 3. The y-intercept is (0, 3).", caption: none) #figure(figph[Step 2 is to find another solution to the equation. We’ll use x plus 2. The equation negative x plus 2 y plus 6 becomes negative 2 plus 2 y plus 6. This simplifies to 2 y plus 8. This is equivalent to y plus 4. The third point is (2, 4).], alt: "Step 2 is to find another solution to the equation. We’ll use x plus 2. The equation negative x plus 2 y plus 6 becomes negative 2 plus 2 y plus 6. This simplifies to 2 y plus 8. This is equivalent to y plus 4. The third point is (2, 4).", caption: none) #figure(figph[Step 3 is to plot the three points. The figure shows a table with 4 rows and 3 columns. The first row is a header row with the headers x, y, and (x, y). The second row contains negative 6, 0, and (negative 6, 0). The third row contains 0, 3, and (0, 3). The fourth row contains 2, 4, and (2, 4). The figure also has a graph of the three points on the x y-coordinate plane. The x and y-axes run from negative 6 to 6. The three points (negative 6, 0), (0, 3), and (2, 4) are plotted and labeled.], alt: "Step 3 is to plot the three points. The figure shows a table with 4 rows and 3 columns. The first row is a header row with the headers x, y, and (x, y). The second row contains negative 6, 0, and (negative 6, 0). The third row contains 0, 3, and (0, 3). The fourth row contains 2, 4, and (2, 4). The figure also has a graph of the three points on the x y-coordinate plane. The x and y-axes run from negative 6 to 6. The three points (negative 6, 0), (0, 3), and (2, 4) are plotted and labeled.", caption: none) #figure(figph[Step 4 is to draw the line. The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 6 to 6. The straight line goes through the points (negative 6, 0), (0, 3), and (2, 4).], alt: "Step 4 is to draw the line. The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 6 to 6. The straight line goes through the points (negative 6, 0), (0, 3), and (2, 4).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph using the intercepts: #math.equation(block: false, alt: "x minus 2 y equals 4 .")[$x − 2 y = 4 .$] #solutionbox[ #figure(figph[The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 4, negative 4), (negative 2, negative 3), (0, negative 2), (2, negative 1), (4, 0), (6, 1), and (8, 2).], alt: "The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 4, negative 4), (negative 2, negative 3), (0, negative 2), (2, negative 1), (4, 0), (6, 1), and (8, 2).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph using the intercepts: #math.equation(block: false, alt: "minus x plus 3 y equals 6 .")[$− x + 3 y = 6 .$] #solutionbox[ #figure(figph[The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 9, negative 1), (negative 6, 0), (negative 3, 1), (0, 2), (3, 3), (6, 4), and (9, 5).], alt: "The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 9, negative 1), (negative 6, 0), (negative 3, 1), (0, 2), (3, 3), (6, 4), and (9, 5).", caption: none) ] ] The steps to graph a linear equation using the intercepts are summarized here. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Graph a linear equation using the intercepts.] + Find the #emph[x]- and #emph[y]-intercepts of the line. - Let #math.equation(block: false, alt: "y equals 0")[$y = 0$] and solve for #emph[x]. - Let #math.equation(block: false, alt: "x equals 0")[$x = 0$] and solve for #emph[y]. + Find a third solution to the equation. + Plot the three points and check that they line up. + Draw the line. ] #examplebox("Example 10")[][ Graph #math.equation(block: false, alt: "4 x minus 3 y equals 12")[$4 x − 3 y = 12$] using the intercepts. #solutionbox[ Find the intercepts and a third point. #linebreak() #figure(figph[To find the x-intercept let y plus 0 and solve for x. The equation 4 x minus 3 y plus 12 becomes 4 x minus 3 times 0 plus 12. This simplifies to negative 4 x plus 12. This is equivalent to x plus 3. To find the y-intercept let x plus 0 and solve for y. The equation 4 x minus 3 y plus 12 becomes 4 times 0 minus 3 y plus 12. This simplifies to negative 3 y plus 12. This is equivalent to y plus negative 4. To find the third point let y plus 4 and solve for x. The equation 4 x minus 3 y plus 12 becomes 4 x minus 3 times 4 plus 12. This simplifies to negative 4 x plus 24. This is equivalent to x plus 6.], alt: "To find the x-intercept let y plus 0 and solve for x. The equation 4 x minus 3 y plus 12 becomes 4 x minus 3 times 0 plus 12. This simplifies to negative 4 x plus 12. This is equivalent to x plus 3. To find the y-intercept let x plus 0 and solve for y. The equation 4 x minus 3 y plus 12 becomes 4 times 0 minus 3 y plus 12. This simplifies to negative 3 y plus 12. This is equivalent to y plus negative 4. To find the third point let y plus 4 and solve for x. The equation 4 x minus 3 y plus 12 becomes 4 x minus 3 times 4 plus 12. This simplifies to negative 4 x plus 24. This is equivalent to x plus 6.", caption: none) #linebreak() #linebreak() We list the points in the table and show the graph. #linebreak() #figure(table( columns: 3, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "4 x minus 3 y equals 12")[$4 x − 3 y = 12$]]], [], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [#strong[#math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]]], [3], [0], [#math.equation(block: false, alt: "open parenthesis 3 , 0 close parenthesis")[$( 3 , 0 )$]], [0], [#math.equation(block: false, alt: "−4")[$−4$]], [#math.equation(block: false, alt: "open parenthesis 0 , −4 close parenthesis")[$( 0 , −4 )$]], [6], [4], [#math.equation(block: false, alt: "open parenthesis 6 , 4 close parenthesis")[$( 6 , 4 )$]], )) #figure(figph[The figure shows a graph of the equation 4 x minus 3 y plus 12 on the x y-coordinate plane. The x and y-axes run from negative 7 to 7. The straight line goes through the points (0, negative 4), (3, 0), and (6, 4).], alt: "The figure shows a graph of the equation 4 x minus 3 y plus 12 on the x y-coordinate plane. The x and y-axes run from negative 7 to 7. The straight line goes through the points (0, negative 4), (3, 0), and (6, 4).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph using the intercepts: #math.equation(block: false, alt: "5 x minus 2 y equals 10 .")[$5 x − 2 y = 10 .$] #solutionbox[ #figure(figph[The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The straight line goes through the points (0, negative 5), (2, 0), and (4, 5).], alt: "The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The straight line goes through the points (0, negative 5), (2, 0), and (4, 5).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph using the intercepts: #math.equation(block: false, alt: "3 x minus 4 y equals 12 .")[$3 x − 4 y = 12 .$] #solutionbox[ #figure(figph[The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The straight line goes through the points (negative 4, negative 6), (0, negative 3), (4, 0), and (8, 3).], alt: "The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The straight line goes through the points (negative 4, negative 6), (0, negative 3), (4, 0), and (8, 3).", caption: none) ] ] When the line passes through the origin, the #emph[x]-intercept and the #emph[y]-intercept are the same point. #examplebox("Example 11")[][ Graph #math.equation(block: false, alt: "y equals 5 x")[$y = 5 x$] using the intercepts. #solutionbox[ #figure(figph[To find the x-intercept let y plus 0 and solve for x. The equation y plus 5 x becomes 0 plus 5 x. This simplifies to 0 plus x. The x-intercept is (0, 0). To find the y-intercept let x plus 0 and solve for y. The equation y plus 5 x becomes y plus 5 times 0. This simplifies to y plus 0. The y-intercept is also (0, 0).], alt: "To find the x-intercept let y plus 0 and solve for x. The equation y plus 5 x becomes 0 plus 5 x. This simplifies to 0 plus x. The x-intercept is (0, 0). To find the y-intercept let x plus 0 and solve for y. The equation y plus 5 x becomes y plus 5 times 0. This simplifies to y plus 0. The y-intercept is also (0, 0).", caption: none) This line has only one intercept. It is the point #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis .")[$( 0 , 0 ) .$] #linebreak() To ensure accuracy, we need to plot three points. Since the #emph[x]- and #emph[y]-intercepts are the same point, we need #emph[two] more points to graph the line. #figure(figph[To find a second point let x plus 1 and solve for y. The equation y plus 5 x becomes y plus 5 times 1. This simplifies to y plus 5. To find a third point let x plus negative 1 and solve for y. The equation y plus 5 x becomes y plus 5 times negative 1. This simplifies to y plus negative 5], alt: "To find a second point let x plus 1 and solve for y. The equation y plus 5 x becomes y plus 5 times 1. This simplifies to y plus 5. To find a third point let x plus negative 1 and solve for y. The equation y plus 5 x becomes y plus 5 times negative 1. This simplifies to y plus negative 5", caption: none) The resulting three points are summarized in the table. #figure(table( columns: 3, align: left, inset: 6pt, [#strong[#math.equation(block: false, alt: "y equals 5 x")[$y = 5 x$]]], [], [], [#strong[#emph[x]]], [#strong[#emph[y]]], [#strong[#math.equation(block: false, alt: "open parenthesis x , y close parenthesis")[$( x , y )$]]], [0], [0], [#math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$]], [1], [5], [#math.equation(block: false, alt: "open parenthesis 1 , 5 close parenthesis")[$( 1 , 5 )$]], [#math.equation(block: false, alt: "−1")[$−1$]], [#math.equation(block: false, alt: "−5")[$−5$]], [#math.equation(block: false, alt: "open parenthesis −1 , −5 close parenthesis")[$( −1 , −5 )$]], )) Plot the three points, check that they line up, and draw the line. #figure(figph[The figure shows a graph of the equation y plus 5 x on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The straight line goes through the points (negative 1, negative 5), (0, 0), and (1, 5).], alt: "The figure shows a graph of the equation y plus 5 x on the x y-coordinate plane. The x and y-axes run from negative 10 to 10. The straight line goes through the points (negative 1, negative 5), (0, 0), and (1, 5).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph using the intercepts: #math.equation(block: false, alt: "y equals 4 x .")[$y = 4 x .$] #solutionbox[ #figure(figph[The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 1, negative 4), (0, 0), and (1, 4).], alt: "The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 1, negative 4), (0, 0), and (1, 4).", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Graph the intercepts: #math.equation(block: false, alt: "y equals − x .")[$y = "−" x .$] #solutionbox[ #figure(figph[The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 1, 1), (0, 0), and (1, negative 1).], alt: "The figure shows a graph of a straight line on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The straight line goes through the points (negative 1, 1), (0, 0), and (1, negative 1).", caption: none) ] ] === Key Concepts - #strong[Points on the Axes] - Points with a #emph[y]-coordinate equal to 0 are on the #emph[x]-axis, and have coordinates #math.equation(block: false, alt: "open parenthesis a , 0 close parenthesis .")[$( a , 0 ) .$] - Points with an #emph[x]-coordinate equal to #math.equation(block: false, alt: "0")[$0$] are on the #emph[y]-axis, and have coordinates #math.equation(block: false, alt: "open parenthesis 0 , b close parenthesis .")[$( 0 , b ) .$] - #strong[Quadrant] #math.equation(block: true, alt: "Quadrant I, Quadrant II, Quadrant III, Quadrant IV; open parenthesis x , y close parenthesis, open parenthesis x , y close parenthesis, open parenthesis x , y close parenthesis, open parenthesis x , y close parenthesis; open parenthesis plus , plus close parenthesis, open parenthesis minus , plus close parenthesis, open parenthesis minus , minus close parenthesis, open parenthesis plus , minus close parenthesis")[$"Quadrant I" & #h(2em) "Quadrant II" & #h(2em) "Quadrant III" & #h(2em) "Quadrant IV" \ ( x , y ) & #h(2em) ( x , y ) & #h(2em) ( x , y ) & #h(2em) ( x , y ) \ ( + , + ) & #h(2em) ( − , + ) & #h(2em) ( − , − ) & #h(2em) ( + , − )$] #figure(figph[This figure shows the x y-coordinate plane with the four quadrants labeled. In the top right of the plane is quadrant I labeled (plus, plus). In the top left of the plane is quadrant II labeled (minus, plus). In the bottom left of the plane is quadrant III labeled (minus, minus). In the bottom right of the plane is quadrant IV labeled (plus, minus).], alt: "This figure shows the x y-coordinate plane with the four quadrants labeled. In the top right of the plane is quadrant I labeled (plus, plus). In the top left of the plane is quadrant II labeled (minus, plus). In the bottom left of the plane is quadrant III labeled (minus, minus). In the bottom right of the plane is quadrant IV labeled (plus, minus).", caption: none) - #strong[Graph of a Linear Equation:] The graph of a linear equation #math.equation(block: false, alt: "A x plus B y equals C")[$A x + B y = C$] is a straight line. #linebreak() Every point on the line is a solution of the equation. #linebreak() Every solution of this equation is a point on this line. - #strong[How to graph a linear equation by plotting points.] + Find three points whose coordinates are solutions to the equation. Organize them in a table. + Plot the points in a rectangular coordinate system. Check that the points line up. If they do not, carefully check your work. + Draw the line through the three points. Extend the line to fill the grid and put arrows on both ends of the line. - #strong[#emph[x]-intercept and #emph[y]-intercept of a Line] - The #emph[x]-intercept is the point #math.equation(block: false, alt: "open parenthesis a , 0 close parenthesis")[$( a , 0 )$] where the line crosses the #emph[x]-axis. - The #emph[y]-intercept is the point #math.equation(block: false, alt: "open parenthesis 0 , b close parenthesis")[$( 0 , b )$] where the line crosses the #emph[y]-axis. #figure(figph[The table has 3 rows and 2 columns. The first row is a header row with the headers x and y. The second row contains a and 0. The x-intercept occurs when y is zero. The third row contains 0 and b. The y-intercept occurs when x is zero.], alt: "The table has 3 rows and 2 columns. The first row is a header row with the headers x and y. The second row contains a and 0. The x-intercept occurs when y is zero. The third row contains 0 and b. The y-intercept occurs when x is zero.", caption: none) - #strong[Find the #emph[x]- and #emph[y]-intercepts from the Equation of a Line] - Use the equation of the line. To find: #linebreak() the #emph[x]-intercept of the line, let #math.equation(block: false, alt: "y equals 0")[$y = 0$] and solve for #emph[x]. #linebreak() the #emph[y]-intercept of the line, let #math.equation(block: false, alt: "x equals 0")[$x = 0$] and solve for #emph[y]. - #strong[How to graph a linear equation using the intercepts.] + Find the #emph[x]- and #emph[y]-intercepts of the line. #linebreak() Let #math.equation(block: false, alt: "y equals 0")[$y = 0$] and solve for #emph[x.] #linebreak() Let #math.equation(block: false, alt: "x equals 0")[$x = 0$] and solve for #emph[y]. + Find a third solution to the equation. + Plot the three points and check that they line up. + Draw the line ==== Practice Makes Perfect #strong[Plot Points in a Rectangular Coordinate System] In the following exercises, plot each point in a rectangular coordinate system and identify the quadrant in which the point is located. ⓐ #math.equation(block: false, alt: "open parenthesis −4 , 2 close parenthesis")[$( −4 , 2 )$] ⓑ #math.equation(block: false, alt: "open parenthesis −1 , −2 close parenthesis")[$( −1 , −2 )$] ⓒ #math.equation(block: false, alt: "open parenthesis 3 , −5 close parenthesis")[$( 3 , −5 )$] ⓓ #math.equation(block: false, alt: "open parenthesis −3 , 0 close parenthesis")[$( −3 , 0 )$] ⓔ #math.equation(block: false, alt: "open parenthesis the fraction 5 over 3 , 2 close parenthesis")[$( frac(5, 3) , 2 )$] #solutionbox[ #figure(figph[This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 4 units to the left of the origin and 2 units above the origin and is located in quadrant II. The point labeled b is 1 unit to the left of the origin and 2 units below the origin and is located in quadrant III. The point labeled c is 3 units to the right of the origin and 5 units below the origin and is located in quadrant IV. The point labeled d is 3 units to the left of the origin and 5 units above the origin and is located in quadrant II. The point labeled e is 1 and a half units to the right of the origin and 2 units above the origin and is located in quadrant I.], alt: "This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 4 units to the left of the origin and 2 units above the origin and is located in quadrant II. The point labeled b is 1 unit to the left of the origin and 2 units below the origin and is located in quadrant III. The point labeled c is 3 units to the right of the origin and 5 units below the origin and is located in quadrant IV. The point labeled d is 3 units to the left of the origin and 5 units above the origin and is located in quadrant II. The point labeled e is 1 and a half units to the right of the origin and 2 units above the origin and is located in quadrant I.", caption: none) ] ⓐ #math.equation(block: false, alt: "open parenthesis −2 , −3 close parenthesis")[$( −2 , −3 )$] ⓑ #math.equation(block: false, alt: "open parenthesis 3 , −3 close parenthesis")[$( 3 , −3 )$] ⓒ #math.equation(block: false, alt: "open parenthesis −4 , 1 close parenthesis")[$( −4 , 1 )$] ⓓ #math.equation(block: false, alt: "open parenthesis 4 , −1 close parenthesis")[$( 4 , −1 )$] ⓔ #math.equation(block: false, alt: "open parenthesis the fraction 3 over 2 , 1 close parenthesis")[$( frac(3, 2) , 1 )$] ⓐ #math.equation(block: false, alt: "open parenthesis 3 , −1 close parenthesis")[$( 3 , −1 )$] ⓑ #math.equation(block: false, alt: "open parenthesis −3 , 1 close parenthesis")[$( −3 , 1 )$] ⓒ #math.equation(block: false, alt: "open parenthesis −2 , 0 close parenthesis")[$( −2 , #h(0.2em) "0" )$] ⓓ #math.equation(block: false, alt: "open parenthesis −4 , −3 close parenthesis")[$( −4 , −3 )$] ⓔ #math.equation(block: false, alt: "open parenthesis 1 , the fraction 14 over 5 close parenthesis")[$( 1 , frac(14, 5) )$] #solutionbox[ #figure(figph[This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 3 units to the right of the origin and 1 unit below the origin and is located in quadrant IV. The point labeled b is 3 units to the left of the origin and 1 unit above the origin and is located in quadrant II. The point labeled c is 2 units to the left of the origin and 2 units above the origin and is located in quadrant II. The point labeled d is 4 units to the left of the origin and 3 units below the origin and is located in quadrant III. The point labeled e is 1 unit to the right of the origin and 3 and 4 fifths units above the origin and is located in quadrant I.], alt: "This figure shows points plotted on the x y-coordinate plane. The x and y axes run from negative 6 to 6. The point labeled a is 3 units to the right of the origin and 1 unit below the origin and is located in quadrant IV. The point labeled b is 3 units to the left of the origin and 1 unit above the origin and is located in quadrant II. The point labeled c is 2 units to the left of the origin and 2 units above the origin and is located in quadrant II. The point labeled d is 4 units to the left of the origin and 3 units below the origin and is located in quadrant III. The point labeled e is 1 unit to the right of the origin and 3 and 4 fifths units above the origin and is located in quadrant I.", caption: none) ] ⓐ #math.equation(block: false, alt: "open parenthesis −1 , 1 close parenthesis")[$( −1 , 1 )$] ⓑ #math.equation(block: false, alt: "open parenthesis −2 , −1 close parenthesis")[$( −2 , −1 )$] ⓒ #math.equation(block: false, alt: "open parenthesis 2 , 0 close parenthesis")[$( 2 , 0 )$] ⓓ #math.equation(block: false, alt: "open parenthesis 1 , −4 close parenthesis")[$( 1 , −4 )$] ⓔ #math.equation(block: false, alt: "open parenthesis 3 , the fraction 7 over 2 close parenthesis")[$( 3 , frac(7, 2) )$] In the following exercises, for each ordered pair, decide ⓐ is the ordered pair a solution to the equation? ⓑ is the point on the line? #math.equation(block: false, alt: "y equals x plus 2 ;")[$y = x + 2 ;$] #linebreak() A: #math.equation(block: false, alt: "open parenthesis 0 , 2 close parenthesis ;")[$( 0 , 2 ) ;$] B: #math.equation(block: false, alt: "open parenthesis 1 , 2 close parenthesis ;")[$( 1 , 2 ) ;$] C: #math.equation(block: false, alt: "open parenthesis −1 , 1 close parenthesis ;")[$( −1 , 1 ) ;$] D: #math.equation(block: false, alt: "open parenthesis −3 , −1 close parenthesis .")[$( −3 , −1 ) .$] #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 3, negative 1), (negative 2, 0), (negative 1, 1), (0, 2), (1, 3), (2, 4), and (3, 5).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 3, negative 1), (negative 2, 0), (negative 1, 1), (0, 2), (1, 3), (2, 4), and (3, 5).", caption: none) #solutionbox[ ⓐ A: yes, B: no, C: yes, D: yes ⓑ A: yes, B: no, C: yes, D: yes ] #math.equation(block: false, alt: "y equals x minus 4 ;")[$y = x − 4 ;$] #linebreak() A: #math.equation(block: false, alt: "open parenthesis 0 , −4 close parenthesis ;")[$( 0 , −4 ) ;$] B: #math.equation(block: false, alt: "open parenthesis 3 , −1 close parenthesis ;")[$( 3 , −1 ) ;$] C: #math.equation(block: false, alt: "open parenthesis 2 , 2 close parenthesis ;")[$( 2 , 2 ) ;$] D: #math.equation(block: false, alt: "open parenthesis 1 , −5 close parenthesis .")[$( 1 , −5 ) .$] #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 3, negative 7), (negative 2, negative 6), (negative 1, negative 5), (0, negative 4), (1, negative 3), (2, negative 2), and (3, negative 1).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 3, negative 7), (negative 2, negative 6), (negative 1, negative 5), (0, negative 4), (1, negative 3), (2, negative 2), and (3, negative 1).", caption: none) #math.equation(block: false, alt: "y equals the fraction 1 over 2 x minus 3 ;")[$y = frac(1, 2) x − 3 ;$] #linebreak() A: #math.equation(block: false, alt: "open parenthesis 0 , −3 close parenthesis ;")[$( 0 , −3 ) ;$] B: #math.equation(block: false, alt: "open parenthesis 2 , −2 close parenthesis ;")[$( 2 , −2 ) ;$] C: #math.equation(block: false, alt: "open parenthesis −2 , −4 close parenthesis ;")[$( −2 , −4 ) ;$] D: #math.equation(block: false, alt: "open parenthesis 4 , 1 close parenthesis")[$( 4 , 1 )$] #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 4, negative 5), (negative 2, negative 4), (0, negative 3), (2, negative 2), (4, negative 1), and (6, 0).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 4, negative 5), (negative 2, negative 4), (0, negative 3), (2, negative 2), (4, negative 1), and (6, 0).", caption: none) #solutionbox[ ⓐ A: yes, B: yes, C: yes, D: no ⓑ A: yes, B: yes, C: yes, D: no ] #math.equation(block: false, alt: "y equals the fraction 1 over 3 x plus 2 ;")[$y = frac(1, 3) x + 2 ;$] #linebreak() A: #math.equation(block: false, alt: "open parenthesis 0 , 2 close parenthesis ;")[$( 0 , 2 ) ;$] B: #math.equation(block: false, alt: "open parenthesis 3 , 3 close parenthesis ;")[$( 3 , 3 ) ;$] C: #math.equation(block: false, alt: "open parenthesis −3 , 2 close parenthesis ;")[$( −3 , 2 ) ;$] D: #math.equation(block: false, alt: "open parenthesis −6 , 0 close parenthesis .")[$( −6 , 0 ) .$] #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 6, 0), (negative 3, 1), (0, 2), (3, 3), (6, 4), and (9, 5).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 8 to 8. The line goes through the points (negative 6, 0), (negative 3, 1), (0, 2), (3, 3), (6, 4), and (9, 5).", caption: none) #strong[Graph a Linear Equation by Plotting Points] In the following exercises, graph by plotting points. #math.equation(block: true, alt: "y equals x plus 2")[$y = x + 2$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 1), (negative 2, 0), (negative 1, 1), (0, 2), (1, 3), (2, 4), and (3, 5).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 1), (negative 2, 0), (negative 1, 1), (0, 2), (1, 3), (2, 4), and (3, 5).", caption: none) ] #math.equation(block: true, alt: "y equals x minus 3")[$y = x − 3$] #math.equation(block: true, alt: "y equals 3 x minus 1")[$y = 3 x − 1$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 10), (negative 2, negative 7), (negative 1, negative 4), (0, negative 1), (1, 2), (2, 5), (3, 8), and (4, 11).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 10), (negative 2, negative 7), (negative 1, negative 4), (0, negative 1), (1, 2), (2, 5), (3, 8), and (4, 11).", caption: none) ] #math.equation(block: true, alt: "y equals −2 x plus 2")[$y = −2 x + 2$] #math.equation(block: true, alt: "y equals − x minus 3")[$y = "−" x − 3$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, 0), (negative 2, negative 1), (negative 1, negative 2), (0, negative 3), (1, negative 4), (2, negative 5), (3, negative 6), and (4, negative 7).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, 0), (negative 2, negative 1), (negative 1, negative 2), (0, negative 3), (1, negative 4), (2, negative 5), (3, negative 6), and (4, negative 7).", caption: none) ] #math.equation(block: true, alt: "y equals − x minus 2")[$y = "−" x − 2$] #math.equation(block: true, alt: "y equals 2 x")[$y = 2 x$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 6), (negative 2, negative 4), (negative 1, negative 2), (0, 0), (1, 2), (2, 4), and (3, 6).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 6), (negative 2, negative 4), (negative 1, negative 2), (0, 0), (1, 2), (2, 4), and (3, 6).", caption: none) ] #math.equation(block: true, alt: "y equals −2 x")[$y = −2 x$] #math.equation(block: true, alt: "y equals the fraction 1 over 2 x plus 2")[$y = frac(1, 2) x + 2$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 6, negative 2), (negative 4, 0), (negative 2, 1), (0, 2), (2, 3), (4, 4), and (6, 5).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 6, negative 2), (negative 4, 0), (negative 2, 1), (0, 2), (2, 3), (4, 4), and (6, 5).", caption: none) ] #math.equation(block: true, alt: "y equals the fraction 1 over 3 x minus 1")[$y = frac(1, 3) x − 1$] #math.equation(block: true, alt: "y equals the fraction 4 over 3 x minus 5")[$y = frac(4, 3) x − 5$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 9), (0, negative 5), (3, negative 1), (6, 3), and (9, 7).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 3, negative 9), (0, negative 5), (3, negative 1), (6, 3), and (9, 7).", caption: none) ] #math.equation(block: true, alt: "y equals the fraction 3 over 2 x minus 3")[$y = frac(3, 2) x − 3$] #math.equation(block: true, alt: "y equals minus the fraction 2 over 5 x plus 1")[$y = − frac(2, 5) x + 1$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 10, 5), (negative 5, 3), (0, 1), (5, negative 1), and (10, negative 3).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 10, 5), (negative 5, 3), (0, 1), (5, negative 1), and (10, negative 3).", caption: none) ] #math.equation(block: true, alt: "y equals minus the fraction 4 over 5 x minus 1")[$y = − frac(4, 5) x − 1$] #math.equation(block: true, alt: "y equals minus the fraction 3 over 2 x plus 2")[$y = − frac(3, 2) x + 2$] #solutionbox[ #figure(figph[This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 4, 8), (negative 2, 5), (0, 2), (2, negative 1), (4, negative 4), and (6, negative 7).], alt: "This figure shows a straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 4, 8), (negative 2, 5), (0, 2), (2, negative 1), (4, negative 4), and (6, negative 7).", caption: none) ] #math.equation(block: true, alt: "y equals minus the fraction 5 over 3 x plus 4")[$y = − frac(5, 3) x + 4$] #strong[Graph Vertical and Horizontal lines] In the following exercises, graph each equation. ⓐ #math.equation(block: false, alt: "x equals 4")[$x = 4$] ⓑ #math.equation(block: false, alt: "y equals 3")[$y = 3$] #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows a vertical straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (4, negative 1), (4, 0), and (4, 1).], alt: "This figure shows a vertical straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (4, negative 1), (4, 0), and (4, 1).", caption: none) #linebreak() #linebreak() ⓑ #linebreak() #figure(figph[This figure shows a horizontal straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 1, 3), (0, 3), and (1, 3).], alt: "This figure shows a horizontal straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 1, 3), (0, 3), and (1, 3).", caption: none) ] ⓐ #math.equation(block: false, alt: "x equals 3")[$x = 3$] ⓑ #math.equation(block: false, alt: "y equals 1")[$y = 1$] ⓐ #math.equation(block: false, alt: "x equals −2")[$x = −2$] ⓑ #math.equation(block: false, alt: "y equals −5")[$y = −5$] #solutionbox[ ⓐ #linebreak() #figure(figph[This figure shows a vertical straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 2, negative 1), (negative 2, 0), and (negative 2, 1).], alt: "This figure shows a vertical straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 2, negative 1), (negative 2, 0), and (negative 2, 1).", caption: none) #linebreak() #linebreak() ⓑ #linebreak() #figure(figph[This figure shows a horizontal straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 1, negative 5), (0, negative 5), and (1, negative 5).], alt: "This figure shows a horizontal straight line graphed on the x y-coordinate plane. The x and y-axes run from negative 12 to 12. The line goes through the points (negative 1, negative 5), (0, negative 5), and (1, negative 5).", caption: none) ] ⓐ #math.equation(block: false, alt: "x equals −5")[$x = −5$] ⓑ #math.equation(block: false, alt: "y equals −2")[$y = −2$] In the following exercises, graph each pair of equations in the same rectangular coordinate system. #math.equation(block: false, alt: "y equals 2 x")[$y = 2 x$] and #math.equation(block: false, alt: "y equals 2")[$y = 2$] #solutionbox[ #figure(figph[The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, 2), (1, 2), and (2, 2). The slanted line goes through the points (0, 0), (1, 2), and (2, 4).], alt: "The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, 2), (1, 2), and (2, 2). The slanted line goes through the points (0, 0), (1, 2), and (2, 4).", caption: none) ] #math.equation(block: false, alt: "y equals 5 x")[$y = 5 x$] and #math.equation(block: false, alt: "y equals 5")[$y = 5$] #math.equation(block: false, alt: "y equals minus the fraction 1 over 2 x")[$y = − frac(1, 2) x$] and #math.equation(block: false, alt: "y equals minus the fraction 1 over 2")[$y = − frac(1, 2)$] #solutionbox[ #figure(figph[The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, negative 1 divided 2), (1, negative 1 divided 2), and (2, negative 1 divided 2). The slanted line goes through the points (0, 0), (1, negative 1 divided 2), and (2, negative 1).], alt: "The figure shows the graphs of a straight horizontal line and a straight slanted line on the same x y-coordinate plane. The x and y axes run from negative 12 to 12. The horizontal line goes through the points (0, negative 1 divided 2), (1, negative 1 divided 2), and (2, negative 1 divided 2). The slanted line goes through the points (0, 0), (1, negative 1 divided 2), and (2, negative 1).", caption: none) ] #math.equation(block: false, alt: "y equals minus the fraction 1 over 3 x")[$y = − frac(1, 3) x$] and #math.equation(block: false, alt: "y equals minus the fraction 1 over 3")[$y = − frac(1, 3)$] #strong[Find #emph[x-] and #emph[y-]Intercepts] In the following exercises, find the #emph[x]- and #emph[y]-intercepts on each graph. #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 6, 9), (negative 3, 6), (0, 3), (3, 0), and (6, negative 3).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 6, 9), (negative 3, 6), (0, 3), (3, 0), and (6, negative 3).", caption: none) #solutionbox[ #math.equation(block: true, alt: "open parenthesis 3 , 0 close parenthesis , open parenthesis 0 , 3 close parenthesis")[$( 3 , 0 ) , ( 0 , 3 )$] ] #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 6, 4), (negative 4, 2), (negative 2, 0), (0, negative 2), (2, negative 4), and (4, negative 6).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 6, 4), (negative 4, 2), (negative 2, 0), (0, negative 2), (2, negative 4), and (4, negative 6).", caption: none) #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 1, negative 6), (0, negative 5), (2, negative 3), (5, 0), and (7, 2).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 1, negative 6), (0, negative 5), (2, negative 3), (5, 0), and (7, 2).", caption: none) #solutionbox[ #math.equation(block: true, alt: "open parenthesis 5 , 0 close parenthesis , open parenthesis 0 , −5 close parenthesis")[$( 5 , 0 ) , ( 0 , −5 )$] ] #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, negative 4), (negative 1, negative 2), (0, 0), (1, 2), and (2, 4).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, negative 4), (negative 1, negative 2), (0, 0), (1, 2), and (2, 4).", caption: none) In the following exercises, find the intercepts for each equation. #math.equation(block: true, alt: "x minus y equals 5")[$x − y = 5$] #solutionbox[ #math.equation(block: true, alt: "open parenthesis 5 , 0 close parenthesis , open parenthesis 0 , −5 close parenthesis")[$( 5 , 0 ) , ( 0 , −5 )$] ] #math.equation(block: true, alt: "x minus y equals −4")[$x − y = −4$] #math.equation(block: true, alt: "3 x plus y equals 6")[$3 x + y = 6$] #solutionbox[ #math.equation(block: true, alt: "open parenthesis 2 , 0 close parenthesis , open parenthesis 0 , 6 close parenthesis")[$( 2 , 0 ) , ( 0 , 6 )$] ] #math.equation(block: true, alt: "x minus 2 y equals 8")[$x − 2 y = 8$] #math.equation(block: true, alt: "4 x minus y equals 8")[$4 x − y = 8$] #solutionbox[ #math.equation(block: true, alt: "open parenthesis 2 , 0 close parenthesis , open parenthesis 0 , −8 close parenthesis")[$( 2 , 0 ) , ( 0 , −8 )$] ] #math.equation(block: true, alt: "5 x minus y equals 5")[$5 x − y = 5$] #math.equation(block: true, alt: "2 x plus 5 y equals 10")[$2 x + 5 y = 10$] #solutionbox[ #math.equation(block: true, alt: "open parenthesis 5 , 0 close parenthesis , open parenthesis 0 , 2 close parenthesis")[$( 5 , 0 ) , ( 0 , 2 )$] ] #math.equation(block: true, alt: "3 x minus 2 y equals 12")[$3 x − 2 y = 12$] #strong[Graph a Line Using the Intercepts] In the following exercises, graph using the intercepts. #math.equation(block: true, alt: "minus x plus 4 y equals 8")[$− x + 4 y = 8$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 8, 0), (0, 2), (4, 3), and (8, 4).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 8, 0), (0, 2), (4, 3), and (8, 4).", caption: none) ] #math.equation(block: true, alt: "x plus 2 y equals 4")[$x + 2 y = 4$] #math.equation(block: true, alt: "x plus y equals −3")[$x + y = −3$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 3, 0), (0, negative 3), and (3, negative 6).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 3, 0), (0, negative 3), and (3, negative 6).", caption: none) ] #math.equation(block: true, alt: "x minus y equals −4")[$x − y = −4$] #math.equation(block: true, alt: "4 x plus y equals 4")[$4 x + y = 4$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (0, 4), (1, 0), and (2, negative 4).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (0, 4), (1, 0), and (2, negative 4).", caption: none) ] #math.equation(block: true, alt: "3 x plus y equals 3")[$3 x + y = 3$] #math.equation(block: true, alt: "3 x minus y equals −6")[$3 x − y = −6$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 2, 0), (negative 1, 3), and (0, 6).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 2, 0), (negative 1, 3), and (0, 6).", caption: none) ] #math.equation(block: true, alt: "2 x minus y equals −8")[$2 x − y = −8$] #math.equation(block: true, alt: "2 x plus 4 y equals 12")[$2 x + 4 y = 12$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (0, 3), (2, 2), and (6, 0).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (0, 3), (2, 2), and (6, 0).", caption: none) ] #math.equation(block: true, alt: "3 x minus 2 y equals 6")[$3 x − 2 y = 6$] #math.equation(block: true, alt: "2 x minus 5 y equals −20")[$2 x − 5 y = −20$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 10, 0), (0, 4), and (10, 8).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 10, 0), (0, 4), and (10, 8).", caption: none) ] #math.equation(block: true, alt: "3 x minus 4 y equals −12")[$3 x − 4 y = −12$] #math.equation(block: true, alt: "y equals −2 x")[$y = −2 x$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 1, 2), (0, 0), and (1, negative 2).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 1, 2), (0, 0), and (1, negative 2).", caption: none) ] #math.equation(block: true, alt: "y equals 5 x")[$y = 5 x$] #math.equation(block: true, alt: "y equals x")[$y = x$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 1, negative 1), (0, 0), and (1, 1).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 12 to 12. The line goes through the points (negative 1, negative 1), (0, 0), and (1, 1).", caption: none) ] #math.equation(block: true, alt: "y equals − x")[$y = "−" x$] #strong[Mixed Practice] In the following exercises, graph each equation. #math.equation(block: true, alt: "y equals the fraction 3 over 2 x")[$y = frac(3, 2) x$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, negative 3), (0, 0), and (2, 3).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, negative 3), (0, 0), and (2, 3).", caption: none) ] #math.equation(block: true, alt: "y equals minus the fraction 2 over 3 x")[$y = − frac(2, 3) x$] #math.equation(block: true, alt: "y equals minus the fraction 1 over 2 x plus 3")[$y = − frac(1, 2) x + 3$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, 4), (0, 3), (2, 2), (4, 1), and (6, 0).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, 4), (0, 3), (2, 2), (4, 1), and (6, 0).", caption: none) ] #math.equation(block: true, alt: "y equals the fraction 1 over 4 x minus 2")[$y = frac(1, 4) x − 2$] #math.equation(block: true, alt: "4 x plus y equals 2")[$4 x + y = 2$] #solutionbox[ #figure(figph[The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 1, 6), (0, 2), (1, negative 2), and (2, negative 4).], alt: "The figure shows a straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 1, 6), (0, 2), (1, negative 2), and (2, negative 4).", caption: none) ] #math.equation(block: true, alt: "5 x plus 2 y equals 10")[$5 x + 2 y = 10$] #math.equation(block: true, alt: "y equals −1")[$y = −1$] #solutionbox[ #figure(figph[The figure shows a horizontal straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, negative 1), (0, negative 1), and (1, negative 1).], alt: "The figure shows a horizontal straight line graphed on the x y-coordinate plane. The x and y axes run from negative 8 to 8. The line goes through the points (negative 2, negative 1), (0, negative 1), and (1, negative 1).", caption: none) ] #math.equation(block: true, alt: "x equals 3")[$x = 3$] ==== Writing Exercises Explain how you would choose three #emph[x]-values to make a table to graph the line #math.equation(block: false, alt: "y equals the fraction 1 over 5 x minus 2 .")[$y = frac(1, 5) x − 2 .$] #solutionbox[ Answers will vary. ] What is the difference between the equations of a vertical and a horizontal line? Do you prefer to use the method of plotting points or the method using the intercepts to graph the equation #math.equation(block: false, alt: "4 x plus y equals −4 ?")[$4 x + y = −4 ?$] Why? #solutionbox[ Answers will vary. ] Do you prefer to use the method of plotting points or the method using the intercepts to graph the equation #math.equation(block: false, alt: "y equals the fraction 2 over 3 x minus 2 ?")[$y = frac(2, 3) x − 2 ?$] Why? ==== Self Check ⓐ After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section. #figure(figph[This table has 6 rows and 4 columns. The first row is a header row and it labels each column. The first column header is “I can…”, the second is “Confidently”, the third is “With some help”, and the fourth is “No, I don’t get it”. Under the first column are the phrases “plot points on a rectangular coordinate system”, “graph a linear equation by plotting points”, “graph vertical and horizontal lines”, “find x and y intercepts”, and “graph a line using intercepts”. The other columns are left blank so that the learner may indicate their mastery level for each topic.], alt: "This table has 6 rows and 4 columns. The first row is a header row and it labels each column. The first column header is “I can…”, the second is “Confidently”, the third is “With some help”, and the fourth is “No, I don’t get it”. Under the first column are the phrases “plot points on a rectangular coordinate system”, “graph a linear equation by plotting points”, “graph vertical and horizontal lines”, “find x and y intercepts”, and “graph a line using intercepts”. The other columns are left blank so that the learner may indicate their mastery level for each topic.", caption: none) ⓑ If most of your checks were: Confidently. Congratulations! You have achieved the objectives in this section. Reflect on the study skills you used so that you can continue to use them. What did you do to become confident of your ability to do these things? Be specific. With some help. This must be addressed quickly because topics you do not master become potholes in your road to success. In math every topic builds upon previous work. It is important to make sure you have a strong foundation before you move on. Whom can you ask for help?Your fellow classmates and instructor are good resources. Is there a place on campus where math tutors are available? Can your study skills be improved? No, I don’t get it. This is a warning sign and you must address it. You should get help right away or you will quickly be overwhelmed. See your instructor as soon as you can to discuss your situation. Together you can come up with a plan to get you the help you need.