#set document(title: "5.5 Graphing Linear Equations and Inequalities", 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")) == 5.5#h(0.6em)Graphing Linear Equations and Inequalities #figure(figph[A sign at a gas station shows the following prices: \$3.99 for Unleaded; 4.09 for mid-grade; and 4.19 for Premium.], alt: "A sign at a gas station shows the following prices: $3.99 for Unleaded; 4.09 for mid-grade; and 4.19 for Premium.", caption: [How much would it cost to fill up your gas tank?]) === Learning Objectives After completing this section, you should be able to: + Graph linear equations and inequalities in two variables. + Solve applications of linear equations and inequalities. In this section, we will learn how to graph linear equations and inequalities. There are several real-world scenarios that can be represented by graphs of linear inequalities. Think of filling your car up with gasoline. If gasoline is \$3.99 per gallon and you put 10 gallons in your car, you will pay \$39.90. Your friend buys 15 gallons of gasoline and pays \$59.85. You can plot these points on a coordinate system and connect the points with a line to create the graph of a line. You'll learn to do both in this section. === Plotting 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 #math.equation(block: false, alt: "x")[$x$]#math.equation(block: false, alt: "y")[$y$]-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 #math.equation(block: false, alt: "x")[$x$]-axis. The vertical number line is called the #math.equation(block: false, alt: "y")[$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( stdfig([#cetz.canvas({ import cetz.draw: * line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((16.43pt, 85.00pt), (16.43pt, 82.00pt), stroke: 0.5pt + black) content((16.43pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((32.86pt, 85.00pt), (32.86pt, 82.00pt), stroke: 0.5pt + black) content((32.86pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((49.29pt, 85.00pt), (49.29pt, 82.00pt), stroke: 0.5pt + black) content((49.29pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((65.71pt, 85.00pt), (65.71pt, 82.00pt), stroke: 0.5pt + black) content((65.71pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((82.14pt, 85.00pt), (82.14pt, 82.00pt), stroke: 0.5pt + black) content((82.14pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((98.57pt, 85.00pt), (98.57pt, 82.00pt), stroke: 0.5pt + black) content((98.57pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((131.43pt, 85.00pt), (131.43pt, 82.00pt), stroke: 0.5pt + black) content((131.43pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((147.86pt, 85.00pt), (147.86pt, 82.00pt), stroke: 0.5pt + black) content((147.86pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((164.29pt, 85.00pt), (164.29pt, 82.00pt), stroke: 0.5pt + black) content((164.29pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((180.71pt, 85.00pt), (180.71pt, 82.00pt), stroke: 0.5pt + black) content((180.71pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((197.14pt, 85.00pt), (197.14pt, 82.00pt), stroke: 0.5pt + black) content((197.14pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((213.57pt, 85.00pt), (213.57pt, 82.00pt), stroke: 0.5pt + black) content((213.57pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 12.14pt), (115.00pt, 12.14pt), stroke: 0.5pt + black) content((110.00pt, 12.14pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 24.29pt), (115.00pt, 24.29pt), stroke: 0.5pt + black) content((110.00pt, 24.29pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 36.43pt), (115.00pt, 36.43pt), stroke: 0.5pt + black) content((110.00pt, 36.43pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 48.57pt), (115.00pt, 48.57pt), stroke: 0.5pt + black) content((110.00pt, 48.57pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 60.71pt), (115.00pt, 60.71pt), stroke: 0.5pt + black) content((110.00pt, 60.71pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 72.86pt), (115.00pt, 72.86pt), stroke: 0.5pt + black) content((110.00pt, 72.86pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 97.14pt), (115.00pt, 97.14pt), stroke: 0.5pt + black) content((110.00pt, 97.14pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 109.29pt), (115.00pt, 109.29pt), stroke: 0.5pt + black) content((110.00pt, 109.29pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 121.43pt), (115.00pt, 121.43pt), stroke: 0.5pt + black) content((110.00pt, 121.43pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 133.57pt), (115.00pt, 133.57pt), stroke: 0.5pt + black) content((110.00pt, 133.57pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 145.71pt), (115.00pt, 145.71pt), stroke: 0.5pt + black) content((110.00pt, 145.71pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 157.86pt), (115.00pt, 157.86pt), stroke: 0.5pt + black) content((110.00pt, 157.86pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[7]) })]), alt: "A coordinate plane. The horizontal and vertical axes range from negative 7 to 7, in increments of 1. The top right quadrant is labeled I, the top left quadrant is labeled II, the bottom left quadrant is labeled III, and the bottom right quadrant is labeled IV.", caption: [Quadrants on the Coordinate Plane], ) In the rectangular coordinate system, every point is represented by an #strong[ordered pair] . The first number in the ordered pair is the #math.equation(block: false, alt: "x")[$x$]-coordinate of the point, and the second number is the #math.equation(block: false, alt: "y")[$y$]-coordinate of the point. The phrase "ordered pair" means that the order is important. At the point where the axes cross and where both coordinates are zero, the 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]. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−10]) line((11.50pt, 85.00pt), (11.50pt, 82.00pt), stroke: 0.5pt + black) content((11.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−9]) line((23.00pt, 85.00pt), (23.00pt, 82.00pt), stroke: 0.5pt + black) content((23.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−8]) line((34.50pt, 85.00pt), (34.50pt, 82.00pt), stroke: 0.5pt + black) content((34.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((46.00pt, 85.00pt), (46.00pt, 82.00pt), stroke: 0.5pt + black) content((46.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((69.00pt, 85.00pt), (69.00pt, 82.00pt), stroke: 0.5pt + black) content((69.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((80.50pt, 85.00pt), (80.50pt, 82.00pt), stroke: 0.5pt + black) content((80.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((92.00pt, 85.00pt), (92.00pt, 82.00pt), stroke: 0.5pt + black) content((92.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((103.50pt, 85.00pt), (103.50pt, 82.00pt), stroke: 0.5pt + black) content((103.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((126.50pt, 85.00pt), (126.50pt, 82.00pt), stroke: 0.5pt + black) content((126.50pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((138.00pt, 85.00pt), (138.00pt, 82.00pt), stroke: 0.5pt + black) content((138.00pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((149.50pt, 85.00pt), (149.50pt, 82.00pt), stroke: 0.5pt + black) content((149.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((161.00pt, 85.00pt), (161.00pt, 82.00pt), stroke: 0.5pt + black) content((161.00pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((184.00pt, 85.00pt), (184.00pt, 82.00pt), stroke: 0.5pt + black) content((184.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((195.50pt, 85.00pt), (195.50pt, 82.00pt), stroke: 0.5pt + black) content((195.50pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((207.00pt, 85.00pt), (207.00pt, 82.00pt), stroke: 0.5pt + black) content((207.00pt, 80.00pt), anchor: "north", text(size: 8pt)[8]) line((218.50pt, 85.00pt), (218.50pt, 82.00pt), stroke: 0.5pt + black) content((218.50pt, 80.00pt), anchor: "north", text(size: 8pt)[9]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[10]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−10]) line((112.00pt, 8.50pt), (115.00pt, 8.50pt), stroke: 0.5pt + black) content((110.00pt, 8.50pt), anchor: "east", text(size: 8pt)[−9]) line((112.00pt, 17.00pt), (115.00pt, 17.00pt), stroke: 0.5pt + black) content((110.00pt, 17.00pt), anchor: "east", text(size: 8pt)[−8]) line((112.00pt, 25.50pt), (115.00pt, 25.50pt), stroke: 0.5pt + black) content((110.00pt, 25.50pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 34.00pt), (115.00pt, 34.00pt), stroke: 0.5pt + black) content((110.00pt, 34.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 51.00pt), (115.00pt, 51.00pt), stroke: 0.5pt + black) content((110.00pt, 51.00pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 59.50pt), (115.00pt, 59.50pt), stroke: 0.5pt + black) content((110.00pt, 59.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 68.00pt), (115.00pt, 68.00pt), stroke: 0.5pt + black) content((110.00pt, 68.00pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 76.50pt), (115.00pt, 76.50pt), stroke: 0.5pt + black) content((110.00pt, 76.50pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 93.50pt), (115.00pt, 93.50pt), stroke: 0.5pt + black) content((110.00pt, 93.50pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 102.00pt), (115.00pt, 102.00pt), stroke: 0.5pt + black) content((110.00pt, 102.00pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 110.50pt), (115.00pt, 110.50pt), stroke: 0.5pt + black) content((110.00pt, 110.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 119.00pt), (115.00pt, 119.00pt), stroke: 0.5pt + black) content((110.00pt, 119.00pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 136.00pt), (115.00pt, 136.00pt), stroke: 0.5pt + black) content((110.00pt, 136.00pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 144.50pt), (115.00pt, 144.50pt), stroke: 0.5pt + black) content((110.00pt, 144.50pt), anchor: "east", text(size: 8pt)[7]) line((112.00pt, 153.00pt), (115.00pt, 153.00pt), stroke: 0.5pt + black) content((110.00pt, 153.00pt), anchor: "east", text(size: 8pt)[8]) line((112.00pt, 161.50pt), (115.00pt, 161.50pt), stroke: 0.5pt + black) content((110.00pt, 161.50pt), anchor: "east", text(size: 8pt)[9]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[10]) })]), alt: "An ordered pair, (x, y); where x is the x-coordinate and y is the y-coordinate.", caption: [Ordered Pair], ) We use the coordinates to locate a point on the #math.equation(block: false, alt: "xy")[$"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 #math.equation(block: false, alt: "x")[$x$]-axis and lightly sketch a vertical line through #math.equation(block: false, alt: "x equals 1")[$x = 1$]. Then, locate 3 on the #math.equation(block: false, alt: "y")[$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( stdfig([#cetz.canvas({ import cetz.draw: * line((134.17pt, 0.00pt), (134.17pt, 127.50pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((0.00pt, 127.50pt), (134.17pt, 127.50pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) circle((134.17pt, 127.50pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((110.00pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((110.00pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((110.00pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "A point is marked on a coordinate plane. The horizontal and vertical axes range from negative 6 to 6, in increments of 1. The point is plotted at the coordinates (1, 3). A vertical dashed line represents x equals 1. A horizontal dashed line represents y equals 3.", caption: [Point #math.equation(block: false, alt: "open parenthesis 1 , 3 close parenthesis")[$( 1 , 3 )$] Plotted on the Coordinate Plane], ) 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. The dotted lines are just used to help us locate the point #math.equation(block: false, alt: "open parenthesis 1 , 3 close parenthesis")[$( 1 , 3 )$]. When one of the coordinates 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 #math.equation(block: false, alt: "y")[$y$]-axis and the point (−2, 0) is on the #math.equation(block: false, alt: "x")[$x$]-axis. #figure( stdfig([#cetz.canvas({ import cetz.draw: * circle((76.67pt, 85.00pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 141.67pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 75.50pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((110.00pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((110.00pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((110.00pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((105.50pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "Two points are marked on a coordinate plane. The horizontal and vertical axes range from negative 6 to 6, in increments of 1. The points are plotted at the following coordinates: (negative 2, 0) and (0, 4).", caption: [Points #math.equation(block: false, alt: "open parenthesis minus 2 , 0 close parenthesis")[$( − 2 , 0 )$] and #math.equation(block: false, alt: "open parenthesis 0 , 4 close parenthesis")[$( 0 , 4 )$] Plotted on the Coordinate Plane], ) #examplebox("Example 1")[Plotting Points on a Coordinate System][ Plot the following points in the rectangular coordinate system and identify the quadrant in which the point is located: + #math.equation(block: false, alt: "open parenthesis minus 5 , 4 close parenthesis")[$( − 5 , 4 )$] + #math.equation(block: false, alt: "open parenthesis minus 3 , minus 4 close parenthesis")[$( − 3 , − 4 )$] + #math.equation(block: false, alt: "open parenthesis 2 , minus 3 close parenthesis")[$( 2 , − 3 )$] + #math.equation(block: false, alt: "open parenthesis 0 , minus 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 #math.equation(block: false, alt: "x")[$x$]-coordinate, and the second number is the #math.equation(block: false, alt: "y")[$y$]-coordinate. To plot each point, sketch a vertical line through the #math.equation(block: false, alt: "x")[$x$]-coordinate and a horizontal line through the #math.equation(block: false, alt: "y")[$y$]-coordinate . Their intersection is the point. + Since #math.equation(block: false, alt: "x equals minus 5")[$x = − 5$], the point is to the left of the #math.equation(block: false, alt: "y")[$y$]-axis. Also, since #math.equation(block: false, alt: "y equals 4")[$y = 4$], the point is above the #math.equation(block: false, alt: "x")[$x$]-axis. The point #math.equation(block: false, alt: "open parenthesis minus 5 , 4 close parenthesis")[$( − 5 , 4 )$] is in quadrant II. + Since #math.equation(block: false, alt: "x equals minus 3")[$x = − 3$], the point is to the left of the #math.equation(block: false, alt: "y")[$y$]-axis. Also, since #math.equation(block: false, alt: "y equals minus 4")[$y = − 4$], the point is below the #math.equation(block: false, alt: "x")[$x$]-axis. The point #math.equation(block: false, alt: "open parenthesis minus 3 , minus 4 close parenthesis")[$( − 3 , − 4 )$] is in quadrant III. + Since #math.equation(block: false, alt: "x equals 2")[$x = 2$], the point is to the right of the #math.equation(block: false, alt: "y")[$y$]-axis. Since #math.equation(block: false, alt: "y equals minus 3")[$y = − 3$], the point is below the #math.equation(block: false, alt: "x")[$x$]-axis. The point #math.equation(block: false, alt: "open parenthesis 2 , minus 3 close parenthesis")[$( 2 , − 3 )$] is in quadrant IV. + Since #math.equation(block: false, alt: "x equals 0")[$x = 0$], the point whose coordinates are #math.equation(block: false, alt: "open parenthesis 0 , minus 1 close parenthesis")[$( 0 , − 1 )$] is on the #math.equation(block: false, alt: "y")[$y$]-axis. + Since #math.equation(block: false, alt: "x equals 3")[$x = 3$], the point is to the right of the #math.equation(block: false, alt: "y")[$y$]-axis. Since #math.equation(block: false, alt: "y equals the fraction 5 over 2")[$y = frac(5, 2)$], which is equal to 2.5, the point is above the #math.equation(block: false, alt: "x")[$x$]-axis. 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. #figure( stdfig([#cetz.canvas({ import cetz.draw: * circle((19.17pt, 141.67pt), radius: 3.0pt, fill: black, stroke: none) circle((57.50pt, 28.33pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 70.83pt), radius: 3.0pt, fill: black, stroke: none) circle((153.33pt, 42.50pt), radius: 3.0pt, fill: black, stroke: none) circle((172.50pt, 120.42pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((105.50pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((110.00pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((110.00pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "Five points are marked on a coordinate plane. The horizontal and vertical axes range from negative 6 to 6, in increments of 1. The points are plotted at the following coordinates: (negative 5, 4), (negative 3, negative 4), (0, negative 1), (2, negative 3), and (3, 2.5).", caption: none, ) ] ] === Graphing Linear Equations in Two Variables 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, where #math.equation(block: false, alt: "A")[$A$] and #math.equation(block: false, alt: "B")[$B$] are both not zero, is called a #strong[linear equation in two variables]. Here is an example of a linear equation in two variables, #math.equation(block: false, alt: "x")[$x$] and #math.equation(block: false, alt: "y")[$y$]. #math.equation(block: true, alt: "A x plus B y equals C; A plus 4 y equals 8; A equals 1 , B equals 4 , C equals 8")[$bold(italic(A)) x + bold(italic(B)) y = bold(italic(C)) \ bold(italic(A)) + 4 y = 8 \ bold(italic(A)) = 1 , bold(italic(B)) = 4 , bold(italic(C)) = 8$] The equation #math.equation(block: false, alt: "y equals minus 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. #strong[Step 1:] Add #math.equation(block: false, alt: "3 x")[$3 x$] to both sides. #math.equation(block: false, alt: "y plus 3 x equals minus 3 x plus 5 plus 3 x")[$y + 3 x = − 3 x + 5 + 3 x$] #strong[Step 2:] Simplify. #math.equation(block: false, alt: "y plus 3 x equals 5")[$y + 3 x = 5$] #strong[Step 3:] Put it in #math.equation(block: false, alt: "A x plus B y equals C")[$A x + B y = C$] form. #math.equation(block: false, alt: "3 x plus y equals 5")[$3 x + y = 5$] By rewriting #math.equation(block: false, alt: "y equals minus 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]. Most people prefer to have #math.equation(block: false, alt: "A")[$A$], #math.equation(block: false, alt: "B")[$B$], and #math.equation(block: false, alt: "C")[$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 #math.equation(block: false, alt: "x")[$x$] there is a corresponding #math.equation(block: false, alt: "y")[$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: "x")[$x$],#math.equation(block: false, alt: "y")[$y$]). When we substitute these values of #math.equation(block: false, alt: "x")[$x$] and #math.equation(block: false, alt: "y")[$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. 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 linear 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 a linear equation. The line shows you #emph[all] the solutions to that linear equation. Every point on the line is a solution of that linear equation. And every solution of the linear equation is on this line. This line is called the graph of the equation. Points #emph[not] on the line are not solutions! 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")[Determining Points on a Line][ is the graph of #math.equation(block: false, alt: "y equals 2 x minus 3")[$y = 2 x − 3$]. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((0.00pt, -127.50pt), (230.00pt, 212.50pt), stroke: 0.7pt + black) content((107.55pt, 47.54pt), anchor: "south", text(size: 9pt)[y = 2x - 3]) circle((95.83pt, 14.17pt), radius: 3.0pt, fill: black, stroke: none) circle((134.17pt, 70.83pt), radius: 3.0pt, fill: black, stroke: none) circle((153.33pt, 99.17pt), radius: 3.0pt, fill: black, stroke: none) circle((172.50pt, 127.50pt), radius: 3.0pt, fill: black, stroke: none) circle((191.67pt, 155.83pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((19.17pt, 85.00pt), (19.17pt, 82.00pt), stroke: 0.5pt + black) content((19.17pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((38.33pt, 85.00pt), (38.33pt, 82.00pt), stroke: 0.5pt + black) content((38.33pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((76.67pt, 85.00pt), (76.67pt, 82.00pt), stroke: 0.5pt + black) content((76.67pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((95.83pt, 85.00pt), (95.83pt, 82.00pt), stroke: 0.5pt + black) content((95.83pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((134.17pt, 85.00pt), (134.17pt, 82.00pt), stroke: 0.5pt + black) content((134.17pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((153.33pt, 85.00pt), (153.33pt, 82.00pt), stroke: 0.5pt + black) content((153.33pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((191.67pt, 85.00pt), (191.67pt, 82.00pt), stroke: 0.5pt + black) content((191.67pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((210.83pt, 85.00pt), (210.83pt, 82.00pt), stroke: 0.5pt + black) content((210.83pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 14.17pt), (115.00pt, 14.17pt), stroke: 0.5pt + black) content((110.00pt, 14.17pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 28.33pt), (115.00pt, 28.33pt), stroke: 0.5pt + black) content((110.00pt, 28.33pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 56.67pt), (115.00pt, 56.67pt), stroke: 0.5pt + black) content((110.00pt, 56.67pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 70.83pt), (115.00pt, 70.83pt), stroke: 0.5pt + black) content((110.00pt, 70.83pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 99.17pt), (115.00pt, 99.17pt), stroke: 0.5pt + black) content((110.00pt, 99.17pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 113.33pt), (115.00pt, 113.33pt), stroke: 0.5pt + black) content((110.00pt, 113.33pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 141.67pt), (115.00pt, 141.67pt), stroke: 0.5pt + black) content((110.00pt, 141.67pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 155.83pt), (115.00pt, 155.83pt), stroke: 0.5pt + black) content((110.00pt, 155.83pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[6]) })]), alt: "A line is plotted on an x y coordinate plane. The x and y axes range from negative 6 to 6, in increments of 1. The line representing y equals 2 x minus 3 passes through the following points, (negative 1, negative 5), (1, negative 1), (2, 1), (3, 3), and (4, 5). Note: all values are approximate.", caption: [Graph of #math.equation(block: false, alt: "y equals 2 x minus 3")[$y = 2 x − 3$]], ) For each ordered pair, decide: + Is the ordered pair a solution to the equation? + Is the point on the line? #math.equation(block: true, alt: "A: open parenthesis 0 , minus 3 close parenthesis, B: open parenthesis 3 , 3 close parenthesis, C: open parenthesis 2 , minus 3 close parenthesis, D: open parenthesis minus 1 , minus 5 close parenthesis")[$"A:" #h(0.28em) ( 0 , − 3 ) & "B:" #h(0.28em) ( 3 , 3 ) & "C:" #h(0.28em) ( 2 , − 3 ) & "D:" #h(0.28em) ( − 1 , − 5 )$] #solutionbox[ Substitute the #math.equation(block: false, alt: "x")[$x$]- and #math.equation(block: false, alt: "y")[$y$]-values into the equation to check if the ordered pair is a solution to the equation. + #math.equation(block: true, alt: "A : open parenthesis 0 , minus 3 close parenthesis; y, equals, 2 x minus 3; minus 3, equals ?, 2 open parenthesis 0 close parenthesis minus 3; minus 3, equals, minus 3 ✓; open parenthesis 0 , minus 3 close parenthesis is a solution. B : open parenthesis 3 , 3 close parenthesis; y, equals, 2 x minus 3; 3, equals ?, 2 open parenthesis 3 close parenthesis minus 3; 3, equals, 3 ✓; open parenthesis 3 , 3 close parenthesis is a solution. C : open parenthesis 2 , minus 3 close parenthesis; y, equals, 2 x minus 3; minus 3, equals ?, 2 open parenthesis 2 close parenthesis minus 3; minus 3, not equal to, 1; open parenthesis 2 , minus 3 close parenthesis is not a solution. D : open parenthesis minus 1 , minus 5 close parenthesis; y, equals, 2 x minus 3; minus 5, equals ?, 2 open parenthesis minus 1 c")[$upright(A) : ( 0 , − 3 ) \ y & = & 2 x − 3 \ − 3 & limits(=)^(?) & 2 ( 0 ) − 3 \ − 3 & = & − 3 ✓ \ ( 0 , − 3 ) #h(0.28em) "is a solution." #h(0.28em) upright(B) : ( 3 , 3 ) \ y & = & 2 x − 3 \ 3 & limits(=)^(?) & 2 ( 3 ) − 3 \ 3 & = & 3 ✓ \ ( 3 , 3 ) #h(0.28em) "is a solution." #h(0.28em) upright(C) : ( 2 , − 3 ) \ y & = & 2 x − 3 \ − 3 & limits(=)^(?) & 2 ( 2 ) − 3 \ − 3 & ≠ & 1 \ ( 2 , − 3 ) #h(0.28em) "is not a solution." #h(0.28em) upright(D) : ( − 1 , − 5 ) \ y & = & 2 x − 3 \ − 5 & limits(=)^(?) & 2 ( − 1 ) − 3 \ − 5 & = & − 5 ✓ \ ( − 1 , − 5 ) #h(0.28em) "is a solution."$] + Plot the points #math.equation(block: false, alt: "open parenthesis 0 , minus 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 , minus 3 close parenthesis")[$( 2 , − 3 )$], and #math.equation(block: false, alt: "open parenthesis minus 1 , minus 5 close parenthesis")[$( − 1 , − 5 )$]. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((0.00pt, -116.88pt), (230.00pt, 223.12pt), stroke: 0.7pt + black) content((107.55pt, 58.17pt), anchor: "south", text(size: 9pt)[y = 2x - 3]) circle((100.62pt, 31.88pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 53.12pt), radius: 3.0pt, fill: black, stroke: none) circle((158.12pt, 116.88pt), radius: 3.0pt, fill: black, stroke: none) circle((143.75pt, 53.12pt), radius: 3.0pt, fill: rgb("#D62128"), stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−8]) line((14.38pt, 85.00pt), (14.38pt, 82.00pt), stroke: 0.5pt + black) content((14.38pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((28.75pt, 85.00pt), (28.75pt, 82.00pt), stroke: 0.5pt + black) content((28.75pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((43.12pt, 85.00pt), (43.12pt, 82.00pt), stroke: 0.5pt + black) content((43.12pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((71.88pt, 85.00pt), (71.88pt, 82.00pt), stroke: 0.5pt + black) content((71.88pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((86.25pt, 85.00pt), (86.25pt, 82.00pt), stroke: 0.5pt + black) content((86.25pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((100.62pt, 85.00pt), (100.62pt, 82.00pt), stroke: 0.5pt + black) content((100.62pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((129.38pt, 85.00pt), (129.38pt, 82.00pt), stroke: 0.5pt + black) content((129.38pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((143.75pt, 85.00pt), (143.75pt, 82.00pt), stroke: 0.5pt + black) content((143.75pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((158.12pt, 85.00pt), (158.12pt, 82.00pt), stroke: 0.5pt + black) content((158.12pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((186.88pt, 85.00pt), (186.88pt, 82.00pt), stroke: 0.5pt + black) content((186.88pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((201.25pt, 85.00pt), (201.25pt, 82.00pt), stroke: 0.5pt + black) content((201.25pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((215.62pt, 85.00pt), (215.62pt, 82.00pt), stroke: 0.5pt + black) content((215.62pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[8]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−8]) line((112.00pt, 10.62pt), (115.00pt, 10.62pt), stroke: 0.5pt + black) content((110.00pt, 10.62pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 21.25pt), (115.00pt, 21.25pt), stroke: 0.5pt + black) content((110.00pt, 21.25pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 31.88pt), (115.00pt, 31.88pt), stroke: 0.5pt + black) content((110.00pt, 31.88pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 53.12pt), (115.00pt, 53.12pt), stroke: 0.5pt + black) content((105.50pt, 53.12pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 63.75pt), (115.00pt, 63.75pt), stroke: 0.5pt + black) content((110.00pt, 63.75pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 74.38pt), (115.00pt, 74.38pt), stroke: 0.5pt + black) content((110.00pt, 74.38pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 95.62pt), (115.00pt, 95.62pt), stroke: 0.5pt + black) content((110.00pt, 95.62pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 106.25pt), (115.00pt, 106.25pt), stroke: 0.5pt + black) content((110.00pt, 106.25pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 116.88pt), (115.00pt, 116.88pt), stroke: 0.5pt + black) content((110.00pt, 116.88pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 138.12pt), (115.00pt, 138.12pt), stroke: 0.5pt + black) content((110.00pt, 138.12pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 148.75pt), (115.00pt, 148.75pt), stroke: 0.5pt + black) content((110.00pt, 148.75pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 159.38pt), (115.00pt, 159.38pt), stroke: 0.5pt + black) content((110.00pt, 159.38pt), anchor: "east", text(size: 8pt)[7]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[8]) })]), alt: "A line is plotted on an x y coordinate plane. The x and y axes range from negative 8 to 8, in increments of 1. The line representing y equals 2 x minus 3 passes through the following points, (negative 1, negative 5), (0, negative 3), and (3, 3). A point is marked at (2, negative 3).", caption: none, ) In , the points #math.equation(block: false, alt: "open parenthesis 0 , 3 close parenthesis")[$( 0 , 3 )$], #math.equation(block: false, alt: "open parenthesis 3 , minus 3 close parenthesis")[$( 3 , − 3 )$], and #math.equation(block: false, alt: "open parenthesis minus 1 , minus 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 , minus 3 close parenthesis")[$( 2 , − 3 )$] is not on the line. 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. ] ] The steps to take when graphing a linear equation by plotting points are: #strong[Step 1:] Find three points whose coordinates are solutions to the equation. Organize them in a table. #strong[Step 2:] Plot the points in a rectangular coordinate system. Check that the points line up. If they do not, carefully check your work. #strong[Step 3:] 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. #examplebox("Example 3")[Graphing a Line by Plotting Points][ 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 #math.equation(block: false, alt: "x")[$x$], we will choose values of #math.equation(block: false, alt: "x")[$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 #math.equation(block: false, alt: "x")[$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. #math.equation(block: true, alt: "x equals 0, x equals 2, x equals 4; y equals the fraction 1 over 2 x plus 3, y equals the fraction 1 over 2 x plus 3, y equals the fraction 1 over 2 x plus 3; y equals the fraction 1 over 2 open parenthesis 0 close parenthesis plus 3, y equals the fraction 1 over 2 open parenthesis 2 close parenthesis plus 3, y equals the fraction 1 over 2 open parenthesis 4 close parenthesis plus 3; y equals 0 plus 3, y equals 1 plus 3, y equals 2 plus 3; y equals 3, y equals 4, y equals 5")[$x = 0 & x = 2 & x = 4 \ y = frac(1, 2) x + 3 & y = frac(1, 2) x + 3 & y = frac(1, 2) x + 3 \ y = frac(1, 2) ( 0 ) + 3 & y = frac(1, 2) ( 2 ) + 3 & y = frac(1, 2) ( 4 ) + 3 \ y = 0 + 3 & y = 1 + 3 & y = 2 + 3 \ y = 3 & y = 4 & y = 5$] #figure(table( columns: 3, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "x")[$bold(italic(x))$]], [#math.equation(block: false, alt: "y")[$bold(italic(y))$]], [(#math.equation(block: false, alt: "x")[$x$], #math.equation(block: false, alt: "y")[$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 . #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((0.00pt, 78.93pt), (230.00pt, 163.93pt), stroke: 0.7pt + black) content((111.88pt, 129.87pt), anchor: "south", text(size: 9pt)[y = 0.5x + 3]) circle((115.00pt, 121.43pt), radius: 3.0pt, fill: black, stroke: none) circle((147.86pt, 133.57pt), radius: 3.0pt, fill: black, stroke: none) circle((180.71pt, 145.71pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((16.43pt, 85.00pt), (16.43pt, 82.00pt), stroke: 0.5pt + black) content((16.43pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((32.86pt, 85.00pt), (32.86pt, 82.00pt), stroke: 0.5pt + black) content((32.86pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((49.29pt, 85.00pt), (49.29pt, 82.00pt), stroke: 0.5pt + black) content((49.29pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((65.71pt, 85.00pt), (65.71pt, 82.00pt), stroke: 0.5pt + black) content((65.71pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((82.14pt, 85.00pt), (82.14pt, 82.00pt), stroke: 0.5pt + black) content((82.14pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((98.57pt, 85.00pt), (98.57pt, 82.00pt), stroke: 0.5pt + black) content((98.57pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((131.43pt, 85.00pt), (131.43pt, 82.00pt), stroke: 0.5pt + black) content((131.43pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((147.86pt, 85.00pt), (147.86pt, 82.00pt), stroke: 0.5pt + black) content((147.86pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((164.29pt, 85.00pt), (164.29pt, 82.00pt), stroke: 0.5pt + black) content((164.29pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((180.71pt, 85.00pt), (180.71pt, 82.00pt), stroke: 0.5pt + black) content((180.71pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((197.14pt, 85.00pt), (197.14pt, 82.00pt), stroke: 0.5pt + black) content((197.14pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((213.57pt, 85.00pt), (213.57pt, 82.00pt), stroke: 0.5pt + black) content((213.57pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 12.14pt), (115.00pt, 12.14pt), stroke: 0.5pt + black) content((110.00pt, 12.14pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 24.29pt), (115.00pt, 24.29pt), stroke: 0.5pt + black) content((110.00pt, 24.29pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 36.43pt), (115.00pt, 36.43pt), stroke: 0.5pt + black) content((110.00pt, 36.43pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 48.57pt), (115.00pt, 48.57pt), stroke: 0.5pt + black) content((110.00pt, 48.57pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 60.71pt), (115.00pt, 60.71pt), stroke: 0.5pt + black) content((110.00pt, 60.71pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 72.86pt), (115.00pt, 72.86pt), stroke: 0.5pt + black) content((110.00pt, 72.86pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 97.14pt), (115.00pt, 97.14pt), stroke: 0.5pt + black) content((110.00pt, 97.14pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 109.29pt), (115.00pt, 109.29pt), stroke: 0.5pt + black) content((110.00pt, 109.29pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 121.43pt), (115.00pt, 121.43pt), stroke: 0.5pt + black) content((105.50pt, 121.43pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 133.57pt), (115.00pt, 133.57pt), stroke: 0.5pt + black) content((110.00pt, 133.57pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 145.71pt), (115.00pt, 145.71pt), stroke: 0.5pt + black) content((110.00pt, 145.71pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 157.86pt), (115.00pt, 157.86pt), stroke: 0.5pt + black) content((110.00pt, 157.86pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[7]) })]), alt: "A line is plotted on an x y coordinate plane. The x and y axes range from negative 7 to 7, in increments of 1. The line representing y equals one half x plus 3 passes through the following points, (0, 3), (2, 4), (4, 5).", caption: none, ) ] ] === Solving Applications Using Linear Equations in Two Variables Many fields use linear equalities to model a problem. While our examples may be about simple situations, they give us an opportunity to build our skills and to get a feel for how they might be used. #examplebox("Example 4")[Pumping Gas][ Gasoline costs \$3.53 per gallon. You put 10 gallons of gasoline in your car, and pay \$35.30. Your friend puts 15 gallons of gasoline in their car and pays \$52.95. Your neighbor needs 5 gallons of gasoline, how much will they pay? #solutionbox[ Let #math.equation(block: false, alt: "x equals the number of gallons of gasoline")[$x = "the number of gallons of gasoline"$] and let #math.equation(block: false, alt: "y equals the total cost")[$y = "the total cost"$]. If gas is \$3.53 per gallon, then #math.equation(block: false, alt: "y equals 3.53 x")[$y = 3.53 x$]. The two points given are (10, 35.30) and (15, 52.95). Plot the points, check that they line up, and draw the line . #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((0.00pt, 0.00pt), (172.50pt, 150.03pt), stroke: 0.7pt + black) circle((0.00pt, 0.00pt), radius: 3.0pt, fill: black, stroke: none) circle((57.50pt, 50.01pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 100.02pt), radius: 3.0pt, fill: black, stroke: none) circle((172.50pt, 150.03pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 0.00pt), (234.00pt, 0.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 0.00pt), (0.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((57.50pt, 0.00pt), (57.50pt, -3.00pt), stroke: 0.5pt + black) content((57.50pt, -5.00pt), anchor: "north", text(size: 8pt)[5]) line((115.00pt, 0.00pt), (115.00pt, -3.00pt), stroke: 0.5pt + black) content((115.00pt, -5.00pt), anchor: "north", text(size: 8pt)[10]) line((172.50pt, 0.00pt), (172.50pt, -3.00pt), stroke: 0.5pt + black) content((172.50pt, -5.00pt), anchor: "north", text(size: 8pt)[15]) line((230.00pt, 0.00pt), (230.00pt, -3.00pt), stroke: 0.5pt + black) content((230.00pt, -5.00pt), anchor: "north", text(size: 8pt)[20]) line((-3.00pt, 14.17pt), (0.00pt, 14.17pt), stroke: 0.5pt + black) content((-5.00pt, 14.17pt), anchor: "east", text(size: 8pt)[5]) line((-3.00pt, 28.33pt), (0.00pt, 28.33pt), stroke: 0.5pt + black) content((-5.00pt, 28.33pt), anchor: "east", text(size: 8pt)[10]) line((-3.00pt, 42.50pt), (0.00pt, 42.50pt), stroke: 0.5pt + black) content((-5.00pt, 42.50pt), anchor: "east", text(size: 8pt)[15]) line((-3.00pt, 56.67pt), (0.00pt, 56.67pt), stroke: 0.5pt + black) content((-5.00pt, 56.67pt), anchor: "east", text(size: 8pt)[20]) line((-3.00pt, 70.83pt), (0.00pt, 70.83pt), stroke: 0.5pt + black) content((-5.00pt, 70.83pt), anchor: "east", text(size: 8pt)[25]) line((-3.00pt, 85.00pt), (0.00pt, 85.00pt), stroke: 0.5pt + black) content((-5.00pt, 85.00pt), anchor: "east", text(size: 8pt)[30]) line((-3.00pt, 99.17pt), (0.00pt, 99.17pt), stroke: 0.5pt + black) content((-5.00pt, 99.17pt), anchor: "east", text(size: 8pt)[35]) line((-3.00pt, 113.33pt), (0.00pt, 113.33pt), stroke: 0.5pt + black) content((-5.00pt, 113.33pt), anchor: "east", text(size: 8pt)[40]) line((-3.00pt, 127.50pt), (0.00pt, 127.50pt), stroke: 0.5pt + black) content((-5.00pt, 127.50pt), anchor: "east", text(size: 8pt)[45]) line((-3.00pt, 141.67pt), (0.00pt, 141.67pt), stroke: 0.5pt + black) content((-5.00pt, 141.67pt), anchor: "east", text(size: 8pt)[50]) line((-3.00pt, 155.83pt), (0.00pt, 155.83pt), stroke: 0.5pt + black) content((-5.00pt, 155.83pt), anchor: "east", text(size: 8pt)[55]) line((-3.00pt, 170.00pt), (0.00pt, 170.00pt), stroke: 0.5pt + black) content((-5.00pt, 170.00pt), anchor: "east", text(size: 8pt)[60]) })]), alt: "A line is plotted on a coordinate plane. The horizontal axis ranges from 0 to 20, in increments of 5. The vertical axis ranges from 0 to 60, in increments of 5. The line passes through the following points: (0, 0), (5, 17.65), (10, 35.3), and (15, 52.95).", caption: none, ) We can see the point at #math.equation(block: false, alt: "x equals 5")[$x = 5$]. The #math.equation(block: false, alt: "y")[$y$]-value is found by multiplying 5 by \$3.53 to get \$17.65. Your neighbor will pay \$17.65. ] ] #notebox("People in Mathematics", rgb("#183B6F"), rgb("#183B6F"), rgb("#EFF1F5"))[ #emph[René Descartes] #figure(figph[A portrait of Rene Descartes.], alt: "A portrait of Rene Descartes.", caption: [René Descartes]) René Descartes was born in 1596 in La Haye, France. He was sickly as a child, so much so that he was allowed to stay in bed until 11:00 AM rather than get up at 5:00 AM like the other school children. He kept this habit of rising late for most of the rest of his life. After his primary schooling, Descartes attended the University of Poitiers, receiving a law degree in 1616. He then embarked on a myriad of journeys, joining two different militaries (one in the Netherlands, the other in Bavaria) and generally travelling around Europe until 1628, when he settled in the Netherlands. It was here that he began to delve deeply into his ideas of science, mathematics, and philosophy. In 1637, at the urging of his friends, Descartes published #emph[Discourse on the Method for Conducting One's Reason Well and Seeking the Truth in the Sciences]. The book had three appendices: #emph[La Dioptrique], a work on optics; #emph[Les Météores], which pertained to meteorology; and #emph[La Géométrie], a work on mathematics. It was in this appendix that he proposed a geometric way of representing many different algebraic expressions and equations. It is this system of representation that almost all mathematical textbooks use today. These publications (along with several others) brought much fame to Descartes. So renowned was his reputation that late in 1649, Queen Christina of Sweden asked Descartes to come to Sweden to tutor her. However, she wished to do her studies at 5:00 in the morning; Descartes had to break his lifelong habit of sleeping in late. A few months later, in February 1650, Descartes died of pneumonia. ] === Graphing Linear Inequalities Previously we learned to solve inequalities with only one variable. We will now learn about inequalities containing two variables that can be written in one of the following forms: #math.equation(block: false, alt: "A x plus B y greater than or equal to C")[$A x + B y ≥ C$], #math.equation(block: false, alt: "A x plus B y greater than C")[$A x + B y > C$], #math.equation(block: false, alt: "A x plus B y less than or equal to C")[$A x + B y ≤ C$], and #math.equation(block: false, alt: "A x plus B y less than C")[$A x + B y < C$] where #math.equation(block: false, alt: "A")[$A$] and #math.equation(block: false, alt: "B")[$B$] are not both zero. We will look at #strong[linear inequalities in two variables,] which are very similar to linear equations in two variables. Like linear equations, linear inequalities in two variables have many solutions. Any ordered pair (#math.equation(block: false, alt: "x")[$x$], #math.equation(block: false, alt: "y")[$y$]) that makes an inequality true when we substitute in the values is a #strong[solution to a linear inequality]. #examplebox("Example 5")[Determining Solutions to an Inequality][ Determine whether each ordered pair is a solution to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]: + #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] + #math.equation(block: false, alt: "open parenthesis 1 , 6 close parenthesis")[$( 1 , 6 )$] + #math.equation(block: false, alt: "open parenthesis 2 , 6 close parenthesis")[$( 2 , 6 )$] + #math.equation(block: false, alt: "open parenthesis minus 5 , minus 15 close parenthesis")[$( − 5 , − 15 )$] + #math.equation(block: false, alt: "open parenthesis minus 8 , 12 close parenthesis")[$( − 8 , 12 )$] #solutionbox[ + #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis, y greater than x plus 4; Substitute 0 for x and 0 for y, 0 greater than ? 0 plus 4; Simplify ., 0 greater than 4; open parenthesis 0 , 0 close parenthesis is not a solution to y greater than x plus 4.")[$( 0 , 0 ) & y > x + 4 \ "Substitute" #h(0.28em) 0 #h(0.28em) "for" #h(0.28em) x #h(0.28em) "and" #h(0.28em) 0 #h(0.28em) "for" #h(0.28em) y & 0 limits(>)^(?) 0 + 4 \ "Simplify" "." & 0 cancel(>) 4 \ & ( 0 , 0 ) #h(0.28em) "is not a solution to" #h(0.28em) y > x + 4.$] + #math.equation(block: false, alt: "open parenthesis 1 , 6 close parenthesis, y greater than x plus 4; Substitute 1 for x and 6 for y, 6 greater than ? 1 plus 4; Simplify ., 6 greater than 5; open parenthesis 1 , 6 close parenthesis is a solution to y greater than x plus 4.")[$( 1 , 6 ) & y > x + 4 \ "Substitute" #h(0.28em) 1 #h(0.28em) "for" #h(0.28em) x #h(0.28em) "and" #h(0.28em) 6 #h(0.28em) "for" #h(0.28em) y & 6 limits(>)^(?) 1 + 4 \ "Simplify" "." & 6 > 5 \ & ( 1 , 6 ) #h(0.28em) "is a solution to" #h(0.28em) y > x + 4.$] + #math.equation(block: false, alt: "open parenthesis 2 , 6 close parenthesis, y greater than x plus 4; Substitute 2 for x and 6 for y, 6 greater than ? 2 plus 4; Simplify ., 6 greater than 6; open parenthesis 2 , 6 close parenthesis is not a solution to y greater than x plus 4.")[$( 2 , 6 ) & y > x + 4 \ "Substitute" #h(0.28em) 2 #h(0.28em) "for" #h(0.28em) x #h(0.28em) "and" #h(0.28em) 6 #h(0.28em) "for" #h(0.28em) y & 6 limits(>)^(?) 2 + 4 \ "Simplify" "." & 6 cancel(>) 6 \ & ( 2 , 6 ) #h(0.28em) "is not a solution to" #h(0.28em) y > x + 4.$] + #math.equation(block: false, alt: "open parenthesis minus 5 , minus 15 close parenthesis, y greater than x plus 4; Substitute minus 5 for x and minus 15 for y, minus 15 greater than ? minus 5 plus 4; Simplify ., minus 15 greater than minus 1; So , open parenthesis minus 5 , minus 15 close parenthesis is not a solution to y greater than x plus 4.")[$( − 5 , − 15 ) & y > x + 4 \ "Substitute" − 5 #h(0.28em) "for" #h(0.28em) x #h(0.28em) "and" − 15 #h(0.28em) "for" #h(0.28em) y & − 15 limits(>)^(?) − 5 + 4 \ "Simplify" "." & − 15 cancel(>) − 1 \ & "So" , ( − 5 , − 15 ) #h(0.28em) "is not a solution to" #h(0.28em) y > x + 4.$] + #math.equation(block: false, alt: "open parenthesis minus 8 , 12 close parenthesis, y greater than x plus 4; Substitute minus 8 for x and 12 for y, 12 greater than ? minus 8 plus 4; Simplify ., 12 greater than minus 4; So , open parenthesis minus 8 , 12 close parenthesis is a solution to y greater than x plus 4.")[$( − 8 , 12 ) & y > x + 4 \ "Substitute" − 8 #h(0.28em) "for" #h(0.28em) x #h(0.28em) "and" 12 #h(0.28em) "for" #h(0.28em) y & 12 limits(>)^(?) − 8 + 4 \ "Simplify" "." & 12 > − 4 \ & "So" , ( − 8 , 12 ) #h(0.28em) "is a solution to" #h(0.28em) y > x + 4.$] ] ] Let us think about #math.equation(block: false, alt: "x greater than 3")[$x > 3$]. The point #math.equation(block: false, alt: "x equals 3")[$x = 3$] separated that number line into two parts. On one side of 3 are all the numbers less than 3. On the other side of 3 all the numbers are greater than 3. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((84.00pt, 0.0pt), (151.20pt, 0.0pt), stroke: (paint: rgb("#D62128"), thickness: 2.5pt)) line((-151.20pt, 0.0pt), (151.20pt, 0.0pt), stroke: 0.7pt + black) line((-151.20pt, 0.0pt), (-145.20pt, 3.60pt), stroke: 0.7pt + black) line((-151.20pt, 0.0pt), (-145.20pt, -3.60pt), stroke: 0.7pt + black) line((151.20pt, 0.0pt), (145.20pt, 3.60pt), stroke: 0.7pt + black) line((151.20pt, 0.0pt), (145.20pt, -3.60pt), stroke: 0.7pt + black) line((-140.00pt, -4.0pt), (-140.00pt, 4.0pt), stroke: 0.6pt + black) content((-140.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−5]) line((-112.00pt, -4.0pt), (-112.00pt, 4.0pt), stroke: 0.6pt + black) content((-112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−4]) line((-84.00pt, -4.0pt), (-84.00pt, 4.0pt), stroke: 0.6pt + black) content((-84.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−3]) line((-56.00pt, -4.0pt), (-56.00pt, 4.0pt), stroke: 0.6pt + black) content((-56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−2]) line((-28.00pt, -4.0pt), (-28.00pt, 4.0pt), stroke: 0.6pt + black) content((-28.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−1]) line((0.00pt, -4.0pt), (0.00pt, 4.0pt), stroke: 0.6pt + black) content((0.00pt, -9.0pt), anchor: "north", text(size: 8pt)[0]) line((28.00pt, -4.0pt), (28.00pt, 4.0pt), stroke: 0.6pt + black) content((28.00pt, -9.0pt), anchor: "north", text(size: 8pt)[1]) line((56.00pt, -4.0pt), (56.00pt, 4.0pt), stroke: 0.6pt + black) content((56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[2]) line((84.00pt, -4.0pt), (84.00pt, 4.0pt), stroke: 0.6pt + black) content((84.00pt, -9.0pt), anchor: "north", text(size: 8pt)[3]) line((112.00pt, -4.0pt), (112.00pt, 4.0pt), stroke: 0.6pt + black) content((112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[4]) line((140.00pt, -4.0pt), (140.00pt, 4.0pt), stroke: 0.6pt + black) content((140.00pt, -9.0pt), anchor: "north", text(size: 8pt)[5]) content((84.00pt, 0.0pt), text(size: 14pt, fill: rgb("#D62128"))[(]) content((0.00pt, -28.00pt), anchor: "north", text(size: 9pt)[(3, infinity)]) })]), alt: "A number line ranges from negative 5 to 5, in increments of 1. An open parenthesis is marked at 3. The region to the right of the parenthesis is shaded on the number line. A right arrow above the number line ranges from 3 to the end of the number line. It is labeled numbers greater than 3. A left arrow above the number line ranges from 3 to 0. It is labeled numbers less than 3.", caption: [Solution to #math.equation(block: false, alt: "x greater than 3")[$x > 3$] on a Number Line], ) Similarly, the line #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$] separates the plane into two regions. On one side of the line are points with #math.equation(block: false, alt: "y less than x plus 4")[$y < x + 4$]. On the other side of the line are the points with #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. We call the line #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$] a #strong[boundary line]. For an inequality in one variable, the endpoint is shown with a parenthesis or a bracket depending on whether or not #math.equation(block: false, alt: "a")[$a$] is included in the solution: #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((-291.20pt, 0.0pt), (0.00pt, 0.0pt), stroke: (paint: rgb("#D62128"), thickness: 2.5pt)) line((-291.20pt, 0.0pt), (291.20pt, 0.0pt), stroke: 0.7pt + black) line((-291.20pt, 0.0pt), (-285.20pt, 3.60pt), stroke: 0.7pt + black) line((-291.20pt, 0.0pt), (-285.20pt, -3.60pt), stroke: 0.7pt + black) line((291.20pt, 0.0pt), (285.20pt, 3.60pt), stroke: 0.7pt + black) line((291.20pt, 0.0pt), (285.20pt, -3.60pt), stroke: 0.7pt + black) line((-280.00pt, -4.0pt), (-280.00pt, 4.0pt), stroke: 0.6pt + black) content((-280.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−10]) line((-252.00pt, -4.0pt), (-252.00pt, 4.0pt), stroke: 0.6pt + black) content((-252.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−9]) line((-224.00pt, -4.0pt), (-224.00pt, 4.0pt), stroke: 0.6pt + black) content((-224.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−8]) line((-196.00pt, -4.0pt), (-196.00pt, 4.0pt), stroke: 0.6pt + black) content((-196.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−7]) line((-168.00pt, -4.0pt), (-168.00pt, 4.0pt), stroke: 0.6pt + black) content((-168.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−6]) line((-140.00pt, -4.0pt), (-140.00pt, 4.0pt), stroke: 0.6pt + black) content((-140.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−5]) line((-112.00pt, -4.0pt), (-112.00pt, 4.0pt), stroke: 0.6pt + black) content((-112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−4]) line((-84.00pt, -4.0pt), (-84.00pt, 4.0pt), stroke: 0.6pt + black) content((-84.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−3]) line((-56.00pt, -4.0pt), (-56.00pt, 4.0pt), stroke: 0.6pt + black) content((-56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−2]) line((-28.00pt, -4.0pt), (-28.00pt, 4.0pt), stroke: 0.6pt + black) content((-28.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−1]) line((0.00pt, -4.0pt), (0.00pt, 4.0pt), stroke: 0.6pt + black) content((0.00pt, -9.0pt), anchor: "north", text(size: 8pt)[0]) line((28.00pt, -4.0pt), (28.00pt, 4.0pt), stroke: 0.6pt + black) content((28.00pt, -9.0pt), anchor: "north", text(size: 8pt)[1]) line((56.00pt, -4.0pt), (56.00pt, 4.0pt), stroke: 0.6pt + black) content((56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[2]) line((84.00pt, -4.0pt), (84.00pt, 4.0pt), stroke: 0.6pt + black) content((84.00pt, -9.0pt), anchor: "north", text(size: 8pt)[3]) line((112.00pt, -4.0pt), (112.00pt, 4.0pt), stroke: 0.6pt + black) content((112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[4]) line((140.00pt, -4.0pt), (140.00pt, 4.0pt), stroke: 0.6pt + black) content((140.00pt, -9.0pt), anchor: "north", text(size: 8pt)[5]) line((168.00pt, -4.0pt), (168.00pt, 4.0pt), stroke: 0.6pt + black) content((168.00pt, -9.0pt), anchor: "north", text(size: 8pt)[6]) line((196.00pt, -4.0pt), (196.00pt, 4.0pt), stroke: 0.6pt + black) content((196.00pt, -9.0pt), anchor: "north", text(size: 8pt)[7]) line((224.00pt, -4.0pt), (224.00pt, 4.0pt), stroke: 0.6pt + black) content((224.00pt, -9.0pt), anchor: "north", text(size: 8pt)[8]) line((252.00pt, -4.0pt), (252.00pt, 4.0pt), stroke: 0.6pt + black) content((252.00pt, -9.0pt), anchor: "north", text(size: 8pt)[9]) line((280.00pt, -4.0pt), (280.00pt, 4.0pt), stroke: 0.6pt + black) content((280.00pt, -9.0pt), anchor: "north", text(size: 8pt)[10]) content((0.00pt, 0.0pt), text(size: 14pt, fill: rgb("#D62128"))[)]) circle((0.00pt, 0.0pt), radius: 3.00pt, fill: black, stroke: 0.7pt + black) content((0.00pt, -14pt), anchor: "north", text(size: 9pt)[a]) content((0.00pt, -28.00pt), anchor: "north", text(size: 9pt)[x \< a, (-infinity, a)]) })]), alt: "A line with a close parenthesis at a. The region to the left of the parenthesis is shaded. Text reads, x is less than a.", caption: [Endpoint with Parenthesis], ) #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((-291.20pt, 0.0pt), (0.00pt, 0.0pt), stroke: (paint: rgb("#D62128"), thickness: 2.5pt)) line((-291.20pt, 0.0pt), (291.20pt, 0.0pt), stroke: 0.7pt + black) line((-291.20pt, 0.0pt), (-285.20pt, 3.60pt), stroke: 0.7pt + black) line((-291.20pt, 0.0pt), (-285.20pt, -3.60pt), stroke: 0.7pt + black) line((291.20pt, 0.0pt), (285.20pt, 3.60pt), stroke: 0.7pt + black) line((291.20pt, 0.0pt), (285.20pt, -3.60pt), stroke: 0.7pt + black) line((-280.00pt, -4.0pt), (-280.00pt, 4.0pt), stroke: 0.6pt + black) content((-280.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−10]) line((-252.00pt, -4.0pt), (-252.00pt, 4.0pt), stroke: 0.6pt + black) content((-252.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−9]) line((-224.00pt, -4.0pt), (-224.00pt, 4.0pt), stroke: 0.6pt + black) content((-224.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−8]) line((-196.00pt, -4.0pt), (-196.00pt, 4.0pt), stroke: 0.6pt + black) content((-196.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−7]) line((-168.00pt, -4.0pt), (-168.00pt, 4.0pt), stroke: 0.6pt + black) content((-168.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−6]) line((-140.00pt, -4.0pt), (-140.00pt, 4.0pt), stroke: 0.6pt + black) content((-140.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−5]) line((-112.00pt, -4.0pt), (-112.00pt, 4.0pt), stroke: 0.6pt + black) content((-112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−4]) line((-84.00pt, -4.0pt), (-84.00pt, 4.0pt), stroke: 0.6pt + black) content((-84.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−3]) line((-56.00pt, -4.0pt), (-56.00pt, 4.0pt), stroke: 0.6pt + black) content((-56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−2]) line((-28.00pt, -4.0pt), (-28.00pt, 4.0pt), stroke: 0.6pt + black) content((-28.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−1]) line((0.00pt, -4.0pt), (0.00pt, 4.0pt), stroke: 0.6pt + black) content((0.00pt, -9.0pt), anchor: "north", text(size: 8pt)[0]) line((28.00pt, -4.0pt), (28.00pt, 4.0pt), stroke: 0.6pt + black) content((28.00pt, -9.0pt), anchor: "north", text(size: 8pt)[1]) line((56.00pt, -4.0pt), (56.00pt, 4.0pt), stroke: 0.6pt + black) content((56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[2]) line((84.00pt, -4.0pt), (84.00pt, 4.0pt), stroke: 0.6pt + black) content((84.00pt, -9.0pt), anchor: "north", text(size: 8pt)[3]) line((112.00pt, -4.0pt), (112.00pt, 4.0pt), stroke: 0.6pt + black) content((112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[4]) line((140.00pt, -4.0pt), (140.00pt, 4.0pt), stroke: 0.6pt + black) content((140.00pt, -9.0pt), anchor: "north", text(size: 8pt)[5]) line((168.00pt, -4.0pt), (168.00pt, 4.0pt), stroke: 0.6pt + black) content((168.00pt, -9.0pt), anchor: "north", text(size: 8pt)[6]) line((196.00pt, -4.0pt), (196.00pt, 4.0pt), stroke: 0.6pt + black) content((196.00pt, -9.0pt), anchor: "north", text(size: 8pt)[7]) line((224.00pt, -4.0pt), (224.00pt, 4.0pt), stroke: 0.6pt + black) content((224.00pt, -9.0pt), anchor: "north", text(size: 8pt)[8]) line((252.00pt, -4.0pt), (252.00pt, 4.0pt), stroke: 0.6pt + black) content((252.00pt, -9.0pt), anchor: "north", text(size: 8pt)[9]) line((280.00pt, -4.0pt), (280.00pt, 4.0pt), stroke: 0.6pt + black) content((280.00pt, -9.0pt), anchor: "north", text(size: 8pt)[10]) content((0.00pt, 0.0pt), text(size: 14pt, fill: rgb("#D62128"))[\]]) circle((0.00pt, 0.0pt), radius: 3.00pt, fill: black, stroke: 0.7pt + black) content((0.00pt, -14pt), anchor: "north", text(size: 9pt)[a]) content((0.00pt, -28.00pt), anchor: "north", text(size: 9pt)[x ≤ a, (-infinity, a\]]) })]), alt: "A line with a close bracket at a. The region to the left of the bracket is shaded. Text reads, x is less than or equal to a.", caption: [Endpoint with Bracket], ) Similarly, for an inequality in two variables, the boundary line is shown with a solid or dashed line to show whether or not it the line is included in the solution. #figure(table( columns: 2, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "A x plus B y less than C")[$A x + B y < C$]], [#math.equation(block: false, alt: "A x plus B y less than or equal to C")[$A x + B y ≤ C$]]), [#math.equation(block: false, alt: "A x plus B y greater than C")[$A x + B y > C$]], [#math.equation(block: false, alt: "A x plus B y greater than or equal to C")[$A x + B y ≥ C$]], [Boundary line is #math.equation(block: false, alt: "A x plus B y equals C")[$A x + B y = C$]], [Boundary line is #math.equation(block: false, alt: "A x plus B y equals C")[$A x + B y = C$]], [Boundary line is not included in solution.], [Boundary line is included in solution.], [Boundary line is dashed.], [Boundary line is solid.], )) Now, let us take a look at what we found in Example 5. We will start by graphing the line #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$], and then we will plot the five points we tested, as graphed in . We found that some of the points were solutions to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$] and some were not. Which of the points we plotted are solutions to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]? The points #math.equation(block: false, alt: "open parenthesis 1 , 6 close parenthesis")[$( 1 , 6 )$] and #math.equation(block: false, alt: "open parenthesis minus 8 , 12 close parenthesis")[$( − 8 , 12 )$] are solutions to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. Notice that they are both on the same side of the boundary line #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$]. The two points #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] and #math.equation(block: false, alt: "open parenthesis minus 5 , minus 15 close parenthesis")[$( − 5 , − 15 )$] are on the other side of the boundary line #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$], and they are not solutions to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. For those two points, #math.equation(block: false, alt: "y less than x plus 4")[$y < x + 4$]. What about the point #math.equation(block: false, alt: "open parenthesis 2 , 6 close parenthesis")[$( 2 , 6 )$]? Because #math.equation(block: false, alt: "6 equals 2 plus 4")[$6 = 2 + 4$], the point is a solution to the equation #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$], but not a solution to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. So, the point #math.equation(block: false, alt: "open parenthesis 2 , 6 close parenthesis")[$( 2 , 6 )$] is on the boundary line. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((14.38pt, 31.88pt), (201.25pt, 170.00pt), stroke: 0.7pt + black) circle((57.50pt, 148.75pt), radius: 3.0pt, fill: black, stroke: none) circle((122.19pt, 116.88pt), radius: 3.0pt, fill: black, stroke: none) circle((129.38pt, 116.88pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 85.00pt), radius: 3.0pt, fill: black, stroke: none) circle((79.06pt, 5.31pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−16]) line((7.19pt, 85.00pt), (7.19pt, 82.00pt), stroke: 0.5pt + black) content((7.19pt, 80.00pt), anchor: "north", text(size: 8pt)[−15]) line((14.38pt, 85.00pt), (14.38pt, 82.00pt), stroke: 0.5pt + black) content((14.38pt, 80.00pt), anchor: "north", text(size: 8pt)[−14]) line((21.56pt, 85.00pt), (21.56pt, 82.00pt), stroke: 0.5pt + black) content((21.56pt, 80.00pt), anchor: "north", text(size: 8pt)[−13]) line((28.75pt, 85.00pt), (28.75pt, 82.00pt), stroke: 0.5pt + black) content((28.75pt, 80.00pt), anchor: "north", text(size: 8pt)[−12]) line((35.94pt, 85.00pt), (35.94pt, 82.00pt), stroke: 0.5pt + black) content((35.94pt, 80.00pt), anchor: "north", text(size: 8pt)[−11]) line((43.12pt, 85.00pt), (43.12pt, 82.00pt), stroke: 0.5pt + black) content((43.12pt, 80.00pt), anchor: "north", text(size: 8pt)[−10]) line((50.31pt, 85.00pt), (50.31pt, 82.00pt), stroke: 0.5pt + black) content((50.31pt, 80.00pt), anchor: "north", text(size: 8pt)[−9]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−8]) line((64.69pt, 85.00pt), (64.69pt, 82.00pt), stroke: 0.5pt + black) content((64.69pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((71.88pt, 85.00pt), (71.88pt, 82.00pt), stroke: 0.5pt + black) content((71.88pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((79.06pt, 85.00pt), (79.06pt, 82.00pt), stroke: 0.5pt + black) content((79.06pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((86.25pt, 85.00pt), (86.25pt, 82.00pt), stroke: 0.5pt + black) content((86.25pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((93.44pt, 85.00pt), (93.44pt, 82.00pt), stroke: 0.5pt + black) content((93.44pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((100.62pt, 85.00pt), (100.62pt, 82.00pt), stroke: 0.5pt + black) content((100.62pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((107.81pt, 85.00pt), (107.81pt, 82.00pt), stroke: 0.5pt + black) content((107.81pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((122.19pt, 85.00pt), (122.19pt, 82.00pt), stroke: 0.5pt + black) content((122.19pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((129.38pt, 85.00pt), (129.38pt, 82.00pt), stroke: 0.5pt + black) content((129.38pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((136.56pt, 85.00pt), (136.56pt, 82.00pt), stroke: 0.5pt + black) content((136.56pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((143.75pt, 85.00pt), (143.75pt, 82.00pt), stroke: 0.5pt + black) content((143.75pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((150.94pt, 85.00pt), (150.94pt, 82.00pt), stroke: 0.5pt + black) content((150.94pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((158.12pt, 85.00pt), (158.12pt, 82.00pt), stroke: 0.5pt + black) content((158.12pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((165.31pt, 85.00pt), (165.31pt, 82.00pt), stroke: 0.5pt + black) content((165.31pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[8]) line((179.69pt, 85.00pt), (179.69pt, 82.00pt), stroke: 0.5pt + black) content((179.69pt, 80.00pt), anchor: "north", text(size: 8pt)[9]) line((186.88pt, 85.00pt), (186.88pt, 82.00pt), stroke: 0.5pt + black) content((186.88pt, 80.00pt), anchor: "north", text(size: 8pt)[10]) line((194.06pt, 85.00pt), (194.06pt, 82.00pt), stroke: 0.5pt + black) content((194.06pt, 80.00pt), anchor: "north", text(size: 8pt)[11]) line((201.25pt, 85.00pt), (201.25pt, 82.00pt), stroke: 0.5pt + black) content((201.25pt, 80.00pt), anchor: "north", text(size: 8pt)[12]) line((208.44pt, 85.00pt), (208.44pt, 82.00pt), stroke: 0.5pt + black) content((208.44pt, 80.00pt), anchor: "north", text(size: 8pt)[13]) line((215.62pt, 85.00pt), (215.62pt, 82.00pt), stroke: 0.5pt + black) content((215.62pt, 80.00pt), anchor: "north", text(size: 8pt)[14]) line((222.81pt, 85.00pt), (222.81pt, 82.00pt), stroke: 0.5pt + black) content((222.81pt, 80.00pt), anchor: "north", text(size: 8pt)[15]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[16]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−16]) line((112.00pt, 5.31pt), (115.00pt, 5.31pt), stroke: 0.5pt + black) content((110.00pt, 5.31pt), anchor: "east", text(size: 8pt)[−15]) line((112.00pt, 10.62pt), (115.00pt, 10.62pt), stroke: 0.5pt + black) content((110.00pt, 10.62pt), anchor: "east", text(size: 8pt)[−14]) line((112.00pt, 15.94pt), (115.00pt, 15.94pt), stroke: 0.5pt + black) content((110.00pt, 15.94pt), anchor: "east", text(size: 8pt)[−13]) line((112.00pt, 21.25pt), (115.00pt, 21.25pt), stroke: 0.5pt + black) content((110.00pt, 21.25pt), anchor: "east", text(size: 8pt)[−12]) line((112.00pt, 26.56pt), (115.00pt, 26.56pt), stroke: 0.5pt + black) content((110.00pt, 26.56pt), anchor: "east", text(size: 8pt)[−11]) line((112.00pt, 31.88pt), (115.00pt, 31.88pt), stroke: 0.5pt + black) content((110.00pt, 31.88pt), anchor: "east", text(size: 8pt)[−10]) line((112.00pt, 37.19pt), (115.00pt, 37.19pt), stroke: 0.5pt + black) content((110.00pt, 37.19pt), anchor: "east", text(size: 8pt)[−9]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−8]) line((112.00pt, 47.81pt), (115.00pt, 47.81pt), stroke: 0.5pt + black) content((110.00pt, 47.81pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 53.12pt), (115.00pt, 53.12pt), stroke: 0.5pt + black) content((110.00pt, 53.12pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 58.44pt), (115.00pt, 58.44pt), stroke: 0.5pt + black) content((110.00pt, 58.44pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 63.75pt), (115.00pt, 63.75pt), stroke: 0.5pt + black) content((110.00pt, 63.75pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 69.06pt), (115.00pt, 69.06pt), stroke: 0.5pt + black) content((110.00pt, 69.06pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 74.38pt), (115.00pt, 74.38pt), stroke: 0.5pt + black) content((110.00pt, 74.38pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 79.69pt), (115.00pt, 79.69pt), stroke: 0.5pt + black) content((110.00pt, 79.69pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 90.31pt), (115.00pt, 90.31pt), stroke: 0.5pt + black) content((110.00pt, 90.31pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 95.62pt), (115.00pt, 95.62pt), stroke: 0.5pt + black) content((110.00pt, 95.62pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 100.94pt), (115.00pt, 100.94pt), stroke: 0.5pt + black) content((110.00pt, 100.94pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 106.25pt), (115.00pt, 106.25pt), stroke: 0.5pt + black) content((110.00pt, 106.25pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 111.56pt), (115.00pt, 111.56pt), stroke: 0.5pt + black) content((110.00pt, 111.56pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 116.88pt), (115.00pt, 116.88pt), stroke: 0.5pt + black) content((110.00pt, 116.88pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 122.19pt), (115.00pt, 122.19pt), stroke: 0.5pt + black) content((110.00pt, 122.19pt), anchor: "east", text(size: 8pt)[7]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[8]) line((112.00pt, 132.81pt), (115.00pt, 132.81pt), stroke: 0.5pt + black) content((110.00pt, 132.81pt), anchor: "east", text(size: 8pt)[9]) line((112.00pt, 138.12pt), (115.00pt, 138.12pt), stroke: 0.5pt + black) content((110.00pt, 138.12pt), anchor: "east", text(size: 8pt)[10]) line((112.00pt, 143.44pt), (115.00pt, 143.44pt), stroke: 0.5pt + black) content((110.00pt, 143.44pt), anchor: "east", text(size: 8pt)[11]) line((112.00pt, 148.75pt), (115.00pt, 148.75pt), stroke: 0.5pt + black) content((110.00pt, 148.75pt), anchor: "east", text(size: 8pt)[12]) line((112.00pt, 154.06pt), (115.00pt, 154.06pt), stroke: 0.5pt + black) content((110.00pt, 154.06pt), anchor: "east", text(size: 8pt)[13]) line((112.00pt, 159.38pt), (115.00pt, 159.38pt), stroke: 0.5pt + black) content((110.00pt, 159.38pt), anchor: "east", text(size: 8pt)[14]) line((112.00pt, 164.69pt), (115.00pt, 164.69pt), stroke: 0.5pt + black) content((110.00pt, 164.69pt), anchor: "east", text(size: 8pt)[15]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[16]) })]), alt: "Five points and a line are plotted on an x y coordinate plane. The x and y axes range from negative 16 to 16, in increments of 1. The points are plotted at the following coordinates: (negative 8, 12), (1, 6), (2, 6), (0, 0), and (negative 5, negative 15). The line passes through the following points: (negative 14, negative 10), (negative 4, 0), (0, 4), (2, 6), and (12, 16).", caption: [Graph of #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$]], ) Let us take another point above the boundary line and test whether or not it is a solution to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. The point #math.equation(block: false, alt: "open parenthesis 0 , 10 close parenthesis")[$( 0 , 10 )$] clearly looks to be above the boundary line, doesn’t it? Is it a solution to the inequality? #math.equation(block: true, alt: "y, greater than, x plus 4; 10, greater than ?, 0 plus 4; 10, greater than, 4 ✓")[$y & > & x + 4 \ 10 & limits(>)^(?) & 0 + 4 \ 10 & > & 4 ✓$] Yes, #math.equation(block: false, alt: "open parenthesis 0 , 10 close parenthesis")[$( 0 , 10 )$] is a solution to #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. Any point you choose above the boundary line is a solution to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. All points above the boundary line are solutions. Similarly, all points below the boundary line, the side with #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] and #math.equation(block: false, alt: "open parenthesis minus 5 , minus 15 close parenthesis")[$( − 5 , − 15 )$], are not solutions to #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$], as shown. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((14.38pt, 31.88pt), (201.25pt, 170.00pt), stroke: 0.7pt + black) content((102.46pt, 108.18pt), anchor: "south", text(size: 9pt)[y = x + 4]) circle((57.50pt, 148.75pt), radius: 3.0pt, fill: black, stroke: none) circle((122.19pt, 116.88pt), radius: 3.0pt, fill: black, stroke: none) circle((129.38pt, 116.88pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 85.00pt), radius: 3.0pt, fill: black, stroke: none) circle((115.00pt, 138.12pt), radius: 3.0pt, fill: black, stroke: none) circle((79.06pt, 5.31pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−16]) line((7.19pt, 85.00pt), (7.19pt, 82.00pt), stroke: 0.5pt + black) content((7.19pt, 80.00pt), anchor: "north", text(size: 8pt)[−15]) line((14.38pt, 85.00pt), (14.38pt, 82.00pt), stroke: 0.5pt + black) content((14.38pt, 80.00pt), anchor: "north", text(size: 8pt)[−14]) line((21.56pt, 85.00pt), (21.56pt, 82.00pt), stroke: 0.5pt + black) content((21.56pt, 80.00pt), anchor: "north", text(size: 8pt)[−13]) line((28.75pt, 85.00pt), (28.75pt, 82.00pt), stroke: 0.5pt + black) content((28.75pt, 80.00pt), anchor: "north", text(size: 8pt)[−12]) line((35.94pt, 85.00pt), (35.94pt, 82.00pt), stroke: 0.5pt + black) content((35.94pt, 80.00pt), anchor: "north", text(size: 8pt)[−11]) line((43.12pt, 85.00pt), (43.12pt, 82.00pt), stroke: 0.5pt + black) content((43.12pt, 80.00pt), anchor: "north", text(size: 8pt)[−10]) line((50.31pt, 85.00pt), (50.31pt, 82.00pt), stroke: 0.5pt + black) content((50.31pt, 80.00pt), anchor: "north", text(size: 8pt)[−9]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−8]) line((64.69pt, 85.00pt), (64.69pt, 82.00pt), stroke: 0.5pt + black) content((64.69pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((71.88pt, 85.00pt), (71.88pt, 82.00pt), stroke: 0.5pt + black) content((71.88pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((79.06pt, 85.00pt), (79.06pt, 82.00pt), stroke: 0.5pt + black) content((79.06pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((86.25pt, 85.00pt), (86.25pt, 82.00pt), stroke: 0.5pt + black) content((86.25pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((93.44pt, 85.00pt), (93.44pt, 82.00pt), stroke: 0.5pt + black) content((93.44pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((100.62pt, 85.00pt), (100.62pt, 82.00pt), stroke: 0.5pt + black) content((100.62pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((107.81pt, 85.00pt), (107.81pt, 82.00pt), stroke: 0.5pt + black) content((107.81pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((122.19pt, 85.00pt), (122.19pt, 82.00pt), stroke: 0.5pt + black) content((122.19pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((129.38pt, 85.00pt), (129.38pt, 82.00pt), stroke: 0.5pt + black) content((129.38pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((136.56pt, 85.00pt), (136.56pt, 82.00pt), stroke: 0.5pt + black) content((136.56pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((143.75pt, 85.00pt), (143.75pt, 82.00pt), stroke: 0.5pt + black) content((143.75pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((150.94pt, 85.00pt), (150.94pt, 82.00pt), stroke: 0.5pt + black) content((150.94pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((158.12pt, 85.00pt), (158.12pt, 82.00pt), stroke: 0.5pt + black) content((158.12pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((165.31pt, 85.00pt), (165.31pt, 82.00pt), stroke: 0.5pt + black) content((165.31pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[8]) line((179.69pt, 85.00pt), (179.69pt, 82.00pt), stroke: 0.5pt + black) content((179.69pt, 80.00pt), anchor: "north", text(size: 8pt)[9]) line((186.88pt, 85.00pt), (186.88pt, 82.00pt), stroke: 0.5pt + black) content((186.88pt, 80.00pt), anchor: "north", text(size: 8pt)[10]) line((194.06pt, 85.00pt), (194.06pt, 82.00pt), stroke: 0.5pt + black) content((194.06pt, 80.00pt), anchor: "north", text(size: 8pt)[11]) line((201.25pt, 85.00pt), (201.25pt, 82.00pt), stroke: 0.5pt + black) content((201.25pt, 80.00pt), anchor: "north", text(size: 8pt)[12]) line((208.44pt, 85.00pt), (208.44pt, 82.00pt), stroke: 0.5pt + black) content((208.44pt, 80.00pt), anchor: "north", text(size: 8pt)[13]) line((215.62pt, 85.00pt), (215.62pt, 82.00pt), stroke: 0.5pt + black) content((215.62pt, 80.00pt), anchor: "north", text(size: 8pt)[14]) line((222.81pt, 85.00pt), (222.81pt, 82.00pt), stroke: 0.5pt + black) content((222.81pt, 80.00pt), anchor: "north", text(size: 8pt)[15]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[16]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−16]) line((112.00pt, 5.31pt), (115.00pt, 5.31pt), stroke: 0.5pt + black) content((110.00pt, 5.31pt), anchor: "east", text(size: 8pt)[−15]) line((112.00pt, 10.62pt), (115.00pt, 10.62pt), stroke: 0.5pt + black) content((110.00pt, 10.62pt), anchor: "east", text(size: 8pt)[−14]) line((112.00pt, 15.94pt), (115.00pt, 15.94pt), stroke: 0.5pt + black) content((110.00pt, 15.94pt), anchor: "east", text(size: 8pt)[−13]) line((112.00pt, 21.25pt), (115.00pt, 21.25pt), stroke: 0.5pt + black) content((110.00pt, 21.25pt), anchor: "east", text(size: 8pt)[−12]) line((112.00pt, 26.56pt), (115.00pt, 26.56pt), stroke: 0.5pt + black) content((110.00pt, 26.56pt), anchor: "east", text(size: 8pt)[−11]) line((112.00pt, 31.88pt), (115.00pt, 31.88pt), stroke: 0.5pt + black) content((110.00pt, 31.88pt), anchor: "east", text(size: 8pt)[−10]) line((112.00pt, 37.19pt), (115.00pt, 37.19pt), stroke: 0.5pt + black) content((110.00pt, 37.19pt), anchor: "east", text(size: 8pt)[−9]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−8]) line((112.00pt, 47.81pt), (115.00pt, 47.81pt), stroke: 0.5pt + black) content((110.00pt, 47.81pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 53.12pt), (115.00pt, 53.12pt), stroke: 0.5pt + black) content((110.00pt, 53.12pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 58.44pt), (115.00pt, 58.44pt), stroke: 0.5pt + black) content((110.00pt, 58.44pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 63.75pt), (115.00pt, 63.75pt), stroke: 0.5pt + black) content((110.00pt, 63.75pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 69.06pt), (115.00pt, 69.06pt), stroke: 0.5pt + black) content((110.00pt, 69.06pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 74.38pt), (115.00pt, 74.38pt), stroke: 0.5pt + black) content((110.00pt, 74.38pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 79.69pt), (115.00pt, 79.69pt), stroke: 0.5pt + black) content((110.00pt, 79.69pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 90.31pt), (115.00pt, 90.31pt), stroke: 0.5pt + black) content((110.00pt, 90.31pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 95.62pt), (115.00pt, 95.62pt), stroke: 0.5pt + black) content((110.00pt, 95.62pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 100.94pt), (115.00pt, 100.94pt), stroke: 0.5pt + black) content((110.00pt, 100.94pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 106.25pt), (115.00pt, 106.25pt), stroke: 0.5pt + black) content((110.00pt, 106.25pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 111.56pt), (115.00pt, 111.56pt), stroke: 0.5pt + black) content((110.00pt, 111.56pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 116.88pt), (115.00pt, 116.88pt), stroke: 0.5pt + black) content((110.00pt, 116.88pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 122.19pt), (115.00pt, 122.19pt), stroke: 0.5pt + black) content((110.00pt, 122.19pt), anchor: "east", text(size: 8pt)[7]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[8]) line((112.00pt, 132.81pt), (115.00pt, 132.81pt), stroke: 0.5pt + black) content((110.00pt, 132.81pt), anchor: "east", text(size: 8pt)[9]) line((112.00pt, 138.12pt), (115.00pt, 138.12pt), stroke: 0.5pt + black) content((105.50pt, 138.12pt), anchor: "east", text(size: 8pt)[10]) line((112.00pt, 143.44pt), (115.00pt, 143.44pt), stroke: 0.5pt + black) content((110.00pt, 143.44pt), anchor: "east", text(size: 8pt)[11]) line((112.00pt, 148.75pt), (115.00pt, 148.75pt), stroke: 0.5pt + black) content((110.00pt, 148.75pt), anchor: "east", text(size: 8pt)[12]) line((112.00pt, 154.06pt), (115.00pt, 154.06pt), stroke: 0.5pt + black) content((110.00pt, 154.06pt), anchor: "east", text(size: 8pt)[13]) line((112.00pt, 159.38pt), (115.00pt, 159.38pt), stroke: 0.5pt + black) content((110.00pt, 159.38pt), anchor: "east", text(size: 8pt)[14]) line((112.00pt, 164.69pt), (115.00pt, 164.69pt), stroke: 0.5pt + black) content((110.00pt, 164.69pt), anchor: "east", text(size: 8pt)[15]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[16]) })]), alt: "Six points and a line are plotted on an x y coordinate plane. The x and y axes range from negative 16 to 16, in increments of 1. The points are plotted at the following coordinates: (negative 8, 12), (1, 6), (2, 6), (0, 0), (0, 10), and (negative 5, negative 15). The line passes through the following points: (negative 14, negative 10), (negative 4, 0), (0, 4), (2, 6), and (12, 16). The region to the left of the line represents y greater than x plus 4. The region to the right of the line represents y lesser than x plus 4.", caption: [Graph of #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$], with #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$] Above the Boundary Line and #math.equation(block: false, alt: "y less than x plus 4")[$y < x + 4$] Below the Boundary Line], ) The graph of the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$] is shown. The line #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$] divides the plane into two regions. The shaded side shows the solutions to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]. The points on the boundary line, those where #math.equation(block: false, alt: "y equals x plus 4")[$y = x + 4$], are not solutions to the inequality #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$], so the line itself is not part of the solution. We show that by making the boundary line dashed, not solid. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((172.50pt, 170.00pt), (0.00pt, 170.00pt), (0.00pt, 42.50pt), close: true, stroke: none, fill: rgb("#1D56A6").transparentize(78%)) line((0.00pt, 42.50pt), (172.50pt, 170.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((0.00pt, 85.00pt), (234.00pt, 85.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((115.00pt, 0.00pt), (115.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 85.00pt), (0.00pt, 82.00pt), stroke: 0.5pt + black) content((0.00pt, 80.00pt), anchor: "north", text(size: 8pt)[−8]) line((14.38pt, 85.00pt), (14.38pt, 82.00pt), stroke: 0.5pt + black) content((14.38pt, 80.00pt), anchor: "north", text(size: 8pt)[−7]) line((28.75pt, 85.00pt), (28.75pt, 82.00pt), stroke: 0.5pt + black) content((28.75pt, 80.00pt), anchor: "north", text(size: 8pt)[−6]) line((43.12pt, 85.00pt), (43.12pt, 82.00pt), stroke: 0.5pt + black) content((43.12pt, 80.00pt), anchor: "north", text(size: 8pt)[−5]) line((57.50pt, 85.00pt), (57.50pt, 82.00pt), stroke: 0.5pt + black) content((57.50pt, 80.00pt), anchor: "north", text(size: 8pt)[−4]) line((71.88pt, 85.00pt), (71.88pt, 82.00pt), stroke: 0.5pt + black) content((71.88pt, 80.00pt), anchor: "north", text(size: 8pt)[−3]) line((86.25pt, 85.00pt), (86.25pt, 82.00pt), stroke: 0.5pt + black) content((86.25pt, 80.00pt), anchor: "north", text(size: 8pt)[−2]) line((100.62pt, 85.00pt), (100.62pt, 82.00pt), stroke: 0.5pt + black) content((100.62pt, 80.00pt), anchor: "north", text(size: 8pt)[−1]) line((129.38pt, 85.00pt), (129.38pt, 82.00pt), stroke: 0.5pt + black) content((129.38pt, 80.00pt), anchor: "north", text(size: 8pt)[1]) line((143.75pt, 85.00pt), (143.75pt, 82.00pt), stroke: 0.5pt + black) content((143.75pt, 80.00pt), anchor: "north", text(size: 8pt)[2]) line((158.12pt, 85.00pt), (158.12pt, 82.00pt), stroke: 0.5pt + black) content((158.12pt, 80.00pt), anchor: "north", text(size: 8pt)[3]) line((172.50pt, 85.00pt), (172.50pt, 82.00pt), stroke: 0.5pt + black) content((172.50pt, 80.00pt), anchor: "north", text(size: 8pt)[4]) line((186.88pt, 85.00pt), (186.88pt, 82.00pt), stroke: 0.5pt + black) content((186.88pt, 80.00pt), anchor: "north", text(size: 8pt)[5]) line((201.25pt, 85.00pt), (201.25pt, 82.00pt), stroke: 0.5pt + black) content((201.25pt, 80.00pt), anchor: "north", text(size: 8pt)[6]) line((215.62pt, 85.00pt), (215.62pt, 82.00pt), stroke: 0.5pt + black) content((215.62pt, 80.00pt), anchor: "north", text(size: 8pt)[7]) line((230.00pt, 85.00pt), (230.00pt, 82.00pt), stroke: 0.5pt + black) content((230.00pt, 80.00pt), anchor: "north", text(size: 8pt)[8]) line((112.00pt, 0.00pt), (115.00pt, 0.00pt), stroke: 0.5pt + black) content((110.00pt, 0.00pt), anchor: "east", text(size: 8pt)[−8]) line((112.00pt, 10.62pt), (115.00pt, 10.62pt), stroke: 0.5pt + black) content((110.00pt, 10.62pt), anchor: "east", text(size: 8pt)[−7]) line((112.00pt, 21.25pt), (115.00pt, 21.25pt), stroke: 0.5pt + black) content((110.00pt, 21.25pt), anchor: "east", text(size: 8pt)[−6]) line((112.00pt, 31.88pt), (115.00pt, 31.88pt), stroke: 0.5pt + black) content((110.00pt, 31.88pt), anchor: "east", text(size: 8pt)[−5]) line((112.00pt, 42.50pt), (115.00pt, 42.50pt), stroke: 0.5pt + black) content((110.00pt, 42.50pt), anchor: "east", text(size: 8pt)[−4]) line((112.00pt, 53.12pt), (115.00pt, 53.12pt), stroke: 0.5pt + black) content((110.00pt, 53.12pt), anchor: "east", text(size: 8pt)[−3]) line((112.00pt, 63.75pt), (115.00pt, 63.75pt), stroke: 0.5pt + black) content((110.00pt, 63.75pt), anchor: "east", text(size: 8pt)[−2]) line((112.00pt, 74.38pt), (115.00pt, 74.38pt), stroke: 0.5pt + black) content((110.00pt, 74.38pt), anchor: "east", text(size: 8pt)[−1]) line((112.00pt, 95.62pt), (115.00pt, 95.62pt), stroke: 0.5pt + black) content((110.00pt, 95.62pt), anchor: "east", text(size: 8pt)[1]) line((112.00pt, 106.25pt), (115.00pt, 106.25pt), stroke: 0.5pt + black) content((110.00pt, 106.25pt), anchor: "east", text(size: 8pt)[2]) line((112.00pt, 116.88pt), (115.00pt, 116.88pt), stroke: 0.5pt + black) content((110.00pt, 116.88pt), anchor: "east", text(size: 8pt)[3]) line((112.00pt, 127.50pt), (115.00pt, 127.50pt), stroke: 0.5pt + black) content((110.00pt, 127.50pt), anchor: "east", text(size: 8pt)[4]) line((112.00pt, 138.12pt), (115.00pt, 138.12pt), stroke: 0.5pt + black) content((110.00pt, 138.12pt), anchor: "east", text(size: 8pt)[5]) line((112.00pt, 148.75pt), (115.00pt, 148.75pt), stroke: 0.5pt + black) content((110.00pt, 148.75pt), anchor: "east", text(size: 8pt)[6]) line((112.00pt, 159.38pt), (115.00pt, 159.38pt), stroke: 0.5pt + black) content((110.00pt, 159.38pt), anchor: "east", text(size: 8pt)[7]) line((112.00pt, 170.00pt), (115.00pt, 170.00pt), stroke: 0.5pt + black) content((110.00pt, 170.00pt), anchor: "east", text(size: 8pt)[8]) })]), alt: "A dashed line is plotted on an x y coordinate plane. The x and y axes range from negative 8 to 8, in increments of 1. The line passes through the following points, (negative 8, negative 4), (negative 4, 0), (0, 4), and (4, 8). The region above the line is shaded.", caption: [Graph of #math.equation(block: false, alt: "y greater than x plus 4")[$y > x + 4$]], ) #examplebox("Example 6")[Writing a Linear Inequality Shown by a Graph][ The boundary line shown in this graph is #math.equation(block: false, alt: "y equals 2 x minus 1")[$y = 2 x − 1$]. Write the inequality shown. #figure( stdfig([#cetz.canvas({ import cetz.draw: * content((0.00pt, 24.00pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[Shaded Region to the Left of a Line]) line((-235.20pt, 0.0pt), (-84.00pt, 0.0pt), stroke: (paint: rgb("#D62128"), thickness: 2.5pt)) line((-235.20pt, 0.0pt), (235.20pt, 0.0pt), stroke: 0.7pt + black) line((-235.20pt, 0.0pt), (-229.20pt, 3.60pt), stroke: 0.7pt + black) line((-235.20pt, 0.0pt), (-229.20pt, -3.60pt), stroke: 0.7pt + black) line((235.20pt, 0.0pt), (229.20pt, 3.60pt), stroke: 0.7pt + black) line((235.20pt, 0.0pt), (229.20pt, -3.60pt), stroke: 0.7pt + black) line((-224.00pt, -4.0pt), (-224.00pt, 4.0pt), stroke: 0.6pt + black) content((-224.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−8]) line((-168.00pt, -4.0pt), (-168.00pt, 4.0pt), stroke: 0.6pt + black) content((-168.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−6]) line((-112.00pt, -4.0pt), (-112.00pt, 4.0pt), stroke: 0.6pt + black) content((-112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−4]) line((-56.00pt, -4.0pt), (-56.00pt, 4.0pt), stroke: 0.6pt + black) content((-56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[−2]) line((0.00pt, -4.0pt), (0.00pt, 4.0pt), stroke: 0.6pt + black) content((0.00pt, -9.0pt), anchor: "north", text(size: 8pt)[0]) line((56.00pt, -4.0pt), (56.00pt, 4.0pt), stroke: 0.6pt + black) content((56.00pt, -9.0pt), anchor: "north", text(size: 8pt)[2]) line((112.00pt, -4.0pt), (112.00pt, 4.0pt), stroke: 0.6pt + black) content((112.00pt, -9.0pt), anchor: "north", text(size: 8pt)[4]) line((168.00pt, -4.0pt), (168.00pt, 4.0pt), stroke: 0.6pt + black) content((168.00pt, -9.0pt), anchor: "north", text(size: 8pt)[6]) line((224.00pt, -4.0pt), (224.00pt, 4.0pt), stroke: 0.6pt + black) content((224.00pt, -9.0pt), anchor: "north", text(size: 8pt)[8]) content((-84.00pt, 0.0pt), text(size: 14pt, fill: rgb("#D62128"))[)]) circle((-84.00pt, 0.0pt), radius: 3.00pt, fill: black, stroke: 0.7pt + black) content((-84.00pt, -14pt), anchor: "north", text(size: 9pt)[x = -3]) circle((0.00pt, 0.0pt), radius: 3.00pt, fill: black, stroke: 0.7pt + black) content((0.00pt, -14pt), anchor: "north", text(size: 9pt)[x = 0]) circle((28.00pt, 0.0pt), radius: 3.00pt, fill: black, stroke: 0.7pt + black) content((28.00pt, -14pt), anchor: "north", text(size: 9pt)[x = 1]) circle((112.00pt, 0.0pt), radius: 3.00pt, fill: black, stroke: 0.7pt + black) content((112.00pt, -14pt), anchor: "north", text(size: 9pt)[x = 4]) content((0.00pt, -28.00pt), anchor: "north", text(size: 9pt)[x \< -3]) })]), alt: "A dashed line is plotted on an x y coordinate plane. The x and y axes range from negative 8 to 8, in increments of 2. The line passes through the following points, (negative 3, negative 7), (0, negative 1, (1, 1), and (4, 7). The region to the left of the line is shaded.", caption: none, ) #solutionbox[ The line #math.equation(block: false, alt: "y equals 2 x minus 1")[$y = 2 x − 1$] is the boundary line. On one side of the line are the points with #math.equation(block: false, alt: "y greater than 2 x minus 1")[$y > 2 x − 1$] and on the other side of the line are the points with #math.equation(block: false, alt: "y less than 2 x minus 1")[$y < 2 x − 1$]. Let us test the point #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] and see which inequality describes its position relative to the boundary line. At #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$], which inequality is true: #math.equation(block: false, alt: "y greater than 2 x minus 1")[$y > 2 x − 1$] or #math.equation(block: false, alt: "y less than 2 x minus 1")[$y < 2 x − 1$]? #figure(table( columns: 2, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "0 greater than 2 open parenthesis 0 close parenthesis minus 1")[$0 > 2 ( 0 ) − 1$]], [#math.equation(block: false, alt: "0 less than 2 open parenthesis 0 close parenthesis minus 1")[$0 < 2 ( 0 ) − 1$]]), [#math.equation(block: false, alt: "0 greater than 0 minus 1")[$0 > 0 − 1$]], [#math.equation(block: false, alt: "0 less than 0 minus 1")[$0 < 0 − 1$]], [#math.equation(block: false, alt: "0 greater than minus 1")[$0 > − 1$]], [#math.equation(block: false, alt: "0 less than minus 1")[$0 < − 1$]], [True], [False], )) Since #math.equation(block: false, alt: "y greater than 2 x minus 1")[$y > 2 x − 1$] is true, the side of the line with #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$], is the solution. The shaded region shows the solution of the inequality #math.equation(block: false, alt: "y greater than 2 x minus 1")[$y > 2 x − 1$]. Since the boundary line is graphed with a dashed line, the inequality does not include the equal sign. The graph shows the inequality #math.equation(block: false, alt: "y greater than 2 x minus 1")[$y > 2 x − 1$]. We could use an #math.equation(block: false, alt: "y")[$y$] point as a test point, provided it is not on the line. Why did we choose #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$]? Because it is the easiest to evaluate. You may want to pick a point on the other side of the boundary line and check that #math.equation(block: false, alt: "y less than 2 x minus 1")[$y < 2 x − 1$]. ] ] #examplebox("Example 7")[Graphing a Linear Inequality][ Graph the linear inequality #math.equation(block: false, alt: "y greater than or equal to the fraction 3 over 4 x minus 2")[$y ≥ frac(3, 4) x − 2$]. #solutionbox[ #figure(table( columns: 3, align: left, inset: 6pt, table.header([#strong[Step 1.] Identify and graph the boundary line . If the inequality is ≤ or ≥, the boundary line is solid. If the inequality is \< or \>, the boundary line is dashed.], [Replace the inequality sign with an equal sign to find the boundary line. Graph the boundary line #math.equation(block: false, alt: "y equals the fraction 3 over 4 x minus 2")[$y = frac(3, 4) x − 2$]. The inequality sign is ≥, so we draw a solid line.], []), [#strong[Step 2.] Test a point that is not on the boundary line. Is it a solution of the inequality?], [We’ll test #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$]. Is it a solution of the inequality?], [At #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$], is #math.equation(block: false, alt: "y greater than or equal to the fraction 3 over 4 x minus 2")[$y ≥ frac(3, 4) x − 2$]? #math.equation(block: false, alt: "0 greater than or equal to ? the fraction 3 over 4 open parenthesis 0 close parenthesis minus 2; 0 greater than or equal to minus 2")[$0 limits(≥)^(?) frac(3, 4) ( 0 ) − 2 \ 0 ≥ − 2$] So, #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] is a solution.], [#strong[Step 3.] Shade in one side of the boundary line . If the test point is a solution, shade in the side that includes the point. If the test point is not a solution, shade in the opposite side.], [The test point #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] is a solution to #math.equation(block: false, alt: "y greater than or equal to the fraction 3 over 4 x minus 2")[$y ≥ frac(3, 4) x − 2$]. So we shade in that side.], [All points in the shaded region and on the boundary line represent the solution to #math.equation(block: false, alt: "y greater than or equal to the fraction 3 over 4 x minus 2")[$y ≥ frac(3, 4) x − 2$].], )) ] ] #notebox("Video", rgb("#DC2626"), rgb("#DC2626"), rgb("#f7f8fa"))[ #link("https://openstax.org/r/Graphing_linear")[Graphing Linear Inequalities in Two Variables] ] === Solving Applications Using Linear Inequalities in Two Variables Many fields use linear inequalities to model a problem. While our examples may be about simple situations, they give us an opportunity to build our skills and to get a feel for how they might be used. #examplebox("Example 8")[Working Multiple Jobs][ Hilaria works two part time jobs to earn enough money to meet her obligations of at least \$240 a week. Her job in food service pays \$10 an hour and her tutoring job on campus pays \$15 an hour. How many hours does Hilaria need to work at each job to earn at least \$240? + Let #math.equation(block: false, alt: "x")[$x$] be the number of hours she works at the job in food service and let #math.equation(block: false, alt: "y")[$y$] be the number of hours she works tutoring. Write an inequality that would model this situation. + Graph the inequality. + Find three ordered pairs (#math.equation(block: false, alt: "x,y")[$italic("x,y")$]) that would be solutions to the inequality. Then, explain what that means for Hilaria. #solutionbox[ + Let #math.equation(block: false, alt: "x")[$x$] be the number of hours she works at the job in food service and let #math.equation(block: false, alt: "y")[$y$] be the number of hours she works tutoring. She earns \$10 per hour at the job in food service and \$15 an hour tutoring. At each job, the number of hours multiplied by the hourly wage will give the amount earned at that job. #math.equation(block: true, alt: "Amount earned at the food service job ︸ 10 x plus + the amount earned tutoring ︸ 15 y is at least ︸ greater than or equal to 240")[$limits(underbrace("Amount earned at the food service job"))_("10" x) limits(#h(0.28em) "plus")_("+") limits(underbrace(#h(0.28em) "the amount earned tutoring"))_("15" y) limits(underbrace(#h(0.28em) "is at least"))_(≥ "240")$] + Graph the inequality: #strong[Step 1:] Graph the boundary line #math.equation(block: false, alt: "10 x plus 15 y equals 240")[$10 x + 15 y = 240$] Create a table of values #figure(table( columns: 2, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "x")[$x$]], [#math.equation(block: false, alt: "y")[$y$]]), [0], [#math.equation(block: false, alt: "10 open parenthesis 0 close parenthesis plus 15 y equals 240 minus greater than y equals 16")[$10 ( 0 ) + 15 y = 240 − > y = 16$]], [6], [#math.equation(block: false, alt: "10 open parenthesis 6 close parenthesis plus 15 y equals 240 minus greater than y equals 12")[$10 ( 6 ) + 15 y = 240 − > y = 12$]], [12], [#math.equation(block: false, alt: "10 open parenthesis 12 close parenthesis plus 15 y equals 240 minus greater than y equals 8")[$10 ( 12 ) + 15 y = 240 − > y = 8$]], )) #strong[Step 2:] Pick a test point. Let us pick #math.equation(block: false, alt: "open parenthesis 0 , 0 close parenthesis")[$( 0 , 0 )$] again: #math.equation(block: false, alt: "10 open parenthesis 0 close parenthesis plus 15 open parenthesis 0 close parenthesis greater than or equal to 240")[$10 ( 0 ) + 15 ( 0 ) ≥ 240$]? #math.equation(block: false, alt: "0 greater than or equal to 240")[$0 ≥ 240$] is false and not a solution so the shading happens on the other side of the boundary line . #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((184.00pt, 0.00pt), (230.00pt, 0.00pt), (230.00pt, 170.00pt), (0.00pt, 170.00pt), (0.00pt, 90.67pt), close: true, stroke: none, fill: rgb("#1D56A6").transparentize(78%)) line((0.00pt, 90.67pt), (184.00pt, 0.00pt), stroke: 0.7pt + black) circle((0.00pt, 90.67pt), radius: 3.0pt, fill: black, stroke: none) circle((46.00pt, 68.00pt), radius: 3.0pt, fill: black, stroke: none) circle((92.00pt, 45.33pt), radius: 3.0pt, fill: black, stroke: none) circle((138.00pt, 22.67pt), radius: 3.0pt, fill: black, stroke: none) circle((184.00pt, 0.00pt), radius: 3.0pt, fill: black, stroke: none) line((0.00pt, 0.00pt), (234.00pt, 0.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((0.00pt, 0.00pt), (0.00pt, 174.00pt), stroke: 0.7pt + black, mark: (end: ">", fill: black, size: 0.18)) line((15.33pt, 0.00pt), (15.33pt, -3.00pt), stroke: 0.5pt + black) content((15.33pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((30.67pt, 0.00pt), (30.67pt, -3.00pt), stroke: 0.5pt + black) content((30.67pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((46.00pt, 0.00pt), (46.00pt, -3.00pt), stroke: 0.5pt + black) content((46.00pt, -5.00pt), anchor: "north", text(size: 8pt)[6]) line((61.33pt, 0.00pt), (61.33pt, -3.00pt), stroke: 0.5pt + black) content((61.33pt, -5.00pt), anchor: "north", text(size: 8pt)[8]) line((76.67pt, 0.00pt), (76.67pt, -3.00pt), stroke: 0.5pt + black) content((76.67pt, -5.00pt), anchor: "north", text(size: 8pt)[10]) line((92.00pt, 0.00pt), (92.00pt, -3.00pt), stroke: 0.5pt + black) content((92.00pt, -5.00pt), anchor: "north", text(size: 8pt)[12]) line((107.33pt, 0.00pt), (107.33pt, -3.00pt), stroke: 0.5pt + black) content((107.33pt, -5.00pt), anchor: "north", text(size: 8pt)[14]) line((122.67pt, 0.00pt), (122.67pt, -3.00pt), stroke: 0.5pt + black) content((122.67pt, -5.00pt), anchor: "north", text(size: 8pt)[16]) line((138.00pt, 0.00pt), (138.00pt, -3.00pt), stroke: 0.5pt + black) content((138.00pt, -5.00pt), anchor: "north", text(size: 8pt)[18]) line((153.33pt, 0.00pt), (153.33pt, -3.00pt), stroke: 0.5pt + black) content((153.33pt, -5.00pt), anchor: "north", text(size: 8pt)[20]) line((168.67pt, 0.00pt), (168.67pt, -3.00pt), stroke: 0.5pt + black) content((168.67pt, -5.00pt), anchor: "north", text(size: 8pt)[22]) line((184.00pt, 0.00pt), (184.00pt, -3.00pt), stroke: 0.5pt + black) content((184.00pt, -9.50pt), anchor: "north", text(size: 8pt)[24]) line((199.33pt, 0.00pt), (199.33pt, -3.00pt), stroke: 0.5pt + black) content((199.33pt, -5.00pt), anchor: "north", text(size: 8pt)[26]) line((214.67pt, 0.00pt), (214.67pt, -3.00pt), stroke: 0.5pt + black) content((214.67pt, -5.00pt), anchor: "north", text(size: 8pt)[28]) line((230.00pt, 0.00pt), (230.00pt, -3.00pt), stroke: 0.5pt + black) content((230.00pt, -5.00pt), anchor: "north", text(size: 8pt)[30]) line((-3.00pt, 11.33pt), (0.00pt, 11.33pt), stroke: 0.5pt + black) content((-5.00pt, 11.33pt), anchor: "east", text(size: 8pt)[2]) line((-3.00pt, 22.67pt), (0.00pt, 22.67pt), stroke: 0.5pt + black) content((-5.00pt, 22.67pt), anchor: "east", text(size: 8pt)[4]) line((-3.00pt, 34.00pt), (0.00pt, 34.00pt), stroke: 0.5pt + black) content((-5.00pt, 34.00pt), anchor: "east", text(size: 8pt)[6]) line((-3.00pt, 45.33pt), (0.00pt, 45.33pt), stroke: 0.5pt + black) content((-5.00pt, 45.33pt), anchor: "east", text(size: 8pt)[8]) line((-3.00pt, 56.67pt), (0.00pt, 56.67pt), stroke: 0.5pt + black) content((-5.00pt, 56.67pt), anchor: "east", text(size: 8pt)[10]) line((-3.00pt, 68.00pt), (0.00pt, 68.00pt), stroke: 0.5pt + black) content((-5.00pt, 68.00pt), anchor: "east", text(size: 8pt)[12]) line((-3.00pt, 79.33pt), (0.00pt, 79.33pt), stroke: 0.5pt + black) content((-5.00pt, 79.33pt), anchor: "east", text(size: 8pt)[14]) line((-3.00pt, 90.67pt), (0.00pt, 90.67pt), stroke: 0.5pt + black) content((-9.50pt, 90.67pt), anchor: "east", text(size: 8pt)[16]) line((-3.00pt, 102.00pt), (0.00pt, 102.00pt), stroke: 0.5pt + black) content((-5.00pt, 102.00pt), anchor: "east", text(size: 8pt)[18]) line((-3.00pt, 113.33pt), (0.00pt, 113.33pt), stroke: 0.5pt + black) content((-5.00pt, 113.33pt), anchor: "east", text(size: 8pt)[20]) line((-3.00pt, 124.67pt), (0.00pt, 124.67pt), stroke: 0.5pt + black) content((-5.00pt, 124.67pt), anchor: "east", text(size: 8pt)[22]) line((-3.00pt, 136.00pt), (0.00pt, 136.00pt), stroke: 0.5pt + black) content((-5.00pt, 136.00pt), anchor: "east", text(size: 8pt)[24]) line((-3.00pt, 147.33pt), (0.00pt, 147.33pt), stroke: 0.5pt + black) content((-5.00pt, 147.33pt), anchor: "east", text(size: 8pt)[26]) line((-3.00pt, 158.67pt), (0.00pt, 158.67pt), stroke: 0.5pt + black) content((-5.00pt, 158.67pt), anchor: "east", text(size: 8pt)[28]) line((-3.00pt, 170.00pt), (0.00pt, 170.00pt), stroke: 0.5pt + black) content((-5.00pt, 170.00pt), anchor: "east", text(size: 8pt)[30]) })]), alt: "A line is plotted on an x y coordinate plane. The x-axis ranges from 0 to 30, in increments of 2. The y-axis ranges from 0 to 30, in increments of 2. The line passes through the following points, (0, 16), (6, 12), (12, 8), (18, 4), and (24, 0). The region above the line is shaded.", caption: none, ) + From the graph, we see that the ordered pairs #math.equation(block: false, alt: "open parenthesis 15 , 10 close parenthesis")[$( 15 , 10 )$], #math.equation(block: false, alt: "open parenthesis 0 , 16 close parenthesis")[$( 0 , 16 )$], #math.equation(block: false, alt: "open parenthesis 24 , 0 close parenthesis")[$( 24 , 0 )$] represent three of infinitely many solutions. Check the values in the inequality. #math.equation(block: true, alt: "open parenthesis 15 , 10 close parenthesis; 10 x plus 15 y, greater than or equal to, 240; 10 open parenthesis 15 close parenthesis plus 15 open parenthesis 10 close parenthesis, greater than or equal to ?, 240; 300, greater than or equal to, 240 True open parenthesis 0 , 16 close parenthesis; 10 x plus 15 y, greater than or equal to, 240; 10 open parenthesis 0 close parenthesis plus 15 open parenthesis 16 close parenthesis, greater than or equal to ?, 240; 240, greater than or equal to, 240 True open parenthesis 24 , 0 close parenthesis; 10 x plus 15 y, greater than or equal to, 240; 10 open parenthesis 24 close parenthesis plus 15 open parenthesis 0 close parenthesis, greater than or equal to ?, 240; 240, greater than or equal to, 240 True")[$( 15 , 10 ) \ 10 x + 15 y & ≥ & 240 \ 10 ( 15 ) + 15 ( 10 ) & limits(≥)^(?) & 240 \ 300 & ≥ & 240 #h(0.28em) "True" #h(0.28em) ( 0 , 16 ) \ 10 x + 15 y & ≥ & 240 \ 10 ( 0 ) + 15 ( 16 ) & limits(≥)^(?) & 240 \ 240 & ≥ & 240 #h(0.28em) "True" #h(0.28em) ( 24 , 0 ) \ 10 x + 15 y & ≥ & 240 \ 10 ( 24 ) + 15 ( 0 ) & limits(≥)^(?) & 240 \ 240 & ≥ & 240 #h(0.28em) "True"$] For Hilaria, it means that to earn at least \$240, she can work 15 hours tutoring and 10 hours at her food service job, earn all her money tutoring for 16 hours, or earn all her money while working 24 hours at the job in food service. ] ] === Key Terms - ordered pair - origin - points on the axes - linear equation in two variables - standards form of a linear equation - solution - linear inequality in two variables - solution to a linear inequality - boundary line === Key Concepts - Linear equations can be represented graphically on a rectangular coordinate system. - Solving linear equations in two variables means finding the point where two lines intersect. There are three possibilities: The lines intersect at exactly one point; the lines do not intersect (they are parallel); or the lines intersect everywhere (they are the same line). - Solving linear inequalities in two variables means finding a region of possible answers. Every point in this region will make both inequalities true statements. - Plotting points is a standard way to help graph linear equations and linear inequalities. === Videos - #link("https://openstax.org/r/Graphing_linear")[Graphing Linear Inequalities in Two Variables]