#set document(title: "8.6 The Normal Distribution", 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")) == 8.6#h(0.6em)The Normal Distribution #figure( stdfig([#cetz.canvas({ import cetz.draw: * content((64.00pt, 162.00pt), box(width: 128.00pt)[#align(center)[#text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[results of 100 flips]]]) rect((38.40pt, 0pt), (57.60pt, 68.25pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((70.40pt, 0pt), (89.60pt, 136.50pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((102.40pt, 0pt), (121.60pt, 68.25pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) line((0.00pt, 136.50pt), (128.00pt, 136.50pt), stroke: (paint: black, thickness: 0.7pt, dash: "dashed")) line((128.00pt, 136.50pt), (132.00pt, 135.20pt), stroke: (paint: rgb("#B6D4DA"), thickness: 0.4pt)) content((132.00pt, 135.20pt), anchor: "west", text(size: 8pt)[peak value]) line((0.00pt, 0pt), (128.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, 140.00pt), stroke: 0.7pt + black) content((16.00pt, -4pt), anchor: "north", text(size: 8pt)[30-40]) content((48.00pt, -4pt), anchor: "north", text(size: 8pt)[40-50]) content((80.00pt, -4pt), anchor: "north", text(size: 8pt)[50-60]) content((112.00pt, -4pt), anchor: "north", text(size: 8pt)[60-70]) line((-3.00pt, 0.00pt), (0.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((-3.00pt, 35.00pt), (0.00pt, 35.00pt), stroke: 0.5pt + black) content((-5.00pt, 35.00pt), anchor: "east", text(size: 8pt)[200]) line((-3.00pt, 70.00pt), (0.00pt, 70.00pt), stroke: 0.5pt + black) content((-5.00pt, 70.00pt), anchor: "east", text(size: 8pt)[400]) line((-3.00pt, 105.00pt), (0.00pt, 105.00pt), stroke: 0.5pt + black) content((-5.00pt, 105.00pt), anchor: "east", text(size: 8pt)[600]) line((-3.00pt, 140.00pt), (0.00pt, 140.00pt), stroke: 0.5pt + black) content((-5.00pt, 140.00pt), anchor: "east", text(size: 8pt)[800]) content((64.00pt, -22.00pt), anchor: "north", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[number of heads]) content((-32.00pt, 70.00pt), angle: 90deg, anchor: "south", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[frequency]) })]), alt: "A combinational graph titled, results of 100 flips. The combinational graph includes a histogram and a normal distribution curve. The horizontal axis representing the number of heads ranges from 30 to 70, in increments of 10. The vertical axis representing frequency ranges from 0 to 800, in increments of 200. The histogram shows bars of varying heights. A normal distribution curve is drawn across the heights of the bars and it infers the following data. The curve begins at (30, 0), has a peak value at (48, 780), and ends at (70, 0).", caption: [Symmetric, bell-shaped distributions arise naturally in many different situations, including coin flips.], ) === Learning Objectives After completing this section, you should be able to: + Describe the characteristics of the normal distribution. + Apply the 68-95-99.7 percent groups to normal distribution datasets. + Use the normal distribution to calculate a #math.equation(block: false, alt: "z")[$z$]-score. + Find and interpret percentiles and quartiles. Many datasets that result from natural phenomena tend to have histograms that are symmetric and bell-shaped. Imagine finding yourself with a whole lot of time on your hands, and nothing to keep you entertained but a coin, a pencil, and paper. You decide to flip that coin 100 times and record the number of heads. With nothing else to do, you repeat the experiment ten times total. Using a computer to simulate this series of experiments, here’s a sample for the number of heads in each trial: 54, 51, 40, 42, 53, 50, 52, 52, 47, 54 It makes sense that we’d get somewhere around 50 heads when we flip the coin 100 times, and it makes sense that the result won’t #emph[always] be exactly 50 heads. In our results, we can see numbers that were generally near 50 and not always 50, like we thought. === Moving Toward Normality Let’s take a look at a histogram for the dataset in our section opener: #figure( stdfig([#cetz.canvas({ import cetz.draw: * content((128.00pt, 162.00pt), box(width: 256.00pt)[#align(center)[#text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[results of 10 coin flips]]]) rect((6.40pt, 0pt), (25.60pt, 70.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((38.40pt, 0pt), (57.60pt, 70.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((70.40pt, 0pt), (89.60pt, 70.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((102.40pt, 0pt), (121.60pt, 70.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((134.40pt, 0pt), (153.60pt, 70.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((166.40pt, 0pt), (185.60pt, 140.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((198.40pt, 0pt), (217.60pt, 70.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((230.40pt, 0pt), (249.60pt, 140.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) line((0.00pt, 0pt), (256.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, 140.00pt), stroke: 0.7pt + black) content((16.00pt, -4pt), anchor: "north", text(size: 8pt)[40-41]) content((48.00pt, -4pt), anchor: "north", text(size: 8pt)[42-43]) content((80.00pt, -4pt), anchor: "north", text(size: 8pt)[47-48]) content((112.00pt, -4pt), anchor: "north", text(size: 8pt)[50-51]) content((144.00pt, -4pt), anchor: "north", text(size: 8pt)[51-52]) content((176.00pt, -4pt), anchor: "north", text(size: 8pt)[52-53]) content((208.00pt, -4pt), anchor: "north", text(size: 8pt)[53-54]) content((240.00pt, -4pt), anchor: "north", text(size: 8pt)[54-55]) line((-3.00pt, 0.00pt), (0.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((-3.00pt, 70.00pt), (0.00pt, 70.00pt), stroke: 0.5pt + black) content((-5.00pt, 70.00pt), anchor: "east", text(size: 8pt)[1]) line((-3.00pt, 140.00pt), (0.00pt, 140.00pt), stroke: 0.5pt + black) content((-5.00pt, 140.00pt), anchor: "east", text(size: 8pt)[2]) content((128.00pt, -22.00pt), anchor: "north", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[number of heads]) content((-32.00pt, 70.00pt), angle: 90deg, anchor: "south", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[frequency]) })]), alt: "A histogram titled, results of 10 coin flips. The horizontal axis representing the number of heads ranges from 40 to 55, in increments of 1. The vertical axis representing frequency ranges from 0 to 2, in increments of 1. The histogram infers the following data. 40 to 41: 1. 42 to 43: 1. 47 to 48: 1. 50 to 51: 1. 51 to 52: 1. 52 to 53: 2. 53 to 54: 1. 54 to 55: 2.", caption: none, ) This is interesting, but the data seem pretty sparse. There were no trials where you saw between 43 and 47 heads, for example. Those results don’t seem impossible; we just didn’t flip enough times to give them a chance to pop up. So, let’s do it again, but this time we'll perform 100 coin flips 100 times. Rather than review all 100 results, which could be overwhelming, let's instead visualize the resulting histogram. #figure( stdfig([#cetz.canvas({ import cetz.draw: * content((416.00pt, 162.00pt), box(width: 832.00pt)[#align(center)[#text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[results of 100 coin flips]]]) rect((6.40pt, 0pt), (25.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((38.40pt, 0pt), (57.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((70.40pt, 0pt), (89.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((102.40pt, 0pt), (121.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((134.40pt, 0pt), (153.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((166.40pt, 0pt), (185.60pt, 28.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((198.40pt, 0pt), (217.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((230.40pt, 0pt), (249.60pt, 56.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((262.40pt, 0pt), (281.60pt, 37.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((294.40pt, 0pt), (313.60pt, 65.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((326.40pt, 0pt), (345.60pt, 93.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((358.40pt, 0pt), (377.60pt, 56.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((390.40pt, 0pt), (409.60pt, 65.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((422.40pt, 0pt), (441.60pt, 121.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((454.40pt, 0pt), (473.60pt, 46.67pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((486.40pt, 0pt), (505.60pt, 46.67pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((518.40pt, 0pt), (537.60pt, 65.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((550.40pt, 0pt), (569.60pt, 46.67pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((582.40pt, 0pt), (601.60pt, 28.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((614.40pt, 0pt), (633.60pt, 37.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((646.40pt, 0pt), (665.60pt, 18.67pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((678.40pt, 0pt), (697.60pt, 18.67pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((710.40pt, 0pt), (729.60pt, 18.67pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((742.40pt, 0pt), (761.60pt, 18.67pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((774.40pt, 0pt), (793.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((806.40pt, 0pt), (825.60pt, 9.33pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) line((0.00pt, 0pt), (832.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, 140.00pt), stroke: 0.7pt + black) content((16.00pt, -4pt), anchor: "north", text(size: 8pt)[35-36]) content((48.00pt, -4pt), anchor: "north", text(size: 8pt)[37-38]) content((80.00pt, -4pt), anchor: "north", text(size: 8pt)[39-40]) content((112.00pt, -4pt), anchor: "north", text(size: 8pt)[40-41]) content((144.00pt, -4pt), anchor: "north", text(size: 8pt)[41-42]) content((176.00pt, -4pt), anchor: "north", text(size: 8pt)[42-43]) content((208.00pt, -4pt), anchor: "north", text(size: 8pt)[43-44]) content((240.00pt, -4pt), anchor: "north", text(size: 8pt)[44-45]) content((272.00pt, -4pt), anchor: "north", text(size: 8pt)[45-46]) content((304.00pt, -4pt), anchor: "north", text(size: 8pt)[46-47]) content((336.00pt, -4pt), anchor: "north", text(size: 8pt)[47-48]) content((368.00pt, -4pt), anchor: "north", text(size: 8pt)[48-49]) content((400.00pt, -4pt), anchor: "north", text(size: 8pt)[49-50]) content((432.00pt, -4pt), anchor: "north", text(size: 8pt)[50-51]) content((464.00pt, -4pt), anchor: "north", text(size: 8pt)[51-52]) content((496.00pt, -4pt), anchor: "north", text(size: 8pt)[52-53]) content((528.00pt, -4pt), anchor: "north", text(size: 8pt)[53-54]) content((560.00pt, -4pt), anchor: "north", text(size: 8pt)[54-55]) content((592.00pt, -4pt), anchor: "north", text(size: 8pt)[55-56]) content((624.00pt, -4pt), anchor: "north", text(size: 8pt)[56-57]) content((656.00pt, -4pt), anchor: "north", text(size: 8pt)[57-58]) content((688.00pt, -4pt), anchor: "north", text(size: 8pt)[58-59]) content((720.00pt, -4pt), anchor: "north", text(size: 8pt)[59-60]) content((752.00pt, -4pt), anchor: "north", text(size: 8pt)[61-62]) content((784.00pt, -4pt), anchor: "north", text(size: 8pt)[62-63]) content((816.00pt, -4pt), anchor: "north", text(size: 8pt)[70-71]) line((-3.00pt, 0.00pt), (0.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((-3.00pt, 46.67pt), (0.00pt, 46.67pt), stroke: 0.5pt + black) content((-5.00pt, 46.67pt), anchor: "east", text(size: 8pt)[5]) line((-3.00pt, 93.33pt), (0.00pt, 93.33pt), stroke: 0.5pt + black) content((-5.00pt, 93.33pt), anchor: "east", text(size: 8pt)[10]) line((-3.00pt, 140.00pt), (0.00pt, 140.00pt), stroke: 0.5pt + black) content((-5.00pt, 140.00pt), anchor: "east", text(size: 8pt)[15]) content((416.00pt, -22.00pt), anchor: "north", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[number of heads]) content((-32.00pt, 70.00pt), angle: 90deg, anchor: "south", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[frequency]) })]), alt: "A histogram titled, results of 100 coin flips. The horizontal axis representing the number of heads ranges from 35 to 71, in increments of 1. The vertical axis representing frequency ranges from 0 to 15, in increments of 5. The histogram infers the following data. 35 to 36: 1. 37 to 38: 1. 39 to 40: 1. 40 to 41: 1. 41 to 42: 1. 42 to 43: 3. 43 to 44: 1. 44 to 45: 6. 45 to 46: 4. 46 to 47: 7. 47 to 48: 10. 48 to 49: 6. 49 to 50: 7. 50 to 51: 13. 51 to 52: 5. 52 to 53: 5. 53 to 54: 7. 54 to 55: 5. 55 to 56: 3. 56 to 57: 4. 57 to 58: 2. 58 to 59: 2. 59 to 60: 2. 61 to 62: 2. 62 to 63: 1. 70 to 71: 1. Note: all values are approximate.", caption: none, ) From the histogram, we see that most of the trials resulted in between, say, 44 and 56 heads. There were some more unusual results: one trial resulted in 70 heads, which seems really unlikely (though still possible!). But we’re starting to maybe get a sense of the distribution. More data would help, though. Let’s simulate another 900 trials and add them to the histogram! #figure( stdfig([#cetz.canvas({ import cetz.draw: * content((528.00pt, 162.00pt), box(width: 1056.00pt)[#align(center)[#text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[results of 1000 coin flips]]]) rect((6.40pt, 0pt), (25.60pt, 2.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((38.40pt, 0pt), (57.60pt, 5.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((70.40pt, 0pt), (89.60pt, 4.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((102.40pt, 0pt), (121.60pt, 12.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((134.40pt, 0pt), (153.60pt, 16.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((166.40pt, 0pt), (185.60pt, 14.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((198.40pt, 0pt), (217.60pt, 33.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((230.40pt, 0pt), (249.60pt, 46.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((262.40pt, 0pt), (281.60pt, 56.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((294.40pt, 0pt), (313.60pt, 77.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((326.40pt, 0pt), (345.60pt, 70.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((358.40pt, 0pt), (377.60pt, 102.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((390.40pt, 0pt), (409.60pt, 99.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((422.40pt, 0pt), (441.60pt, 116.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((454.40pt, 0pt), (473.60pt, 113.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((486.40pt, 0pt), (505.60pt, 119.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((518.40pt, 0pt), (537.60pt, 105.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((550.40pt, 0pt), (569.60pt, 81.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((582.40pt, 0pt), (601.60pt, 72.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((614.40pt, 0pt), (633.60pt, 53.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((646.40pt, 0pt), (665.60pt, 63.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((678.40pt, 0pt), (697.60pt, 37.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((710.40pt, 0pt), (729.60pt, 33.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((742.40pt, 0pt), (761.60pt, 18.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((774.40pt, 0pt), (793.60pt, 18.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((806.40pt, 0pt), (825.60pt, 18.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((838.40pt, 0pt), (857.60pt, 7.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((870.40pt, 0pt), (889.60pt, 4.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((902.40pt, 0pt), (921.60pt, 2.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((934.40pt, 0pt), (953.60pt, 2.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((966.40pt, 0pt), (985.60pt, 2.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((998.40pt, 0pt), (1017.60pt, 2.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1030.40pt, 0pt), (1049.60pt, 2.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) line((0.00pt, 0pt), (1056.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, 140.00pt), stroke: 0.7pt + black) content((16.00pt, -4pt), anchor: "north", text(size: 8pt)[35-36]) content((48.00pt, -4pt), anchor: "north", text(size: 8pt)[37-38]) content((80.00pt, -4pt), anchor: "north", text(size: 8pt)[38-39]) content((112.00pt, -4pt), anchor: "north", text(size: 8pt)[39-40]) content((144.00pt, -4pt), anchor: "north", text(size: 8pt)[40-41]) content((176.00pt, -4pt), anchor: "north", text(size: 8pt)[41-42]) content((208.00pt, -4pt), anchor: "north", text(size: 8pt)[42-43]) content((240.00pt, -4pt), anchor: "north", text(size: 8pt)[43-44]) content((272.00pt, -4pt), anchor: "north", text(size: 8pt)[44-45]) content((304.00pt, -4pt), anchor: "north", text(size: 8pt)[45-46]) content((336.00pt, -4pt), anchor: "north", text(size: 8pt)[46-47]) content((368.00pt, -4pt), anchor: "north", text(size: 8pt)[47-48]) content((400.00pt, -4pt), anchor: "north", text(size: 8pt)[48-49]) content((432.00pt, -4pt), anchor: "north", text(size: 8pt)[49-50]) content((464.00pt, -4pt), anchor: "north", text(size: 8pt)[50-51]) content((496.00pt, -4pt), anchor: "north", text(size: 8pt)[51-52]) content((528.00pt, -4pt), anchor: "north", text(size: 8pt)[52-53]) content((560.00pt, -4pt), anchor: "north", text(size: 8pt)[53-54]) content((592.00pt, -4pt), anchor: "north", text(size: 8pt)[54-55]) content((624.00pt, -4pt), anchor: "north", text(size: 8pt)[55-56]) content((656.00pt, -4pt), anchor: "north", text(size: 8pt)[56-57]) content((688.00pt, -4pt), anchor: "north", text(size: 8pt)[57-58]) content((720.00pt, -4pt), anchor: "north", text(size: 8pt)[58-59]) content((752.00pt, -4pt), anchor: "north", text(size: 8pt)[59-60]) content((784.00pt, -4pt), anchor: "north", text(size: 8pt)[60-61]) content((816.00pt, -4pt), anchor: "north", text(size: 8pt)[61-62]) content((848.00pt, -4pt), anchor: "north", text(size: 8pt)[62-63]) content((880.00pt, -4pt), anchor: "north", text(size: 8pt)[63-64]) content((912.00pt, -4pt), anchor: "north", text(size: 8pt)[64-65]) content((944.00pt, -4pt), anchor: "north", text(size: 8pt)[65-66]) content((976.00pt, -4pt), anchor: "north", text(size: 8pt)[66-67]) content((1008.00pt, -4pt), anchor: "north", text(size: 8pt)[68-69]) content((1040.00pt, -4pt), anchor: "north", text(size: 8pt)[70-71]) line((-3.00pt, 0.00pt), (0.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((-3.00pt, 35.00pt), (0.00pt, 35.00pt), stroke: 0.5pt + black) content((-5.00pt, 35.00pt), anchor: "east", text(size: 8pt)[25]) line((-3.00pt, 70.00pt), (0.00pt, 70.00pt), stroke: 0.5pt + black) content((-5.00pt, 70.00pt), anchor: "east", text(size: 8pt)[50]) line((-3.00pt, 105.00pt), (0.00pt, 105.00pt), stroke: 0.5pt + black) content((-5.00pt, 105.00pt), anchor: "east", text(size: 8pt)[75]) line((-3.00pt, 140.00pt), (0.00pt, 140.00pt), stroke: 0.5pt + black) content((-5.00pt, 140.00pt), anchor: "east", text(size: 8pt)[100]) content((528.00pt, -22.00pt), anchor: "north", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[number of heads]) content((-32.00pt, 70.00pt), angle: 90deg, anchor: "south", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[frequency]) })]), alt: "A histogram titled, results of 1000 coin flips. The horizontal axis representing the number of heads ranges from 35 to 71, in increments of 1. The vertical axis representing frequency ranges from 0 to 100, in increments of 25. The histogram infers the following data. 35 to 36: 2. 37 to 38: 4. 38 to 39: 3. 39 to 40: 9. 40 to 41: 12. 41 to 42: 10. 42 to 43: 24. 43 to 44: 33. 44 to 45: 40. 45 to 46: 55. 46 to 47: 50. 47 to 48: 73. 48 to 49: 71. 49 to 50: 83. 50 to 51: 81. 51 to 52: 85. 52 to 53: 75. 53 to 54: 58. 54 to 55: 52. 55 to 56: 38. 56 to 57: 45. 57 to 58: 27. 58 to 59: 24. 59 to 60: 13. 60 to 61: 13. 61 to 62: 13. 62 to 63: 5. 63 to 64: 3. 64 to 65: 2. 65 to 66: 2. 66 to 67: 2. 68 to 69: 2. 70 to 71: 2. Note: all values are approximate.", caption: none, ) We can still see that 70 is a really unusual observation, though we came close in another trial (one that had 68 heads). Now, the distribution is coming more into focus: It looks quite symmetric and bell-shaped. Let’s just go ahead and take this thought experiment to an extreme conclusion: 10,000 trials. #figure( stdfig([#cetz.canvas({ import cetz.draw: * content((624.00pt, 162.00pt), box(width: 1248.00pt)[#align(center)[#text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[results of 10,000 coin flips]]]) rect((6.40pt, 0pt), (25.60pt, 0.70pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((38.40pt, 0pt), (57.60pt, 0.70pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((70.40pt, 0pt), (89.60pt, 0.70pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((102.40pt, 0pt), (121.60pt, 1.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((134.40pt, 0pt), (153.60pt, 2.10pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((166.40pt, 0pt), (185.60pt, 2.10pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((198.40pt, 0pt), (217.60pt, 4.90pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((230.40pt, 0pt), (249.60pt, 8.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((262.40pt, 0pt), (281.60pt, 14.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((294.40pt, 0pt), (313.60pt, 22.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((326.40pt, 0pt), (345.60pt, 34.30pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((358.40pt, 0pt), (377.60pt, 37.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((390.40pt, 0pt), (409.60pt, 44.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((422.40pt, 0pt), (441.60pt, 74.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((454.40pt, 0pt), (473.60pt, 75.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((486.40pt, 0pt), (505.60pt, 86.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((518.40pt, 0pt), (537.60pt, 99.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((550.40pt, 0pt), (569.60pt, 114.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((582.40pt, 0pt), (601.60pt, 112.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((614.40pt, 0pt), (633.60pt, 110.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((646.40pt, 0pt), (665.60pt, 95.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((678.40pt, 0pt), (697.60pt, 92.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((710.40pt, 0pt), (729.60pt, 86.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((742.40pt, 0pt), (761.60pt, 65.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((774.40pt, 0pt), (793.60pt, 61.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((806.40pt, 0pt), (825.60pt, 43.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((838.40pt, 0pt), (857.60pt, 32.20pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((870.40pt, 0pt), (889.60pt, 28.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((902.40pt, 0pt), (921.60pt, 21.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((934.40pt, 0pt), (953.60pt, 16.80pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((966.40pt, 0pt), (985.60pt, 14.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((998.40pt, 0pt), (1017.60pt, 7.00pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1030.40pt, 0pt), (1049.60pt, 5.60pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1062.40pt, 0pt), (1081.60pt, 1.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1094.40pt, 0pt), (1113.60pt, 1.40pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1126.40pt, 0pt), (1145.60pt, 1.12pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1158.40pt, 0pt), (1177.60pt, 1.12pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1190.40pt, 0pt), (1209.60pt, 0.70pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((1222.40pt, 0pt), (1241.60pt, 0.70pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) line((0.00pt, 0pt), (1248.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, 140.00pt), stroke: 0.7pt + black) content((16.00pt, -4pt), anchor: "north", text(size: 8pt)[30-31]) content((48.00pt, -4pt), anchor: "north", text(size: 8pt)[33-34]) content((80.00pt, -4pt), anchor: "north", text(size: 8pt)[34-35]) content((112.00pt, -4pt), anchor: "north", text(size: 8pt)[35-36]) content((144.00pt, -4pt), anchor: "north", text(size: 8pt)[36-37]) content((176.00pt, -4pt), anchor: "north", text(size: 8pt)[37-38]) content((208.00pt, -4pt), anchor: "north", text(size: 8pt)[38-39]) content((240.00pt, -4pt), anchor: "north", text(size: 8pt)[39-40]) content((272.00pt, -4pt), anchor: "north", text(size: 8pt)[40-41]) content((304.00pt, -4pt), anchor: "north", text(size: 8pt)[41-42]) content((336.00pt, -4pt), anchor: "north", text(size: 8pt)[42-43]) content((368.00pt, -4pt), anchor: "north", text(size: 8pt)[43-44]) content((400.00pt, -4pt), anchor: "north", text(size: 8pt)[44-45]) content((432.00pt, -4pt), anchor: "north", text(size: 8pt)[45-46]) content((464.00pt, -4pt), anchor: "north", text(size: 8pt)[46-47]) content((496.00pt, -4pt), anchor: "north", text(size: 8pt)[47-48]) content((528.00pt, -4pt), anchor: "north", text(size: 8pt)[48-49]) content((560.00pt, -4pt), anchor: "north", text(size: 8pt)[49-50]) content((592.00pt, -4pt), anchor: "north", text(size: 8pt)[50-51]) content((624.00pt, -4pt), anchor: "north", text(size: 8pt)[51-52]) content((656.00pt, -4pt), anchor: "north", text(size: 8pt)[52-53]) content((688.00pt, -4pt), anchor: "north", text(size: 8pt)[53-54]) content((720.00pt, -4pt), anchor: "north", text(size: 8pt)[54-55]) content((752.00pt, -4pt), anchor: "north", text(size: 8pt)[55-56]) content((784.00pt, -4pt), anchor: "north", text(size: 8pt)[56-57]) content((816.00pt, -4pt), anchor: "north", text(size: 8pt)[57-58]) content((848.00pt, -4pt), anchor: "north", text(size: 8pt)[58-59]) content((880.00pt, -4pt), anchor: "north", text(size: 8pt)[59-60]) content((912.00pt, -4pt), anchor: "north", text(size: 8pt)[60-61]) content((944.00pt, -4pt), anchor: "north", text(size: 8pt)[61-62]) content((976.00pt, -4pt), anchor: "north", text(size: 8pt)[62-63]) content((1008.00pt, -4pt), anchor: "north", text(size: 8pt)[63-64]) content((1040.00pt, -4pt), anchor: "north", text(size: 8pt)[64-65]) content((1072.00pt, -4pt), anchor: "north", text(size: 8pt)[65-66]) content((1104.00pt, -4pt), anchor: "north", text(size: 8pt)[66-67]) content((1136.00pt, -4pt), anchor: "north", text(size: 8pt)[67-68]) content((1168.00pt, -4pt), anchor: "north", text(size: 8pt)[68-69]) content((1200.00pt, -4pt), anchor: "north", text(size: 8pt)[69-70]) content((1232.00pt, -4pt), anchor: "north", text(size: 8pt)[70-71]) line((-3.00pt, 0.00pt), (0.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((-3.00pt, 35.00pt), (0.00pt, 35.00pt), stroke: 0.5pt + black) content((-5.00pt, 35.00pt), anchor: "east", text(size: 8pt)[250]) line((-3.00pt, 70.00pt), (0.00pt, 70.00pt), stroke: 0.5pt + black) content((-5.00pt, 70.00pt), anchor: "east", text(size: 8pt)[500]) line((-3.00pt, 105.00pt), (0.00pt, 105.00pt), stroke: 0.5pt + black) content((-5.00pt, 105.00pt), anchor: "east", text(size: 8pt)[750]) line((-3.00pt, 140.00pt), (0.00pt, 140.00pt), stroke: 0.5pt + black) content((-5.00pt, 140.00pt), anchor: "east", text(size: 8pt)[1000]) content((624.00pt, -22.00pt), anchor: "north", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[number of heads]) content((-32.00pt, 70.00pt), angle: 90deg, anchor: "south", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[frequency]) })]), alt: "A histogram titled, results of 10,000 coin flips. The horizontal axis representing the number of heads ranges from 30 to 70, in increments of 1. The vertical axis representing frequency ranges from 0 to 1000, in increments of 250. The histogram infers the following data. 30 to 31: 5. 33 to 34: 5. 34 to 35: 5. 35 to 36: 10. 36 to 37: 15. 37 to 38: 15. 38 to 39: 35. 39 to 40: 60. 40 to 41: 100. 41 to 42: 160. 42 to 43: 245. 43 to 44: 270. 44 to 45: 320. 45 to 46: 530. 46 to 47: 540. 47 to 48: 620. 48 to 49: 710. 49 to 50: 820. 50 to 51: 800. 51 to 52: 790. 52 to 53: 680. 53 to 54: 660. 54 to 55: 620. 55 to 56: 470. 56 to 57: 440. 57 to 58: 310. 58 to 59: 230. 59 to 60: 200. 60 to 61: 150. 61 to 62: 120. 62 to 63: 100. 63 to 64: 50. 64 to 65: 40. 65 to 66: 10. 66 to 67: 10. 67 to 68: 8. 68 to 69: 8. 69 to 70: 5. 70 to 71: 5. Note: all values are approximate.", caption: none, ) The distribution is pretty clear now. Distributions that are symmetric and bell-shaped like this pop up in all sorts of natural phenomena, such as the heights of people in a population, the circumferences of eggs of a particular bird species, and the numbers of leaves on mature trees of a particular species. All of these have bell-shaped distributions. Additionally, the results of many types of repeated experiments generally follow this same pattern, as we saw with the coin-flipping example; this fact is the basis for much of the work done by statisticians. It’s a fact that’s important enough to have its own name: the Central Limit Theorem. #notebox("People in Mathematics", rgb("#183B6F"), rgb("#183B6F"), rgb("#EFF1F5"))[ #emph[John Kerrich] Having enough time on your hands to actually perform this coin-flipping experiment may sound far-fetched, but the English mathematician John Kerrich found himself in just such a situation. While he was studying abroad in Denmark in 1940, that country was invaded by the Germans. Kerrich was captured and placed in an internment camp, where he remained for the duration of the war. Kerrich knew that he had all kinds of time on his hands. He also studied statistics, so he knew what should happen #emph[theoretically] if he flipped a coin many, many times. He also knew of nobody who had ever #emph[tested] that theory with an actual, large-scale experiment. So, he did it: While he was incarcerated, Kerrich flipped a regular coin 10,000 times and recorded the results. Sure enough, the theory held up! ] === The Normal Distribution In the coin flipping example above, the distribution of the number of heads for 10,000 trials was close to perfectly symmetric and bell-shaped: #figure( stdfig([#cetz.canvas({ import cetz.draw: * content((64.00pt, 162.00pt), box(width: 128.00pt)[#align(center)[#text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[results of 100 flips]]]) rect((38.40pt, 0pt), (57.60pt, 68.25pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((70.40pt, 0pt), (89.60pt, 136.50pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) rect((102.40pt, 0pt), (121.60pt, 68.25pt), fill: rgb("#e0e0e0"), stroke: 0.6pt + black) line((0.00pt, 136.50pt), (128.00pt, 136.50pt), stroke: (paint: black, thickness: 0.7pt, dash: "dashed")) line((128.00pt, 136.50pt), (132.00pt, 135.20pt), stroke: (paint: rgb("#B6D4DA"), thickness: 0.4pt)) content((132.00pt, 135.20pt), anchor: "west", text(size: 8pt)[peak value]) line((0.00pt, 0pt), (128.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, 140.00pt), stroke: 0.7pt + black) content((16.00pt, -4pt), anchor: "north", text(size: 8pt)[30-40]) content((48.00pt, -4pt), anchor: "north", text(size: 8pt)[40-50]) content((80.00pt, -4pt), anchor: "north", text(size: 8pt)[50-60]) content((112.00pt, -4pt), anchor: "north", text(size: 8pt)[60-70]) line((-3.00pt, 0.00pt), (0.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((-3.00pt, 35.00pt), (0.00pt, 35.00pt), stroke: 0.5pt + black) content((-5.00pt, 35.00pt), anchor: "east", text(size: 8pt)[200]) line((-3.00pt, 70.00pt), (0.00pt, 70.00pt), stroke: 0.5pt + black) content((-5.00pt, 70.00pt), anchor: "east", text(size: 8pt)[400]) line((-3.00pt, 105.00pt), (0.00pt, 105.00pt), stroke: 0.5pt + black) content((-5.00pt, 105.00pt), anchor: "east", text(size: 8pt)[600]) line((-3.00pt, 140.00pt), (0.00pt, 140.00pt), stroke: 0.5pt + black) content((-5.00pt, 140.00pt), anchor: "east", text(size: 8pt)[800]) content((64.00pt, -22.00pt), anchor: "north", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[number of heads]) content((-32.00pt, 70.00pt), angle: 90deg, anchor: "south", text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 9pt)[frequency]) })]), alt: "A combinational graph titled, results of 100 flips. The combinational graph includes a histogram and a normal distribution curve. The horizontal axis representing the number of heads ranges from 30 to 70, in increments of 10. The vertical axis representing frequency ranges from 0 to 800, in increments of 200. The histogram shows bars of varying heights. A normal distribution curve is drawn across the heights of the bars and it infers the following data. The curve begins at (30, 0), has a peak value at (48, 780), and ends at (70, 0).", caption: none, ) Because distributions with this shape appear so often, we have a special name for them: #strong[normal distributions]. Normal distributions can be completely described using two numbers we’ve seen before: the #emph[mean] of the data and the #emph[standard deviation] of the data. You may remember that we described the mean as a measure of centrality; for a normal distribution, the mean tells us exactly where the center of the distribution falls. The peak of the distribution happens at the mean (and, because the distribution is symmetric, it’s also the median). The standard deviation is a measure of dispersion; for a normal distribution, it tells us how spread out the histogram looks. To illustrate these points, let’s look at some examples. #examplebox("Example 1")[Identifying the Mean of a Normal Distribution][ This graph shows three normal distributions. What are their means? #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#D62128"), thickness: 0.9pt), fill: none, { line((0.00pt, 14.89pt), (3.54pt, 17.28pt)) line((3.54pt, 17.28pt), (7.09pt, 19.94pt)) line((7.09pt, 19.94pt), (10.63pt, 22.88pt)) line((10.63pt, 22.88pt), (14.18pt, 26.10pt)) line((14.18pt, 26.10pt), (17.72pt, 29.60pt)) line((17.72pt, 29.60pt), (21.27pt, 33.38pt)) line((21.27pt, 33.38pt), (24.81pt, 37.43pt)) line((24.81pt, 37.43pt), (28.35pt, 41.72pt)) line((28.35pt, 41.72pt), (31.90pt, 46.24pt)) line((31.90pt, 46.24pt), (35.44pt, 50.96pt)) line((35.44pt, 50.96pt), (38.99pt, 55.83pt)) line((38.99pt, 55.83pt), (42.53pt, 60.82pt)) line((42.53pt, 60.82pt), (46.08pt, 65.87pt)) line((46.08pt, 65.87pt), (49.62pt, 70.94pt)) line((49.62pt, 70.94pt), (53.16pt, 75.95pt)) line((53.16pt, 75.95pt), (56.71pt, 80.84pt)) line((56.71pt, 80.84pt), (60.25pt, 85.56pt)) line((60.25pt, 85.56pt), (63.80pt, 90.03pt)) line((63.80pt, 90.03pt), (67.34pt, 94.20pt)) line((67.34pt, 94.20pt), (70.89pt, 97.98pt)) line((70.89pt, 97.98pt), (74.43pt, 101.34pt)) line((74.43pt, 101.34pt), (77.97pt, 104.20pt)) line((77.97pt, 104.20pt), (81.52pt, 106.53pt)) line((81.52pt, 106.53pt), (85.06pt, 108.29pt)) line((85.06pt, 108.29pt), (88.61pt, 109.44pt)) line((88.61pt, 109.44pt), (92.15pt, 109.96pt)) line((92.15pt, 109.96pt), (95.70pt, 109.86pt)) line((95.70pt, 109.86pt), (99.24pt, 109.12pt)) line((99.24pt, 109.12pt), (102.78pt, 107.77pt)) line((102.78pt, 107.77pt), (106.33pt, 105.82pt)) line((106.33pt, 105.82pt), (109.87pt, 103.30pt)) line((109.87pt, 103.30pt), (113.42pt, 100.27pt)) line((113.42pt, 100.27pt), (116.96pt, 96.77pt)) line((116.96pt, 96.77pt), (120.51pt, 92.85pt)) line((120.51pt, 92.85pt), (124.05pt, 88.57pt)) line((124.05pt, 88.57pt), (127.59pt, 84.01pt)) line((127.59pt, 84.01pt), (131.14pt, 79.23pt)) line((131.14pt, 79.23pt), (134.68pt, 74.29pt)) line((134.68pt, 74.29pt), (138.23pt, 69.25pt)) line((138.23pt, 69.25pt), (141.77pt, 64.19pt)) line((141.77pt, 64.19pt), (145.32pt, 59.15pt)) line((145.32pt, 59.15pt), (148.86pt, 54.19pt)) line((148.86pt, 54.19pt), (152.41pt, 49.37pt)) line((152.41pt, 49.37pt), (155.95pt, 44.71pt)) line((155.95pt, 44.71pt), (159.49pt, 40.27pt)) line((159.49pt, 40.27pt), (163.04pt, 36.05pt)) line((163.04pt, 36.05pt), (166.58pt, 32.09pt)) line((166.58pt, 32.09pt), (170.13pt, 28.40pt)) line((170.13pt, 28.40pt), (173.67pt, 24.99pt)) line((173.67pt, 24.99pt), (177.22pt, 21.87pt)) line((177.22pt, 21.87pt), (180.76pt, 19.02pt)) line((180.76pt, 19.02pt), (184.30pt, 16.45pt)) line((184.30pt, 16.45pt), (187.85pt, 14.15pt)) line((187.85pt, 14.15pt), (191.39pt, 12.10pt)) line((191.39pt, 12.10pt), (194.94pt, 10.28pt)) line((194.94pt, 10.28pt), (198.48pt, 8.69pt)) line((198.48pt, 8.69pt), (202.03pt, 7.30pt)) line((202.03pt, 7.30pt), (205.57pt, 6.10pt)) line((205.57pt, 6.10pt), (209.11pt, 5.07pt)) line((209.11pt, 5.07pt), (212.66pt, 4.18pt)) line((212.66pt, 4.18pt), (216.20pt, 3.44pt)) line((216.20pt, 3.44pt), (219.75pt, 2.81pt)) line((219.75pt, 2.81pt), (223.29pt, 2.28pt)) line((223.29pt, 2.28pt), (226.84pt, 1.84pt)) line((226.84pt, 1.84pt), (230.38pt, 1.47pt)) line((230.38pt, 1.47pt), (233.92pt, 1.18pt)) line((233.92pt, 1.18pt), (237.47pt, 0.93pt)) line((237.47pt, 0.93pt), (241.01pt, 0.74pt)) line((241.01pt, 0.74pt), (244.56pt, 0.58pt)) line((244.56pt, 0.58pt), (248.10pt, 0.45pt)) line((248.10pt, 0.45pt), (251.65pt, 0.35pt)) line((251.65pt, 0.35pt), (255.19pt, 0.27pt)) line((255.19pt, 0.27pt), (258.73pt, 0.21pt)) line((258.73pt, 0.21pt), (262.28pt, 0.16pt)) line((262.28pt, 0.16pt), (265.82pt, 0.12pt)) line((265.82pt, 0.12pt), (269.37pt, 0.09pt)) line((269.37pt, 0.09pt), (272.91pt, 0.07pt)) line((272.91pt, 0.07pt), (276.46pt, 0.05pt)) line((276.46pt, 0.05pt), (280.00pt, 0.04pt)) }) merge-path(stroke: (paint: rgb("#1D56A6"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) merge-path(stroke: (paint: rgb("#C0C000"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.04pt), (3.54pt, 0.05pt)) line((3.54pt, 0.05pt), (7.09pt, 0.07pt)) line((7.09pt, 0.07pt), (10.63pt, 0.09pt)) line((10.63pt, 0.09pt), (14.18pt, 0.12pt)) line((14.18pt, 0.12pt), (17.72pt, 0.16pt)) line((17.72pt, 0.16pt), (21.27pt, 0.21pt)) line((21.27pt, 0.21pt), (24.81pt, 0.27pt)) line((24.81pt, 0.27pt), (28.35pt, 0.35pt)) line((28.35pt, 0.35pt), (31.90pt, 0.45pt)) line((31.90pt, 0.45pt), (35.44pt, 0.58pt)) line((35.44pt, 0.58pt), (38.99pt, 0.74pt)) line((38.99pt, 0.74pt), (42.53pt, 0.93pt)) line((42.53pt, 0.93pt), (46.08pt, 1.18pt)) line((46.08pt, 1.18pt), (49.62pt, 1.47pt)) line((49.62pt, 1.47pt), (53.16pt, 1.84pt)) line((53.16pt, 1.84pt), (56.71pt, 2.28pt)) line((56.71pt, 2.28pt), (60.25pt, 2.81pt)) line((60.25pt, 2.81pt), (63.80pt, 3.44pt)) line((63.80pt, 3.44pt), (67.34pt, 4.18pt)) line((67.34pt, 4.18pt), (70.89pt, 5.07pt)) line((70.89pt, 5.07pt), (74.43pt, 6.10pt)) line((74.43pt, 6.10pt), (77.97pt, 7.30pt)) line((77.97pt, 7.30pt), (81.52pt, 8.69pt)) line((81.52pt, 8.69pt), (85.06pt, 10.28pt)) line((85.06pt, 10.28pt), (88.61pt, 12.10pt)) line((88.61pt, 12.10pt), (92.15pt, 14.15pt)) line((92.15pt, 14.15pt), (95.70pt, 16.45pt)) line((95.70pt, 16.45pt), (99.24pt, 19.02pt)) line((99.24pt, 19.02pt), (102.78pt, 21.87pt)) line((102.78pt, 21.87pt), (106.33pt, 24.99pt)) line((106.33pt, 24.99pt), (109.87pt, 28.40pt)) line((109.87pt, 28.40pt), (113.42pt, 32.09pt)) line((113.42pt, 32.09pt), (116.96pt, 36.05pt)) line((116.96pt, 36.05pt), (120.51pt, 40.27pt)) line((120.51pt, 40.27pt), (124.05pt, 44.71pt)) line((124.05pt, 44.71pt), (127.59pt, 49.37pt)) line((127.59pt, 49.37pt), (131.14pt, 54.19pt)) line((131.14pt, 54.19pt), (134.68pt, 59.15pt)) line((134.68pt, 59.15pt), (138.23pt, 64.19pt)) line((138.23pt, 64.19pt), (141.77pt, 69.25pt)) line((141.77pt, 69.25pt), (145.32pt, 74.29pt)) line((145.32pt, 74.29pt), (148.86pt, 79.23pt)) line((148.86pt, 79.23pt), (152.41pt, 84.01pt)) line((152.41pt, 84.01pt), (155.95pt, 88.57pt)) line((155.95pt, 88.57pt), (159.49pt, 92.85pt)) line((159.49pt, 92.85pt), (163.04pt, 96.77pt)) line((163.04pt, 96.77pt), (166.58pt, 100.27pt)) line((166.58pt, 100.27pt), (170.13pt, 103.30pt)) line((170.13pt, 103.30pt), (173.67pt, 105.82pt)) line((173.67pt, 105.82pt), (177.22pt, 107.77pt)) line((177.22pt, 107.77pt), (180.76pt, 109.12pt)) line((180.76pt, 109.12pt), (184.30pt, 109.86pt)) line((184.30pt, 109.86pt), (187.85pt, 109.96pt)) line((187.85pt, 109.96pt), (191.39pt, 109.44pt)) line((191.39pt, 109.44pt), (194.94pt, 108.29pt)) line((194.94pt, 108.29pt), (198.48pt, 106.53pt)) line((198.48pt, 106.53pt), (202.03pt, 104.20pt)) line((202.03pt, 104.20pt), (205.57pt, 101.34pt)) line((205.57pt, 101.34pt), (209.11pt, 97.98pt)) line((209.11pt, 97.98pt), (212.66pt, 94.20pt)) line((212.66pt, 94.20pt), (216.20pt, 90.03pt)) line((216.20pt, 90.03pt), (219.75pt, 85.56pt)) line((219.75pt, 85.56pt), (223.29pt, 80.84pt)) line((223.29pt, 80.84pt), (226.84pt, 75.95pt)) line((226.84pt, 75.95pt), (230.38pt, 70.94pt)) line((230.38pt, 70.94pt), (233.92pt, 65.87pt)) line((233.92pt, 65.87pt), (237.47pt, 60.82pt)) line((237.47pt, 60.82pt), (241.01pt, 55.83pt)) line((241.01pt, 55.83pt), (244.56pt, 50.96pt)) line((244.56pt, 50.96pt), (248.10pt, 46.24pt)) line((248.10pt, 46.24pt), (251.65pt, 41.72pt)) line((251.65pt, 41.72pt), (255.19pt, 37.43pt)) line((255.19pt, 37.43pt), (258.73pt, 33.38pt)) line((258.73pt, 33.38pt), (262.28pt, 29.60pt)) line((262.28pt, 29.60pt), (265.82pt, 26.10pt)) line((265.82pt, 26.10pt), (269.37pt, 22.88pt)) line((269.37pt, 22.88pt), (272.91pt, 19.94pt)) line((272.91pt, 19.94pt), (276.46pt, 17.28pt)) line((276.46pt, 17.28pt), (280.00pt, 14.89pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−1]) line((46.67pt, 0pt), (46.67pt, -3.00pt), stroke: 0.5pt + black) content((46.67pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((93.33pt, 0pt), (93.33pt, -3.00pt), stroke: 0.5pt + black) content((93.33pt, -5.00pt), anchor: "north", text(size: 8pt)[1]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((186.67pt, 0pt), (186.67pt, -3.00pt), stroke: 0.5pt + black) content((186.67pt, -5.00pt), anchor: "north", text(size: 8pt)[3]) line((233.33pt, 0pt), (233.33pt, -3.00pt), stroke: 0.5pt + black) content((233.33pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[5]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((93.33pt, 116.00pt), anchor: "south", text(size: 8pt)[curve 1]) content((140.00pt, 116.00pt), anchor: "south", text(size: 8pt)[curve 2]) content((186.67pt, 116.00pt), anchor: "south", text(size: 8pt)[curve 3]) })]), alt: "A graph shows three normal distribution curves. The horizontal axis ranges from negative 1 to 5, in increments of 1. The three curves are described as follows. The first curve (red) begins at negative 1, has a peak value at 1, and ends at 3. The second curve (blue) begins at 0, has a peak value at 2, and ends at 4. The third curve (yellow) begins at 1, has a peak value at 3, and ends at 5. The three curves overlap each other and their peaks are of equal height.", caption: none, ) #solutionbox[ #strong[Step 1:] Take a look at the three curves on the graph. Since the mean of a normal distribution occurs at the peak, we should look for the highest point on each distribution. Let’s draw a line from each curve's peak down to the axis, so we can see where these peaks occur: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#D62128"), thickness: 0.9pt), fill: none, { line((0.00pt, 14.89pt), (3.54pt, 17.28pt)) line((3.54pt, 17.28pt), (7.09pt, 19.94pt)) line((7.09pt, 19.94pt), (10.63pt, 22.88pt)) line((10.63pt, 22.88pt), (14.18pt, 26.10pt)) line((14.18pt, 26.10pt), (17.72pt, 29.60pt)) line((17.72pt, 29.60pt), (21.27pt, 33.38pt)) line((21.27pt, 33.38pt), (24.81pt, 37.43pt)) line((24.81pt, 37.43pt), (28.35pt, 41.72pt)) line((28.35pt, 41.72pt), (31.90pt, 46.24pt)) line((31.90pt, 46.24pt), (35.44pt, 50.96pt)) line((35.44pt, 50.96pt), (38.99pt, 55.83pt)) line((38.99pt, 55.83pt), (42.53pt, 60.82pt)) line((42.53pt, 60.82pt), (46.08pt, 65.87pt)) line((46.08pt, 65.87pt), (49.62pt, 70.94pt)) line((49.62pt, 70.94pt), (53.16pt, 75.95pt)) line((53.16pt, 75.95pt), (56.71pt, 80.84pt)) line((56.71pt, 80.84pt), (60.25pt, 85.56pt)) line((60.25pt, 85.56pt), (63.80pt, 90.03pt)) line((63.80pt, 90.03pt), (67.34pt, 94.20pt)) line((67.34pt, 94.20pt), (70.89pt, 97.98pt)) line((70.89pt, 97.98pt), (74.43pt, 101.34pt)) line((74.43pt, 101.34pt), (77.97pt, 104.20pt)) line((77.97pt, 104.20pt), (81.52pt, 106.53pt)) line((81.52pt, 106.53pt), (85.06pt, 108.29pt)) line((85.06pt, 108.29pt), (88.61pt, 109.44pt)) line((88.61pt, 109.44pt), (92.15pt, 109.96pt)) line((92.15pt, 109.96pt), (95.70pt, 109.86pt)) line((95.70pt, 109.86pt), (99.24pt, 109.12pt)) line((99.24pt, 109.12pt), (102.78pt, 107.77pt)) line((102.78pt, 107.77pt), (106.33pt, 105.82pt)) line((106.33pt, 105.82pt), (109.87pt, 103.30pt)) line((109.87pt, 103.30pt), (113.42pt, 100.27pt)) line((113.42pt, 100.27pt), (116.96pt, 96.77pt)) line((116.96pt, 96.77pt), (120.51pt, 92.85pt)) line((120.51pt, 92.85pt), (124.05pt, 88.57pt)) line((124.05pt, 88.57pt), (127.59pt, 84.01pt)) line((127.59pt, 84.01pt), (131.14pt, 79.23pt)) line((131.14pt, 79.23pt), (134.68pt, 74.29pt)) line((134.68pt, 74.29pt), (138.23pt, 69.25pt)) line((138.23pt, 69.25pt), (141.77pt, 64.19pt)) line((141.77pt, 64.19pt), (145.32pt, 59.15pt)) line((145.32pt, 59.15pt), (148.86pt, 54.19pt)) line((148.86pt, 54.19pt), (152.41pt, 49.37pt)) line((152.41pt, 49.37pt), (155.95pt, 44.71pt)) line((155.95pt, 44.71pt), (159.49pt, 40.27pt)) line((159.49pt, 40.27pt), (163.04pt, 36.05pt)) line((163.04pt, 36.05pt), (166.58pt, 32.09pt)) line((166.58pt, 32.09pt), (170.13pt, 28.40pt)) line((170.13pt, 28.40pt), (173.67pt, 24.99pt)) line((173.67pt, 24.99pt), (177.22pt, 21.87pt)) line((177.22pt, 21.87pt), (180.76pt, 19.02pt)) line((180.76pt, 19.02pt), (184.30pt, 16.45pt)) line((184.30pt, 16.45pt), (187.85pt, 14.15pt)) line((187.85pt, 14.15pt), (191.39pt, 12.10pt)) line((191.39pt, 12.10pt), (194.94pt, 10.28pt)) line((194.94pt, 10.28pt), (198.48pt, 8.69pt)) line((198.48pt, 8.69pt), (202.03pt, 7.30pt)) line((202.03pt, 7.30pt), (205.57pt, 6.10pt)) line((205.57pt, 6.10pt), (209.11pt, 5.07pt)) line((209.11pt, 5.07pt), (212.66pt, 4.18pt)) line((212.66pt, 4.18pt), (216.20pt, 3.44pt)) line((216.20pt, 3.44pt), (219.75pt, 2.81pt)) line((219.75pt, 2.81pt), (223.29pt, 2.28pt)) line((223.29pt, 2.28pt), (226.84pt, 1.84pt)) line((226.84pt, 1.84pt), (230.38pt, 1.47pt)) line((230.38pt, 1.47pt), (233.92pt, 1.18pt)) line((233.92pt, 1.18pt), (237.47pt, 0.93pt)) line((237.47pt, 0.93pt), (241.01pt, 0.74pt)) line((241.01pt, 0.74pt), (244.56pt, 0.58pt)) line((244.56pt, 0.58pt), (248.10pt, 0.45pt)) line((248.10pt, 0.45pt), (251.65pt, 0.35pt)) line((251.65pt, 0.35pt), (255.19pt, 0.27pt)) line((255.19pt, 0.27pt), (258.73pt, 0.21pt)) line((258.73pt, 0.21pt), (262.28pt, 0.16pt)) line((262.28pt, 0.16pt), (265.82pt, 0.12pt)) line((265.82pt, 0.12pt), (269.37pt, 0.09pt)) line((269.37pt, 0.09pt), (272.91pt, 0.07pt)) line((272.91pt, 0.07pt), (276.46pt, 0.05pt)) line((276.46pt, 0.05pt), (280.00pt, 0.04pt)) }) merge-path(stroke: (paint: rgb("#1D56A6"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) merge-path(stroke: (paint: rgb("#C0C000"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.04pt), (3.54pt, 0.05pt)) line((3.54pt, 0.05pt), (7.09pt, 0.07pt)) line((7.09pt, 0.07pt), (10.63pt, 0.09pt)) line((10.63pt, 0.09pt), (14.18pt, 0.12pt)) line((14.18pt, 0.12pt), (17.72pt, 0.16pt)) line((17.72pt, 0.16pt), (21.27pt, 0.21pt)) line((21.27pt, 0.21pt), (24.81pt, 0.27pt)) line((24.81pt, 0.27pt), (28.35pt, 0.35pt)) line((28.35pt, 0.35pt), (31.90pt, 0.45pt)) line((31.90pt, 0.45pt), (35.44pt, 0.58pt)) line((35.44pt, 0.58pt), (38.99pt, 0.74pt)) line((38.99pt, 0.74pt), (42.53pt, 0.93pt)) line((42.53pt, 0.93pt), (46.08pt, 1.18pt)) line((46.08pt, 1.18pt), (49.62pt, 1.47pt)) line((49.62pt, 1.47pt), (53.16pt, 1.84pt)) line((53.16pt, 1.84pt), (56.71pt, 2.28pt)) line((56.71pt, 2.28pt), (60.25pt, 2.81pt)) line((60.25pt, 2.81pt), (63.80pt, 3.44pt)) line((63.80pt, 3.44pt), (67.34pt, 4.18pt)) line((67.34pt, 4.18pt), (70.89pt, 5.07pt)) line((70.89pt, 5.07pt), (74.43pt, 6.10pt)) line((74.43pt, 6.10pt), (77.97pt, 7.30pt)) line((77.97pt, 7.30pt), (81.52pt, 8.69pt)) line((81.52pt, 8.69pt), (85.06pt, 10.28pt)) line((85.06pt, 10.28pt), (88.61pt, 12.10pt)) line((88.61pt, 12.10pt), (92.15pt, 14.15pt)) line((92.15pt, 14.15pt), (95.70pt, 16.45pt)) line((95.70pt, 16.45pt), (99.24pt, 19.02pt)) line((99.24pt, 19.02pt), (102.78pt, 21.87pt)) line((102.78pt, 21.87pt), (106.33pt, 24.99pt)) line((106.33pt, 24.99pt), (109.87pt, 28.40pt)) line((109.87pt, 28.40pt), (113.42pt, 32.09pt)) line((113.42pt, 32.09pt), (116.96pt, 36.05pt)) line((116.96pt, 36.05pt), (120.51pt, 40.27pt)) line((120.51pt, 40.27pt), (124.05pt, 44.71pt)) line((124.05pt, 44.71pt), (127.59pt, 49.37pt)) line((127.59pt, 49.37pt), (131.14pt, 54.19pt)) line((131.14pt, 54.19pt), (134.68pt, 59.15pt)) line((134.68pt, 59.15pt), (138.23pt, 64.19pt)) line((138.23pt, 64.19pt), (141.77pt, 69.25pt)) line((141.77pt, 69.25pt), (145.32pt, 74.29pt)) line((145.32pt, 74.29pt), (148.86pt, 79.23pt)) line((148.86pt, 79.23pt), (152.41pt, 84.01pt)) line((152.41pt, 84.01pt), (155.95pt, 88.57pt)) line((155.95pt, 88.57pt), (159.49pt, 92.85pt)) line((159.49pt, 92.85pt), (163.04pt, 96.77pt)) line((163.04pt, 96.77pt), (166.58pt, 100.27pt)) line((166.58pt, 100.27pt), (170.13pt, 103.30pt)) line((170.13pt, 103.30pt), (173.67pt, 105.82pt)) line((173.67pt, 105.82pt), (177.22pt, 107.77pt)) line((177.22pt, 107.77pt), (180.76pt, 109.12pt)) line((180.76pt, 109.12pt), (184.30pt, 109.86pt)) line((184.30pt, 109.86pt), (187.85pt, 109.96pt)) line((187.85pt, 109.96pt), (191.39pt, 109.44pt)) line((191.39pt, 109.44pt), (194.94pt, 108.29pt)) line((194.94pt, 108.29pt), (198.48pt, 106.53pt)) line((198.48pt, 106.53pt), (202.03pt, 104.20pt)) line((202.03pt, 104.20pt), (205.57pt, 101.34pt)) line((205.57pt, 101.34pt), (209.11pt, 97.98pt)) line((209.11pt, 97.98pt), (212.66pt, 94.20pt)) line((212.66pt, 94.20pt), (216.20pt, 90.03pt)) line((216.20pt, 90.03pt), (219.75pt, 85.56pt)) line((219.75pt, 85.56pt), (223.29pt, 80.84pt)) line((223.29pt, 80.84pt), (226.84pt, 75.95pt)) line((226.84pt, 75.95pt), (230.38pt, 70.94pt)) line((230.38pt, 70.94pt), (233.92pt, 65.87pt)) line((233.92pt, 65.87pt), (237.47pt, 60.82pt)) line((237.47pt, 60.82pt), (241.01pt, 55.83pt)) line((241.01pt, 55.83pt), (244.56pt, 50.96pt)) line((244.56pt, 50.96pt), (248.10pt, 46.24pt)) line((248.10pt, 46.24pt), (251.65pt, 41.72pt)) line((251.65pt, 41.72pt), (255.19pt, 37.43pt)) line((255.19pt, 37.43pt), (258.73pt, 33.38pt)) line((258.73pt, 33.38pt), (262.28pt, 29.60pt)) line((262.28pt, 29.60pt), (265.82pt, 26.10pt)) line((265.82pt, 26.10pt), (269.37pt, 22.88pt)) line((269.37pt, 22.88pt), (272.91pt, 19.94pt)) line((272.91pt, 19.94pt), (276.46pt, 17.28pt)) line((276.46pt, 17.28pt), (280.00pt, 14.89pt)) }) line((93.33pt, 0pt), (93.33pt, 110.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((186.67pt, 0pt), (186.67pt, 110.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−1]) line((46.67pt, 0pt), (46.67pt, -3.00pt), stroke: 0.5pt + black) content((46.67pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((93.33pt, 0pt), (93.33pt, -3.00pt), stroke: 0.5pt + black) content((93.33pt, -5.00pt), anchor: "north", text(size: 8pt)[1]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((186.67pt, 0pt), (186.67pt, -3.00pt), stroke: 0.5pt + black) content((186.67pt, -5.00pt), anchor: "north", text(size: 8pt)[3]) line((233.33pt, 0pt), (233.33pt, -3.00pt), stroke: 0.5pt + black) content((233.33pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[5]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((93.33pt, 116.00pt), anchor: "south", text(size: 8pt)[curve 1]) content((140.00pt, 116.00pt), anchor: "south", text(size: 8pt)[curve 2]) content((186.67pt, 116.00pt), anchor: "south", text(size: 8pt)[curve 3]) })]), alt: "A graph shows three normal distribution curves. The horizontal axis ranges from negative 1 to 5, in increments of 1. The three curves are described as follows. The first curve (red) begins at negative 1, has a peak value at 1, and ends at 3. The second curve (blue) begins at 0, has a peak value at 2, and ends at 4. The third curve (yellow) begins at 1, has a peak value at 3, and ends at 5. The three curves overlap each other and their peaks are of equal height. A vertical dashed line is drawn from each peak to the horizontal axis.", caption: none, ) #strong[Step 2:] The peak of the red (leftmost) distribution occurs over the number 1 on the horizontal axis. Thus, the mean of the red distribution is 1. Similarly, the mean of the blue (middle) distribution is 2, and the mean of the yellow (rightmost) distribution is 3. ] ] #examplebox("Example 2")[Identifying the Standard Deviation of a Normal Distribution][ This graph shows three distributions, all with mean 2. What are their standard deviations? #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#D62128"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.04pt), (3.54pt, 0.06pt)) line((3.54pt, 0.06pt), (7.09pt, 0.09pt)) line((7.09pt, 0.09pt), (10.63pt, 0.14pt)) line((10.63pt, 0.14pt), (14.18pt, 0.22pt)) line((14.18pt, 0.22pt), (17.72pt, 0.33pt)) line((17.72pt, 0.33pt), (21.27pt, 0.49pt)) line((21.27pt, 0.49pt), (24.81pt, 0.72pt)) line((24.81pt, 0.72pt), (28.35pt, 1.04pt)) line((28.35pt, 1.04pt), (31.90pt, 1.47pt)) line((31.90pt, 1.47pt), (35.44pt, 2.07pt)) line((35.44pt, 2.07pt), (38.99pt, 2.87pt)) line((38.99pt, 2.87pt), (42.53pt, 3.92pt)) line((42.53pt, 3.92pt), (46.08pt, 5.28pt)) line((46.08pt, 5.28pt), (49.62pt, 7.02pt)) line((49.62pt, 7.02pt), (53.16pt, 9.20pt)) line((53.16pt, 9.20pt), (56.71pt, 11.88pt)) line((56.71pt, 11.88pt), (60.25pt, 15.14pt)) line((60.25pt, 15.14pt), (63.80pt, 19.02pt)) line((63.80pt, 19.02pt), (67.34pt, 23.57pt)) line((67.34pt, 23.57pt), (70.89pt, 28.80pt)) line((70.89pt, 28.80pt), (74.43pt, 34.70pt)) line((74.43pt, 34.70pt), (77.97pt, 41.24pt)) line((77.97pt, 41.24pt), (81.52pt, 48.32pt)) line((81.52pt, 48.32pt), (85.06pt, 55.83pt)) line((85.06pt, 55.83pt), (88.61pt, 63.62pt)) line((88.61pt, 63.62pt), (92.15pt, 71.50pt)) line((92.15pt, 71.50pt), (95.70pt, 79.23pt)) line((95.70pt, 79.23pt), (99.24pt, 86.58pt)) line((99.24pt, 86.58pt), (102.78pt, 93.30pt)) line((102.78pt, 93.30pt), (106.33pt, 99.15pt)) line((106.33pt, 99.15pt), (109.87pt, 103.91pt)) line((109.87pt, 103.91pt), (113.42pt, 107.38pt)) line((113.42pt, 107.38pt), (116.96pt, 109.44pt)) line((116.96pt, 109.44pt), (120.51pt, 109.98pt)) line((120.51pt, 109.98pt), (124.05pt, 109.00pt)) line((124.05pt, 109.00pt), (127.59pt, 106.53pt)) line((127.59pt, 106.53pt), (131.14pt, 102.67pt)) line((131.14pt, 102.67pt), (134.68pt, 97.58pt)) line((134.68pt, 97.58pt), (138.23pt, 91.46pt)) line((138.23pt, 91.46pt), (141.77pt, 84.53pt)) line((141.77pt, 84.53pt), (145.32pt, 77.05pt)) line((145.32pt, 77.05pt), (148.86pt, 69.25pt)) line((148.86pt, 69.25pt), (152.41pt, 61.38pt)) line((152.41pt, 61.38pt), (155.95pt, 53.65pt)) line((155.95pt, 53.65pt), (159.49pt, 46.24pt)) line((159.49pt, 46.24pt), (163.04pt, 39.31pt)) line((163.04pt, 39.31pt), (166.58pt, 32.95pt)) line((166.58pt, 32.95pt), (170.13pt, 27.24pt)) line((170.13pt, 27.24pt), (173.67pt, 22.20pt)) line((173.67pt, 22.20pt), (177.22pt, 17.85pt)) line((177.22pt, 17.85pt), (180.76pt, 14.15pt)) line((180.76pt, 14.15pt), (184.30pt, 11.06pt)) line((184.30pt, 11.06pt), (187.85pt, 8.53pt)) line((187.85pt, 8.53pt), (191.39pt, 6.48pt)) line((191.39pt, 6.48pt), (194.94pt, 4.86pt)) line((194.94pt, 4.86pt), (198.48pt, 3.59pt)) line((198.48pt, 3.59pt), (202.03pt, 2.62pt)) line((202.03pt, 2.62pt), (205.57pt, 1.88pt)) line((205.57pt, 1.88pt), (209.11pt, 1.33pt)) line((209.11pt, 1.33pt), (212.66pt, 0.93pt)) line((212.66pt, 0.93pt), (216.20pt, 0.64pt)) line((216.20pt, 0.64pt), (219.75pt, 0.44pt)) line((219.75pt, 0.44pt), (223.29pt, 0.29pt)) line((223.29pt, 0.29pt), (226.84pt, 0.19pt)) line((226.84pt, 0.19pt), (230.38pt, 0.13pt)) line((230.38pt, 0.13pt), (233.92pt, 0.08pt)) line((233.92pt, 0.08pt), (237.47pt, 0.05pt)) line((237.47pt, 0.05pt), (241.01pt, 0.03pt)) line((241.01pt, 0.03pt), (244.56pt, 0.02pt)) line((244.56pt, 0.02pt), (248.10pt, 0.01pt)) line((248.10pt, 0.01pt), (251.65pt, 0.01pt)) line((251.65pt, 0.01pt), (255.19pt, 0.00pt)) line((255.19pt, 0.00pt), (258.73pt, 0.00pt)) line((258.73pt, 0.00pt), (262.28pt, 0.00pt)) line((262.28pt, 0.00pt), (265.82pt, 0.00pt)) line((265.82pt, 0.00pt), (269.37pt, 0.00pt)) line((269.37pt, 0.00pt), (272.91pt, 0.00pt)) line((272.91pt, 0.00pt), (276.46pt, 0.00pt)) line((276.46pt, 0.00pt), (280.00pt, 0.00pt)) }) merge-path(stroke: (paint: rgb("#1D56A6"), thickness: 0.9pt), fill: none, { line((0.00pt, 6.17pt), (3.54pt, 7.30pt)) line((3.54pt, 7.30pt), (7.09pt, 8.59pt)) line((7.09pt, 8.59pt), (10.63pt, 10.06pt)) line((10.63pt, 10.06pt), (14.18pt, 11.71pt)) line((14.18pt, 11.71pt), (17.72pt, 13.58pt)) line((17.72pt, 13.58pt), (21.27pt, 15.66pt)) line((21.27pt, 15.66pt), (24.81pt, 17.96pt)) line((24.81pt, 17.96pt), (28.35pt, 20.51pt)) line((28.35pt, 20.51pt), (31.90pt, 23.29pt)) line((31.90pt, 23.29pt), (35.44pt, 26.32pt)) line((35.44pt, 26.32pt), (38.99pt, 29.60pt)) line((38.99pt, 29.60pt), (42.53pt, 33.12pt)) line((42.53pt, 33.12pt), (46.08pt, 36.87pt)) line((46.08pt, 36.87pt), (49.62pt, 40.85pt)) line((49.62pt, 40.85pt), (53.16pt, 45.02pt)) line((53.16pt, 45.02pt), (56.71pt, 49.37pt)) line((56.71pt, 49.37pt), (60.25pt, 53.87pt)) line((60.25pt, 53.87pt), (63.80pt, 58.48pt)) line((63.80pt, 58.48pt), (67.34pt, 63.17pt)) line((67.34pt, 63.17pt), (70.89pt, 67.90pt)) line((70.89pt, 67.90pt), (74.43pt, 72.61pt)) line((74.43pt, 72.61pt), (77.97pt, 77.27pt)) line((77.97pt, 77.27pt), (81.52pt, 81.80pt)) line((81.52pt, 81.80pt), (85.06pt, 86.17pt)) line((85.06pt, 86.17pt), (88.61pt, 90.32pt)) line((88.61pt, 90.32pt), (92.15pt, 94.20pt)) line((92.15pt, 94.20pt), (95.70pt, 97.74pt)) line((95.70pt, 97.74pt), (99.24pt, 100.92pt)) line((99.24pt, 100.92pt), (102.78pt, 103.67pt)) line((102.78pt, 103.67pt), (106.33pt, 105.96pt)) line((106.33pt, 105.96pt), (109.87pt, 107.77pt)) line((109.87pt, 107.77pt), (113.42pt, 109.05pt)) line((113.42pt, 109.05pt), (116.96pt, 109.80pt)) line((116.96pt, 109.80pt), (120.51pt, 109.99pt)) line((120.51pt, 109.99pt), (124.05pt, 109.64pt)) line((124.05pt, 109.64pt), (127.59pt, 108.74pt)) line((127.59pt, 108.74pt), (131.14pt, 107.30pt)) line((131.14pt, 107.30pt), (134.68pt, 105.36pt)) line((134.68pt, 105.36pt), (138.23pt, 102.93pt)) line((138.23pt, 102.93pt), (141.77pt, 100.05pt)) line((141.77pt, 100.05pt), (145.32pt, 96.77pt)) line((145.32pt, 96.77pt), (148.86pt, 93.12pt)) line((148.86pt, 93.12pt), (152.41pt, 89.16pt)) line((152.41pt, 89.16pt), (155.95pt, 84.95pt)) line((155.95pt, 84.95pt), (159.49pt, 80.52pt)) line((159.49pt, 80.52pt), (163.04pt, 75.95pt)) line((163.04pt, 75.95pt), (166.58pt, 71.27pt)) line((166.58pt, 71.27pt), (170.13pt, 66.55pt)) line((170.13pt, 66.55pt), (173.67pt, 61.83pt)) line((173.67pt, 61.83pt), (177.22pt, 57.15pt)) line((177.22pt, 57.15pt), (180.76pt, 52.57pt)) line((180.76pt, 52.57pt), (184.30pt, 48.11pt)) line((184.30pt, 48.11pt), (187.85pt, 43.81pt)) line((187.85pt, 43.81pt), (191.39pt, 39.69pt)) line((191.39pt, 39.69pt), (194.94pt, 35.78pt)) line((194.94pt, 35.78pt), (198.48pt, 32.09pt)) line((198.48pt, 32.09pt), (202.03pt, 28.64pt)) line((202.03pt, 28.64pt), (205.57pt, 25.43pt)) line((205.57pt, 25.43pt), (209.11pt, 22.47pt)) line((209.11pt, 22.47pt), (212.66pt, 19.75pt)) line((212.66pt, 19.75pt), (216.20pt, 17.28pt)) line((216.20pt, 17.28pt), (219.75pt, 15.04pt)) line((219.75pt, 15.04pt), (223.29pt, 13.02pt)) line((223.29pt, 13.02pt), (226.84pt, 11.22pt)) line((226.84pt, 11.22pt), (230.38pt, 9.62pt)) line((230.38pt, 9.62pt), (233.92pt, 8.20pt)) line((233.92pt, 8.20pt), (237.47pt, 6.96pt)) line((237.47pt, 6.96pt), (241.01pt, 5.88pt)) line((241.01pt, 5.88pt), (244.56pt, 4.94pt)) line((244.56pt, 4.94pt), (248.10pt, 4.13pt)) line((248.10pt, 4.13pt), (251.65pt, 3.44pt)) line((251.65pt, 3.44pt), (255.19pt, 2.84pt)) line((255.19pt, 2.84pt), (258.73pt, 2.34pt)) line((258.73pt, 2.34pt), (262.28pt, 1.92pt)) line((262.28pt, 1.92pt), (265.82pt, 1.56pt)) line((265.82pt, 1.56pt), (269.37pt, 1.27pt)) line((269.37pt, 1.27pt), (272.91pt, 1.02pt)) line((272.91pt, 1.02pt), (276.46pt, 0.82pt)) line((276.46pt, 0.82pt), (280.00pt, 0.66pt)) }) merge-path(stroke: (paint: rgb("#C0C000"), thickness: 0.9pt), fill: none, { line((0.00pt, 35.71pt), (3.54pt, 38.13pt)) line((3.54pt, 38.13pt), (7.09pt, 40.63pt)) line((7.09pt, 40.63pt), (10.63pt, 43.21pt)) line((10.63pt, 43.21pt), (14.18pt, 45.86pt)) line((14.18pt, 45.86pt), (17.72pt, 48.58pt)) line((17.72pt, 48.58pt), (21.27pt, 51.36pt)) line((21.27pt, 51.36pt), (24.81pt, 54.19pt)) line((24.81pt, 54.19pt), (28.35pt, 57.07pt)) line((28.35pt, 57.07pt), (31.90pt, 59.98pt)) line((31.90pt, 59.98pt), (35.44pt, 62.92pt)) line((35.44pt, 62.92pt), (38.99pt, 65.87pt)) line((38.99pt, 65.87pt), (42.53pt, 68.83pt)) line((42.53pt, 68.83pt), (46.08pt, 71.78pt)) line((46.08pt, 71.78pt), (49.62pt, 74.70pt)) line((49.62pt, 74.70pt), (53.16pt, 77.59pt)) line((53.16pt, 77.59pt), (56.71pt, 80.44pt)) line((56.71pt, 80.44pt), (60.25pt, 83.23pt)) line((60.25pt, 83.23pt), (63.80pt, 85.94pt)) line((63.80pt, 85.94pt), (67.34pt, 88.57pt)) line((67.34pt, 88.57pt), (70.89pt, 91.11pt)) line((70.89pt, 91.11pt), (74.43pt, 93.53pt)) line((74.43pt, 93.53pt), (77.97pt, 95.82pt)) line((77.97pt, 95.82pt), (81.52pt, 97.98pt)) line((81.52pt, 97.98pt), (85.06pt, 100.00pt)) line((85.06pt, 100.00pt), (88.61pt, 101.85pt)) line((88.61pt, 101.85pt), (92.15pt, 103.53pt)) line((92.15pt, 103.53pt), (95.70pt, 105.04pt)) line((95.70pt, 105.04pt), (99.24pt, 106.36pt)) line((99.24pt, 106.36pt), (102.78pt, 107.48pt)) line((102.78pt, 107.48pt), (106.33pt, 108.41pt)) line((106.33pt, 108.41pt), (109.87pt, 109.12pt)) line((109.87pt, 109.12pt), (113.42pt, 109.63pt)) line((113.42pt, 109.63pt), (116.96pt, 109.92pt)) line((116.96pt, 109.92pt), (120.51pt, 110.00pt)) line((120.51pt, 110.00pt), (124.05pt, 109.86pt)) line((124.05pt, 109.86pt), (127.59pt, 109.51pt)) line((127.59pt, 109.51pt), (131.14pt, 108.94pt)) line((131.14pt, 108.94pt), (134.68pt, 108.16pt)) line((134.68pt, 108.16pt), (138.23pt, 107.18pt)) line((138.23pt, 107.18pt), (141.77pt, 106.00pt)) line((141.77pt, 106.00pt), (145.32pt, 104.63pt)) line((145.32pt, 104.63pt), (148.86pt, 103.07pt)) line((148.86pt, 103.07pt), (152.41pt, 101.34pt)) line((152.41pt, 101.34pt), (155.95pt, 99.44pt)) line((155.95pt, 99.44pt), (159.49pt, 97.38pt)) line((159.49pt, 97.38pt), (163.04pt, 95.18pt)) line((163.04pt, 95.18pt), (166.58pt, 92.85pt)) line((166.58pt, 92.85pt), (170.13pt, 90.39pt)) line((170.13pt, 90.39pt), (173.67pt, 87.83pt)) line((173.67pt, 87.83pt), (177.22pt, 85.18pt)) line((177.22pt, 85.18pt), (180.76pt, 82.44pt)) line((180.76pt, 82.44pt), (184.30pt, 79.63pt)) line((184.30pt, 79.63pt), (187.85pt, 76.77pt)) line((187.85pt, 76.77pt), (191.39pt, 73.87pt)) line((191.39pt, 73.87pt), (194.94pt, 70.94pt)) line((194.94pt, 70.94pt), (198.48pt, 67.99pt)) line((198.48pt, 67.99pt), (202.03pt, 65.03pt)) line((202.03pt, 65.03pt), (205.57pt, 62.08pt)) line((205.57pt, 62.08pt), (209.11pt, 59.15pt)) line((209.11pt, 59.15pt), (212.66pt, 56.25pt)) line((212.66pt, 56.25pt), (216.20pt, 53.38pt)) line((216.20pt, 53.38pt), (219.75pt, 50.56pt)) line((219.75pt, 50.56pt), (223.29pt, 47.80pt)) line((223.29pt, 47.80pt), (226.84pt, 45.10pt)) line((226.84pt, 45.10pt), (230.38pt, 42.46pt)) line((230.38pt, 42.46pt), (233.92pt, 39.91pt)) line((233.92pt, 39.91pt), (237.47pt, 37.43pt)) line((237.47pt, 37.43pt), (241.01pt, 35.04pt)) line((241.01pt, 35.04pt), (244.56pt, 32.73pt)) line((244.56pt, 32.73pt), (248.10pt, 30.52pt)) line((248.10pt, 30.52pt), (251.65pt, 28.40pt)) line((251.65pt, 28.40pt), (255.19pt, 26.38pt)) line((255.19pt, 26.38pt), (258.73pt, 24.45pt)) line((258.73pt, 24.45pt), (262.28pt, 22.62pt)) line((262.28pt, 22.62pt), (265.82pt, 20.89pt)) line((265.82pt, 20.89pt), (269.37pt, 19.25pt)) line((269.37pt, 19.25pt), (272.91pt, 17.70pt)) line((272.91pt, 17.70pt), (276.46pt, 16.25pt)) line((276.46pt, 16.25pt), (280.00pt, 14.89pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−4]) line((40.00pt, 0pt), (40.00pt, -3.00pt), stroke: 0.5pt + black) content((40.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−2]) line((80.00pt, 0pt), (80.00pt, -3.00pt), stroke: 0.5pt + black) content((80.00pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((120.00pt, 0pt), (120.00pt, -3.00pt), stroke: 0.5pt + black) content((120.00pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((160.00pt, 0pt), (160.00pt, -3.00pt), stroke: 0.5pt + black) content((160.00pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((200.00pt, 0pt), (200.00pt, -3.00pt), stroke: 0.5pt + black) content((200.00pt, -5.00pt), anchor: "north", text(size: 8pt)[6]) line((240.00pt, 0pt), (240.00pt, -3.00pt), stroke: 0.5pt + black) content((240.00pt, -5.00pt), anchor: "north", text(size: 8pt)[8]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[10]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A graph shows three normal distribution curves. The horizontal axis ranges from negative 4 to 10, in increments of 2. The three curves are described as follows. The first curve (red) begins before negative 4, has a peak value at 2, and ends at 10. The second curve (blue) begins before negative 4, has a peak value at 2, and ends at 10. The third curve (yellow) begins before negative 4, has a peak value at 2, and ends after 10. The first curve has the highest peak and the third curve has the lowest peak.", caption: none, ) #solutionbox[ #strong[Step 1:] Identifying the standard deviation from a graph can be a little bit tricky. Let’s focus in on the yellow (lowest peaked) curve: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 2.18pt), (3.54pt, 2.69pt)) line((3.54pt, 2.69pt), (7.09pt, 3.30pt)) line((7.09pt, 3.30pt), (10.63pt, 4.02pt)) line((10.63pt, 4.02pt), (14.18pt, 4.88pt)) line((14.18pt, 4.88pt), (17.72pt, 5.88pt)) line((17.72pt, 5.88pt), (21.27pt, 7.05pt)) line((21.27pt, 7.05pt), (24.81pt, 8.40pt)) line((24.81pt, 8.40pt), (28.35pt, 9.95pt)) line((28.35pt, 9.95pt), (31.90pt, 11.71pt)) line((31.90pt, 11.71pt), (35.44pt, 13.72pt)) line((35.44pt, 13.72pt), (38.99pt, 15.97pt)) line((38.99pt, 15.97pt), (42.53pt, 18.49pt)) line((42.53pt, 18.49pt), (46.08pt, 21.28pt)) line((46.08pt, 21.28pt), (49.62pt, 24.35pt)) line((49.62pt, 24.35pt), (53.16pt, 27.70pt)) line((53.16pt, 27.70pt), (56.71pt, 31.33pt)) line((56.71pt, 31.33pt), (60.25pt, 35.24pt)) line((60.25pt, 35.24pt), (63.80pt, 39.40pt)) line((63.80pt, 39.40pt), (67.34pt, 43.81pt)) line((67.34pt, 43.81pt), (70.89pt, 48.42pt)) line((70.89pt, 48.42pt), (74.43pt, 53.22pt)) line((74.43pt, 53.22pt), (77.97pt, 58.15pt)) line((77.97pt, 58.15pt), (81.52pt, 63.17pt)) line((81.52pt, 63.17pt), (85.06pt, 68.24pt)) line((85.06pt, 68.24pt), (88.61pt, 73.28pt)) line((88.61pt, 73.28pt), (92.15pt, 78.25pt)) line((92.15pt, 78.25pt), (95.70pt, 83.07pt)) line((95.70pt, 83.07pt), (99.24pt, 87.68pt)) line((99.24pt, 87.68pt), (102.78pt, 92.02pt)) line((102.78pt, 92.02pt), (106.33pt, 96.01pt)) line((106.33pt, 96.01pt), (109.87pt, 99.61pt)) line((109.87pt, 99.61pt), (113.42pt, 102.74pt)) line((113.42pt, 102.74pt), (116.96pt, 105.36pt)) line((116.96pt, 105.36pt), (120.51pt, 107.42pt)) line((120.51pt, 107.42pt), (124.05pt, 108.90pt)) line((124.05pt, 108.90pt), (127.59pt, 109.76pt)) line((127.59pt, 109.76pt), (131.14pt, 109.99pt)) line((131.14pt, 109.99pt), (134.68pt, 109.59pt)) line((134.68pt, 109.59pt), (138.23pt, 108.57pt)) line((138.23pt, 108.57pt), (141.77pt, 106.93pt)) line((141.77pt, 106.93pt), (145.32pt, 104.71pt)) line((145.32pt, 104.71pt), (148.86pt, 101.95pt)) line((148.86pt, 101.95pt), (152.41pt, 98.69pt)) line((152.41pt, 98.69pt), (155.95pt, 94.99pt)) line((155.95pt, 94.99pt), (159.49pt, 90.89pt)) line((159.49pt, 90.89pt), (163.04pt, 86.48pt)) line((163.04pt, 86.48pt), (166.58pt, 81.80pt)) line((166.58pt, 81.80pt), (170.13pt, 76.94pt)) line((170.13pt, 76.94pt), (173.67pt, 71.94pt)) line((173.67pt, 71.94pt), (177.22pt, 66.89pt)) line((177.22pt, 66.89pt), (180.76pt, 61.83pt)) line((180.76pt, 61.83pt), (184.30pt, 56.82pt)) line((184.30pt, 56.82pt), (187.85pt, 51.92pt)) line((187.85pt, 51.92pt), (191.39pt, 47.17pt)) line((191.39pt, 47.17pt), (194.94pt, 42.61pt)) line((194.94pt, 42.61pt), (198.48pt, 38.27pt)) line((198.48pt, 38.27pt), (202.03pt, 34.17pt)) line((202.03pt, 34.17pt), (205.57pt, 30.34pt)) line((205.57pt, 30.34pt), (209.11pt, 26.78pt)) line((209.11pt, 26.78pt), (212.66pt, 23.50pt)) line((212.66pt, 23.50pt), (216.20pt, 20.51pt)) line((216.20pt, 20.51pt), (219.75pt, 17.79pt)) line((219.75pt, 17.79pt), (223.29pt, 15.34pt)) line((223.29pt, 15.34pt), (226.84pt, 13.16pt)) line((226.84pt, 13.16pt), (230.38pt, 11.22pt)) line((230.38pt, 11.22pt), (233.92pt, 9.51pt)) line((233.92pt, 9.51pt), (237.47pt, 8.02pt)) line((237.47pt, 8.02pt), (241.01pt, 6.72pt)) line((241.01pt, 6.72pt), (244.56pt, 5.60pt)) line((244.56pt, 5.60pt), (248.10pt, 4.64pt)) line((248.10pt, 4.64pt), (251.65pt, 3.82pt)) line((251.65pt, 3.82pt), (255.19pt, 3.13pt)) line((255.19pt, 3.13pt), (258.73pt, 2.55pt)) line((258.73pt, 2.55pt), (262.28pt, 2.06pt)) line((262.28pt, 2.06pt), (265.82pt, 1.66pt)) line((265.82pt, 1.66pt), (269.37pt, 1.33pt)) line((269.37pt, 1.33pt), (272.91pt, 1.06pt)) line((272.91pt, 1.06pt), (276.46pt, 0.84pt)) line((276.46pt, 0.84pt), (280.00pt, 0.66pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−5]) line((18.67pt, 0pt), (18.67pt, -3.00pt), stroke: 0.5pt + black) content((18.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−4]) line((37.33pt, 0pt), (37.33pt, -3.00pt), stroke: 0.5pt + black) content((37.33pt, -5.00pt), anchor: "north", text(size: 8pt)[−3]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−2]) line((74.67pt, 0pt), (74.67pt, -3.00pt), stroke: 0.5pt + black) content((74.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−1]) line((93.33pt, 0pt), (93.33pt, -3.00pt), stroke: 0.5pt + black) content((93.33pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[1]) line((130.67pt, 0pt), (130.67pt, -3.00pt), stroke: 0.5pt + black) content((130.67pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((149.33pt, 0pt), (149.33pt, -3.00pt), stroke: 0.5pt + black) content((149.33pt, -5.00pt), anchor: "north", text(size: 8pt)[3]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((186.67pt, 0pt), (186.67pt, -3.00pt), stroke: 0.5pt + black) content((186.67pt, -5.00pt), anchor: "north", text(size: 8pt)[5]) line((205.33pt, 0pt), (205.33pt, -3.00pt), stroke: 0.5pt + black) content((205.33pt, -5.00pt), anchor: "north", text(size: 8pt)[6]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[7]) line((242.67pt, 0pt), (242.67pt, -3.00pt), stroke: 0.5pt + black) content((242.67pt, -5.00pt), anchor: "north", text(size: 8pt)[8]) line((261.33pt, 0pt), (261.33pt, -3.00pt), stroke: 0.5pt + black) content((261.33pt, -5.00pt), anchor: "north", text(size: 8pt)[9]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[10]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from negative 5 to 10, in increments of 1. The curve begins before negative 5, has a peak value at 2, and ends at 10.", caption: none, ) #strong[Step 2:] Notice that the graph curves downward in the middle, and curves upwards on the ends. Highlighted in red is the part that curves downward and in green, the part that curves upward: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((74.67pt, 0pt), (186.67pt, 0pt)) line((186.67pt, 53.54pt), (183.05pt, 58.58pt)) line((183.05pt, 58.58pt), (179.44pt, 63.71pt)) line((179.44pt, 63.71pt), (175.83pt, 68.87pt)) line((175.83pt, 68.87pt), (172.22pt, 74.01pt)) line((172.22pt, 74.01pt), (168.60pt, 79.05pt)) line((168.60pt, 79.05pt), (164.99pt, 83.93pt)) line((164.99pt, 83.93pt), (161.38pt, 88.58pt)) line((161.38pt, 88.58pt), (157.76pt, 92.94pt)) line((157.76pt, 92.94pt), (154.15pt, 96.92pt)) line((154.15pt, 96.92pt), (150.54pt, 100.47pt)) line((150.54pt, 100.47pt), (146.92pt, 103.52pt)) line((146.92pt, 103.52pt), (143.31pt, 106.03pt)) line((143.31pt, 106.03pt), (139.70pt, 107.96pt)) line((139.70pt, 107.96pt), (136.09pt, 109.26pt)) line((136.09pt, 109.26pt), (132.47pt, 109.92pt)) line((132.47pt, 109.92pt), (128.86pt, 109.92pt)) line((128.86pt, 109.92pt), (125.25pt, 109.26pt)) line((125.25pt, 109.26pt), (121.63pt, 107.96pt)) line((121.63pt, 107.96pt), (118.02pt, 106.03pt)) line((118.02pt, 106.03pt), (114.41pt, 103.52pt)) line((114.41pt, 103.52pt), (110.80pt, 100.47pt)) line((110.80pt, 100.47pt), (107.18pt, 96.92pt)) line((107.18pt, 96.92pt), (103.57pt, 92.94pt)) line((103.57pt, 92.94pt), (99.96pt, 88.58pt)) line((99.96pt, 88.58pt), (96.34pt, 83.93pt)) line((96.34pt, 83.93pt), (92.73pt, 79.05pt)) line((92.73pt, 79.05pt), (89.12pt, 74.01pt)) line((89.12pt, 74.01pt), (85.51pt, 68.87pt)) line((85.51pt, 68.87pt), (81.89pt, 63.71pt)) line((81.89pt, 63.71pt), (78.28pt, 58.58pt)) line((78.28pt, 58.58pt), (74.67pt, 53.54pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 2.18pt), (3.54pt, 2.69pt)) line((3.54pt, 2.69pt), (7.09pt, 3.30pt)) line((7.09pt, 3.30pt), (10.63pt, 4.02pt)) line((10.63pt, 4.02pt), (14.18pt, 4.88pt)) line((14.18pt, 4.88pt), (17.72pt, 5.88pt)) line((17.72pt, 5.88pt), (21.27pt, 7.05pt)) line((21.27pt, 7.05pt), (24.81pt, 8.40pt)) line((24.81pt, 8.40pt), (28.35pt, 9.95pt)) line((28.35pt, 9.95pt), (31.90pt, 11.71pt)) line((31.90pt, 11.71pt), (35.44pt, 13.72pt)) line((35.44pt, 13.72pt), (38.99pt, 15.97pt)) line((38.99pt, 15.97pt), (42.53pt, 18.49pt)) line((42.53pt, 18.49pt), (46.08pt, 21.28pt)) line((46.08pt, 21.28pt), (49.62pt, 24.35pt)) line((49.62pt, 24.35pt), (53.16pt, 27.70pt)) line((53.16pt, 27.70pt), (56.71pt, 31.33pt)) line((56.71pt, 31.33pt), (60.25pt, 35.24pt)) line((60.25pt, 35.24pt), (63.80pt, 39.40pt)) line((63.80pt, 39.40pt), (67.34pt, 43.81pt)) line((67.34pt, 43.81pt), (70.89pt, 48.42pt)) line((70.89pt, 48.42pt), (74.43pt, 53.22pt)) line((74.43pt, 53.22pt), (77.97pt, 58.15pt)) line((77.97pt, 58.15pt), (81.52pt, 63.17pt)) line((81.52pt, 63.17pt), (85.06pt, 68.24pt)) line((85.06pt, 68.24pt), (88.61pt, 73.28pt)) line((88.61pt, 73.28pt), (92.15pt, 78.25pt)) line((92.15pt, 78.25pt), (95.70pt, 83.07pt)) line((95.70pt, 83.07pt), (99.24pt, 87.68pt)) line((99.24pt, 87.68pt), (102.78pt, 92.02pt)) line((102.78pt, 92.02pt), (106.33pt, 96.01pt)) line((106.33pt, 96.01pt), (109.87pt, 99.61pt)) line((109.87pt, 99.61pt), (113.42pt, 102.74pt)) line((113.42pt, 102.74pt), (116.96pt, 105.36pt)) line((116.96pt, 105.36pt), (120.51pt, 107.42pt)) line((120.51pt, 107.42pt), (124.05pt, 108.90pt)) line((124.05pt, 108.90pt), (127.59pt, 109.76pt)) line((127.59pt, 109.76pt), (131.14pt, 109.99pt)) line((131.14pt, 109.99pt), (134.68pt, 109.59pt)) line((134.68pt, 109.59pt), (138.23pt, 108.57pt)) line((138.23pt, 108.57pt), (141.77pt, 106.93pt)) line((141.77pt, 106.93pt), (145.32pt, 104.71pt)) line((145.32pt, 104.71pt), (148.86pt, 101.95pt)) line((148.86pt, 101.95pt), (152.41pt, 98.69pt)) line((152.41pt, 98.69pt), (155.95pt, 94.99pt)) line((155.95pt, 94.99pt), (159.49pt, 90.89pt)) line((159.49pt, 90.89pt), (163.04pt, 86.48pt)) line((163.04pt, 86.48pt), (166.58pt, 81.80pt)) line((166.58pt, 81.80pt), (170.13pt, 76.94pt)) line((170.13pt, 76.94pt), (173.67pt, 71.94pt)) line((173.67pt, 71.94pt), (177.22pt, 66.89pt)) line((177.22pt, 66.89pt), (180.76pt, 61.83pt)) line((180.76pt, 61.83pt), (184.30pt, 56.82pt)) line((184.30pt, 56.82pt), (187.85pt, 51.92pt)) line((187.85pt, 51.92pt), (191.39pt, 47.17pt)) line((191.39pt, 47.17pt), (194.94pt, 42.61pt)) line((194.94pt, 42.61pt), (198.48pt, 38.27pt)) line((198.48pt, 38.27pt), (202.03pt, 34.17pt)) line((202.03pt, 34.17pt), (205.57pt, 30.34pt)) line((205.57pt, 30.34pt), (209.11pt, 26.78pt)) line((209.11pt, 26.78pt), (212.66pt, 23.50pt)) line((212.66pt, 23.50pt), (216.20pt, 20.51pt)) line((216.20pt, 20.51pt), (219.75pt, 17.79pt)) line((219.75pt, 17.79pt), (223.29pt, 15.34pt)) line((223.29pt, 15.34pt), (226.84pt, 13.16pt)) line((226.84pt, 13.16pt), (230.38pt, 11.22pt)) line((230.38pt, 11.22pt), (233.92pt, 9.51pt)) line((233.92pt, 9.51pt), (237.47pt, 8.02pt)) line((237.47pt, 8.02pt), (241.01pt, 6.72pt)) line((241.01pt, 6.72pt), (244.56pt, 5.60pt)) line((244.56pt, 5.60pt), (248.10pt, 4.64pt)) line((248.10pt, 4.64pt), (251.65pt, 3.82pt)) line((251.65pt, 3.82pt), (255.19pt, 3.13pt)) line((255.19pt, 3.13pt), (258.73pt, 2.55pt)) line((258.73pt, 2.55pt), (262.28pt, 2.06pt)) line((262.28pt, 2.06pt), (265.82pt, 1.66pt)) line((265.82pt, 1.66pt), (269.37pt, 1.33pt)) line((269.37pt, 1.33pt), (272.91pt, 1.06pt)) line((272.91pt, 1.06pt), (276.46pt, 0.84pt)) line((276.46pt, 0.84pt), (280.00pt, 0.66pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−5]) line((18.67pt, 0pt), (18.67pt, -3.00pt), stroke: 0.5pt + black) content((18.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−4]) line((37.33pt, 0pt), (37.33pt, -3.00pt), stroke: 0.5pt + black) content((37.33pt, -5.00pt), anchor: "north", text(size: 8pt)[−3]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−2]) line((74.67pt, 0pt), (74.67pt, -3.00pt), stroke: 0.5pt + black) content((74.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−1]) line((93.33pt, 0pt), (93.33pt, -3.00pt), stroke: 0.5pt + black) content((93.33pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[1]) line((130.67pt, 0pt), (130.67pt, -3.00pt), stroke: 0.5pt + black) content((130.67pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((149.33pt, 0pt), (149.33pt, -3.00pt), stroke: 0.5pt + black) content((149.33pt, -5.00pt), anchor: "north", text(size: 8pt)[3]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((186.67pt, 0pt), (186.67pt, -3.00pt), stroke: 0.5pt + black) content((186.67pt, -5.00pt), anchor: "north", text(size: 8pt)[5]) line((205.33pt, 0pt), (205.33pt, -3.00pt), stroke: 0.5pt + black) content((205.33pt, -5.00pt), anchor: "north", text(size: 8pt)[6]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[7]) line((242.67pt, 0pt), (242.67pt, -3.00pt), stroke: 0.5pt + black) content((242.67pt, -5.00pt), anchor: "north", text(size: 8pt)[8]) line((261.33pt, 0pt), (261.33pt, -3.00pt), stroke: 0.5pt + black) content((261.33pt, -5.00pt), anchor: "north", text(size: 8pt)[9]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[10]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((130.67pt, 33.00pt), text(size: 8pt)[inflection points]) })]), alt: "A normal distribution curve. The horizontal axis ranges from negative 5 to 10, in increments of 1. The curve begins before negative 5, has a peak value at 2, and ends at 10. On the curve, from negative 1 to 5 is highlighted and it represents inflection points.", caption: none, ) #strong[Step 3:] The places where the graph changes from curving up to curving down (or vice versa) are called #emph[inflection points]. Let’s identify where those occur by dropping a line straight down from each: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((74.67pt, 0pt), (186.67pt, 0pt)) line((186.67pt, 66.72pt), (183.05pt, 71.02pt)) line((183.05pt, 71.02pt), (179.44pt, 75.28pt)) line((179.44pt, 75.28pt), (175.83pt, 79.46pt)) line((175.83pt, 79.46pt), (172.22pt, 83.53pt)) line((172.22pt, 83.53pt), (168.60pt, 87.45pt)) line((168.60pt, 87.45pt), (164.99pt, 91.16pt)) line((164.99pt, 91.16pt), (161.38pt, 94.64pt)) line((161.38pt, 94.64pt), (157.76pt, 97.85pt)) line((157.76pt, 97.85pt), (154.15pt, 100.74pt)) line((154.15pt, 100.74pt), (150.54pt, 103.29pt)) line((150.54pt, 103.29pt), (146.92pt, 105.46pt)) line((146.92pt, 105.46pt), (143.31pt, 107.23pt)) line((143.31pt, 107.23pt), (139.70pt, 108.58pt)) line((139.70pt, 108.58pt), (136.09pt, 109.49pt)) line((136.09pt, 109.49pt), (132.47pt, 109.94pt)) line((132.47pt, 109.94pt), (128.86pt, 109.94pt)) line((128.86pt, 109.94pt), (125.25pt, 109.49pt)) line((125.25pt, 109.49pt), (121.63pt, 108.58pt)) line((121.63pt, 108.58pt), (118.02pt, 107.23pt)) line((118.02pt, 107.23pt), (114.41pt, 105.46pt)) line((114.41pt, 105.46pt), (110.80pt, 103.29pt)) line((110.80pt, 103.29pt), (107.18pt, 100.74pt)) line((107.18pt, 100.74pt), (103.57pt, 97.85pt)) line((103.57pt, 97.85pt), (99.96pt, 94.64pt)) line((99.96pt, 94.64pt), (96.34pt, 91.16pt)) line((96.34pt, 91.16pt), (92.73pt, 87.45pt)) line((92.73pt, 87.45pt), (89.12pt, 83.53pt)) line((89.12pt, 83.53pt), (85.51pt, 79.46pt)) line((85.51pt, 79.46pt), (81.89pt, 75.28pt)) line((81.89pt, 75.28pt), (78.28pt, 71.02pt)) line((78.28pt, 71.02pt), (74.67pt, 66.72pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 7.23pt), (3.54pt, 8.36pt)) line((3.54pt, 8.36pt), (7.09pt, 9.64pt)) line((7.09pt, 9.64pt), (10.63pt, 11.06pt)) line((10.63pt, 11.06pt), (14.18pt, 12.64pt)) line((14.18pt, 12.64pt), (17.72pt, 14.39pt)) line((17.72pt, 14.39pt), (21.27pt, 16.32pt)) line((21.27pt, 16.32pt), (24.81pt, 18.43pt)) line((24.81pt, 18.43pt), (28.35pt, 20.73pt)) line((28.35pt, 20.73pt), (31.90pt, 23.22pt)) line((31.90pt, 23.22pt), (35.44pt, 25.91pt)) line((35.44pt, 25.91pt), (38.99pt, 28.80pt)) line((38.99pt, 28.80pt), (42.53pt, 31.88pt)) line((42.53pt, 31.88pt), (46.08pt, 35.15pt)) line((46.08pt, 35.15pt), (49.62pt, 38.60pt)) line((49.62pt, 38.60pt), (53.16pt, 42.22pt)) line((53.16pt, 42.22pt), (56.71pt, 45.99pt)) line((56.71pt, 45.99pt), (60.25pt, 49.90pt)) line((60.25pt, 49.90pt), (63.80pt, 53.92pt)) line((63.80pt, 53.92pt), (67.34pt, 58.04pt)) line((67.34pt, 58.04pt), (70.89pt, 62.22pt)) line((70.89pt, 62.22pt), (74.43pt, 66.44pt)) line((74.43pt, 66.44pt), (77.97pt, 70.65pt)) line((77.97pt, 70.65pt), (81.52pt, 74.84pt)) line((81.52pt, 74.84pt), (85.06pt, 78.96pt)) line((85.06pt, 78.96pt), (88.61pt, 82.97pt)) line((88.61pt, 82.97pt), (92.15pt, 86.83pt)) line((92.15pt, 86.83pt), (95.70pt, 90.51pt)) line((95.70pt, 90.51pt), (99.24pt, 93.97pt)) line((99.24pt, 93.97pt), (102.78pt, 97.18pt)) line((102.78pt, 97.18pt), (106.33pt, 100.09pt)) line((106.33pt, 100.09pt), (109.87pt, 102.67pt)) line((109.87pt, 102.67pt), (113.42pt, 104.90pt)) line((113.42pt, 104.90pt), (116.96pt, 106.75pt)) line((116.96pt, 106.75pt), (120.51pt, 108.20pt)) line((120.51pt, 108.20pt), (124.05pt, 109.23pt)) line((124.05pt, 109.23pt), (127.59pt, 109.83pt)) line((127.59pt, 109.83pt), (131.14pt, 110.00pt)) line((131.14pt, 110.00pt), (134.68pt, 109.72pt)) line((134.68pt, 109.72pt), (138.23pt, 109.00pt)) line((138.23pt, 109.00pt), (141.77pt, 107.86pt)) line((141.77pt, 107.86pt), (145.32pt, 106.30pt)) line((145.32pt, 106.30pt), (148.86pt, 104.34pt)) line((148.86pt, 104.34pt), (152.41pt, 102.02pt)) line((152.41pt, 102.02pt), (155.95pt, 99.34pt)) line((155.95pt, 99.34pt), (159.49pt, 96.35pt)) line((159.49pt, 96.35pt), (163.04pt, 93.07pt)) line((163.04pt, 93.07pt), (166.58pt, 89.55pt)) line((166.58pt, 89.55pt), (170.13pt, 85.82pt)) line((170.13pt, 85.82pt), (173.67pt, 81.91pt)) line((173.67pt, 81.91pt), (177.22pt, 77.87pt)) line((177.22pt, 77.87pt), (180.76pt, 73.73pt)) line((180.76pt, 73.73pt), (184.30pt, 69.53pt)) line((184.30pt, 69.53pt), (187.85pt, 65.31pt)) line((187.85pt, 65.31pt), (191.39pt, 61.10pt)) line((191.39pt, 61.10pt), (194.94pt, 56.93pt)) line((194.94pt, 56.93pt), (198.48pt, 52.84pt)) line((198.48pt, 52.84pt), (202.03pt, 48.84pt)) line((202.03pt, 48.84pt), (205.57pt, 44.97pt)) line((205.57pt, 44.97pt), (209.11pt, 41.24pt)) line((209.11pt, 41.24pt), (212.66pt, 37.66pt)) line((212.66pt, 37.66pt), (216.20pt, 34.26pt)) line((216.20pt, 34.26pt), (219.75pt, 31.04pt)) line((219.75pt, 31.04pt), (223.29pt, 28.01pt)) line((223.29pt, 28.01pt), (226.84pt, 25.18pt)) line((226.84pt, 25.18pt), (230.38pt, 22.54pt)) line((230.38pt, 22.54pt), (233.92pt, 20.10pt)) line((233.92pt, 20.10pt), (237.47pt, 17.85pt)) line((237.47pt, 17.85pt), (241.01pt, 15.79pt)) line((241.01pt, 15.79pt), (244.56pt, 13.91pt)) line((244.56pt, 13.91pt), (248.10pt, 12.20pt)) line((248.10pt, 12.20pt), (251.65pt, 10.66pt)) line((251.65pt, 10.66pt), (255.19pt, 9.28pt)) line((255.19pt, 9.28pt), (258.73pt, 8.05pt)) line((258.73pt, 8.05pt), (262.28pt, 6.95pt)) line((262.28pt, 6.95pt), (265.82pt, 5.98pt)) line((265.82pt, 5.98pt), (269.37pt, 5.12pt)) line((269.37pt, 5.12pt), (272.91pt, 4.37pt)) line((272.91pt, 4.37pt), (276.46pt, 3.71pt)) line((276.46pt, 3.71pt), (280.00pt, 3.14pt)) }) line((74.67pt, 0pt), (74.67pt, 66.72pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((130.67pt, 0pt), (130.67pt, 110.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((186.67pt, 0pt), (186.67pt, 66.72pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−5]) line((18.67pt, 0pt), (18.67pt, -3.00pt), stroke: 0.5pt + black) content((18.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−4]) line((37.33pt, 0pt), (37.33pt, -3.00pt), stroke: 0.5pt + black) content((37.33pt, -5.00pt), anchor: "north", text(size: 8pt)[−3]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−2]) line((74.67pt, 0pt), (74.67pt, -3.00pt), stroke: 0.5pt + black) content((74.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−1]) line((93.33pt, 0pt), (93.33pt, -3.00pt), stroke: 0.5pt + black) content((93.33pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[1]) line((130.67pt, 0pt), (130.67pt, -3.00pt), stroke: 0.5pt + black) content((130.67pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((149.33pt, 0pt), (149.33pt, -3.00pt), stroke: 0.5pt + black) content((149.33pt, -5.00pt), anchor: "north", text(size: 8pt)[3]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((186.67pt, 0pt), (186.67pt, -3.00pt), stroke: 0.5pt + black) content((186.67pt, -5.00pt), anchor: "north", text(size: 8pt)[5]) line((205.33pt, 0pt), (205.33pt, -3.00pt), stroke: 0.5pt + black) content((205.33pt, -5.00pt), anchor: "north", text(size: 8pt)[6]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[7]) line((242.67pt, 0pt), (242.67pt, -3.00pt), stroke: 0.5pt + black) content((242.67pt, -5.00pt), anchor: "north", text(size: 8pt)[8]) line((261.33pt, 0pt), (261.33pt, -3.00pt), stroke: 0.5pt + black) content((261.33pt, -5.00pt), anchor: "north", text(size: 8pt)[9]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[10]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((130.67pt, 33.00pt), text(size: 8pt)[inflection points]) })]), alt: "A normal distribution curve. The horizontal axis ranges from negative 5 to 10, in increments of 1. The curve begins before negative 5, has a peak value at 2, and ends at 10. On the curve, from negative 1 to 5 is highlighted and it represents inflection points. Dashed vertical lines are drawn from negative 1, 2, and 5 to meet the curve.", caption: none, ) #strong[Step 4:] We can estimate that the inflection points occur at #math.equation(block: false, alt: "x equals minus 1")[$x = − 1$] and #math.equation(block: false, alt: "x equals 5")[$x = 5$]; the mean is at #math.equation(block: false, alt: "x equals 2")[$x = 2$] (as shown by the middle dotted line). The difference between the mean and the location of either inflection point is the standard deviation; since #math.equation(block: false, alt: "5 minus 2 equals 2 minus open parenthesis minus 1 close parenthesis equals 3")[$5 − 2 = 2 − ( − 1 ) = 3$], we conclude that the standard deviation of the green distribution is 3. #strong[Step 5:] Now, looking at the other two graphs, let's first identify the inflection points: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#D62128"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.00pt), (3.54pt, 0.00pt)) line((3.54pt, 0.00pt), (7.09pt, 0.01pt)) line((7.09pt, 0.01pt), (10.63pt, 0.01pt)) line((10.63pt, 0.01pt), (14.18pt, 0.02pt)) line((14.18pt, 0.02pt), (17.72pt, 0.03pt)) line((17.72pt, 0.03pt), (21.27pt, 0.05pt)) line((21.27pt, 0.05pt), (24.81pt, 0.09pt)) line((24.81pt, 0.09pt), (28.35pt, 0.14pt)) line((28.35pt, 0.14pt), (31.90pt, 0.22pt)) line((31.90pt, 0.22pt), (35.44pt, 0.34pt)) line((35.44pt, 0.34pt), (38.99pt, 0.52pt)) line((38.99pt, 0.52pt), (42.53pt, 0.78pt)) line((42.53pt, 0.78pt), (46.08pt, 1.15pt)) line((46.08pt, 1.15pt), (49.62pt, 1.67pt)) line((49.62pt, 1.67pt), (53.16pt, 2.39pt)) line((53.16pt, 2.39pt), (56.71pt, 3.36pt)) line((56.71pt, 3.36pt), (60.25pt, 4.66pt)) line((60.25pt, 4.66pt), (63.80pt, 6.35pt)) line((63.80pt, 6.35pt), (67.34pt, 8.53pt)) line((67.34pt, 8.53pt), (70.89pt, 11.26pt)) line((70.89pt, 11.26pt), (74.43pt, 14.64pt)) line((74.43pt, 14.64pt), (77.97pt, 18.72pt)) line((77.97pt, 18.72pt), (81.52pt, 23.57pt)) line((81.52pt, 23.57pt), (85.06pt, 29.20pt)) line((85.06pt, 29.20pt), (88.61pt, 35.60pt)) line((88.61pt, 35.60pt), (92.15pt, 42.71pt)) line((92.15pt, 42.71pt), (95.70pt, 50.43pt)) line((95.70pt, 50.43pt), (99.24pt, 58.59pt)) line((99.24pt, 58.59pt), (102.78pt, 67.00pt)) line((102.78pt, 67.00pt), (106.33pt, 75.39pt)) line((106.33pt, 75.39pt), (109.87pt, 83.49pt)) line((109.87pt, 83.49pt), (113.42pt, 90.99pt)) line((113.42pt, 90.99pt), (116.96pt, 97.58pt)) line((116.96pt, 97.58pt), (120.51pt, 102.99pt)) line((120.51pt, 102.99pt), (124.05pt, 106.97pt)) line((124.05pt, 106.97pt), (127.59pt, 109.34pt)) line((127.59pt, 109.34pt), (131.14pt, 109.98pt)) line((131.14pt, 109.98pt), (134.68pt, 108.87pt)) line((134.68pt, 108.87pt), (138.23pt, 106.06pt)) line((138.23pt, 106.06pt), (141.77pt, 101.68pt)) line((141.77pt, 101.68pt), (145.32pt, 95.93pt)) line((145.32pt, 95.93pt), (148.86pt, 89.07pt)) line((148.86pt, 89.07pt), (152.41pt, 81.38pt)) line((152.41pt, 81.38pt), (155.95pt, 73.17pt)) line((155.95pt, 73.17pt), (159.49pt, 64.75pt)) line((159.49pt, 64.75pt), (163.04pt, 56.38pt)) line((163.04pt, 56.38pt), (166.58pt, 48.32pt)) line((166.58pt, 48.32pt), (170.13pt, 40.75pt)) line((170.13pt, 40.75pt), (173.67pt, 33.82pt)) line((173.67pt, 33.82pt), (177.22pt, 27.62pt)) line((177.22pt, 27.62pt), (180.76pt, 22.20pt)) line((180.76pt, 22.20pt), (184.30pt, 17.56pt)) line((184.30pt, 17.56pt), (187.85pt, 13.67pt)) line((187.85pt, 13.67pt), (191.39pt, 10.47pt)) line((191.39pt, 10.47pt), (194.94pt, 7.89pt)) line((194.94pt, 7.89pt), (198.48pt, 5.86pt)) line((198.48pt, 5.86pt), (202.03pt, 4.28pt)) line((202.03pt, 4.28pt), (205.57pt, 3.07pt)) line((205.57pt, 3.07pt), (209.11pt, 2.17pt)) line((209.11pt, 2.17pt), (212.66pt, 1.51pt)) line((212.66pt, 1.51pt), (216.20pt, 1.04pt)) line((216.20pt, 1.04pt), (219.75pt, 0.70pt)) line((219.75pt, 0.70pt), (223.29pt, 0.46pt)) line((223.29pt, 0.46pt), (226.84pt, 0.30pt)) line((226.84pt, 0.30pt), (230.38pt, 0.19pt)) line((230.38pt, 0.19pt), (233.92pt, 0.12pt)) line((233.92pt, 0.12pt), (237.47pt, 0.08pt)) line((237.47pt, 0.08pt), (241.01pt, 0.05pt)) line((241.01pt, 0.05pt), (244.56pt, 0.03pt)) line((244.56pt, 0.03pt), (248.10pt, 0.02pt)) line((248.10pt, 0.02pt), (251.65pt, 0.01pt)) line((251.65pt, 0.01pt), (255.19pt, 0.01pt)) line((255.19pt, 0.01pt), (258.73pt, 0.00pt)) line((258.73pt, 0.00pt), (262.28pt, 0.00pt)) line((262.28pt, 0.00pt), (265.82pt, 0.00pt)) line((265.82pt, 0.00pt), (269.37pt, 0.00pt)) line((269.37pt, 0.00pt), (272.91pt, 0.00pt)) line((272.91pt, 0.00pt), (276.46pt, 0.00pt)) line((276.46pt, 0.00pt), (280.00pt, 0.00pt)) }) merge-path(stroke: (paint: rgb("#1D56A6"), thickness: 0.9pt), fill: none, { line((0.00pt, 7.23pt), (3.54pt, 8.36pt)) line((3.54pt, 8.36pt), (7.09pt, 9.64pt)) line((7.09pt, 9.64pt), (10.63pt, 11.06pt)) line((10.63pt, 11.06pt), (14.18pt, 12.64pt)) line((14.18pt, 12.64pt), (17.72pt, 14.39pt)) line((17.72pt, 14.39pt), (21.27pt, 16.32pt)) line((21.27pt, 16.32pt), (24.81pt, 18.43pt)) line((24.81pt, 18.43pt), (28.35pt, 20.73pt)) line((28.35pt, 20.73pt), (31.90pt, 23.22pt)) line((31.90pt, 23.22pt), (35.44pt, 25.91pt)) line((35.44pt, 25.91pt), (38.99pt, 28.80pt)) line((38.99pt, 28.80pt), (42.53pt, 31.88pt)) line((42.53pt, 31.88pt), (46.08pt, 35.15pt)) line((46.08pt, 35.15pt), (49.62pt, 38.60pt)) line((49.62pt, 38.60pt), (53.16pt, 42.22pt)) line((53.16pt, 42.22pt), (56.71pt, 45.99pt)) line((56.71pt, 45.99pt), (60.25pt, 49.90pt)) line((60.25pt, 49.90pt), (63.80pt, 53.92pt)) line((63.80pt, 53.92pt), (67.34pt, 58.04pt)) line((67.34pt, 58.04pt), (70.89pt, 62.22pt)) line((70.89pt, 62.22pt), (74.43pt, 66.44pt)) line((74.43pt, 66.44pt), (77.97pt, 70.65pt)) line((77.97pt, 70.65pt), (81.52pt, 74.84pt)) line((81.52pt, 74.84pt), (85.06pt, 78.96pt)) line((85.06pt, 78.96pt), (88.61pt, 82.97pt)) line((88.61pt, 82.97pt), (92.15pt, 86.83pt)) line((92.15pt, 86.83pt), (95.70pt, 90.51pt)) line((95.70pt, 90.51pt), (99.24pt, 93.97pt)) line((99.24pt, 93.97pt), (102.78pt, 97.18pt)) line((102.78pt, 97.18pt), (106.33pt, 100.09pt)) line((106.33pt, 100.09pt), (109.87pt, 102.67pt)) line((109.87pt, 102.67pt), (113.42pt, 104.90pt)) line((113.42pt, 104.90pt), (116.96pt, 106.75pt)) line((116.96pt, 106.75pt), (120.51pt, 108.20pt)) line((120.51pt, 108.20pt), (124.05pt, 109.23pt)) line((124.05pt, 109.23pt), (127.59pt, 109.83pt)) line((127.59pt, 109.83pt), (131.14pt, 110.00pt)) line((131.14pt, 110.00pt), (134.68pt, 109.72pt)) line((134.68pt, 109.72pt), (138.23pt, 109.00pt)) line((138.23pt, 109.00pt), (141.77pt, 107.86pt)) line((141.77pt, 107.86pt), (145.32pt, 106.30pt)) line((145.32pt, 106.30pt), (148.86pt, 104.34pt)) line((148.86pt, 104.34pt), (152.41pt, 102.02pt)) line((152.41pt, 102.02pt), (155.95pt, 99.34pt)) line((155.95pt, 99.34pt), (159.49pt, 96.35pt)) line((159.49pt, 96.35pt), (163.04pt, 93.07pt)) line((163.04pt, 93.07pt), (166.58pt, 89.55pt)) line((166.58pt, 89.55pt), (170.13pt, 85.82pt)) line((170.13pt, 85.82pt), (173.67pt, 81.91pt)) line((173.67pt, 81.91pt), (177.22pt, 77.87pt)) line((177.22pt, 77.87pt), (180.76pt, 73.73pt)) line((180.76pt, 73.73pt), (184.30pt, 69.53pt)) line((184.30pt, 69.53pt), (187.85pt, 65.31pt)) line((187.85pt, 65.31pt), (191.39pt, 61.10pt)) line((191.39pt, 61.10pt), (194.94pt, 56.93pt)) line((194.94pt, 56.93pt), (198.48pt, 52.84pt)) line((198.48pt, 52.84pt), (202.03pt, 48.84pt)) line((202.03pt, 48.84pt), (205.57pt, 44.97pt)) line((205.57pt, 44.97pt), (209.11pt, 41.24pt)) line((209.11pt, 41.24pt), (212.66pt, 37.66pt)) line((212.66pt, 37.66pt), (216.20pt, 34.26pt)) line((216.20pt, 34.26pt), (219.75pt, 31.04pt)) line((219.75pt, 31.04pt), (223.29pt, 28.01pt)) line((223.29pt, 28.01pt), (226.84pt, 25.18pt)) line((226.84pt, 25.18pt), (230.38pt, 22.54pt)) line((230.38pt, 22.54pt), (233.92pt, 20.10pt)) line((233.92pt, 20.10pt), (237.47pt, 17.85pt)) line((237.47pt, 17.85pt), (241.01pt, 15.79pt)) line((241.01pt, 15.79pt), (244.56pt, 13.91pt)) line((244.56pt, 13.91pt), (248.10pt, 12.20pt)) line((248.10pt, 12.20pt), (251.65pt, 10.66pt)) line((251.65pt, 10.66pt), (255.19pt, 9.28pt)) line((255.19pt, 9.28pt), (258.73pt, 8.05pt)) line((258.73pt, 8.05pt), (262.28pt, 6.95pt)) line((262.28pt, 6.95pt), (265.82pt, 5.98pt)) line((265.82pt, 5.98pt), (269.37pt, 5.12pt)) line((269.37pt, 5.12pt), (272.91pt, 4.37pt)) line((272.91pt, 4.37pt), (276.46pt, 3.71pt)) line((276.46pt, 3.71pt), (280.00pt, 3.14pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−5]) line((18.67pt, 0pt), (18.67pt, -3.00pt), stroke: 0.5pt + black) content((18.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−4]) line((37.33pt, 0pt), (37.33pt, -3.00pt), stroke: 0.5pt + black) content((37.33pt, -5.00pt), anchor: "north", text(size: 8pt)[−3]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[−2]) line((74.67pt, 0pt), (74.67pt, -3.00pt), stroke: 0.5pt + black) content((74.67pt, -5.00pt), anchor: "north", text(size: 8pt)[−1]) line((93.33pt, 0pt), (93.33pt, -3.00pt), stroke: 0.5pt + black) content((93.33pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[1]) line((130.67pt, 0pt), (130.67pt, -3.00pt), stroke: 0.5pt + black) content((130.67pt, -5.00pt), anchor: "north", text(size: 8pt)[2]) line((149.33pt, 0pt), (149.33pt, -3.00pt), stroke: 0.5pt + black) content((149.33pt, -5.00pt), anchor: "north", text(size: 8pt)[3]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[4]) line((186.67pt, 0pt), (186.67pt, -3.00pt), stroke: 0.5pt + black) content((186.67pt, -5.00pt), anchor: "north", text(size: 8pt)[5]) line((205.33pt, 0pt), (205.33pt, -3.00pt), stroke: 0.5pt + black) content((205.33pt, -5.00pt), anchor: "north", text(size: 8pt)[6]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[7]) line((242.67pt, 0pt), (242.67pt, -3.00pt), stroke: 0.5pt + black) content((242.67pt, -5.00pt), anchor: "north", text(size: 8pt)[8]) line((261.33pt, 0pt), (261.33pt, -3.00pt), stroke: 0.5pt + black) content((261.33pt, -5.00pt), anchor: "north", text(size: 8pt)[9]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[10]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A graph shows two normal distribution curves. The horizontal axis ranges from negative 5 to 10, in increments of 1. The two curves are described as follows. The first curve (red) begins at negative 5, has a peak value at 2, and ends at 10. The second curve (blue) begins at negative 5, has a peak value at 2, and ends at 10. The first curve (red) has a higher peak than the second curve (blue).", caption: none, ) #strong[Step 6:] The red (tallest peaked) distribution has inflection points at 1 and 3, and the mean is 2. Thus, the standard deviation of the red distribution is #math.equation(block: false, alt: "3 minus 2 equals 2 minus 1 equals 1")[$3 − 2 = 2 − 1 = 1$]. The blue (lower peaked) distribution has inflection points at 0 and 4, and its mean is also 2. So, the standard deviation of the blue distribution is 2. ] ] Let’s put it all together to identify a completely unknown normal distribution. #examplebox("Example 3")[Identifying the Mean and Standard Deviation of a Normal Distribution][ Using the graph, identify the mean and standard deviation of the normal distribution. #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 6.17pt), (3.54pt, 7.39pt)) line((3.54pt, 7.39pt), (7.09pt, 8.79pt)) line((7.09pt, 8.79pt), (10.63pt, 10.40pt)) line((10.63pt, 10.40pt), (14.18pt, 12.22pt)) line((14.18pt, 12.22pt), (17.72pt, 14.29pt)) line((17.72pt, 14.29pt), (21.27pt, 16.62pt)) line((21.27pt, 16.62pt), (24.81pt, 19.20pt)) line((24.81pt, 19.20pt), (28.35pt, 22.07pt)) line((28.35pt, 22.07pt), (31.90pt, 25.21pt)) line((31.90pt, 25.21pt), (35.44pt, 28.64pt)) line((35.44pt, 28.64pt), (38.99pt, 32.35pt)) line((38.99pt, 32.35pt), (42.53pt, 36.32pt)) line((42.53pt, 36.32pt), (46.08pt, 40.56pt)) line((46.08pt, 40.56pt), (49.62pt, 45.02pt)) line((49.62pt, 45.02pt), (53.16pt, 49.69pt)) line((53.16pt, 49.69pt), (56.71pt, 54.52pt)) line((56.71pt, 54.52pt), (60.25pt, 59.48pt)) line((60.25pt, 59.48pt), (63.80pt, 64.52pt)) line((63.80pt, 64.52pt), (67.34pt, 69.59pt)) line((67.34pt, 69.59pt), (70.89pt, 74.62pt)) line((70.89pt, 74.62pt), (74.43pt, 79.55pt)) line((74.43pt, 79.55pt), (77.97pt, 84.32pt)) line((77.97pt, 84.32pt), (81.52pt, 88.87pt)) line((81.52pt, 88.87pt), (85.06pt, 93.12pt)) line((85.06pt, 93.12pt), (88.61pt, 97.01pt)) line((88.61pt, 97.01pt), (92.15pt, 100.49pt)) line((92.15pt, 100.49pt), (95.70pt, 103.49pt)) line((95.70pt, 103.49pt), (99.24pt, 105.96pt)) line((99.24pt, 105.96pt), (102.78pt, 107.88pt)) line((102.78pt, 107.88pt), (106.33pt, 109.19pt)) line((106.33pt, 109.19pt), (109.87pt, 109.89pt)) line((109.87pt, 109.89pt), (113.42pt, 109.95pt)) line((113.42pt, 109.95pt), (116.96pt, 109.38pt)) line((116.96pt, 109.38pt), (120.51pt, 108.19pt)) line((120.51pt, 108.19pt), (124.05pt, 106.39pt)) line((124.05pt, 106.39pt), (127.59pt, 104.03pt)) line((127.59pt, 104.03pt), (131.14pt, 101.13pt)) line((131.14pt, 101.13pt), (134.68pt, 97.74pt)) line((134.68pt, 97.74pt), (138.23pt, 93.93pt)) line((138.23pt, 93.93pt), (141.77pt, 89.75pt)) line((141.77pt, 89.75pt), (145.32pt, 85.25pt)) line((145.32pt, 85.25pt), (148.86pt, 80.52pt)) line((148.86pt, 80.52pt), (152.41pt, 75.62pt)) line((152.41pt, 75.62pt), (155.95pt, 70.60pt)) line((155.95pt, 70.60pt), (159.49pt, 65.54pt)) line((159.49pt, 65.54pt), (163.04pt, 60.49pt)) line((163.04pt, 60.49pt), (166.58pt, 55.51pt)) line((166.58pt, 55.51pt), (170.13pt, 50.64pt)) line((170.13pt, 50.64pt), (173.67pt, 45.94pt)) line((173.67pt, 45.94pt), (177.22pt, 41.43pt)) line((177.22pt, 41.43pt), (180.76pt, 37.15pt)) line((180.76pt, 37.15pt), (184.30pt, 33.12pt)) line((184.30pt, 33.12pt), (187.85pt, 29.36pt)) line((187.85pt, 29.36pt), (191.39pt, 25.88pt)) line((191.39pt, 25.88pt), (194.94pt, 22.67pt)) line((194.94pt, 22.67pt), (198.48pt, 19.75pt)) line((198.48pt, 19.75pt), (202.03pt, 17.11pt)) line((202.03pt, 17.11pt), (205.57pt, 14.74pt)) line((205.57pt, 14.74pt), (209.11pt, 12.62pt)) line((209.11pt, 12.62pt), (212.66pt, 10.74pt)) line((212.66pt, 10.74pt), (216.20pt, 9.09pt)) line((216.20pt, 9.09pt), (219.75pt, 7.65pt)) line((219.75pt, 7.65pt), (223.29pt, 6.40pt)) line((223.29pt, 6.40pt), (226.84pt, 5.33pt)) line((226.84pt, 5.33pt), (230.38pt, 4.41pt)) line((230.38pt, 4.41pt), (233.92pt, 3.62pt)) line((233.92pt, 3.62pt), (237.47pt, 2.96pt)) line((237.47pt, 2.96pt), (241.01pt, 2.41pt)) line((241.01pt, 2.41pt), (244.56pt, 1.95pt)) line((244.56pt, 1.95pt), (248.10pt, 1.56pt)) line((248.10pt, 1.56pt), (251.65pt, 1.25pt)) line((251.65pt, 1.25pt), (255.19pt, 0.99pt)) line((255.19pt, 0.99pt), (258.73pt, 0.78pt)) line((258.73pt, 0.78pt), (262.28pt, 0.62pt)) line((262.28pt, 0.62pt), (265.82pt, 0.48pt)) line((265.82pt, 0.48pt), (269.37pt, 0.37pt)) line((269.37pt, 0.37pt), (272.91pt, 0.29pt)) line((272.91pt, 0.29pt), (276.46pt, 0.22pt)) line((276.46pt, 0.22pt), (280.00pt, 0.17pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[45]) line((11.20pt, 0pt), (11.20pt, -3.00pt), stroke: 0.5pt + black) content((11.20pt, -5.00pt), anchor: "north", text(size: 8pt)[46]) line((22.40pt, 0pt), (22.40pt, -3.00pt), stroke: 0.5pt + black) content((22.40pt, -5.00pt), anchor: "north", text(size: 8pt)[47]) line((33.60pt, 0pt), (33.60pt, -3.00pt), stroke: 0.5pt + black) content((33.60pt, -5.00pt), anchor: "north", text(size: 8pt)[48]) line((44.80pt, 0pt), (44.80pt, -3.00pt), stroke: 0.5pt + black) content((44.80pt, -5.00pt), anchor: "north", text(size: 8pt)[49]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[50]) line((67.20pt, 0pt), (67.20pt, -3.00pt), stroke: 0.5pt + black) content((67.20pt, -5.00pt), anchor: "north", text(size: 8pt)[51]) line((78.40pt, 0pt), (78.40pt, -3.00pt), stroke: 0.5pt + black) content((78.40pt, -5.00pt), anchor: "north", text(size: 8pt)[52]) line((89.60pt, 0pt), (89.60pt, -3.00pt), stroke: 0.5pt + black) content((89.60pt, -5.00pt), anchor: "north", text(size: 8pt)[53]) line((100.80pt, 0pt), (100.80pt, -3.00pt), stroke: 0.5pt + black) content((100.80pt, -5.00pt), anchor: "north", text(size: 8pt)[54]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[55]) line((123.20pt, 0pt), (123.20pt, -3.00pt), stroke: 0.5pt + black) content((123.20pt, -5.00pt), anchor: "north", text(size: 8pt)[56]) line((134.40pt, 0pt), (134.40pt, -3.00pt), stroke: 0.5pt + black) content((134.40pt, -5.00pt), anchor: "north", text(size: 8pt)[57]) line((145.60pt, 0pt), (145.60pt, -3.00pt), stroke: 0.5pt + black) content((145.60pt, -5.00pt), anchor: "north", text(size: 8pt)[58]) line((156.80pt, 0pt), (156.80pt, -3.00pt), stroke: 0.5pt + black) content((156.80pt, -5.00pt), anchor: "north", text(size: 8pt)[59]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((179.20pt, 0pt), (179.20pt, -3.00pt), stroke: 0.5pt + black) content((179.20pt, -5.00pt), anchor: "north", text(size: 8pt)[61]) line((190.40pt, 0pt), (190.40pt, -3.00pt), stroke: 0.5pt + black) content((190.40pt, -5.00pt), anchor: "north", text(size: 8pt)[62]) line((201.60pt, 0pt), (201.60pt, -3.00pt), stroke: 0.5pt + black) content((201.60pt, -5.00pt), anchor: "north", text(size: 8pt)[63]) line((212.80pt, 0pt), (212.80pt, -3.00pt), stroke: 0.5pt + black) content((212.80pt, -5.00pt), anchor: "north", text(size: 8pt)[64]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((235.20pt, 0pt), (235.20pt, -3.00pt), stroke: 0.5pt + black) content((235.20pt, -5.00pt), anchor: "north", text(size: 8pt)[66]) line((246.40pt, 0pt), (246.40pt, -3.00pt), stroke: 0.5pt + black) content((246.40pt, -5.00pt), anchor: "north", text(size: 8pt)[67]) line((257.60pt, 0pt), (257.60pt, -3.00pt), stroke: 0.5pt + black) content((257.60pt, -5.00pt), anchor: "north", text(size: 8pt)[68]) line((268.80pt, 0pt), (268.80pt, -3.00pt), stroke: 0.5pt + black) content((268.80pt, -5.00pt), anchor: "north", text(size: 8pt)[69]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 45 to 70, in increments of 1. The curve begins at 45, has a peak value at 55, and ends at 70.", caption: none, ) #solutionbox[ #strong[Step 1:]Let’s start by putting dots on the graph at the peak and at the inflection points, then drop lines from those points straight down to the axis: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 6.17pt), (3.54pt, 7.39pt)) line((3.54pt, 7.39pt), (7.09pt, 8.79pt)) line((7.09pt, 8.79pt), (10.63pt, 10.40pt)) line((10.63pt, 10.40pt), (14.18pt, 12.22pt)) line((14.18pt, 12.22pt), (17.72pt, 14.29pt)) line((17.72pt, 14.29pt), (21.27pt, 16.62pt)) line((21.27pt, 16.62pt), (24.81pt, 19.20pt)) line((24.81pt, 19.20pt), (28.35pt, 22.07pt)) line((28.35pt, 22.07pt), (31.90pt, 25.21pt)) line((31.90pt, 25.21pt), (35.44pt, 28.64pt)) line((35.44pt, 28.64pt), (38.99pt, 32.35pt)) line((38.99pt, 32.35pt), (42.53pt, 36.32pt)) line((42.53pt, 36.32pt), (46.08pt, 40.56pt)) line((46.08pt, 40.56pt), (49.62pt, 45.02pt)) line((49.62pt, 45.02pt), (53.16pt, 49.69pt)) line((53.16pt, 49.69pt), (56.71pt, 54.52pt)) line((56.71pt, 54.52pt), (60.25pt, 59.48pt)) line((60.25pt, 59.48pt), (63.80pt, 64.52pt)) line((63.80pt, 64.52pt), (67.34pt, 69.59pt)) line((67.34pt, 69.59pt), (70.89pt, 74.62pt)) line((70.89pt, 74.62pt), (74.43pt, 79.55pt)) line((74.43pt, 79.55pt), (77.97pt, 84.32pt)) line((77.97pt, 84.32pt), (81.52pt, 88.87pt)) line((81.52pt, 88.87pt), (85.06pt, 93.12pt)) line((85.06pt, 93.12pt), (88.61pt, 97.01pt)) line((88.61pt, 97.01pt), (92.15pt, 100.49pt)) line((92.15pt, 100.49pt), (95.70pt, 103.49pt)) line((95.70pt, 103.49pt), (99.24pt, 105.96pt)) line((99.24pt, 105.96pt), (102.78pt, 107.88pt)) line((102.78pt, 107.88pt), (106.33pt, 109.19pt)) line((106.33pt, 109.19pt), (109.87pt, 109.89pt)) line((109.87pt, 109.89pt), (113.42pt, 109.95pt)) line((113.42pt, 109.95pt), (116.96pt, 109.38pt)) line((116.96pt, 109.38pt), (120.51pt, 108.19pt)) line((120.51pt, 108.19pt), (124.05pt, 106.39pt)) line((124.05pt, 106.39pt), (127.59pt, 104.03pt)) line((127.59pt, 104.03pt), (131.14pt, 101.13pt)) line((131.14pt, 101.13pt), (134.68pt, 97.74pt)) line((134.68pt, 97.74pt), (138.23pt, 93.93pt)) line((138.23pt, 93.93pt), (141.77pt, 89.75pt)) line((141.77pt, 89.75pt), (145.32pt, 85.25pt)) line((145.32pt, 85.25pt), (148.86pt, 80.52pt)) line((148.86pt, 80.52pt), (152.41pt, 75.62pt)) line((152.41pt, 75.62pt), (155.95pt, 70.60pt)) line((155.95pt, 70.60pt), (159.49pt, 65.54pt)) line((159.49pt, 65.54pt), (163.04pt, 60.49pt)) line((163.04pt, 60.49pt), (166.58pt, 55.51pt)) line((166.58pt, 55.51pt), (170.13pt, 50.64pt)) line((170.13pt, 50.64pt), (173.67pt, 45.94pt)) line((173.67pt, 45.94pt), (177.22pt, 41.43pt)) line((177.22pt, 41.43pt), (180.76pt, 37.15pt)) line((180.76pt, 37.15pt), (184.30pt, 33.12pt)) line((184.30pt, 33.12pt), (187.85pt, 29.36pt)) line((187.85pt, 29.36pt), (191.39pt, 25.88pt)) line((191.39pt, 25.88pt), (194.94pt, 22.67pt)) line((194.94pt, 22.67pt), (198.48pt, 19.75pt)) line((198.48pt, 19.75pt), (202.03pt, 17.11pt)) line((202.03pt, 17.11pt), (205.57pt, 14.74pt)) line((205.57pt, 14.74pt), (209.11pt, 12.62pt)) line((209.11pt, 12.62pt), (212.66pt, 10.74pt)) line((212.66pt, 10.74pt), (216.20pt, 9.09pt)) line((216.20pt, 9.09pt), (219.75pt, 7.65pt)) line((219.75pt, 7.65pt), (223.29pt, 6.40pt)) line((223.29pt, 6.40pt), (226.84pt, 5.33pt)) line((226.84pt, 5.33pt), (230.38pt, 4.41pt)) line((230.38pt, 4.41pt), (233.92pt, 3.62pt)) line((233.92pt, 3.62pt), (237.47pt, 2.96pt)) line((237.47pt, 2.96pt), (241.01pt, 2.41pt)) line((241.01pt, 2.41pt), (244.56pt, 1.95pt)) line((244.56pt, 1.95pt), (248.10pt, 1.56pt)) line((248.10pt, 1.56pt), (251.65pt, 1.25pt)) line((251.65pt, 1.25pt), (255.19pt, 0.99pt)) line((255.19pt, 0.99pt), (258.73pt, 0.78pt)) line((258.73pt, 0.78pt), (262.28pt, 0.62pt)) line((262.28pt, 0.62pt), (265.82pt, 0.48pt)) line((265.82pt, 0.48pt), (269.37pt, 0.37pt)) line((269.37pt, 0.37pt), (272.91pt, 0.29pt)) line((272.91pt, 0.29pt), (276.46pt, 0.22pt)) line((276.46pt, 0.22pt), (280.00pt, 0.17pt)) }) line((78.40pt, 0pt), (78.40pt, 84.88pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((112.00pt, 0pt), (112.00pt, 110.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((145.60pt, 0pt), (145.60pt, 84.88pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[45]) line((11.20pt, 0pt), (11.20pt, -3.00pt), stroke: 0.5pt + black) content((11.20pt, -5.00pt), anchor: "north", text(size: 8pt)[46]) line((22.40pt, 0pt), (22.40pt, -3.00pt), stroke: 0.5pt + black) content((22.40pt, -5.00pt), anchor: "north", text(size: 8pt)[47]) line((33.60pt, 0pt), (33.60pt, -3.00pt), stroke: 0.5pt + black) content((33.60pt, -5.00pt), anchor: "north", text(size: 8pt)[48]) line((44.80pt, 0pt), (44.80pt, -3.00pt), stroke: 0.5pt + black) content((44.80pt, -5.00pt), anchor: "north", text(size: 8pt)[49]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[50]) line((67.20pt, 0pt), (67.20pt, -3.00pt), stroke: 0.5pt + black) content((67.20pt, -5.00pt), anchor: "north", text(size: 8pt)[51]) line((78.40pt, 0pt), (78.40pt, -3.00pt), stroke: 0.5pt + black) content((78.40pt, -5.00pt), anchor: "north", text(size: 8pt)[52]) line((89.60pt, 0pt), (89.60pt, -3.00pt), stroke: 0.5pt + black) content((89.60pt, -5.00pt), anchor: "north", text(size: 8pt)[53]) line((100.80pt, 0pt), (100.80pt, -3.00pt), stroke: 0.5pt + black) content((100.80pt, -5.00pt), anchor: "north", text(size: 8pt)[54]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[55]) line((123.20pt, 0pt), (123.20pt, -3.00pt), stroke: 0.5pt + black) content((123.20pt, -5.00pt), anchor: "north", text(size: 8pt)[56]) line((134.40pt, 0pt), (134.40pt, -3.00pt), stroke: 0.5pt + black) content((134.40pt, -5.00pt), anchor: "north", text(size: 8pt)[57]) line((145.60pt, 0pt), (145.60pt, -3.00pt), stroke: 0.5pt + black) content((145.60pt, -5.00pt), anchor: "north", text(size: 8pt)[58]) line((156.80pt, 0pt), (156.80pt, -3.00pt), stroke: 0.5pt + black) content((156.80pt, -5.00pt), anchor: "north", text(size: 8pt)[59]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((179.20pt, 0pt), (179.20pt, -3.00pt), stroke: 0.5pt + black) content((179.20pt, -5.00pt), anchor: "north", text(size: 8pt)[61]) line((190.40pt, 0pt), (190.40pt, -3.00pt), stroke: 0.5pt + black) content((190.40pt, -5.00pt), anchor: "north", text(size: 8pt)[62]) line((201.60pt, 0pt), (201.60pt, -3.00pt), stroke: 0.5pt + black) content((201.60pt, -5.00pt), anchor: "north", text(size: 8pt)[63]) line((212.80pt, 0pt), (212.80pt, -3.00pt), stroke: 0.5pt + black) content((212.80pt, -5.00pt), anchor: "north", text(size: 8pt)[64]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((235.20pt, 0pt), (235.20pt, -3.00pt), stroke: 0.5pt + black) content((235.20pt, -5.00pt), anchor: "north", text(size: 8pt)[66]) line((246.40pt, 0pt), (246.40pt, -3.00pt), stroke: 0.5pt + black) content((246.40pt, -5.00pt), anchor: "north", text(size: 8pt)[67]) line((257.60pt, 0pt), (257.60pt, -3.00pt), stroke: 0.5pt + black) content((257.60pt, -5.00pt), anchor: "north", text(size: 8pt)[68]) line((268.80pt, 0pt), (268.80pt, -3.00pt), stroke: 0.5pt + black) content((268.80pt, -5.00pt), anchor: "north", text(size: 8pt)[69]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 45 to 70, in increments of 1. The curve begins at 45, has a peak value at 55, and ends at 70. Dashed vertical lines are drawn from 52, 55, and 58 to meet the curve.", caption: none, ) #strong[Step 2:]From the red (middle) line, we can see that the mean of this distribution is 55. The blue (outermost) lines are each 3 units away from the mean (at 52 and 58), so the standard deviation is 3. ] ] === Properties of Normal Distributions: The 68-95-99.7 Rule The most important property of normal distributions is tied to its standard deviation. If a dataset is perfectly normally distributed, then 68% of the data values will fall within one standard deviation of the mean. For example, suppose we have a set of data that follows the normal distribution with mean 400 and standard deviation 100. This means 68% of the data would fall between the values of 300 (one standard deviation #emph[below] the mean: #math.equation(block: false, alt: "400 minus 100 equals 300")[$400 − 100 = 300$]) and 500 (one standard deviation #emph[above] the mean: #math.equation(block: false, alt: "400 plus 100 equals 500")[$400 + 100 = 500$]). Looking at the histogram below, the shaded area represents 68% of the total area under the graph and above the axis: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((105.00pt, 0pt), (175.00pt, 0pt)) line((175.00pt, 83.03pt), (171.32pt, 87.82pt)) line((171.32pt, 87.82pt), (167.63pt, 92.31pt)) line((167.63pt, 92.31pt), (163.95pt, 96.43pt)) line((163.95pt, 96.43pt), (160.26pt, 100.10pt)) line((160.26pt, 100.10pt), (156.58pt, 103.27pt)) line((156.58pt, 103.27pt), (152.89pt, 105.88pt)) line((152.89pt, 105.88pt), (149.21pt, 107.88pt)) line((149.21pt, 107.88pt), (145.53pt, 109.23pt)) line((145.53pt, 109.23pt), (141.84pt, 109.91pt)) line((141.84pt, 109.91pt), (138.16pt, 109.91pt)) line((138.16pt, 109.91pt), (134.47pt, 109.23pt)) line((134.47pt, 109.23pt), (130.79pt, 107.88pt)) line((130.79pt, 107.88pt), (127.11pt, 105.88pt)) line((127.11pt, 105.88pt), (123.42pt, 103.27pt)) line((123.42pt, 103.27pt), (119.74pt, 100.10pt)) line((119.74pt, 100.10pt), (116.05pt, 96.43pt)) line((116.05pt, 96.43pt), (112.37pt, 92.31pt)) line((112.37pt, 92.31pt), (108.68pt, 87.82pt)) line((108.68pt, 87.82pt), (105.00pt, 83.03pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((0.00pt, 0pt), (105.00pt, 0pt)) line((105.00pt, 83.03pt), (101.38pt, 78.10pt)) line((101.38pt, 78.10pt), (97.76pt, 73.03pt)) line((97.76pt, 73.03pt), (94.14pt, 67.87pt)) line((94.14pt, 67.87pt), (90.52pt, 62.70pt)) line((90.52pt, 62.70pt), (86.90pt, 57.57pt)) line((86.90pt, 57.57pt), (83.28pt, 52.55pt)) line((83.28pt, 52.55pt), (79.66pt, 47.68pt)) line((79.66pt, 47.68pt), (76.03pt, 43.00pt)) line((76.03pt, 43.00pt), (72.41pt, 38.54pt)) line((72.41pt, 38.54pt), (68.79pt, 34.34pt)) line((68.79pt, 34.34pt), (65.17pt, 30.42pt)) line((65.17pt, 30.42pt), (61.55pt, 26.78pt)) line((61.55pt, 26.78pt), (57.93pt, 23.43pt)) line((57.93pt, 23.43pt), (54.31pt, 20.38pt)) line((54.31pt, 20.38pt), (50.69pt, 17.62pt)) line((50.69pt, 17.62pt), (47.07pt, 15.15pt)) line((47.07pt, 15.15pt), (43.45pt, 12.94pt)) line((43.45pt, 12.94pt), (39.83pt, 10.99pt)) line((39.83pt, 10.99pt), (36.21pt, 9.27pt)) line((36.21pt, 9.27pt), (32.59pt, 7.78pt)) line((32.59pt, 7.78pt), (28.97pt, 6.49pt)) line((28.97pt, 6.49pt), (25.34pt, 5.38pt)) line((25.34pt, 5.38pt), (21.72pt, 4.43pt)) line((21.72pt, 4.43pt), (18.10pt, 3.63pt)) line((18.10pt, 3.63pt), (14.48pt, 2.95pt)) line((14.48pt, 2.95pt), (10.86pt, 2.39pt)) line((10.86pt, 2.39pt), (7.24pt, 1.92pt)) line((7.24pt, 1.92pt), (3.62pt, 1.54pt)) line((3.62pt, 1.54pt), (0.00pt, 1.22pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((175.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 1.22pt), (276.38pt, 1.54pt)) line((276.38pt, 1.54pt), (272.76pt, 1.92pt)) line((272.76pt, 1.92pt), (269.14pt, 2.39pt)) line((269.14pt, 2.39pt), (265.52pt, 2.95pt)) line((265.52pt, 2.95pt), (261.90pt, 3.63pt)) line((261.90pt, 3.63pt), (258.28pt, 4.43pt)) line((258.28pt, 4.43pt), (254.66pt, 5.38pt)) line((254.66pt, 5.38pt), (251.03pt, 6.49pt)) line((251.03pt, 6.49pt), (247.41pt, 7.78pt)) line((247.41pt, 7.78pt), (243.79pt, 9.27pt)) line((243.79pt, 9.27pt), (240.17pt, 10.99pt)) line((240.17pt, 10.99pt), (236.55pt, 12.94pt)) line((236.55pt, 12.94pt), (232.93pt, 15.15pt)) line((232.93pt, 15.15pt), (229.31pt, 17.62pt)) line((229.31pt, 17.62pt), (225.69pt, 20.38pt)) line((225.69pt, 20.38pt), (222.07pt, 23.43pt)) line((222.07pt, 23.43pt), (218.45pt, 26.78pt)) line((218.45pt, 26.78pt), (214.83pt, 30.42pt)) line((214.83pt, 30.42pt), (211.21pt, 34.34pt)) line((211.21pt, 34.34pt), (207.59pt, 38.54pt)) line((207.59pt, 38.54pt), (203.97pt, 43.00pt)) line((203.97pt, 43.00pt), (200.34pt, 47.68pt)) line((200.34pt, 47.68pt), (196.72pt, 52.55pt)) line((196.72pt, 52.55pt), (193.10pt, 57.57pt)) line((193.10pt, 57.57pt), (189.48pt, 62.70pt)) line((189.48pt, 62.70pt), (185.86pt, 67.87pt)) line((185.86pt, 67.87pt), (182.24pt, 73.03pt)) line((182.24pt, 73.03pt), (178.62pt, 78.10pt)) line((178.62pt, 78.10pt), (175.00pt, 83.03pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[50]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[150]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[200]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[250]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[300]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[350]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[400]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[450]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[500]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[550]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[600]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[650]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[700]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[750]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[800]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((140.00pt, 33.00pt), text(size: 8pt)[68 percent]) content((52.50pt, 33.00pt), text(size: 8pt)[16 percent]) content((227.50pt, 33.00pt), text(size: 8pt)[16 percent]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 0 to 800, in increments of 50. The curve begins at 0, has a peak value at 400, and ends at 800. The region from 300 to 500 is shaded and marked 68 percent. The regions to the left and right of the shaded region are marked 16 percent, each.", caption: none, ) Since 68% of the area is in the shaded region, this means that #math.equation(block: false, alt: "100 % minus 68 % equals 32 %")[$100 % " " − " " 68 % " " = " " 32 %$] of the area is found in the unshaded regions. We know that the distribution is symmetric, so that 32% must be divided evenly into the two unshaded tails: 16% in each. Of course, datasets in the real world are never perfect; when dealing with actual data that seem to follow a symmetric, bell-shaped distribution, we’ll give ourselves a little bit of wiggle room and say that #emph[approximately] 68% of the data fall within one standard deviation of the mean. The rule for one standard deviation can be extended to two standard deviations. Approximately 95% of a normally distributed dataset will fall within 2 standard deviations of the mean. If the mean is 400 and the standard deviation is 100, that means 95% calculation describes the way we compute standardized scores. (two standard deviations #emph[below] the mean: #math.equation(block: false, alt: "400 minus 2 times 100 equals 200")[$400 − 2 × 100 = 200$]) and 600 (two standard deviations #emph[above] the mean: #math.equation(block: false, alt: "400 plus 2 times 100 equals 600")[$400 + 2 × 100 = 600$]). We can visualize this in the following histogram: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((70.00pt, 0pt), (210.00pt, 0pt)) line((210.00pt, 35.71pt), (206.41pt, 39.96pt)) line((206.41pt, 39.96pt), (202.82pt, 44.45pt)) line((202.82pt, 44.45pt), (199.23pt, 49.16pt)) line((199.23pt, 49.16pt), (195.64pt, 54.04pt)) line((195.64pt, 54.04pt), (192.05pt, 59.05pt)) line((192.05pt, 59.05pt), (188.46pt, 64.15pt)) line((188.46pt, 64.15pt), (184.87pt, 69.28pt)) line((184.87pt, 69.28pt), (181.28pt, 74.38pt)) line((181.28pt, 74.38pt), (177.69pt, 79.38pt)) line((177.69pt, 79.38pt), (174.10pt, 84.22pt)) line((174.10pt, 84.22pt), (170.51pt, 88.83pt)) line((170.51pt, 88.83pt), (166.92pt, 93.14pt)) line((166.92pt, 93.14pt), (163.33pt, 97.07pt)) line((163.33pt, 97.07pt), (159.74pt, 100.58pt)) line((159.74pt, 100.58pt), (156.15pt, 103.60pt)) line((156.15pt, 103.60pt), (152.56pt, 106.08pt)) line((152.56pt, 106.08pt), (148.97pt, 107.98pt)) line((148.97pt, 107.98pt), (145.38pt, 109.27pt)) line((145.38pt, 109.27pt), (141.79pt, 109.92pt)) line((141.79pt, 109.92pt), (138.21pt, 109.92pt)) line((138.21pt, 109.92pt), (134.62pt, 109.27pt)) line((134.62pt, 109.27pt), (131.03pt, 107.98pt)) line((131.03pt, 107.98pt), (127.44pt, 106.08pt)) line((127.44pt, 106.08pt), (123.85pt, 103.60pt)) line((123.85pt, 103.60pt), (120.26pt, 100.58pt)) line((120.26pt, 100.58pt), (116.67pt, 97.07pt)) line((116.67pt, 97.07pt), (113.08pt, 93.14pt)) line((113.08pt, 93.14pt), (109.49pt, 88.83pt)) line((109.49pt, 88.83pt), (105.90pt, 84.22pt)) line((105.90pt, 84.22pt), (102.31pt, 79.38pt)) line((102.31pt, 79.38pt), (98.72pt, 74.38pt)) line((98.72pt, 74.38pt), (95.13pt, 69.28pt)) line((95.13pt, 69.28pt), (91.54pt, 64.15pt)) line((91.54pt, 64.15pt), (87.95pt, 59.05pt)) line((87.95pt, 59.05pt), (84.36pt, 54.04pt)) line((84.36pt, 54.04pt), (80.77pt, 49.16pt)) line((80.77pt, 49.16pt), (77.18pt, 44.45pt)) line((77.18pt, 44.45pt), (73.59pt, 39.96pt)) line((73.59pt, 39.96pt), (70.00pt, 35.71pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((0.00pt, 0pt), (70.00pt, 0pt)) line((70.00pt, 35.71pt), (66.32pt, 31.62pt)) line((66.32pt, 31.62pt), (62.63pt, 27.83pt)) line((62.63pt, 27.83pt), (58.95pt, 24.34pt)) line((58.95pt, 24.34pt), (55.26pt, 21.16pt)) line((55.26pt, 21.16pt), (51.58pt, 18.27pt)) line((51.58pt, 18.27pt), (47.89pt, 15.69pt)) line((47.89pt, 15.69pt), (44.21pt, 13.38pt)) line((44.21pt, 13.38pt), (40.53pt, 11.34pt)) line((40.53pt, 11.34pt), (36.84pt, 9.56pt)) line((36.84pt, 9.56pt), (33.16pt, 8.00pt)) line((33.16pt, 8.00pt), (29.47pt, 6.66pt)) line((29.47pt, 6.66pt), (25.79pt, 5.51pt)) line((25.79pt, 5.51pt), (22.11pt, 4.52pt)) line((22.11pt, 4.52pt), (18.42pt, 3.69pt)) line((18.42pt, 3.69pt), (14.74pt, 3.00pt)) line((14.74pt, 3.00pt), (11.05pt, 2.42pt)) line((11.05pt, 2.42pt), (7.37pt, 1.94pt)) line((7.37pt, 1.94pt), (3.68pt, 1.54pt)) line((3.68pt, 1.54pt), (0.00pt, 1.22pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((210.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 1.22pt), (276.32pt, 1.54pt)) line((276.32pt, 1.54pt), (272.63pt, 1.94pt)) line((272.63pt, 1.94pt), (268.95pt, 2.42pt)) line((268.95pt, 2.42pt), (265.26pt, 3.00pt)) line((265.26pt, 3.00pt), (261.58pt, 3.69pt)) line((261.58pt, 3.69pt), (257.89pt, 4.52pt)) line((257.89pt, 4.52pt), (254.21pt, 5.51pt)) line((254.21pt, 5.51pt), (250.53pt, 6.66pt)) line((250.53pt, 6.66pt), (246.84pt, 8.00pt)) line((246.84pt, 8.00pt), (243.16pt, 9.56pt)) line((243.16pt, 9.56pt), (239.47pt, 11.34pt)) line((239.47pt, 11.34pt), (235.79pt, 13.38pt)) line((235.79pt, 13.38pt), (232.11pt, 15.69pt)) line((232.11pt, 15.69pt), (228.42pt, 18.27pt)) line((228.42pt, 18.27pt), (224.74pt, 21.16pt)) line((224.74pt, 21.16pt), (221.05pt, 24.34pt)) line((221.05pt, 24.34pt), (217.37pt, 27.83pt)) line((217.37pt, 27.83pt), (213.68pt, 31.62pt)) line((213.68pt, 31.62pt), (210.00pt, 35.71pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[50]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[150]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[200]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[250]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[300]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[350]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[400]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[450]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[500]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[550]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[600]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[650]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[700]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[750]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[800]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((140.00pt, 33.00pt), text(size: 8pt)[95 percent]) content((35.00pt, 33.00pt), text(size: 8pt)[2.5 percent]) content((245.00pt, 33.00pt), text(size: 8pt)[2.5 percent]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 0 to 800, in increments of 50. The curve begins at 0, has a peak value at 400, and ends at 800. The region from 200 to 600 is shaded and marked 95 percent. The regions to the left and right of the shaded region are marked 2.5 percent, each.", caption: none, ) As before, since 95% of the data are in the shaded area, that leaves 5% of the data to go into the unshaded tails. Since the histogram is symmetric, half of the 5% (that’s 2.5%) is in each. We can even take this one step further: 99.7% of normally distributed data fall within 3 standard deviations of the mean. In this example, we’d see 99.7% of the data between 100 (calculated as #math.equation(block: false, alt: "400 minus 3 times 100 equals 100")[$400 #h(0.28em) − 3 × 100 = 100$]) and 700 (calculated as #math.equation(block: false, alt: "400 plus 3 times 100 equals 700")[$400 + 3 × 100 = 700$]). We can see this in the histogram below, although you may need to squint to find the unshaded bits in the tails! #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((35.00pt, 0pt), (245.00pt, 0pt)) line((245.00pt, 8.75pt), (241.44pt, 10.36pt)) line((241.44pt, 10.36pt), (237.88pt, 12.19pt)) line((237.88pt, 12.19pt), (234.32pt, 14.27pt)) line((234.32pt, 14.27pt), (230.76pt, 16.60pt)) line((230.76pt, 16.60pt), (227.20pt, 19.19pt)) line((227.20pt, 19.19pt), (223.64pt, 22.07pt)) line((223.64pt, 22.07pt), (220.08pt, 25.23pt)) line((220.08pt, 25.23pt), (216.53pt, 28.67pt)) line((216.53pt, 28.67pt), (212.97pt, 32.40pt)) line((212.97pt, 32.40pt), (209.41pt, 36.40pt)) line((209.41pt, 36.40pt), (205.85pt, 40.65pt)) line((205.85pt, 40.65pt), (202.29pt, 45.14pt)) line((202.29pt, 45.14pt), (198.73pt, 49.83pt)) line((198.73pt, 49.83pt), (195.17pt, 54.69pt)) line((195.17pt, 54.69pt), (191.61pt, 59.68pt)) line((191.61pt, 59.68pt), (188.05pt, 64.74pt)) line((188.05pt, 64.74pt), (184.49pt, 69.83pt)) line((184.49pt, 69.83pt), (180.93pt, 74.87pt)) line((180.93pt, 74.87pt), (177.37pt, 79.82pt)) line((177.37pt, 79.82pt), (173.81pt, 84.60pt)) line((173.81pt, 84.60pt), (170.25pt, 89.15pt)) line((170.25pt, 89.15pt), (166.69pt, 93.40pt)) line((166.69pt, 93.40pt), (163.14pt, 97.28pt)) line((163.14pt, 97.28pt), (159.58pt, 100.74pt)) line((159.58pt, 100.74pt), (156.02pt, 103.71pt)) line((156.02pt, 103.71pt), (152.46pt, 106.15pt)) line((152.46pt, 106.15pt), (148.90pt, 108.02pt)) line((148.90pt, 108.02pt), (145.34pt, 109.28pt)) line((145.34pt, 109.28pt), (141.78pt, 109.92pt)) line((141.78pt, 109.92pt), (138.22pt, 109.92pt)) line((138.22pt, 109.92pt), (134.66pt, 109.28pt)) line((134.66pt, 109.28pt), (131.10pt, 108.02pt)) line((131.10pt, 108.02pt), (127.54pt, 106.15pt)) line((127.54pt, 106.15pt), (123.98pt, 103.71pt)) line((123.98pt, 103.71pt), (120.42pt, 100.74pt)) line((120.42pt, 100.74pt), (116.86pt, 97.28pt)) line((116.86pt, 97.28pt), (113.31pt, 93.40pt)) line((113.31pt, 93.40pt), (109.75pt, 89.15pt)) line((109.75pt, 89.15pt), (106.19pt, 84.60pt)) line((106.19pt, 84.60pt), (102.63pt, 79.82pt)) line((102.63pt, 79.82pt), (99.07pt, 74.87pt)) line((99.07pt, 74.87pt), (95.51pt, 69.83pt)) line((95.51pt, 69.83pt), (91.95pt, 64.74pt)) line((91.95pt, 64.74pt), (88.39pt, 59.68pt)) line((88.39pt, 59.68pt), (84.83pt, 54.69pt)) line((84.83pt, 54.69pt), (81.27pt, 49.83pt)) line((81.27pt, 49.83pt), (77.71pt, 45.14pt)) line((77.71pt, 45.14pt), (74.15pt, 40.65pt)) line((74.15pt, 40.65pt), (70.59pt, 36.40pt)) line((70.59pt, 36.40pt), (67.03pt, 32.40pt)) line((67.03pt, 32.40pt), (63.47pt, 28.67pt)) line((63.47pt, 28.67pt), (59.92pt, 25.23pt)) line((59.92pt, 25.23pt), (56.36pt, 22.07pt)) line((56.36pt, 22.07pt), (52.80pt, 19.19pt)) line((52.80pt, 19.19pt), (49.24pt, 16.60pt)) line((49.24pt, 16.60pt), (45.68pt, 14.27pt)) line((45.68pt, 14.27pt), (42.12pt, 12.19pt)) line((42.12pt, 12.19pt), (38.56pt, 10.36pt)) line((38.56pt, 10.36pt), (35.00pt, 8.75pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((0.00pt, 0pt), (35.00pt, 0pt)) line((35.00pt, 8.75pt), (31.11pt, 7.23pt)) line((31.11pt, 7.23pt), (27.22pt, 5.93pt)) line((27.22pt, 5.93pt), (23.33pt, 4.83pt)) line((23.33pt, 4.83pt), (19.44pt, 3.91pt)) line((19.44pt, 3.91pt), (15.56pt, 3.14pt)) line((15.56pt, 3.14pt), (11.67pt, 2.51pt)) line((11.67pt, 2.51pt), (7.78pt, 1.99pt)) line((7.78pt, 1.99pt), (3.89pt, 1.56pt)) line((3.89pt, 1.56pt), (0.00pt, 1.22pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((245.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 1.22pt), (276.11pt, 1.56pt)) line((276.11pt, 1.56pt), (272.22pt, 1.99pt)) line((272.22pt, 1.99pt), (268.33pt, 2.51pt)) line((268.33pt, 2.51pt), (264.44pt, 3.14pt)) line((264.44pt, 3.14pt), (260.56pt, 3.91pt)) line((260.56pt, 3.91pt), (256.67pt, 4.83pt)) line((256.67pt, 4.83pt), (252.78pt, 5.93pt)) line((252.78pt, 5.93pt), (248.89pt, 7.23pt)) line((248.89pt, 7.23pt), (245.00pt, 8.75pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[0]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[50]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[150]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[200]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[250]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[300]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[350]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[400]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[450]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[500]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[550]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[600]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[650]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[700]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[750]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[800]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((140.00pt, 33.00pt), text(size: 8pt)[99.7 percent]) content((17.50pt, 33.00pt), text(size: 8pt)[0.15 percent]) content((262.50pt, 33.00pt), text(size: 8pt)[0.15 percent]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 0 to 800, in increments of 50. The curve begins at 0, has a peak value at 400, and ends at 800. The region from 100 to 700 is shaded and marked 99.7 percent. The regions to the left and right of the shaded region are marked 0.15 percent, each.", caption: none, ) This observation is formally known as the #strong[68-95-99.7 Rule]. #examplebox("Example 4")[Using the 68-95-99.7 Rule to Find Percentages][ + If data are normally distributed with mean 8 and standard deviation 2, what percent of the data falls between 4 and 12? + If data are normally distributed with mean 25 and standard deviation 5, what percent of the data falls between 20 and 30? + If data are normally distributed with mean 200 and standard deviation 15, what percent of the data falls between 155 and 245? #solutionbox[ + Let’s look at a table that sets out the data values that are even multiples of the standard deviation (SD) above and below the mean: #figure(table( columns: 7, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "mean minus 3 times SD")[$"mean" − 3 × "SD"$]], [#math.equation(block: false, alt: "mean minus 2 times SD")[$"mean" − 2 × "SD"$]], [#math.equation(block: false, alt: "mean minus 1 times SD")[$"mean" − 1 × "SD"$]], [Mean], [#math.equation(block: false, alt: "mean plus 1 times SD")[$"mean" + 1 × "SD"$]], [#math.equation(block: false, alt: "mean plus 2 times SD")[$"mean" + 2 × "SD"$]], [#math.equation(block: false, alt: "mean plus 3 times SD")[$"mean" + 3 × "SD"$]]), [2], [4], [6], [8], [10], [12], [14], )) Since 4 and 12 represent two standard deviations above and below the mean, we conclude that 95% of the data will fall between them. + Let’s build another table: #figure(table( columns: 7, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "mean minus 3 times SD")[$"mean" − 3 × "SD"$]], [#math.equation(block: false, alt: "mean minus 2 times SD")[$"mean" − 2 × "SD"$]], [#math.equation(block: false, alt: "mean minus 1 times SD")[$"mean" − 1 × "SD"$]], [Mean], [#math.equation(block: false, alt: "mean plus 1 times SD")[$"mean" + 1 × "SD"$]], [#math.equation(block: false, alt: "mean plus 2 times SD")[$"mean" + 2 × "SD"$]], [#math.equation(block: false, alt: "mean plus 3 times SD")[$"mean" + 3 × "SD"$]]), [10], [15], [20], [25], [30], [35], [40], )) We can see that 20 and 30 represent one standard deviation above and below the mean, so 68% of the data fall in that range. + Let’s make one more table: #figure(table( columns: 7, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "mean minus 3 times SD")[$"mean" − 3 × "SD"$]], [#math.equation(block: false, alt: "mean minus 2 times SD")[$"mean" − 2 × "SD"$]], [#math.equation(block: false, alt: "mean minus 1 times SD")[$"mean" − 1 × "SD"$]], [Mean], [#math.equation(block: false, alt: "mean plus 1 times SD")[$"mean" + 1 × "SD"$]], [#math.equation(block: false, alt: "mean plus 2 times SD")[$"mean" + 2 × "SD"$]], [#math.equation(block: false, alt: "mean plus 3 times SD")[$"mean" + 3 × "SD"$]]), [155], [170], [185], [200], [215], [230], [245], )) Since 155 and 245 are three standard deviations above and below the mean, we know that 99.7% of the data will fall between them. ] ] #examplebox("Example 5")[Using the 68-95-99.7 Rule to Find Data Values][ + If data are distributed normally with mean 100 and standard deviation 20, between what two values will 68% of the data fall? + If data are distributed normally with mean 0 and standard deviation 15, between what two values will 95% of the data fall? + If data are distributed normally with mean 14 and standard deviation 2, between what two values will 99.7% of the data fall? #solutionbox[ + The 68-95-99.7 Rule tells us that 68% of the data will fall within one standard deviation of the mean. So, to find the values we seek, we’ll add and subtract one standard deviation from the mean: #math.equation(block: false, alt: "100 minus 1 times 20 equals 80")[$100 − 1 × 20 = 80$] and #math.equation(block: false, alt: "100 plus 1 times 20 equals 120")[$100 + 1 × 20 = 120$]. Thus, we know that 68% of the data fall between 80 and 120. + Using the 68-95-99.7 Rule again, we know that 95% of the data will fall within 2 standard deviations of the mean. Let’s add and subtract two standard deviations from that mean: #math.equation(block: false, alt: "0 minus 2 times 15 equals minus 30")[$0 − 2 × 15 = − 30$] and #math.equation(block: false, alt: "0 plus 2 times 15 equals 30")[$0 + 2 × 15 = 30$]. So, 95% of the data will fall between -30 and 30. + Once again, the 68-95-99.7 Rule tells us that 99.7% of the data will fall within three standard deviations of the mean. So, let’s add and subtract three standard deviations from the mean: $$ and #math.equation(block: false, alt: "14 plus 3 times 2 equals 20")[$14 + 3 × 2 = 20$]. Thus, we conclude that 99.7% of the data will fall between 8 and 20. ] ] There are more problems we can solve using the 68-95-99.7 Rule. but first we must understand what the rule implies. Remember, the rule says that 68% of the data falls within one standard deviation of the mean. Thus, with normally distributed data with mean 100 and standard deviation 10, we have this distribution: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((105.00pt, 0pt), (175.00pt, 0pt)) line((175.00pt, 83.03pt), (171.32pt, 87.82pt)) line((171.32pt, 87.82pt), (167.63pt, 92.31pt)) line((167.63pt, 92.31pt), (163.95pt, 96.43pt)) line((163.95pt, 96.43pt), (160.26pt, 100.10pt)) line((160.26pt, 100.10pt), (156.58pt, 103.27pt)) line((156.58pt, 103.27pt), (152.89pt, 105.88pt)) line((152.89pt, 105.88pt), (149.21pt, 107.88pt)) line((149.21pt, 107.88pt), (145.53pt, 109.23pt)) line((145.53pt, 109.23pt), (141.84pt, 109.91pt)) line((141.84pt, 109.91pt), (138.16pt, 109.91pt)) line((138.16pt, 109.91pt), (134.47pt, 109.23pt)) line((134.47pt, 109.23pt), (130.79pt, 107.88pt)) line((130.79pt, 107.88pt), (127.11pt, 105.88pt)) line((127.11pt, 105.88pt), (123.42pt, 103.27pt)) line((123.42pt, 103.27pt), (119.74pt, 100.10pt)) line((119.74pt, 100.10pt), (116.05pt, 96.43pt)) line((116.05pt, 96.43pt), (112.37pt, 92.31pt)) line((112.37pt, 92.31pt), (108.68pt, 87.82pt)) line((108.68pt, 87.82pt), (105.00pt, 83.03pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[95]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[105]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[110]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[115]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[120]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[125]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[130]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[135]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[140]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((140.00pt, 33.00pt), text(size: 8pt)[68 percent]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 60 to 140, in increments of 5. The curve begins at 60, has a peak value at 100, and ends at 140. The region from 90 to 110 is shaded in blue and marked 68 percent.", caption: none, ) Since we know that 68% of the data lie within one standard deviation of the mean, the implication is that 32% of the data must fall #emph[beyond] one standard deviation away from the mean. Since the histogram is symmetric, we can conclude that half of the 32% (or 16%) is more than one standard deviation #emph[above] the mean and the other half is more than one standard deviation #emph[below] the mean: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((105.00pt, 0pt), (175.00pt, 0pt)) line((175.00pt, 83.03pt), (171.32pt, 87.82pt)) line((171.32pt, 87.82pt), (167.63pt, 92.31pt)) line((167.63pt, 92.31pt), (163.95pt, 96.43pt)) line((163.95pt, 96.43pt), (160.26pt, 100.10pt)) line((160.26pt, 100.10pt), (156.58pt, 103.27pt)) line((156.58pt, 103.27pt), (152.89pt, 105.88pt)) line((152.89pt, 105.88pt), (149.21pt, 107.88pt)) line((149.21pt, 107.88pt), (145.53pt, 109.23pt)) line((145.53pt, 109.23pt), (141.84pt, 109.91pt)) line((141.84pt, 109.91pt), (138.16pt, 109.91pt)) line((138.16pt, 109.91pt), (134.47pt, 109.23pt)) line((134.47pt, 109.23pt), (130.79pt, 107.88pt)) line((130.79pt, 107.88pt), (127.11pt, 105.88pt)) line((127.11pt, 105.88pt), (123.42pt, 103.27pt)) line((123.42pt, 103.27pt), (119.74pt, 100.10pt)) line((119.74pt, 100.10pt), (116.05pt, 96.43pt)) line((116.05pt, 96.43pt), (112.37pt, 92.31pt)) line((112.37pt, 92.31pt), (108.68pt, 87.82pt)) line((108.68pt, 87.82pt), (105.00pt, 83.03pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((0.00pt, 0pt), (105.00pt, 0pt)) line((105.00pt, 83.03pt), (101.38pt, 78.10pt)) line((101.38pt, 78.10pt), (97.76pt, 73.03pt)) line((97.76pt, 73.03pt), (94.14pt, 67.87pt)) line((94.14pt, 67.87pt), (90.52pt, 62.70pt)) line((90.52pt, 62.70pt), (86.90pt, 57.57pt)) line((86.90pt, 57.57pt), (83.28pt, 52.55pt)) line((83.28pt, 52.55pt), (79.66pt, 47.68pt)) line((79.66pt, 47.68pt), (76.03pt, 43.00pt)) line((76.03pt, 43.00pt), (72.41pt, 38.54pt)) line((72.41pt, 38.54pt), (68.79pt, 34.34pt)) line((68.79pt, 34.34pt), (65.17pt, 30.42pt)) line((65.17pt, 30.42pt), (61.55pt, 26.78pt)) line((61.55pt, 26.78pt), (57.93pt, 23.43pt)) line((57.93pt, 23.43pt), (54.31pt, 20.38pt)) line((54.31pt, 20.38pt), (50.69pt, 17.62pt)) line((50.69pt, 17.62pt), (47.07pt, 15.15pt)) line((47.07pt, 15.15pt), (43.45pt, 12.94pt)) line((43.45pt, 12.94pt), (39.83pt, 10.99pt)) line((39.83pt, 10.99pt), (36.21pt, 9.27pt)) line((36.21pt, 9.27pt), (32.59pt, 7.78pt)) line((32.59pt, 7.78pt), (28.97pt, 6.49pt)) line((28.97pt, 6.49pt), (25.34pt, 5.38pt)) line((25.34pt, 5.38pt), (21.72pt, 4.43pt)) line((21.72pt, 4.43pt), (18.10pt, 3.63pt)) line((18.10pt, 3.63pt), (14.48pt, 2.95pt)) line((14.48pt, 2.95pt), (10.86pt, 2.39pt)) line((10.86pt, 2.39pt), (7.24pt, 1.92pt)) line((7.24pt, 1.92pt), (3.62pt, 1.54pt)) line((3.62pt, 1.54pt), (0.00pt, 1.22pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((175.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 1.22pt), (276.38pt, 1.54pt)) line((276.38pt, 1.54pt), (272.76pt, 1.92pt)) line((272.76pt, 1.92pt), (269.14pt, 2.39pt)) line((269.14pt, 2.39pt), (265.52pt, 2.95pt)) line((265.52pt, 2.95pt), (261.90pt, 3.63pt)) line((261.90pt, 3.63pt), (258.28pt, 4.43pt)) line((258.28pt, 4.43pt), (254.66pt, 5.38pt)) line((254.66pt, 5.38pt), (251.03pt, 6.49pt)) line((251.03pt, 6.49pt), (247.41pt, 7.78pt)) line((247.41pt, 7.78pt), (243.79pt, 9.27pt)) line((243.79pt, 9.27pt), (240.17pt, 10.99pt)) line((240.17pt, 10.99pt), (236.55pt, 12.94pt)) line((236.55pt, 12.94pt), (232.93pt, 15.15pt)) line((232.93pt, 15.15pt), (229.31pt, 17.62pt)) line((229.31pt, 17.62pt), (225.69pt, 20.38pt)) line((225.69pt, 20.38pt), (222.07pt, 23.43pt)) line((222.07pt, 23.43pt), (218.45pt, 26.78pt)) line((218.45pt, 26.78pt), (214.83pt, 30.42pt)) line((214.83pt, 30.42pt), (211.21pt, 34.34pt)) line((211.21pt, 34.34pt), (207.59pt, 38.54pt)) line((207.59pt, 38.54pt), (203.97pt, 43.00pt)) line((203.97pt, 43.00pt), (200.34pt, 47.68pt)) line((200.34pt, 47.68pt), (196.72pt, 52.55pt)) line((196.72pt, 52.55pt), (193.10pt, 57.57pt)) line((193.10pt, 57.57pt), (189.48pt, 62.70pt)) line((189.48pt, 62.70pt), (185.86pt, 67.87pt)) line((185.86pt, 67.87pt), (182.24pt, 73.03pt)) line((182.24pt, 73.03pt), (178.62pt, 78.10pt)) line((178.62pt, 78.10pt), (175.00pt, 83.03pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[95]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[105]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[110]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[115]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[120]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[125]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[130]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[135]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[140]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((140.00pt, 33.00pt), text(size: 8pt)[68 percent]) content((52.50pt, 33.00pt), text(size: 8pt)[16 percent]) content((227.50pt, 33.00pt), text(size: 8pt)[16 percent]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 60 to 140, in increments of 5. The curve begins at 60, has a peak value at 100, and ends at 140. The region from 90 to 110 is shaded in blue and marked 68 percent. The region to the left and right of the shaded region inside the curve is shaded in red. The region from 60 to 90 is marked 16 percent. The region from 110 to 140 is marked 16 percent.", caption: none, ) Further, we know that the middle 68% can be split in half at the peak of the histogram, leaving 34% on either side: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((105.00pt, 0pt), (140.00pt, 0pt)) line((140.00pt, 110.00pt), (136.11pt, 109.62pt)) line((136.11pt, 109.62pt), (132.22pt, 108.48pt)) line((132.22pt, 108.48pt), (128.33pt, 106.62pt)) line((128.33pt, 106.62pt), (124.44pt, 104.06pt)) line((124.44pt, 104.06pt), (120.56pt, 100.85pt)) line((120.56pt, 100.85pt), (116.67pt, 97.07pt)) line((116.67pt, 97.07pt), (112.78pt, 92.79pt)) line((112.78pt, 92.79pt), (108.89pt, 88.08pt)) line((108.89pt, 88.08pt), (105.00pt, 83.03pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((140.00pt, 0pt), (175.00pt, 0pt)) line((175.00pt, 83.03pt), (171.11pt, 88.08pt)) line((171.11pt, 88.08pt), (167.22pt, 92.79pt)) line((167.22pt, 92.79pt), (163.33pt, 97.07pt)) line((163.33pt, 97.07pt), (159.44pt, 100.85pt)) line((159.44pt, 100.85pt), (155.56pt, 104.06pt)) line((155.56pt, 104.06pt), (151.67pt, 106.62pt)) line((151.67pt, 106.62pt), (147.78pt, 108.48pt)) line((147.78pt, 108.48pt), (143.89pt, 109.62pt)) line((143.89pt, 109.62pt), (140.00pt, 110.00pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((0.00pt, 0pt), (105.00pt, 0pt)) line((105.00pt, 83.03pt), (101.38pt, 78.10pt)) line((101.38pt, 78.10pt), (97.76pt, 73.03pt)) line((97.76pt, 73.03pt), (94.14pt, 67.87pt)) line((94.14pt, 67.87pt), (90.52pt, 62.70pt)) line((90.52pt, 62.70pt), (86.90pt, 57.57pt)) line((86.90pt, 57.57pt), (83.28pt, 52.55pt)) line((83.28pt, 52.55pt), (79.66pt, 47.68pt)) line((79.66pt, 47.68pt), (76.03pt, 43.00pt)) line((76.03pt, 43.00pt), (72.41pt, 38.54pt)) line((72.41pt, 38.54pt), (68.79pt, 34.34pt)) line((68.79pt, 34.34pt), (65.17pt, 30.42pt)) line((65.17pt, 30.42pt), (61.55pt, 26.78pt)) line((61.55pt, 26.78pt), (57.93pt, 23.43pt)) line((57.93pt, 23.43pt), (54.31pt, 20.38pt)) line((54.31pt, 20.38pt), (50.69pt, 17.62pt)) line((50.69pt, 17.62pt), (47.07pt, 15.15pt)) line((47.07pt, 15.15pt), (43.45pt, 12.94pt)) line((43.45pt, 12.94pt), (39.83pt, 10.99pt)) line((39.83pt, 10.99pt), (36.21pt, 9.27pt)) line((36.21pt, 9.27pt), (32.59pt, 7.78pt)) line((32.59pt, 7.78pt), (28.97pt, 6.49pt)) line((28.97pt, 6.49pt), (25.34pt, 5.38pt)) line((25.34pt, 5.38pt), (21.72pt, 4.43pt)) line((21.72pt, 4.43pt), (18.10pt, 3.63pt)) line((18.10pt, 3.63pt), (14.48pt, 2.95pt)) line((14.48pt, 2.95pt), (10.86pt, 2.39pt)) line((10.86pt, 2.39pt), (7.24pt, 1.92pt)) line((7.24pt, 1.92pt), (3.62pt, 1.54pt)) line((3.62pt, 1.54pt), (0.00pt, 1.22pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((175.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 1.22pt), (276.38pt, 1.54pt)) line((276.38pt, 1.54pt), (272.76pt, 1.92pt)) line((272.76pt, 1.92pt), (269.14pt, 2.39pt)) line((269.14pt, 2.39pt), (265.52pt, 2.95pt)) line((265.52pt, 2.95pt), (261.90pt, 3.63pt)) line((261.90pt, 3.63pt), (258.28pt, 4.43pt)) line((258.28pt, 4.43pt), (254.66pt, 5.38pt)) line((254.66pt, 5.38pt), (251.03pt, 6.49pt)) line((251.03pt, 6.49pt), (247.41pt, 7.78pt)) line((247.41pt, 7.78pt), (243.79pt, 9.27pt)) line((243.79pt, 9.27pt), (240.17pt, 10.99pt)) line((240.17pt, 10.99pt), (236.55pt, 12.94pt)) line((236.55pt, 12.94pt), (232.93pt, 15.15pt)) line((232.93pt, 15.15pt), (229.31pt, 17.62pt)) line((229.31pt, 17.62pt), (225.69pt, 20.38pt)) line((225.69pt, 20.38pt), (222.07pt, 23.43pt)) line((222.07pt, 23.43pt), (218.45pt, 26.78pt)) line((218.45pt, 26.78pt), (214.83pt, 30.42pt)) line((214.83pt, 30.42pt), (211.21pt, 34.34pt)) line((211.21pt, 34.34pt), (207.59pt, 38.54pt)) line((207.59pt, 38.54pt), (203.97pt, 43.00pt)) line((203.97pt, 43.00pt), (200.34pt, 47.68pt)) line((200.34pt, 47.68pt), (196.72pt, 52.55pt)) line((196.72pt, 52.55pt), (193.10pt, 57.57pt)) line((193.10pt, 57.57pt), (189.48pt, 62.70pt)) line((189.48pt, 62.70pt), (185.86pt, 67.87pt)) line((185.86pt, 67.87pt), (182.24pt, 73.03pt)) line((182.24pt, 73.03pt), (178.62pt, 78.10pt)) line((178.62pt, 78.10pt), (175.00pt, 83.03pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[95]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[105]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[110]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[115]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[120]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[125]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[130]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[135]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[140]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((122.50pt, 33.00pt), text(size: 8pt)[34 percent]) content((157.50pt, 44.00pt), text(size: 8pt)[34 percent]) content((52.50pt, 33.00pt), text(size: 8pt)[16 percent]) content((227.50pt, 33.00pt), text(size: 8pt)[16 percent]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 60 to 140, in increments of 5. The curve begins at 60, has a peak value at 100, and ends at 140. A vertical line is drawn at 100. The region from 90 to 100 and 100 to 110 are shaded in blue and marked 34 percent, each. The region to the left and right of the shaded region inside the curve is shaded in red. The region from 60 to 90 is marked 16 percent. The region from 110 to 140 is marked 16 percent.", caption: none, ) So, just the “68” part of the 68-95-99.7 Rule gives us four other proportions in addition to the 68% in the rule. Similarly, the “95” and “99.7” parts each give us four more proportions: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((70.00pt, 0pt), (210.00pt, 0pt)) line((210.00pt, 35.71pt), (206.41pt, 39.96pt)) line((206.41pt, 39.96pt), (202.82pt, 44.45pt)) line((202.82pt, 44.45pt), (199.23pt, 49.16pt)) line((199.23pt, 49.16pt), (195.64pt, 54.04pt)) line((195.64pt, 54.04pt), (192.05pt, 59.05pt)) line((192.05pt, 59.05pt), (188.46pt, 64.15pt)) line((188.46pt, 64.15pt), (184.87pt, 69.28pt)) line((184.87pt, 69.28pt), (181.28pt, 74.38pt)) line((181.28pt, 74.38pt), (177.69pt, 79.38pt)) line((177.69pt, 79.38pt), (174.10pt, 84.22pt)) line((174.10pt, 84.22pt), (170.51pt, 88.83pt)) line((170.51pt, 88.83pt), (166.92pt, 93.14pt)) line((166.92pt, 93.14pt), (163.33pt, 97.07pt)) line((163.33pt, 97.07pt), (159.74pt, 100.58pt)) line((159.74pt, 100.58pt), (156.15pt, 103.60pt)) line((156.15pt, 103.60pt), (152.56pt, 106.08pt)) line((152.56pt, 106.08pt), (148.97pt, 107.98pt)) line((148.97pt, 107.98pt), (145.38pt, 109.27pt)) line((145.38pt, 109.27pt), (141.79pt, 109.92pt)) line((141.79pt, 109.92pt), (138.21pt, 109.92pt)) line((138.21pt, 109.92pt), (134.62pt, 109.27pt)) line((134.62pt, 109.27pt), (131.03pt, 107.98pt)) line((131.03pt, 107.98pt), (127.44pt, 106.08pt)) line((127.44pt, 106.08pt), (123.85pt, 103.60pt)) line((123.85pt, 103.60pt), (120.26pt, 100.58pt)) line((120.26pt, 100.58pt), (116.67pt, 97.07pt)) line((116.67pt, 97.07pt), (113.08pt, 93.14pt)) line((113.08pt, 93.14pt), (109.49pt, 88.83pt)) line((109.49pt, 88.83pt), (105.90pt, 84.22pt)) line((105.90pt, 84.22pt), (102.31pt, 79.38pt)) line((102.31pt, 79.38pt), (98.72pt, 74.38pt)) line((98.72pt, 74.38pt), (95.13pt, 69.28pt)) line((95.13pt, 69.28pt), (91.54pt, 64.15pt)) line((91.54pt, 64.15pt), (87.95pt, 59.05pt)) line((87.95pt, 59.05pt), (84.36pt, 54.04pt)) line((84.36pt, 54.04pt), (80.77pt, 49.16pt)) line((80.77pt, 49.16pt), (77.18pt, 44.45pt)) line((77.18pt, 44.45pt), (73.59pt, 39.96pt)) line((73.59pt, 39.96pt), (70.00pt, 35.71pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((70.00pt, 0pt), (140.00pt, 0pt)) line((140.00pt, 110.00pt), (136.32pt, 109.66pt)) line((136.32pt, 109.66pt), (132.63pt, 108.64pt)) line((132.63pt, 108.64pt), (128.95pt, 106.96pt)) line((128.95pt, 106.96pt), (125.26pt, 104.65pt)) line((125.26pt, 104.65pt), (121.58pt, 101.76pt)) line((121.58pt, 101.76pt), (117.89pt, 98.33pt)) line((117.89pt, 98.33pt), (114.21pt, 94.42pt)) line((114.21pt, 94.42pt), (110.53pt, 90.11pt)) line((110.53pt, 90.11pt), (106.84pt, 85.46pt)) line((106.84pt, 85.46pt), (103.16pt, 80.55pt)) line((103.16pt, 80.55pt), (99.47pt, 75.44pt)) line((99.47pt, 75.44pt), (95.79pt, 70.23pt)) line((95.79pt, 70.23pt), (92.11pt, 64.96pt)) line((92.11pt, 64.96pt), (88.42pt, 59.72pt)) line((88.42pt, 59.72pt), (84.74pt, 54.56pt)) line((84.74pt, 54.56pt), (81.05pt, 49.54pt)) line((81.05pt, 49.54pt), (77.37pt, 44.69pt)) line((77.37pt, 44.69pt), (73.68pt, 40.08pt)) line((73.68pt, 40.08pt), (70.00pt, 35.71pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((140.00pt, 0pt), (210.00pt, 0pt)) line((210.00pt, 35.71pt), (206.32pt, 40.08pt)) line((206.32pt, 40.08pt), (202.63pt, 44.69pt)) line((202.63pt, 44.69pt), (198.95pt, 49.54pt)) line((198.95pt, 49.54pt), (195.26pt, 54.56pt)) line((195.26pt, 54.56pt), (191.58pt, 59.72pt)) line((191.58pt, 59.72pt), (187.89pt, 64.96pt)) line((187.89pt, 64.96pt), (184.21pt, 70.23pt)) line((184.21pt, 70.23pt), (180.53pt, 75.44pt)) line((180.53pt, 75.44pt), (176.84pt, 80.55pt)) line((176.84pt, 80.55pt), (173.16pt, 85.46pt)) line((173.16pt, 85.46pt), (169.47pt, 90.11pt)) line((169.47pt, 90.11pt), (165.79pt, 94.42pt)) line((165.79pt, 94.42pt), (162.11pt, 98.33pt)) line((162.11pt, 98.33pt), (158.42pt, 101.76pt)) line((158.42pt, 101.76pt), (154.74pt, 104.65pt)) line((154.74pt, 104.65pt), (151.05pt, 106.96pt)) line((151.05pt, 106.96pt), (147.37pt, 108.64pt)) line((147.37pt, 108.64pt), (143.68pt, 109.66pt)) line((143.68pt, 109.66pt), (140.00pt, 110.00pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((0.00pt, 0pt), (70.00pt, 0pt)) line((70.00pt, 35.71pt), (66.32pt, 31.62pt)) line((66.32pt, 31.62pt), (62.63pt, 27.83pt)) line((62.63pt, 27.83pt), (58.95pt, 24.34pt)) line((58.95pt, 24.34pt), (55.26pt, 21.16pt)) line((55.26pt, 21.16pt), (51.58pt, 18.27pt)) line((51.58pt, 18.27pt), (47.89pt, 15.69pt)) line((47.89pt, 15.69pt), (44.21pt, 13.38pt)) line((44.21pt, 13.38pt), (40.53pt, 11.34pt)) line((40.53pt, 11.34pt), (36.84pt, 9.56pt)) line((36.84pt, 9.56pt), (33.16pt, 8.00pt)) line((33.16pt, 8.00pt), (29.47pt, 6.66pt)) line((29.47pt, 6.66pt), (25.79pt, 5.51pt)) line((25.79pt, 5.51pt), (22.11pt, 4.52pt)) line((22.11pt, 4.52pt), (18.42pt, 3.69pt)) line((18.42pt, 3.69pt), (14.74pt, 3.00pt)) line((14.74pt, 3.00pt), (11.05pt, 2.42pt)) line((11.05pt, 2.42pt), (7.37pt, 1.94pt)) line((7.37pt, 1.94pt), (3.68pt, 1.54pt)) line((3.68pt, 1.54pt), (0.00pt, 1.22pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((210.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 1.22pt), (276.32pt, 1.54pt)) line((276.32pt, 1.54pt), (272.63pt, 1.94pt)) line((272.63pt, 1.94pt), (268.95pt, 2.42pt)) line((268.95pt, 2.42pt), (265.26pt, 3.00pt)) line((265.26pt, 3.00pt), (261.58pt, 3.69pt)) line((261.58pt, 3.69pt), (257.89pt, 4.52pt)) line((257.89pt, 4.52pt), (254.21pt, 5.51pt)) line((254.21pt, 5.51pt), (250.53pt, 6.66pt)) line((250.53pt, 6.66pt), (246.84pt, 8.00pt)) line((246.84pt, 8.00pt), (243.16pt, 9.56pt)) line((243.16pt, 9.56pt), (239.47pt, 11.34pt)) line((239.47pt, 11.34pt), (235.79pt, 13.38pt)) line((235.79pt, 13.38pt), (232.11pt, 15.69pt)) line((232.11pt, 15.69pt), (228.42pt, 18.27pt)) line((228.42pt, 18.27pt), (224.74pt, 21.16pt)) line((224.74pt, 21.16pt), (221.05pt, 24.34pt)) line((221.05pt, 24.34pt), (217.37pt, 27.83pt)) line((217.37pt, 27.83pt), (213.68pt, 31.62pt)) line((213.68pt, 31.62pt), (210.00pt, 35.71pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[95]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[105]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[110]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[115]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[120]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[125]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[130]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[135]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[140]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((140.00pt, -17.00pt), anchor: "north", text(size: 8pt)[μ]) content((140.00pt, 33.00pt), text(size: 8pt)[95 percent]) content((105.00pt, 44.00pt), text(size: 8pt)[47.5 percent]) content((175.00pt, 44.00pt), text(size: 8pt)[47.5 percent]) content((35.00pt, 33.00pt), text(size: 8pt)[2.5 percent]) content((245.00pt, 33.00pt), text(size: 8pt)[2.5 percent]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 60 to 140, in increments of 5. The curve begins at 60, has a peak value at 100, and ends at 140. A vertical line is drawn at 100. The region from 80 to 120 is shaded in blue. The region from 80 to 100 and 100 to 120 are marked 47.5 percent, each. The region to the left and right of the shaded region inside the curve is shaded in red. The region from 60 to 80 is marked 2.5 percent. The region from 120 to 140 is marked 2.5 percent.", caption: none, ) #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((35.00pt, 0pt), (140.00pt, 0pt)) line((140.00pt, 110.00pt), (136.38pt, 109.41pt)) line((136.38pt, 109.41pt), (132.76pt, 107.67pt)) line((132.76pt, 107.67pt), (129.14pt, 104.83pt)) line((129.14pt, 104.83pt), (125.52pt, 100.97pt)) line((125.52pt, 100.97pt), (121.90pt, 96.23pt)) line((121.90pt, 96.23pt), (118.28pt, 90.73pt)) line((118.28pt, 90.73pt), (114.66pt, 84.63pt)) line((114.66pt, 84.63pt), (111.03pt, 78.10pt)) line((111.03pt, 78.10pt), (107.41pt, 71.31pt)) line((107.41pt, 71.31pt), (103.79pt, 64.42pt)) line((103.79pt, 64.42pt), (100.17pt, 57.57pt)) line((100.17pt, 57.57pt), (96.55pt, 50.91pt)) line((96.55pt, 50.91pt), (92.93pt, 44.53pt)) line((92.93pt, 44.53pt), (89.31pt, 38.54pt)) line((89.31pt, 38.54pt), (85.69pt, 33.00pt)) line((85.69pt, 33.00pt), (82.07pt, 27.96pt)) line((82.07pt, 27.96pt), (78.45pt, 23.43pt)) line((78.45pt, 23.43pt), (74.83pt, 19.43pt)) line((74.83pt, 19.43pt), (71.21pt, 15.94pt)) line((71.21pt, 15.94pt), (67.59pt, 12.94pt)) line((67.59pt, 12.94pt), (63.97pt, 10.39pt)) line((63.97pt, 10.39pt), (60.34pt, 8.25pt)) line((60.34pt, 8.25pt), (56.72pt, 6.49pt)) line((56.72pt, 6.49pt), (53.10pt, 5.05pt)) line((53.10pt, 5.05pt), (49.48pt, 3.88pt)) line((49.48pt, 3.88pt), (45.86pt, 2.95pt)) line((45.86pt, 2.95pt), (42.24pt, 2.23pt)) line((42.24pt, 2.23pt), (38.62pt, 1.66pt)) line((38.62pt, 1.66pt), (35.00pt, 1.22pt)) }) merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((140.00pt, 0pt), (245.00pt, 0pt)) line((245.00pt, 1.22pt), (241.38pt, 1.66pt)) line((241.38pt, 1.66pt), (237.76pt, 2.23pt)) line((237.76pt, 2.23pt), (234.14pt, 2.95pt)) line((234.14pt, 2.95pt), (230.52pt, 3.88pt)) line((230.52pt, 3.88pt), (226.90pt, 5.05pt)) line((226.90pt, 5.05pt), (223.28pt, 6.49pt)) line((223.28pt, 6.49pt), (219.66pt, 8.25pt)) line((219.66pt, 8.25pt), (216.03pt, 10.39pt)) line((216.03pt, 10.39pt), (212.41pt, 12.94pt)) line((212.41pt, 12.94pt), (208.79pt, 15.94pt)) line((208.79pt, 15.94pt), (205.17pt, 19.43pt)) line((205.17pt, 19.43pt), (201.55pt, 23.43pt)) line((201.55pt, 23.43pt), (197.93pt, 27.96pt)) line((197.93pt, 27.96pt), (194.31pt, 33.00pt)) line((194.31pt, 33.00pt), (190.69pt, 38.54pt)) line((190.69pt, 38.54pt), (187.07pt, 44.53pt)) line((187.07pt, 44.53pt), (183.45pt, 50.91pt)) line((183.45pt, 50.91pt), (179.83pt, 57.57pt)) line((179.83pt, 57.57pt), (176.21pt, 64.42pt)) line((176.21pt, 64.42pt), (172.59pt, 71.31pt)) line((172.59pt, 71.31pt), (168.97pt, 78.10pt)) line((168.97pt, 78.10pt), (165.34pt, 84.63pt)) line((165.34pt, 84.63pt), (161.72pt, 90.73pt)) line((161.72pt, 90.73pt), (158.10pt, 96.23pt)) line((158.10pt, 96.23pt), (154.48pt, 100.97pt)) line((154.48pt, 100.97pt), (150.86pt, 104.83pt)) line((150.86pt, 104.83pt), (147.24pt, 107.67pt)) line((147.24pt, 107.67pt), (143.62pt, 109.41pt)) line((143.62pt, 109.41pt), (140.00pt, 110.00pt)) }) merge-path(stroke: none, fill: rgb("#B6D4DA"), close: true, { line((0.00pt, 0pt), (35.00pt, 0pt)) line((35.00pt, 1.22pt), (31.11pt, 0.87pt)) line((31.11pt, 0.87pt), (27.22pt, 0.61pt)) line((27.22pt, 0.61pt), (23.33pt, 0.43pt)) line((23.33pt, 0.43pt), (19.44pt, 0.29pt)) line((19.44pt, 0.29pt), (15.56pt, 0.20pt)) line((15.56pt, 0.20pt), (11.67pt, 0.13pt)) line((11.67pt, 0.13pt), (7.78pt, 0.09pt)) line((7.78pt, 0.09pt), (3.89pt, 0.06pt)) line((3.89pt, 0.06pt), (0.00pt, 0.04pt)) }) merge-path(stroke: none, fill: rgb("#B6D4DA"), close: true, { line((245.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 0.04pt), (276.11pt, 0.06pt)) line((276.11pt, 0.06pt), (272.22pt, 0.09pt)) line((272.22pt, 0.09pt), (268.33pt, 0.13pt)) line((268.33pt, 0.13pt), (264.44pt, 0.20pt)) line((264.44pt, 0.20pt), (260.56pt, 0.29pt)) line((260.56pt, 0.29pt), (256.67pt, 0.43pt)) line((256.67pt, 0.43pt), (252.78pt, 0.61pt)) line((252.78pt, 0.61pt), (248.89pt, 0.87pt)) line((248.89pt, 0.87pt), (245.00pt, 1.22pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.04pt), (3.54pt, 0.06pt)) line((3.54pt, 0.06pt), (7.09pt, 0.08pt)) line((7.09pt, 0.08pt), (10.63pt, 0.12pt)) line((10.63pt, 0.12pt), (14.18pt, 0.17pt)) line((14.18pt, 0.17pt), (17.72pt, 0.25pt)) line((17.72pt, 0.25pt), (21.27pt, 0.35pt)) line((21.27pt, 0.35pt), (24.81pt, 0.49pt)) line((24.81pt, 0.49pt), (28.35pt, 0.68pt)) line((28.35pt, 0.68pt), (31.90pt, 0.93pt)) line((31.90pt, 0.93pt), (35.44pt, 1.27pt)) line((35.44pt, 1.27pt), (38.99pt, 1.71pt)) line((38.99pt, 1.71pt), (42.53pt, 2.28pt)) line((42.53pt, 2.28pt), (46.08pt, 3.00pt)) line((46.08pt, 3.00pt), (49.62pt, 3.92pt)) line((49.62pt, 3.92pt), (53.16pt, 5.07pt)) line((53.16pt, 5.07pt), (56.71pt, 6.48pt)) line((56.71pt, 6.48pt), (60.25pt, 8.20pt)) line((60.25pt, 8.20pt), (63.80pt, 10.28pt)) line((63.80pt, 10.28pt), (67.34pt, 12.75pt)) line((67.34pt, 12.75pt), (70.89pt, 15.66pt)) line((70.89pt, 15.66pt), (74.43pt, 19.02pt)) line((74.43pt, 19.02pt), (77.97pt, 22.88pt)) line((77.97pt, 22.88pt), (81.52pt, 27.24pt)) line((81.52pt, 27.24pt), (85.06pt, 32.09pt)) line((85.06pt, 32.09pt), (88.61pt, 37.43pt)) line((88.61pt, 37.43pt), (92.15pt, 43.21pt)) line((92.15pt, 43.21pt), (95.70pt, 49.37pt)) line((95.70pt, 49.37pt), (99.24pt, 55.83pt)) line((99.24pt, 55.83pt), (102.78pt, 62.50pt)) line((102.78pt, 62.50pt), (106.33pt, 69.25pt)) line((106.33pt, 69.25pt), (109.87pt, 75.95pt)) line((109.87pt, 75.95pt), (113.42pt, 82.44pt)) line((113.42pt, 82.44pt), (116.96pt, 88.57pt)) line((116.96pt, 88.57pt), (120.51pt, 94.20pt)) line((120.51pt, 94.20pt), (124.05pt, 99.15pt)) line((124.05pt, 99.15pt), (127.59pt, 103.30pt)) line((127.59pt, 103.30pt), (131.14pt, 106.53pt)) line((131.14pt, 106.53pt), (134.68pt, 108.74pt)) line((134.68pt, 108.74pt), (138.23pt, 109.86pt)) line((138.23pt, 109.86pt), (141.77pt, 109.86pt)) line((141.77pt, 109.86pt), (145.32pt, 108.74pt)) line((145.32pt, 108.74pt), (148.86pt, 106.53pt)) line((148.86pt, 106.53pt), (152.41pt, 103.30pt)) line((152.41pt, 103.30pt), (155.95pt, 99.15pt)) line((155.95pt, 99.15pt), (159.49pt, 94.20pt)) line((159.49pt, 94.20pt), (163.04pt, 88.57pt)) line((163.04pt, 88.57pt), (166.58pt, 82.44pt)) line((166.58pt, 82.44pt), (170.13pt, 75.95pt)) line((170.13pt, 75.95pt), (173.67pt, 69.25pt)) line((173.67pt, 69.25pt), (177.22pt, 62.50pt)) line((177.22pt, 62.50pt), (180.76pt, 55.83pt)) line((180.76pt, 55.83pt), (184.30pt, 49.37pt)) line((184.30pt, 49.37pt), (187.85pt, 43.21pt)) line((187.85pt, 43.21pt), (191.39pt, 37.43pt)) line((191.39pt, 37.43pt), (194.94pt, 32.09pt)) line((194.94pt, 32.09pt), (198.48pt, 27.24pt)) line((198.48pt, 27.24pt), (202.03pt, 22.88pt)) line((202.03pt, 22.88pt), (205.57pt, 19.02pt)) line((205.57pt, 19.02pt), (209.11pt, 15.66pt)) line((209.11pt, 15.66pt), (212.66pt, 12.75pt)) line((212.66pt, 12.75pt), (216.20pt, 10.28pt)) line((216.20pt, 10.28pt), (219.75pt, 8.20pt)) line((219.75pt, 8.20pt), (223.29pt, 6.48pt)) line((223.29pt, 6.48pt), (226.84pt, 5.07pt)) line((226.84pt, 5.07pt), (230.38pt, 3.92pt)) line((230.38pt, 3.92pt), (233.92pt, 3.00pt)) line((233.92pt, 3.00pt), (237.47pt, 2.28pt)) line((237.47pt, 2.28pt), (241.01pt, 1.71pt)) line((241.01pt, 1.71pt), (244.56pt, 1.27pt)) line((244.56pt, 1.27pt), (248.10pt, 0.93pt)) line((248.10pt, 0.93pt), (251.65pt, 0.68pt)) line((251.65pt, 0.68pt), (255.19pt, 0.49pt)) line((255.19pt, 0.49pt), (258.73pt, 0.35pt)) line((258.73pt, 0.35pt), (262.28pt, 0.25pt)) line((262.28pt, 0.25pt), (265.82pt, 0.17pt)) line((265.82pt, 0.17pt), (269.37pt, 0.12pt)) line((269.37pt, 0.12pt), (272.91pt, 0.08pt)) line((272.91pt, 0.08pt), (276.46pt, 0.06pt)) line((276.46pt, 0.06pt), (280.00pt, 0.04pt)) }) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[95]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[105]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[110]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[115]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[120]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[125]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[130]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[135]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[140]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((87.50pt, 33.00pt), text(size: 8pt)[49.85%]) content((192.50pt, 33.00pt), text(size: 8pt)[49.85%]) content((17.50pt, 33.00pt), text(size: 8pt)[0.15%]) content((262.50pt, 33.00pt), text(size: 8pt)[0.15%]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 60 to 140, in increments of 5. The curve begins at 60, has a peak value at 100, and ends at 140. A vertical line is drawn at 100. The region from 70 to 130 is shaded in blue. The region from 70 to 100 and 100 to 130 is marked 49.85 percent, each. The region to the left and right of the shaded region inside the curve is shaded. The region from 60 to 70 is marked 0.15 percent. The region from 130 to 140 is marked 0.15 percent.", caption: none, ) We can put all these together to find even more complicated proportions. For example, since the proportion between 100 and 120 is 47.5% and the proportion between 100 and 110 is 34%, we can subtract to find that the proportion between 110 and 120 is #math.equation(block: false, alt: "47.5 minus 34 equals 13.5 %")[$47.5 − 34 = 13.5 %$]: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((140.00pt, 0pt), (175.00pt, 0pt)) line((175.00pt, 66.72pt), (171.11pt, 74.10pt)) line((171.11pt, 74.10pt), (167.22pt, 81.29pt)) line((167.22pt, 81.29pt), (163.33pt, 88.08pt)) line((163.33pt, 88.08pt), (159.44pt, 94.27pt)) line((159.44pt, 94.27pt), (155.56pt, 99.66pt)) line((155.56pt, 99.66pt), (151.67pt, 104.06pt)) line((151.67pt, 104.06pt), (147.78pt, 107.32pt)) line((147.78pt, 107.32pt), (143.89pt, 109.32pt)) line((143.89pt, 109.32pt), (140.00pt, 110.00pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((175.00pt, 0pt), (210.00pt, 0pt)) line((210.00pt, 14.89pt), (206.11pt, 18.48pt)) line((206.11pt, 18.48pt), (202.22pt, 22.65pt)) line((202.22pt, 22.65pt), (198.33pt, 27.43pt)) line((198.33pt, 27.43pt), (194.44pt, 32.81pt)) line((194.44pt, 32.81pt), (190.56pt, 38.76pt)) line((190.56pt, 38.76pt), (186.67pt, 45.22pt)) line((186.67pt, 45.22pt), (182.78pt, 52.12pt)) line((182.78pt, 52.12pt), (178.89pt, 59.33pt)) line((178.89pt, 59.33pt), (175.00pt, 66.72pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.04pt), (3.54pt, 0.06pt)) line((3.54pt, 0.06pt), (7.09pt, 0.08pt)) line((7.09pt, 0.08pt), (10.63pt, 0.12pt)) line((10.63pt, 0.12pt), (14.18pt, 0.17pt)) line((14.18pt, 0.17pt), (17.72pt, 0.25pt)) line((17.72pt, 0.25pt), (21.27pt, 0.35pt)) line((21.27pt, 0.35pt), (24.81pt, 0.49pt)) line((24.81pt, 0.49pt), (28.35pt, 0.68pt)) line((28.35pt, 0.68pt), (31.90pt, 0.93pt)) line((31.90pt, 0.93pt), (35.44pt, 1.27pt)) line((35.44pt, 1.27pt), (38.99pt, 1.71pt)) line((38.99pt, 1.71pt), (42.53pt, 2.28pt)) line((42.53pt, 2.28pt), (46.08pt, 3.00pt)) line((46.08pt, 3.00pt), (49.62pt, 3.92pt)) line((49.62pt, 3.92pt), (53.16pt, 5.07pt)) line((53.16pt, 5.07pt), (56.71pt, 6.48pt)) line((56.71pt, 6.48pt), (60.25pt, 8.20pt)) line((60.25pt, 8.20pt), (63.80pt, 10.28pt)) line((63.80pt, 10.28pt), (67.34pt, 12.75pt)) line((67.34pt, 12.75pt), (70.89pt, 15.66pt)) line((70.89pt, 15.66pt), (74.43pt, 19.02pt)) line((74.43pt, 19.02pt), (77.97pt, 22.88pt)) line((77.97pt, 22.88pt), (81.52pt, 27.24pt)) line((81.52pt, 27.24pt), (85.06pt, 32.09pt)) line((85.06pt, 32.09pt), (88.61pt, 37.43pt)) line((88.61pt, 37.43pt), (92.15pt, 43.21pt)) line((92.15pt, 43.21pt), (95.70pt, 49.37pt)) line((95.70pt, 49.37pt), (99.24pt, 55.83pt)) line((99.24pt, 55.83pt), (102.78pt, 62.50pt)) line((102.78pt, 62.50pt), (106.33pt, 69.25pt)) line((106.33pt, 69.25pt), (109.87pt, 75.95pt)) line((109.87pt, 75.95pt), (113.42pt, 82.44pt)) line((113.42pt, 82.44pt), (116.96pt, 88.57pt)) line((116.96pt, 88.57pt), (120.51pt, 94.20pt)) line((120.51pt, 94.20pt), (124.05pt, 99.15pt)) line((124.05pt, 99.15pt), (127.59pt, 103.30pt)) line((127.59pt, 103.30pt), (131.14pt, 106.53pt)) line((131.14pt, 106.53pt), (134.68pt, 108.74pt)) line((134.68pt, 108.74pt), (138.23pt, 109.86pt)) line((138.23pt, 109.86pt), (141.77pt, 109.86pt)) line((141.77pt, 109.86pt), (145.32pt, 108.74pt)) line((145.32pt, 108.74pt), (148.86pt, 106.53pt)) line((148.86pt, 106.53pt), (152.41pt, 103.30pt)) line((152.41pt, 103.30pt), (155.95pt, 99.15pt)) line((155.95pt, 99.15pt), (159.49pt, 94.20pt)) line((159.49pt, 94.20pt), (163.04pt, 88.57pt)) line((163.04pt, 88.57pt), (166.58pt, 82.44pt)) line((166.58pt, 82.44pt), (170.13pt, 75.95pt)) line((170.13pt, 75.95pt), (173.67pt, 69.25pt)) line((173.67pt, 69.25pt), (177.22pt, 62.50pt)) line((177.22pt, 62.50pt), (180.76pt, 55.83pt)) line((180.76pt, 55.83pt), (184.30pt, 49.37pt)) line((184.30pt, 49.37pt), (187.85pt, 43.21pt)) line((187.85pt, 43.21pt), (191.39pt, 37.43pt)) line((191.39pt, 37.43pt), (194.94pt, 32.09pt)) line((194.94pt, 32.09pt), (198.48pt, 27.24pt)) line((198.48pt, 27.24pt), (202.03pt, 22.88pt)) line((202.03pt, 22.88pt), (205.57pt, 19.02pt)) line((205.57pt, 19.02pt), (209.11pt, 15.66pt)) line((209.11pt, 15.66pt), (212.66pt, 12.75pt)) line((212.66pt, 12.75pt), (216.20pt, 10.28pt)) line((216.20pt, 10.28pt), (219.75pt, 8.20pt)) line((219.75pt, 8.20pt), (223.29pt, 6.48pt)) line((223.29pt, 6.48pt), (226.84pt, 5.07pt)) line((226.84pt, 5.07pt), (230.38pt, 3.92pt)) line((230.38pt, 3.92pt), (233.92pt, 3.00pt)) line((233.92pt, 3.00pt), (237.47pt, 2.28pt)) line((237.47pt, 2.28pt), (241.01pt, 1.71pt)) line((241.01pt, 1.71pt), (244.56pt, 1.27pt)) line((244.56pt, 1.27pt), (248.10pt, 0.93pt)) line((248.10pt, 0.93pt), (251.65pt, 0.68pt)) line((251.65pt, 0.68pt), (255.19pt, 0.49pt)) line((255.19pt, 0.49pt), (258.73pt, 0.35pt)) line((258.73pt, 0.35pt), (262.28pt, 0.25pt)) line((262.28pt, 0.25pt), (265.82pt, 0.17pt)) line((265.82pt, 0.17pt), (269.37pt, 0.12pt)) line((269.37pt, 0.12pt), (272.91pt, 0.08pt)) line((272.91pt, 0.08pt), (276.46pt, 0.06pt)) line((276.46pt, 0.06pt), (280.00pt, 0.04pt)) }) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((17.50pt, 0pt), (17.50pt, -3.00pt), stroke: 0.5pt + black) content((17.50pt, -5.00pt), anchor: "north", text(size: 8pt)[65]) line((35.00pt, 0pt), (35.00pt, -3.00pt), stroke: 0.5pt + black) content((35.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((52.50pt, 0pt), (52.50pt, -3.00pt), stroke: 0.5pt + black) content((52.50pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((87.50pt, 0pt), (87.50pt, -3.00pt), stroke: 0.5pt + black) content((87.50pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((105.00pt, 0pt), (105.00pt, -3.00pt), stroke: 0.5pt + black) content((105.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((122.50pt, 0pt), (122.50pt, -3.00pt), stroke: 0.5pt + black) content((122.50pt, -5.00pt), anchor: "north", text(size: 8pt)[95]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[100]) line((157.50pt, 0pt), (157.50pt, -3.00pt), stroke: 0.5pt + black) content((157.50pt, -5.00pt), anchor: "north", text(size: 8pt)[105]) line((175.00pt, 0pt), (175.00pt, -3.00pt), stroke: 0.5pt + black) content((175.00pt, -5.00pt), anchor: "north", text(size: 8pt)[110]) line((192.50pt, 0pt), (192.50pt, -3.00pt), stroke: 0.5pt + black) content((192.50pt, -5.00pt), anchor: "north", text(size: 8pt)[115]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[120]) line((227.50pt, 0pt), (227.50pt, -3.00pt), stroke: 0.5pt + black) content((227.50pt, -5.00pt), anchor: "north", text(size: 8pt)[125]) line((245.00pt, 0pt), (245.00pt, -3.00pt), stroke: 0.5pt + black) content((245.00pt, -5.00pt), anchor: "north", text(size: 8pt)[130]) line((262.50pt, 0pt), (262.50pt, -3.00pt), stroke: 0.5pt + black) content((262.50pt, -5.00pt), anchor: "north", text(size: 8pt)[135]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[140]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((157.50pt, 33.00pt), text(size: 8pt)[34%]) content((192.50pt, 33.00pt), text(size: 8pt)[13.5%]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 60 to 140, in increments of 5. The curve begins at 60, has a peak value at 100, and ends at 140. A vertical line is drawn at 100. The region from 100 to 110 is shaded in blue. The region from 110 to 120 is shaded in red. The total shaded region from 100 to 120 is marked 47.5 percent. The shaded region from 100 to 110 is marked 34 percent. The shaded region from 110 to 120 is marked 13.5 percent.", caption: none, ) #examplebox("Example 6")[Finding Other Proportions Using the 68-95-99.7 Rule][ Assume that we have data that are normally distributed with mean 80 and standard deviation 3. + What proportion of the data will be greater than 86? + What proportion of the data will be between 74 and 77? + What proportion of the data will be between 74 and 83? #solutionbox[ Before we can answer these questions, we must mark off sections that are multiples of the standard deviation away from the mean: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((56.00pt, 0pt), (56.00pt, 21.77pt), stroke: 0.6pt + black) line((98.00pt, 0pt), (98.00pt, 73.37pt), stroke: 0.6pt + black) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((182.00pt, 0pt), (182.00pt, 73.37pt), stroke: 0.6pt + black) line((224.00pt, 0pt), (224.00pt, 21.77pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((14.00pt, 0pt), (14.00pt, -3.00pt), stroke: 0.5pt + black) content((14.00pt, -5.00pt), anchor: "north", text(size: 8pt)[71]) line((28.00pt, 0pt), (28.00pt, -3.00pt), stroke: 0.5pt + black) content((28.00pt, -5.00pt), anchor: "north", text(size: 8pt)[72]) line((42.00pt, 0pt), (42.00pt, -3.00pt), stroke: 0.5pt + black) content((42.00pt, -5.00pt), anchor: "north", text(size: 8pt)[73]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[74]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((84.00pt, 0pt), (84.00pt, -3.00pt), stroke: 0.5pt + black) content((84.00pt, -5.00pt), anchor: "north", text(size: 8pt)[76]) line((98.00pt, 0pt), (98.00pt, -3.00pt), stroke: 0.5pt + black) content((98.00pt, -5.00pt), anchor: "north", text(size: 8pt)[77]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[78]) line((126.00pt, 0pt), (126.00pt, -3.00pt), stroke: 0.5pt + black) content((126.00pt, -5.00pt), anchor: "north", text(size: 8pt)[79]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((154.00pt, 0pt), (154.00pt, -3.00pt), stroke: 0.5pt + black) content((154.00pt, -5.00pt), anchor: "north", text(size: 8pt)[81]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[82]) line((182.00pt, 0pt), (182.00pt, -3.00pt), stroke: 0.5pt + black) content((182.00pt, -5.00pt), anchor: "north", text(size: 8pt)[83]) line((196.00pt, 0pt), (196.00pt, -3.00pt), stroke: 0.5pt + black) content((196.00pt, -5.00pt), anchor: "north", text(size: 8pt)[84]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[86]) line((238.00pt, 0pt), (238.00pt, -3.00pt), stroke: 0.5pt + black) content((238.00pt, -5.00pt), anchor: "north", text(size: 8pt)[87]) line((252.00pt, 0pt), (252.00pt, -3.00pt), stroke: 0.5pt + black) content((252.00pt, -5.00pt), anchor: "north", text(size: 8pt)[88]) line((266.00pt, 0pt), (266.00pt, -3.00pt), stroke: 0.5pt + black) content((266.00pt, -5.00pt), anchor: "north", text(size: 8pt)[89]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 70 to 90, in increments of 1. The curve begins at 70, has a peak value at 80, and ends at 90. Five vertical lines are drawn at 74, 77, 80, 83, and 86.", caption: none, ) + To figure out what proportion of the data will be greater than 86, let's start by shading in the area of data that are above 86 in our figure, or the data more than two standard deviations above the mean. #linebreak() #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((224.00pt, 0pt), (280.00pt, 0pt)) line((280.00pt, 0.43pt), (276.27pt, 0.57pt)) line((276.27pt, 0.57pt), (272.53pt, 0.76pt)) line((272.53pt, 0.76pt), (268.80pt, 1.00pt)) line((268.80pt, 1.00pt), (265.07pt, 1.31pt)) line((265.07pt, 1.31pt), (261.33pt, 1.69pt)) line((261.33pt, 1.69pt), (257.60pt, 2.18pt)) line((257.60pt, 2.18pt), (253.87pt, 2.79pt)) line((253.87pt, 2.79pt), (250.13pt, 3.53pt)) line((250.13pt, 3.53pt), (246.40pt, 4.44pt)) line((246.40pt, 4.44pt), (242.67pt, 5.54pt)) line((242.67pt, 5.54pt), (238.93pt, 6.86pt)) line((238.93pt, 6.86pt), (235.20pt, 8.43pt)) line((235.20pt, 8.43pt), (231.47pt, 10.27pt)) line((231.47pt, 10.27pt), (227.73pt, 12.41pt)) line((227.73pt, 12.41pt), (224.00pt, 14.89pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.43pt), (3.54pt, 0.56pt)) line((3.54pt, 0.56pt), (7.09pt, 0.74pt)) line((7.09pt, 0.74pt), (10.63pt, 0.96pt)) line((10.63pt, 0.96pt), (14.18pt, 1.24pt)) line((14.18pt, 1.24pt), (17.72pt, 1.59pt)) line((17.72pt, 1.59pt), (21.27pt, 2.02pt)) line((21.27pt, 2.02pt), (24.81pt, 2.56pt)) line((24.81pt, 2.56pt), (28.35pt, 3.21pt)) line((28.35pt, 3.21pt), (31.90pt, 4.01pt)) line((31.90pt, 4.01pt), (35.44pt, 4.96pt)) line((35.44pt, 4.96pt), (38.99pt, 6.10pt)) line((38.99pt, 6.10pt), (42.53pt, 7.45pt)) line((42.53pt, 7.45pt), (46.08pt, 9.02pt)) line((46.08pt, 9.02pt), (49.62pt, 10.86pt)) line((49.62pt, 10.86pt), (53.16pt, 12.98pt)) line((53.16pt, 12.98pt), (56.71pt, 15.40pt)) line((56.71pt, 15.40pt), (60.25pt, 18.14pt)) line((60.25pt, 18.14pt), (63.80pt, 21.21pt)) line((63.80pt, 21.21pt), (67.34pt, 24.63pt)) line((67.34pt, 24.63pt), (70.89pt, 28.40pt)) line((70.89pt, 28.40pt), (74.43pt, 32.52pt)) line((74.43pt, 32.52pt), (77.97pt, 36.97pt)) line((77.97pt, 36.97pt), (81.52pt, 41.72pt)) line((81.52pt, 41.72pt), (85.06pt, 46.76pt)) line((85.06pt, 46.76pt), (88.61pt, 52.03pt)) line((88.61pt, 52.03pt), (92.15pt, 57.49pt)) line((92.15pt, 57.49pt), (95.70pt, 63.06pt)) line((95.70pt, 63.06pt), (99.24pt, 68.69pt)) line((99.24pt, 68.69pt), (102.78pt, 74.29pt)) line((102.78pt, 74.29pt), (106.33pt, 79.77pt)) line((106.33pt, 79.77pt), (109.87pt, 85.05pt)) line((109.87pt, 85.05pt), (113.42pt, 90.03pt)) line((113.42pt, 90.03pt), (116.96pt, 94.64pt)) line((116.96pt, 94.64pt), (120.51pt, 98.77pt)) line((120.51pt, 98.77pt), (124.05pt, 102.35pt)) line((124.05pt, 102.35pt), (127.59pt, 105.31pt)) line((127.59pt, 105.31pt), (131.14pt, 107.58pt)) line((131.14pt, 107.58pt), (134.68pt, 109.12pt)) line((134.68pt, 109.12pt), (138.23pt, 109.90pt)) line((138.23pt, 109.90pt), (141.77pt, 109.90pt)) line((141.77pt, 109.90pt), (145.32pt, 109.12pt)) line((145.32pt, 109.12pt), (148.86pt, 107.58pt)) line((148.86pt, 107.58pt), (152.41pt, 105.31pt)) line((152.41pt, 105.31pt), (155.95pt, 102.35pt)) line((155.95pt, 102.35pt), (159.49pt, 98.77pt)) line((159.49pt, 98.77pt), (163.04pt, 94.64pt)) line((163.04pt, 94.64pt), (166.58pt, 90.03pt)) line((166.58pt, 90.03pt), (170.13pt, 85.05pt)) line((170.13pt, 85.05pt), (173.67pt, 79.77pt)) line((173.67pt, 79.77pt), (177.22pt, 74.29pt)) line((177.22pt, 74.29pt), (180.76pt, 68.69pt)) line((180.76pt, 68.69pt), (184.30pt, 63.06pt)) line((184.30pt, 63.06pt), (187.85pt, 57.49pt)) line((187.85pt, 57.49pt), (191.39pt, 52.03pt)) line((191.39pt, 52.03pt), (194.94pt, 46.76pt)) line((194.94pt, 46.76pt), (198.48pt, 41.72pt)) line((198.48pt, 41.72pt), (202.03pt, 36.97pt)) line((202.03pt, 36.97pt), (205.57pt, 32.52pt)) line((205.57pt, 32.52pt), (209.11pt, 28.40pt)) line((209.11pt, 28.40pt), (212.66pt, 24.63pt)) line((212.66pt, 24.63pt), (216.20pt, 21.21pt)) line((216.20pt, 21.21pt), (219.75pt, 18.14pt)) line((219.75pt, 18.14pt), (223.29pt, 15.40pt)) line((223.29pt, 15.40pt), (226.84pt, 12.98pt)) line((226.84pt, 12.98pt), (230.38pt, 10.86pt)) line((230.38pt, 10.86pt), (233.92pt, 9.02pt)) line((233.92pt, 9.02pt), (237.47pt, 7.45pt)) line((237.47pt, 7.45pt), (241.01pt, 6.10pt)) line((241.01pt, 6.10pt), (244.56pt, 4.96pt)) line((244.56pt, 4.96pt), (248.10pt, 4.01pt)) line((248.10pt, 4.01pt), (251.65pt, 3.21pt)) line((251.65pt, 3.21pt), (255.19pt, 2.56pt)) line((255.19pt, 2.56pt), (258.73pt, 2.02pt)) line((258.73pt, 2.02pt), (262.28pt, 1.59pt)) line((262.28pt, 1.59pt), (265.82pt, 1.24pt)) line((265.82pt, 1.24pt), (269.37pt, 0.96pt)) line((269.37pt, 0.96pt), (272.91pt, 0.74pt)) line((272.91pt, 0.74pt), (276.46pt, 0.56pt)) line((276.46pt, 0.56pt), (280.00pt, 0.43pt)) }) line((56.00pt, 0pt), (56.00pt, 14.89pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((98.00pt, 0pt), (98.00pt, 66.72pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((182.00pt, 0pt), (182.00pt, 66.72pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((224.00pt, 0pt), (224.00pt, 14.89pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((14.00pt, 0pt), (14.00pt, -3.00pt), stroke: 0.5pt + black) content((14.00pt, -5.00pt), anchor: "north", text(size: 8pt)[71]) line((28.00pt, 0pt), (28.00pt, -3.00pt), stroke: 0.5pt + black) content((28.00pt, -5.00pt), anchor: "north", text(size: 8pt)[72]) line((42.00pt, 0pt), (42.00pt, -3.00pt), stroke: 0.5pt + black) content((42.00pt, -5.00pt), anchor: "north", text(size: 8pt)[73]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[74]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((84.00pt, 0pt), (84.00pt, -3.00pt), stroke: 0.5pt + black) content((84.00pt, -5.00pt), anchor: "north", text(size: 8pt)[76]) line((98.00pt, 0pt), (98.00pt, -3.00pt), stroke: 0.5pt + black) content((98.00pt, -5.00pt), anchor: "north", text(size: 8pt)[77]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[78]) line((126.00pt, 0pt), (126.00pt, -3.00pt), stroke: 0.5pt + black) content((126.00pt, -5.00pt), anchor: "north", text(size: 8pt)[79]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((154.00pt, 0pt), (154.00pt, -3.00pt), stroke: 0.5pt + black) content((154.00pt, -5.00pt), anchor: "north", text(size: 8pt)[81]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[82]) line((182.00pt, 0pt), (182.00pt, -3.00pt), stroke: 0.5pt + black) content((182.00pt, -5.00pt), anchor: "north", text(size: 8pt)[83]) line((196.00pt, 0pt), (196.00pt, -3.00pt), stroke: 0.5pt + black) content((196.00pt, -5.00pt), anchor: "north", text(size: 8pt)[84]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[86]) line((238.00pt, 0pt), (238.00pt, -3.00pt), stroke: 0.5pt + black) content((238.00pt, -5.00pt), anchor: "north", text(size: 8pt)[87]) line((252.00pt, 0pt), (252.00pt, -3.00pt), stroke: 0.5pt + black) content((252.00pt, -5.00pt), anchor: "north", text(size: 8pt)[88]) line((266.00pt, 0pt), (266.00pt, -3.00pt), stroke: 0.5pt + black) content((266.00pt, -5.00pt), anchor: "north", text(size: 8pt)[89]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 70 to 90, in increments of 1. The curve begins at 70, has a peak value at 80, and ends at 90. Five vertical lines are drawn at 74, 77, 80, 83, and 86. The region to the right of the line at 86 is shaded in blue.", caption: none, ) #linebreak() We saw in that this proportion is 2.5%. + To figure out what proportion of the data will be between 74 and 77, let's start by shading in that area of data. These are data that are more than one but less than two standard deviations below the mean. #linebreak() #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((56.00pt, 0pt), (98.00pt, 0pt)) line((98.00pt, 73.37pt), (94.18pt, 67.93pt)) line((94.18pt, 67.93pt), (90.36pt, 62.48pt)) line((90.36pt, 62.48pt), (86.55pt, 57.08pt)) line((86.55pt, 57.08pt), (82.73pt, 51.80pt)) line((82.73pt, 51.80pt), (78.91pt, 46.69pt)) line((78.91pt, 46.69pt), (75.09pt, 41.81pt)) line((75.09pt, 41.81pt), (71.27pt, 37.19pt)) line((71.27pt, 37.19pt), (67.45pt, 32.86pt)) line((67.45pt, 32.86pt), (63.64pt, 28.84pt)) line((63.64pt, 28.84pt), (59.82pt, 25.14pt)) line((59.82pt, 25.14pt), (56.00pt, 21.77pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((56.00pt, 0pt), (56.00pt, 21.77pt), stroke: 0.6pt + black) line((98.00pt, 0pt), (98.00pt, 73.37pt), stroke: 0.6pt + black) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((182.00pt, 0pt), (182.00pt, 73.37pt), stroke: 0.6pt + black) line((224.00pt, 0pt), (224.00pt, 21.77pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((14.00pt, 0pt), (14.00pt, -3.00pt), stroke: 0.5pt + black) content((14.00pt, -5.00pt), anchor: "north", text(size: 8pt)[71]) line((28.00pt, 0pt), (28.00pt, -3.00pt), stroke: 0.5pt + black) content((28.00pt, -5.00pt), anchor: "north", text(size: 8pt)[72]) line((42.00pt, 0pt), (42.00pt, -3.00pt), stroke: 0.5pt + black) content((42.00pt, -5.00pt), anchor: "north", text(size: 8pt)[73]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[74]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((84.00pt, 0pt), (84.00pt, -3.00pt), stroke: 0.5pt + black) content((84.00pt, -5.00pt), anchor: "north", text(size: 8pt)[76]) line((98.00pt, 0pt), (98.00pt, -3.00pt), stroke: 0.5pt + black) content((98.00pt, -5.00pt), anchor: "north", text(size: 8pt)[77]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[78]) line((126.00pt, 0pt), (126.00pt, -3.00pt), stroke: 0.5pt + black) content((126.00pt, -5.00pt), anchor: "north", text(size: 8pt)[79]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((154.00pt, 0pt), (154.00pt, -3.00pt), stroke: 0.5pt + black) content((154.00pt, -5.00pt), anchor: "north", text(size: 8pt)[81]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[82]) line((182.00pt, 0pt), (182.00pt, -3.00pt), stroke: 0.5pt + black) content((182.00pt, -5.00pt), anchor: "north", text(size: 8pt)[83]) line((196.00pt, 0pt), (196.00pt, -3.00pt), stroke: 0.5pt + black) content((196.00pt, -5.00pt), anchor: "north", text(size: 8pt)[84]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[86]) line((238.00pt, 0pt), (238.00pt, -3.00pt), stroke: 0.5pt + black) content((238.00pt, -5.00pt), anchor: "north", text(size: 8pt)[87]) line((252.00pt, 0pt), (252.00pt, -3.00pt), stroke: 0.5pt + black) content((252.00pt, -5.00pt), anchor: "north", text(size: 8pt)[88]) line((266.00pt, 0pt), (266.00pt, -3.00pt), stroke: 0.5pt + black) content((266.00pt, -5.00pt), anchor: "north", text(size: 8pt)[89]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 70 to 90, in increments of 1. The curve begins at 70, has a peak value at 80, and ends at 90. Five vertical lines are drawn at 74, 77, 80, 83, and 86. The region in between lines, 74 and 77 is shaded in blue.", caption: none, ) #linebreak() From , we know that the proportion of data less than two standard deviations below the mean is 47.5%. And, from YOUR TURN 8.33, we know that 34% of the data is less than one standard deviation below the mean: #linebreak() #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((56.00pt, 0pt), (98.00pt, 0pt)) line((98.00pt, 66.72pt), (94.18pt, 60.67pt)) line((94.18pt, 60.67pt), (90.36pt, 54.71pt)) line((90.36pt, 54.71pt), (86.55pt, 48.94pt)) line((86.55pt, 48.94pt), (82.73pt, 43.41pt)) line((82.73pt, 43.41pt), (78.91pt, 38.19pt)) line((78.91pt, 38.19pt), (75.09pt, 33.32pt)) line((75.09pt, 33.32pt), (71.27pt, 28.84pt)) line((71.27pt, 28.84pt), (67.45pt, 24.75pt)) line((67.45pt, 24.75pt), (63.64pt, 21.06pt)) line((63.64pt, 21.06pt), (59.82pt, 17.78pt)) line((59.82pt, 17.78pt), (56.00pt, 14.89pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((98.00pt, 0pt), (140.00pt, 0pt)) line((140.00pt, 110.00pt), (136.18pt, 109.55pt)) line((136.18pt, 109.55pt), (132.36pt, 108.20pt)) line((132.36pt, 108.20pt), (128.55pt, 105.98pt)) line((128.55pt, 105.98pt), (124.73pt, 102.96pt)) line((124.73pt, 102.96pt), (120.91pt, 99.20pt)) line((120.91pt, 99.20pt), (117.09pt, 94.80pt)) line((117.09pt, 94.80pt), (113.27pt, 89.84pt)) line((113.27pt, 89.84pt), (109.45pt, 84.44pt)) line((109.45pt, 84.44pt), (105.64pt, 78.71pt)) line((105.64pt, 78.71pt), (101.82pt, 72.77pt)) line((101.82pt, 72.77pt), (98.00pt, 66.72pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 0.43pt), (3.54pt, 0.56pt)) line((3.54pt, 0.56pt), (7.09pt, 0.74pt)) line((7.09pt, 0.74pt), (10.63pt, 0.96pt)) line((10.63pt, 0.96pt), (14.18pt, 1.24pt)) line((14.18pt, 1.24pt), (17.72pt, 1.59pt)) line((17.72pt, 1.59pt), (21.27pt, 2.02pt)) line((21.27pt, 2.02pt), (24.81pt, 2.56pt)) line((24.81pt, 2.56pt), (28.35pt, 3.21pt)) line((28.35pt, 3.21pt), (31.90pt, 4.01pt)) line((31.90pt, 4.01pt), (35.44pt, 4.96pt)) line((35.44pt, 4.96pt), (38.99pt, 6.10pt)) line((38.99pt, 6.10pt), (42.53pt, 7.45pt)) line((42.53pt, 7.45pt), (46.08pt, 9.02pt)) line((46.08pt, 9.02pt), (49.62pt, 10.86pt)) line((49.62pt, 10.86pt), (53.16pt, 12.98pt)) line((53.16pt, 12.98pt), (56.71pt, 15.40pt)) line((56.71pt, 15.40pt), (60.25pt, 18.14pt)) line((60.25pt, 18.14pt), (63.80pt, 21.21pt)) line((63.80pt, 21.21pt), (67.34pt, 24.63pt)) line((67.34pt, 24.63pt), (70.89pt, 28.40pt)) line((70.89pt, 28.40pt), (74.43pt, 32.52pt)) line((74.43pt, 32.52pt), (77.97pt, 36.97pt)) line((77.97pt, 36.97pt), (81.52pt, 41.72pt)) line((81.52pt, 41.72pt), (85.06pt, 46.76pt)) line((85.06pt, 46.76pt), (88.61pt, 52.03pt)) line((88.61pt, 52.03pt), (92.15pt, 57.49pt)) line((92.15pt, 57.49pt), (95.70pt, 63.06pt)) line((95.70pt, 63.06pt), (99.24pt, 68.69pt)) line((99.24pt, 68.69pt), (102.78pt, 74.29pt)) line((102.78pt, 74.29pt), (106.33pt, 79.77pt)) line((106.33pt, 79.77pt), (109.87pt, 85.05pt)) line((109.87pt, 85.05pt), (113.42pt, 90.03pt)) line((113.42pt, 90.03pt), (116.96pt, 94.64pt)) line((116.96pt, 94.64pt), (120.51pt, 98.77pt)) line((120.51pt, 98.77pt), (124.05pt, 102.35pt)) line((124.05pt, 102.35pt), (127.59pt, 105.31pt)) line((127.59pt, 105.31pt), (131.14pt, 107.58pt)) line((131.14pt, 107.58pt), (134.68pt, 109.12pt)) line((134.68pt, 109.12pt), (138.23pt, 109.90pt)) line((138.23pt, 109.90pt), (141.77pt, 109.90pt)) line((141.77pt, 109.90pt), (145.32pt, 109.12pt)) line((145.32pt, 109.12pt), (148.86pt, 107.58pt)) line((148.86pt, 107.58pt), (152.41pt, 105.31pt)) line((152.41pt, 105.31pt), (155.95pt, 102.35pt)) line((155.95pt, 102.35pt), (159.49pt, 98.77pt)) line((159.49pt, 98.77pt), (163.04pt, 94.64pt)) line((163.04pt, 94.64pt), (166.58pt, 90.03pt)) line((166.58pt, 90.03pt), (170.13pt, 85.05pt)) line((170.13pt, 85.05pt), (173.67pt, 79.77pt)) line((173.67pt, 79.77pt), (177.22pt, 74.29pt)) line((177.22pt, 74.29pt), (180.76pt, 68.69pt)) line((180.76pt, 68.69pt), (184.30pt, 63.06pt)) line((184.30pt, 63.06pt), (187.85pt, 57.49pt)) line((187.85pt, 57.49pt), (191.39pt, 52.03pt)) line((191.39pt, 52.03pt), (194.94pt, 46.76pt)) line((194.94pt, 46.76pt), (198.48pt, 41.72pt)) line((198.48pt, 41.72pt), (202.03pt, 36.97pt)) line((202.03pt, 36.97pt), (205.57pt, 32.52pt)) line((205.57pt, 32.52pt), (209.11pt, 28.40pt)) line((209.11pt, 28.40pt), (212.66pt, 24.63pt)) line((212.66pt, 24.63pt), (216.20pt, 21.21pt)) line((216.20pt, 21.21pt), (219.75pt, 18.14pt)) line((219.75pt, 18.14pt), (223.29pt, 15.40pt)) line((223.29pt, 15.40pt), (226.84pt, 12.98pt)) line((226.84pt, 12.98pt), (230.38pt, 10.86pt)) line((230.38pt, 10.86pt), (233.92pt, 9.02pt)) line((233.92pt, 9.02pt), (237.47pt, 7.45pt)) line((237.47pt, 7.45pt), (241.01pt, 6.10pt)) line((241.01pt, 6.10pt), (244.56pt, 4.96pt)) line((244.56pt, 4.96pt), (248.10pt, 4.01pt)) line((248.10pt, 4.01pt), (251.65pt, 3.21pt)) line((251.65pt, 3.21pt), (255.19pt, 2.56pt)) line((255.19pt, 2.56pt), (258.73pt, 2.02pt)) line((258.73pt, 2.02pt), (262.28pt, 1.59pt)) line((262.28pt, 1.59pt), (265.82pt, 1.24pt)) line((265.82pt, 1.24pt), (269.37pt, 0.96pt)) line((269.37pt, 0.96pt), (272.91pt, 0.74pt)) line((272.91pt, 0.74pt), (276.46pt, 0.56pt)) line((276.46pt, 0.56pt), (280.00pt, 0.43pt)) }) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((14.00pt, 0pt), (14.00pt, -3.00pt), stroke: 0.5pt + black) content((14.00pt, -5.00pt), anchor: "north", text(size: 8pt)[71]) line((28.00pt, 0pt), (28.00pt, -3.00pt), stroke: 0.5pt + black) content((28.00pt, -5.00pt), anchor: "north", text(size: 8pt)[72]) line((42.00pt, 0pt), (42.00pt, -3.00pt), stroke: 0.5pt + black) content((42.00pt, -5.00pt), anchor: "north", text(size: 8pt)[73]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[74]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((84.00pt, 0pt), (84.00pt, -3.00pt), stroke: 0.5pt + black) content((84.00pt, -5.00pt), anchor: "north", text(size: 8pt)[76]) line((98.00pt, 0pt), (98.00pt, -3.00pt), stroke: 0.5pt + black) content((98.00pt, -5.00pt), anchor: "north", text(size: 8pt)[77]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[78]) line((126.00pt, 0pt), (126.00pt, -3.00pt), stroke: 0.5pt + black) content((126.00pt, -5.00pt), anchor: "north", text(size: 8pt)[79]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((154.00pt, 0pt), (154.00pt, -3.00pt), stroke: 0.5pt + black) content((154.00pt, -5.00pt), anchor: "north", text(size: 8pt)[81]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[82]) line((182.00pt, 0pt), (182.00pt, -3.00pt), stroke: 0.5pt + black) content((182.00pt, -5.00pt), anchor: "north", text(size: 8pt)[83]) line((196.00pt, 0pt), (196.00pt, -3.00pt), stroke: 0.5pt + black) content((196.00pt, -5.00pt), anchor: "north", text(size: 8pt)[84]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[86]) line((238.00pt, 0pt), (238.00pt, -3.00pt), stroke: 0.5pt + black) content((238.00pt, -5.00pt), anchor: "north", text(size: 8pt)[87]) line((252.00pt, 0pt), (252.00pt, -3.00pt), stroke: 0.5pt + black) content((252.00pt, -5.00pt), anchor: "north", text(size: 8pt)[88]) line((266.00pt, 0pt), (266.00pt, -3.00pt), stroke: 0.5pt + black) content((266.00pt, -5.00pt), anchor: "north", text(size: 8pt)[89]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((77.00pt, 33.00pt), text(size: 8pt)[13.5%]) content((119.00pt, 33.00pt), text(size: 8pt)[34%]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 70 to 90, in increments of 1. The curve begins at 70, has a peak value at 80, and ends at 90. The region from 74 to 77 is shaded in blue. The region from 77 to 80 is shaded in red. The total shaded region from 74 to 80 is marked 47.5 percent. The shaded region from 74 to 77 is marked 13.5 percent. The shaded region from 77 to 80 is marked 34 percent.", caption: none, ) #linebreak() Subtracting, we see that the proportion of data between 74 and 77 is 13.5%. + To figure out what proportion of the data will be between 74 and 83, let's start by shading in that area of data in our figure. #linebreak() #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((56.00pt, 0pt), (182.00pt, 0pt)) line((182.00pt, 73.37pt), (178.40pt, 78.41pt)) line((178.40pt, 78.41pt), (174.80pt, 83.30pt)) line((174.80pt, 83.30pt), (171.20pt, 87.97pt)) line((171.20pt, 87.97pt), (167.60pt, 92.35pt)) line((167.60pt, 92.35pt), (164.00pt, 96.37pt)) line((164.00pt, 96.37pt), (160.40pt, 99.98pt)) line((160.40pt, 99.98pt), (156.80pt, 103.10pt)) line((156.80pt, 103.10pt), (153.20pt, 105.69pt)) line((153.20pt, 105.69pt), (149.60pt, 107.70pt)) line((149.60pt, 107.70pt), (146.00pt, 109.09pt)) line((146.00pt, 109.09pt), (142.40pt, 109.85pt)) line((142.40pt, 109.85pt), (138.80pt, 109.96pt)) line((138.80pt, 109.96pt), (135.20pt, 109.42pt)) line((135.20pt, 109.42pt), (131.60pt, 108.23pt)) line((131.60pt, 108.23pt), (128.00pt, 106.42pt)) line((128.00pt, 106.42pt), (124.40pt, 104.02pt)) line((124.40pt, 104.02pt), (120.80pt, 101.07pt)) line((120.80pt, 101.07pt), (117.20pt, 97.62pt)) line((117.20pt, 97.62pt), (113.60pt, 93.73pt)) line((113.60pt, 93.73pt), (110.00pt, 89.47pt)) line((110.00pt, 89.47pt), (106.40pt, 84.88pt)) line((106.40pt, 84.88pt), (102.80pt, 80.06pt)) line((102.80pt, 80.06pt), (99.20pt, 75.06pt)) line((99.20pt, 75.06pt), (95.60pt, 69.96pt)) line((95.60pt, 69.96pt), (92.00pt, 64.81pt)) line((92.00pt, 64.81pt), (88.40pt, 59.69pt)) line((88.40pt, 59.69pt), (84.80pt, 54.65pt)) line((84.80pt, 54.65pt), (81.20pt, 49.73pt)) line((81.20pt, 49.73pt), (77.60pt, 44.99pt)) line((77.60pt, 44.99pt), (74.00pt, 40.46pt)) line((74.00pt, 40.46pt), (70.40pt, 36.17pt)) line((70.40pt, 36.17pt), (66.80pt, 32.15pt)) line((66.80pt, 32.15pt), (63.20pt, 28.40pt)) line((63.20pt, 28.40pt), (59.60pt, 24.94pt)) line((59.60pt, 24.94pt), (56.00pt, 21.77pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((56.00pt, 0pt), (56.00pt, 21.77pt), stroke: 0.6pt + black) line((98.00pt, 0pt), (98.00pt, 73.37pt), stroke: 0.6pt + black) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: 0.6pt + black) line((182.00pt, 0pt), (182.00pt, 73.37pt), stroke: 0.6pt + black) line((224.00pt, 0pt), (224.00pt, 21.77pt), stroke: 0.6pt + black) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((14.00pt, 0pt), (14.00pt, -3.00pt), stroke: 0.5pt + black) content((14.00pt, -5.00pt), anchor: "north", text(size: 8pt)[71]) line((28.00pt, 0pt), (28.00pt, -3.00pt), stroke: 0.5pt + black) content((28.00pt, -5.00pt), anchor: "north", text(size: 8pt)[72]) line((42.00pt, 0pt), (42.00pt, -3.00pt), stroke: 0.5pt + black) content((42.00pt, -5.00pt), anchor: "north", text(size: 8pt)[73]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[74]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((84.00pt, 0pt), (84.00pt, -3.00pt), stroke: 0.5pt + black) content((84.00pt, -5.00pt), anchor: "north", text(size: 8pt)[76]) line((98.00pt, 0pt), (98.00pt, -3.00pt), stroke: 0.5pt + black) content((98.00pt, -5.00pt), anchor: "north", text(size: 8pt)[77]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[78]) line((126.00pt, 0pt), (126.00pt, -3.00pt), stroke: 0.5pt + black) content((126.00pt, -5.00pt), anchor: "north", text(size: 8pt)[79]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((154.00pt, 0pt), (154.00pt, -3.00pt), stroke: 0.5pt + black) content((154.00pt, -5.00pt), anchor: "north", text(size: 8pt)[81]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[82]) line((182.00pt, 0pt), (182.00pt, -3.00pt), stroke: 0.5pt + black) content((182.00pt, -5.00pt), anchor: "north", text(size: 8pt)[83]) line((196.00pt, 0pt), (196.00pt, -3.00pt), stroke: 0.5pt + black) content((196.00pt, -5.00pt), anchor: "north", text(size: 8pt)[84]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[86]) line((238.00pt, 0pt), (238.00pt, -3.00pt), stroke: 0.5pt + black) content((238.00pt, -5.00pt), anchor: "north", text(size: 8pt)[87]) line((252.00pt, 0pt), (252.00pt, -3.00pt), stroke: 0.5pt + black) content((252.00pt, -5.00pt), anchor: "north", text(size: 8pt)[88]) line((266.00pt, 0pt), (266.00pt, -3.00pt), stroke: 0.5pt + black) content((266.00pt, -5.00pt), anchor: "north", text(size: 8pt)[89]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 70 to 90, in increments of 1. The curve begins at 70, has a peak value at 80, and ends at 90. Five vertical lines are drawn at 74, 77, 80, 83, and 86. The region from 74 to 83 is shaded in blue.", caption: none, ) #linebreak() Next, we'll break this region into two pieces at the mean: #linebreak() #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((56.00pt, 0pt), (140.00pt, 0pt)) line((140.00pt, 110.00pt), (136.35pt, 109.66pt)) line((136.35pt, 109.66pt), (132.70pt, 108.66pt)) line((132.70pt, 108.66pt), (129.04pt, 107.01pt)) line((129.04pt, 107.01pt), (125.39pt, 104.74pt)) line((125.39pt, 104.74pt), (121.74pt, 101.89pt)) line((121.74pt, 101.89pt), (118.09pt, 98.52pt)) line((118.09pt, 98.52pt), (114.43pt, 94.67pt)) line((114.43pt, 94.67pt), (110.78pt, 90.42pt)) line((110.78pt, 90.42pt), (107.13pt, 85.84pt)) line((107.13pt, 85.84pt), (103.48pt, 80.98pt)) line((103.48pt, 80.98pt), (99.83pt, 75.94pt)) line((99.83pt, 75.94pt), (96.17pt, 70.77pt)) line((96.17pt, 70.77pt), (92.52pt, 65.56pt)) line((92.52pt, 65.56pt), (88.87pt, 60.36pt)) line((88.87pt, 60.36pt), (85.22pt, 55.23pt)) line((85.22pt, 55.23pt), (81.57pt, 50.22pt)) line((81.57pt, 50.22pt), (77.91pt, 45.40pt)) line((77.91pt, 45.40pt), (74.26pt, 40.78pt)) line((74.26pt, 40.78pt), (70.61pt, 36.41pt)) line((70.61pt, 36.41pt), (66.96pt, 32.31pt)) line((66.96pt, 32.31pt), (63.30pt, 28.50pt)) line((63.30pt, 28.50pt), (59.65pt, 24.99pt)) line((59.65pt, 24.99pt), (56.00pt, 21.77pt)) }) merge-path(stroke: none, fill: rgb("#f0b3b5"), close: true, { line((140.00pt, 0pt), (182.00pt, 0pt)) line((182.00pt, 73.37pt), (178.18pt, 78.71pt)) line((178.18pt, 78.71pt), (174.36pt, 83.88pt)) line((174.36pt, 83.88pt), (170.55pt, 88.79pt)) line((170.55pt, 88.79pt), (166.73pt, 93.36pt)) line((166.73pt, 93.36pt), (162.91pt, 97.51pt)) line((162.91pt, 97.51pt), (159.09pt, 101.17pt)) line((159.09pt, 101.17pt), (155.27pt, 104.26pt)) line((155.27pt, 104.26pt), (151.45pt, 106.74pt)) line((151.45pt, 106.74pt), (147.64pt, 108.54pt)) line((147.64pt, 108.54pt), (143.82pt, 109.63pt)) line((143.82pt, 109.63pt), (140.00pt, 110.00pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.22pt), (3.54pt, 1.53pt)) line((3.54pt, 1.53pt), (7.09pt, 1.91pt)) line((7.09pt, 1.91pt), (10.63pt, 2.36pt)) line((10.63pt, 2.36pt), (14.18pt, 2.90pt)) line((14.18pt, 2.90pt), (17.72pt, 3.55pt)) line((17.72pt, 3.55pt), (21.27pt, 4.32pt)) line((21.27pt, 4.32pt), (24.81pt, 5.23pt)) line((24.81pt, 5.23pt), (28.35pt, 6.29pt)) line((28.35pt, 6.29pt), (31.90pt, 7.52pt)) line((31.90pt, 7.52pt), (35.44pt, 8.94pt)) line((35.44pt, 8.94pt), (38.99pt, 10.57pt)) line((38.99pt, 10.57pt), (42.53pt, 12.42pt)) line((42.53pt, 12.42pt), (46.08pt, 14.51pt)) line((46.08pt, 14.51pt), (49.62pt, 16.86pt)) line((49.62pt, 16.86pt), (53.16pt, 19.48pt)) line((53.16pt, 19.48pt), (56.71pt, 22.37pt)) line((56.71pt, 22.37pt), (60.25pt, 25.54pt)) line((60.25pt, 25.54pt), (63.80pt, 29.00pt)) line((63.80pt, 29.00pt), (67.34pt, 32.73pt)) line((67.34pt, 32.73pt), (70.89pt, 36.74pt)) line((70.89pt, 36.74pt), (74.43pt, 40.99pt)) line((74.43pt, 40.99pt), (77.97pt, 45.48pt)) line((77.97pt, 45.48pt), (81.52pt, 50.16pt)) line((81.52pt, 50.16pt), (85.06pt, 55.01pt)) line((85.06pt, 55.01pt), (88.61pt, 59.98pt)) line((88.61pt, 59.98pt), (92.15pt, 65.03pt)) line((92.15pt, 65.03pt), (95.70pt, 70.09pt)) line((95.70pt, 70.09pt), (99.24pt, 75.12pt)) line((99.24pt, 75.12pt), (102.78pt, 80.04pt)) line((102.78pt, 80.04pt), (106.33pt, 84.79pt)) line((106.33pt, 84.79pt), (109.87pt, 89.31pt)) line((109.87pt, 89.31pt), (113.42pt, 93.53pt)) line((113.42pt, 93.53pt), (116.96pt, 97.38pt)) line((116.96pt, 97.38pt), (120.51pt, 100.81pt)) line((120.51pt, 100.81pt), (124.05pt, 103.76pt)) line((124.05pt, 103.76pt), (127.59pt, 106.18pt)) line((127.59pt, 106.18pt), (131.14pt, 108.03pt)) line((131.14pt, 108.03pt), (134.68pt, 109.29pt)) line((134.68pt, 109.29pt), (138.23pt, 109.92pt)) line((138.23pt, 109.92pt), (141.77pt, 109.92pt)) line((141.77pt, 109.92pt), (145.32pt, 109.29pt)) line((145.32pt, 109.29pt), (148.86pt, 108.03pt)) line((148.86pt, 108.03pt), (152.41pt, 106.18pt)) line((152.41pt, 106.18pt), (155.95pt, 103.76pt)) line((155.95pt, 103.76pt), (159.49pt, 100.81pt)) line((159.49pt, 100.81pt), (163.04pt, 97.38pt)) line((163.04pt, 97.38pt), (166.58pt, 93.53pt)) line((166.58pt, 93.53pt), (170.13pt, 89.31pt)) line((170.13pt, 89.31pt), (173.67pt, 84.79pt)) line((173.67pt, 84.79pt), (177.22pt, 80.04pt)) line((177.22pt, 80.04pt), (180.76pt, 75.12pt)) line((180.76pt, 75.12pt), (184.30pt, 70.09pt)) line((184.30pt, 70.09pt), (187.85pt, 65.03pt)) line((187.85pt, 65.03pt), (191.39pt, 59.98pt)) line((191.39pt, 59.98pt), (194.94pt, 55.01pt)) line((194.94pt, 55.01pt), (198.48pt, 50.16pt)) line((198.48pt, 50.16pt), (202.03pt, 45.48pt)) line((202.03pt, 45.48pt), (205.57pt, 40.99pt)) line((205.57pt, 40.99pt), (209.11pt, 36.74pt)) line((209.11pt, 36.74pt), (212.66pt, 32.73pt)) line((212.66pt, 32.73pt), (216.20pt, 29.00pt)) line((216.20pt, 29.00pt), (219.75pt, 25.54pt)) line((219.75pt, 25.54pt), (223.29pt, 22.37pt)) line((223.29pt, 22.37pt), (226.84pt, 19.48pt)) line((226.84pt, 19.48pt), (230.38pt, 16.86pt)) line((230.38pt, 16.86pt), (233.92pt, 14.51pt)) line((233.92pt, 14.51pt), (237.47pt, 12.42pt)) line((237.47pt, 12.42pt), (241.01pt, 10.57pt)) line((241.01pt, 10.57pt), (244.56pt, 8.94pt)) line((244.56pt, 8.94pt), (248.10pt, 7.52pt)) line((248.10pt, 7.52pt), (251.65pt, 6.29pt)) line((251.65pt, 6.29pt), (255.19pt, 5.23pt)) line((255.19pt, 5.23pt), (258.73pt, 4.32pt)) line((258.73pt, 4.32pt), (262.28pt, 3.55pt)) line((262.28pt, 3.55pt), (265.82pt, 2.90pt)) line((265.82pt, 2.90pt), (269.37pt, 2.36pt)) line((269.37pt, 2.36pt), (272.91pt, 1.91pt)) line((272.91pt, 1.91pt), (276.46pt, 1.53pt)) line((276.46pt, 1.53pt), (280.00pt, 1.22pt)) }) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[70]) line((14.00pt, 0pt), (14.00pt, -3.00pt), stroke: 0.5pt + black) content((14.00pt, -5.00pt), anchor: "north", text(size: 8pt)[71]) line((28.00pt, 0pt), (28.00pt, -3.00pt), stroke: 0.5pt + black) content((28.00pt, -5.00pt), anchor: "north", text(size: 8pt)[72]) line((42.00pt, 0pt), (42.00pt, -3.00pt), stroke: 0.5pt + black) content((42.00pt, -5.00pt), anchor: "north", text(size: 8pt)[73]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[74]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[75]) line((84.00pt, 0pt), (84.00pt, -3.00pt), stroke: 0.5pt + black) content((84.00pt, -5.00pt), anchor: "north", text(size: 8pt)[76]) line((98.00pt, 0pt), (98.00pt, -3.00pt), stroke: 0.5pt + black) content((98.00pt, -5.00pt), anchor: "north", text(size: 8pt)[77]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[78]) line((126.00pt, 0pt), (126.00pt, -3.00pt), stroke: 0.5pt + black) content((126.00pt, -5.00pt), anchor: "north", text(size: 8pt)[79]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[80]) line((154.00pt, 0pt), (154.00pt, -3.00pt), stroke: 0.5pt + black) content((154.00pt, -5.00pt), anchor: "north", text(size: 8pt)[81]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[82]) line((182.00pt, 0pt), (182.00pt, -3.00pt), stroke: 0.5pt + black) content((182.00pt, -5.00pt), anchor: "north", text(size: 8pt)[83]) line((196.00pt, 0pt), (196.00pt, -3.00pt), stroke: 0.5pt + black) content((196.00pt, -5.00pt), anchor: "north", text(size: 8pt)[84]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[85]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[86]) line((238.00pt, 0pt), (238.00pt, -3.00pt), stroke: 0.5pt + black) content((238.00pt, -5.00pt), anchor: "north", text(size: 8pt)[87]) line((252.00pt, 0pt), (252.00pt, -3.00pt), stroke: 0.5pt + black) content((252.00pt, -5.00pt), anchor: "north", text(size: 8pt)[88]) line((266.00pt, 0pt), (266.00pt, -3.00pt), stroke: 0.5pt + black) content((266.00pt, -5.00pt), anchor: "north", text(size: 8pt)[89]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[90]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 70 to 90, in increments of 1. The curve begins at 70, has a peak value at 80, and ends at 90. The region from 74 to 80 is shaded in blue. The region from 80 to 83 is shaded in red.", caption: none, ) #linebreak() From , we know the blue (leftmost) region represents 47.5% of the data. And, using YOUR TURN 8.33, we get that the red (rightmost) region covers 34% of the data. Adding those together, the proportion we want is 81.5%. ] ] === Standardized Scores When we want to apply the 68-95-99.7 Rule, we must first figure out how many standard deviations above or below the mean our data fall. This calculation is common enough that it has its own name: the #strong[standardized score]. Values above the mean have positive standardized scores, while those below the mean have negative standardized scores. Since it's common to use the letter #math.equation(block: false, alt: "z")[$z$] to represent a standard score, this value is also often referred to as a #math.equation(block: false, alt: "z")[$bold(italic(z))$]#strong[-score]. So far, we’ve only really considered #math.equation(block: false, alt: "z")[$z$]-scores that are whole numbers, but in general they can be any number at all. For example, if we have data that are normally distributed with mean 80 and standard deviation 6, the value 85 is five units above the mean, which is less than one standard deviation. Dividing by the standard deviation, we get #math.equation(block: false, alt: "the fraction 5 over 6")[$frac(5, 6)$]. Since 85 is #math.equation(block: false, alt: "the fraction 5 over 6")[$frac(5, 6)$] of one standard deviation above the mean, we’d say that the standardized score for 85 is #math.equation(block: false, alt: "z equals the fraction 5 over 6")[$z = frac(5, 6)$] (which is positive, since #math.equation(block: false, alt: "85 greater than 80")[$85 > 80$]). This calculation describes the way we compute standardized scores. #notebox("Formula", rgb("#059669"), rgb("#007942"), rgb("#EAF3EC"))[ If #math.equation(block: false, alt: "x")[$x$] is a member of a normally distributed dataset with mean #math.equation(block: false, alt: "µ")[$µ$] and standard deviation #math.equation(block: false, alt: "σ")[$σ$], then the standardized score for #math.equation(block: false, alt: "x")[$x$] is #math.equation(block: true, alt: "z equals the fraction x minus µ over σ .")[$z = frac(x − µ, σ) .$] If you know a #math.equation(block: false, alt: "z")[$z$]-score but not the original data value #math.equation(block: false, alt: "x")[$x$], you can find it by solving the previous equation for #math.equation(block: false, alt: "x")[$x$]: #math.equation(block: true, alt: "x equals µ plus z times σ .")[$x = µ + z × σ .$] ] #notebox("Checkpoint", rgb("#059669"), rgb("#007942"), rgb("#EAF3EC"))[ The symbols #math.equation(block: false, alt: "μ")[$μ$] and #math.equation(block: false, alt: "σ")[$σ$] are the Greek letters #emph[mu] and #emph[sigma]. They are the analogues of the English letters #math.equation(block: false, alt: "m")[$m$] and #math.equation(block: false, alt: "s")[$s$], which stand for #emph[mean] and #emph[standard deviation]. If you convert every data value in a dataset into its #math.equation(block: false, alt: "z")[$z$]-score, the resulting set of data will have mean 0 and standard deviation 1. This is why we call these #emph[standardized scores]: the normal distribution with mean 0 and standard deviation 1 is often called the #emph[standard normal distribution]. ] #examplebox("Example 7")[Standardizing Data][ Suppose we have data that are normally distributed with mean 50 and standard deviation 6. Compute the standardized scores (rounded to three decimal places) for these data values: + 52 + 40 + 68 #solutionbox[ For each of these, we’ll plug the given values into the formula. Remember, the mean is #math.equation(block: false, alt: "μ equals 50")[$μ = 50$] and the standard deviation is #math.equation(block: false, alt: "σ equals 6")[$σ = 6$]: + #math.equation(block: false, alt: "z equals the fraction x minus µ over σ equals the fraction 52 minus 50 over 6 equals 0.333")[$z = frac(x − µ, σ) = frac(52 − 50, 6) = 0.333$] + #math.equation(block: false, alt: "z equals the fraction x minus µ over σ equals the fraction 40 minus 50 over 6 equals minus 1.667")[$z = frac(x − µ, σ) = frac(40 − 50, 6) = − 1.667$] + #math.equation(block: false, alt: "z equals the fraction x minus µ over σ equals the fraction 68 minus 50 over 6 equals 3")[$z = frac(x − µ, σ) = frac(68 − 50, 6) = 3$] ] ] #examplebox("Example 8")[Converting Standardized Scores to Original Values][ Suppose we have data that are normally distributed with mean 10 and standard deviation 2. Convert the following standardized scores into data values. + 1.4 + −0.9 + 3.5 #solutionbox[ We’ll use the formula previously introduced to convert #math.equation(block: false, alt: "z")[$z$]-scores into #math.equation(block: false, alt: "x")[$x$]-values. In this case, the mean is #math.equation(block: false, alt: "µ equals 10")[$µ = 10$] and the standard deviation is #math.equation(block: false, alt: "σ equals 2")[$σ = 2$]: + #math.equation(block: false, alt: "x equals µ plus z times σ equals 10 plus 1.4 times 2 equals 12.8")[$x = µ + z × σ = 10 + 1.4 × 2 = 12.8$] + #math.equation(block: false, alt: "x equals µ plus z times σ equals 10 plus open parenthesis minus 0.9 close parenthesis times 2 equals 8.2")[$x = µ + z × σ = 10 + ( − 0.9 ) × 2 = 8.2$] + #math.equation(block: false, alt: "x equals µ plus z times σ equals 10 plus 3.5 times 2 equals 17")[$x = µ + z × σ = 10 + 3.5 × 2 = 17$] ] ] === Using Google Sheets to Find Normal Percentiles The 68-95-99.7 Rule is great when we’re dealing with whole-number #math.equation(block: false, alt: "z")[$z$]-scores. However, if the #math.equation(block: false, alt: "z")[$z$]-score is not a whole number, the Rule isn’t going to help us. Luckily, we can use technology to help us out. We’ll talk here about the built-in functions in Google Sheets, but other tools work similarly. Let’s say we’re working with normally distributed data with mean 40 and standard deviation 7, and we want to know at what percentile a data value of 50 would fall. That corresponds to finding the proportion of the data that are less than 50. If we create our histogram and mark off whole-number multiples of the standard deviation like we did before, we’ll see why the 68-95-99.7 Rule isn’t going to help: #figure( stdfig([#cetz.canvas({ import cetz.draw: * merge-path(stroke: none, fill: rgb("#a3c4e8"), close: true, { line((0.00pt, 0pt), (210.00pt, 0pt)) line((210.00pt, 39.65pt), (206.44pt, 43.87pt)) line((206.44pt, 43.87pt), (202.88pt, 48.28pt)) line((202.88pt, 48.28pt), (199.32pt, 52.86pt)) line((199.32pt, 52.86pt), (195.76pt, 57.57pt)) line((195.76pt, 57.57pt), (192.20pt, 62.36pt)) line((192.20pt, 62.36pt), (188.64pt, 67.20pt)) line((188.64pt, 67.20pt), (185.08pt, 72.04pt)) line((185.08pt, 72.04pt), (181.53pt, 76.81pt)) line((181.53pt, 76.81pt), (177.97pt, 81.48pt)) line((177.97pt, 81.48pt), (174.41pt, 85.97pt)) line((174.41pt, 85.97pt), (170.85pt, 90.23pt)) line((170.85pt, 90.23pt), (167.29pt, 94.20pt)) line((167.29pt, 94.20pt), (163.73pt, 97.83pt)) line((163.73pt, 97.83pt), (160.17pt, 101.07pt)) line((160.17pt, 101.07pt), (156.61pt, 103.86pt)) line((156.61pt, 103.86pt), (153.05pt, 106.17pt)) line((153.05pt, 106.17pt), (149.49pt, 107.96pt)) line((149.49pt, 107.96pt), (145.93pt, 109.20pt)) line((145.93pt, 109.20pt), (142.37pt, 109.87pt)) line((142.37pt, 109.87pt), (138.81pt, 109.97pt)) line((138.81pt, 109.97pt), (135.25pt, 109.49pt)) line((135.25pt, 109.49pt), (131.69pt, 108.43pt)) line((131.69pt, 108.43pt), (128.14pt, 106.82pt)) line((128.14pt, 106.82pt), (124.58pt, 104.68pt)) line((124.58pt, 104.68pt), (121.02pt, 102.05pt)) line((121.02pt, 102.05pt), (117.46pt, 98.95pt)) line((117.46pt, 98.95pt), (113.90pt, 95.45pt)) line((113.90pt, 95.45pt), (110.34pt, 91.59pt)) line((110.34pt, 91.59pt), (106.78pt, 87.41pt)) line((106.78pt, 87.41pt), (103.22pt, 82.99pt)) line((103.22pt, 82.99pt), (99.66pt, 78.38pt)) line((99.66pt, 78.38pt), (96.10pt, 73.64pt)) line((96.10pt, 73.64pt), (92.54pt, 68.82pt)) line((92.54pt, 68.82pt), (88.98pt, 63.97pt)) line((88.98pt, 63.97pt), (85.42pt, 59.16pt)) line((85.42pt, 59.16pt), (81.86pt, 54.42pt)) line((81.86pt, 54.42pt), (78.31pt, 49.79pt)) line((78.31pt, 49.79pt), (74.75pt, 45.32pt)) line((74.75pt, 45.32pt), (71.19pt, 41.03pt)) line((71.19pt, 41.03pt), (67.63pt, 36.96pt)) line((67.63pt, 36.96pt), (64.07pt, 33.11pt)) line((64.07pt, 33.11pt), (60.51pt, 29.51pt)) line((60.51pt, 29.51pt), (56.95pt, 26.16pt)) line((56.95pt, 26.16pt), (53.39pt, 23.07pt)) line((53.39pt, 23.07pt), (49.83pt, 20.23pt)) line((49.83pt, 20.23pt), (46.27pt, 17.65pt)) line((46.27pt, 17.65pt), (42.71pt, 15.32pt)) line((42.71pt, 15.32pt), (39.15pt, 13.23pt)) line((39.15pt, 13.23pt), (35.59pt, 11.36pt)) line((35.59pt, 11.36pt), (32.03pt, 9.71pt)) line((32.03pt, 9.71pt), (28.47pt, 8.25pt)) line((28.47pt, 8.25pt), (24.92pt, 6.98pt)) line((24.92pt, 6.98pt), (21.36pt, 5.87pt)) line((21.36pt, 5.87pt), (17.80pt, 4.91pt)) line((17.80pt, 4.91pt), (14.24pt, 4.08pt)) line((14.24pt, 4.08pt), (10.68pt, 3.38pt)) line((10.68pt, 3.38pt), (7.12pt, 2.78pt)) line((7.12pt, 2.78pt), (3.56pt, 2.28pt)) line((3.56pt, 2.28pt), (0.00pt, 1.86pt)) }) merge-path(stroke: (paint: rgb("#107090"), thickness: 0.9pt), fill: none, { line((0.00pt, 1.86pt), (3.54pt, 2.28pt)) line((3.54pt, 2.28pt), (7.09pt, 2.78pt)) line((7.09pt, 2.78pt), (10.63pt, 3.37pt)) line((10.63pt, 3.37pt), (14.18pt, 4.07pt)) line((14.18pt, 4.07pt), (17.72pt, 4.89pt)) line((17.72pt, 4.89pt), (21.27pt, 5.84pt)) line((21.27pt, 5.84pt), (24.81pt, 6.94pt)) line((24.81pt, 6.94pt), (28.35pt, 8.20pt)) line((28.35pt, 8.20pt), (31.90pt, 9.65pt)) line((31.90pt, 9.65pt), (35.44pt, 11.29pt)) line((35.44pt, 11.29pt), (38.99pt, 13.14pt)) line((38.99pt, 13.14pt), (42.53pt, 15.21pt)) line((42.53pt, 15.21pt), (46.08pt, 17.52pt)) line((46.08pt, 17.52pt), (49.62pt, 20.07pt)) line((49.62pt, 20.07pt), (53.16pt, 22.88pt)) line((53.16pt, 22.88pt), (56.71pt, 25.94pt)) line((56.71pt, 25.94pt), (60.25pt, 29.26pt)) line((60.25pt, 29.26pt), (63.80pt, 32.83pt)) line((63.80pt, 32.83pt), (67.34pt, 36.64pt)) line((67.34pt, 36.64pt), (70.89pt, 40.68pt)) line((70.89pt, 40.68pt), (74.43pt, 44.93pt)) line((74.43pt, 44.93pt), (77.97pt, 49.37pt)) line((77.97pt, 49.37pt), (81.52pt, 53.96pt)) line((81.52pt, 53.96pt), (85.06pt, 58.67pt)) line((85.06pt, 58.67pt), (88.61pt, 63.46pt)) line((88.61pt, 63.46pt), (92.15pt, 68.29pt)) line((92.15pt, 68.29pt), (95.70pt, 73.09pt)) line((95.70pt, 73.09pt), (99.24pt, 77.83pt)) line((99.24pt, 77.83pt), (102.78pt, 82.44pt)) line((102.78pt, 82.44pt), (106.33pt, 86.87pt)) line((106.33pt, 86.87pt), (109.87pt, 91.06pt)) line((109.87pt, 91.06pt), (113.42pt, 94.95pt)) line((113.42pt, 94.95pt), (116.96pt, 98.49pt)) line((116.96pt, 98.49pt), (120.51pt, 101.63pt)) line((120.51pt, 101.63pt), (124.05pt, 104.32pt)) line((124.05pt, 104.32pt), (127.59pt, 106.53pt)) line((127.59pt, 106.53pt), (131.14pt, 108.22pt)) line((131.14pt, 108.22pt), (134.68pt, 109.35pt)) line((134.68pt, 109.35pt), (138.23pt, 109.93pt)) line((138.23pt, 109.93pt), (141.77pt, 109.93pt)) line((141.77pt, 109.93pt), (145.32pt, 109.35pt)) line((145.32pt, 109.35pt), (148.86pt, 108.22pt)) line((148.86pt, 108.22pt), (152.41pt, 106.53pt)) line((152.41pt, 106.53pt), (155.95pt, 104.32pt)) line((155.95pt, 104.32pt), (159.49pt, 101.63pt)) line((159.49pt, 101.63pt), (163.04pt, 98.49pt)) line((163.04pt, 98.49pt), (166.58pt, 94.95pt)) line((166.58pt, 94.95pt), (170.13pt, 91.06pt)) line((170.13pt, 91.06pt), (173.67pt, 86.87pt)) line((173.67pt, 86.87pt), (177.22pt, 82.44pt)) line((177.22pt, 82.44pt), (180.76pt, 77.83pt)) line((180.76pt, 77.83pt), (184.30pt, 73.09pt)) line((184.30pt, 73.09pt), (187.85pt, 68.29pt)) line((187.85pt, 68.29pt), (191.39pt, 63.46pt)) line((191.39pt, 63.46pt), (194.94pt, 58.67pt)) line((194.94pt, 58.67pt), (198.48pt, 53.96pt)) line((198.48pt, 53.96pt), (202.03pt, 49.37pt)) line((202.03pt, 49.37pt), (205.57pt, 44.93pt)) line((205.57pt, 44.93pt), (209.11pt, 40.68pt)) line((209.11pt, 40.68pt), (212.66pt, 36.64pt)) line((212.66pt, 36.64pt), (216.20pt, 32.83pt)) line((216.20pt, 32.83pt), (219.75pt, 29.26pt)) line((219.75pt, 29.26pt), (223.29pt, 25.94pt)) line((223.29pt, 25.94pt), (226.84pt, 22.88pt)) line((226.84pt, 22.88pt), (230.38pt, 20.07pt)) line((230.38pt, 20.07pt), (233.92pt, 17.52pt)) line((233.92pt, 17.52pt), (237.47pt, 15.21pt)) line((237.47pt, 15.21pt), (241.01pt, 13.14pt)) line((241.01pt, 13.14pt), (244.56pt, 11.29pt)) line((244.56pt, 11.29pt), (248.10pt, 9.65pt)) line((248.10pt, 9.65pt), (251.65pt, 8.20pt)) line((251.65pt, 8.20pt), (255.19pt, 6.94pt)) line((255.19pt, 6.94pt), (258.73pt, 5.84pt)) line((258.73pt, 5.84pt), (262.28pt, 4.89pt)) line((262.28pt, 4.89pt), (265.82pt, 4.07pt)) line((265.82pt, 4.07pt), (269.37pt, 3.37pt)) line((269.37pt, 3.37pt), (272.91pt, 2.78pt)) line((272.91pt, 2.78pt), (276.46pt, 2.28pt)) line((276.46pt, 2.28pt), (280.00pt, 1.86pt)) }) line((42.00pt, 0pt), (42.00pt, 14.89pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((91.00pt, 0pt), (91.00pt, 66.72pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((140.00pt, 0pt), (140.00pt, 110.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((189.00pt, 0pt), (189.00pt, 66.72pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((238.00pt, 0pt), (238.00pt, 14.89pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((0.00pt, 0pt), (280.00pt, 0pt), stroke: 0.7pt + black) line((0.00pt, 0pt), (0.00pt, -3.00pt), stroke: 0.5pt + black) content((0.00pt, -5.00pt), anchor: "north", text(size: 8pt)[20]) line((14.00pt, 0pt), (14.00pt, -3.00pt), stroke: 0.5pt + black) content((14.00pt, -5.00pt), anchor: "north", text(size: 8pt)[22]) line((28.00pt, 0pt), (28.00pt, -3.00pt), stroke: 0.5pt + black) content((28.00pt, -5.00pt), anchor: "north", text(size: 8pt)[24]) line((42.00pt, 0pt), (42.00pt, -3.00pt), stroke: 0.5pt + black) content((42.00pt, -5.00pt), anchor: "north", text(size: 8pt)[26]) line((56.00pt, 0pt), (56.00pt, -3.00pt), stroke: 0.5pt + black) content((56.00pt, -5.00pt), anchor: "north", text(size: 8pt)[28]) line((70.00pt, 0pt), (70.00pt, -3.00pt), stroke: 0.5pt + black) content((70.00pt, -5.00pt), anchor: "north", text(size: 8pt)[30]) line((84.00pt, 0pt), (84.00pt, -3.00pt), stroke: 0.5pt + black) content((84.00pt, -5.00pt), anchor: "north", text(size: 8pt)[32]) line((98.00pt, 0pt), (98.00pt, -3.00pt), stroke: 0.5pt + black) content((98.00pt, -5.00pt), anchor: "north", text(size: 8pt)[34]) line((112.00pt, 0pt), (112.00pt, -3.00pt), stroke: 0.5pt + black) content((112.00pt, -5.00pt), anchor: "north", text(size: 8pt)[36]) line((126.00pt, 0pt), (126.00pt, -3.00pt), stroke: 0.5pt + black) content((126.00pt, -5.00pt), anchor: "north", text(size: 8pt)[38]) line((140.00pt, 0pt), (140.00pt, -3.00pt), stroke: 0.5pt + black) content((140.00pt, -5.00pt), anchor: "north", text(size: 8pt)[40]) line((154.00pt, 0pt), (154.00pt, -3.00pt), stroke: 0.5pt + black) content((154.00pt, -5.00pt), anchor: "north", text(size: 8pt)[42]) line((168.00pt, 0pt), (168.00pt, -3.00pt), stroke: 0.5pt + black) content((168.00pt, -5.00pt), anchor: "north", text(size: 8pt)[44]) line((182.00pt, 0pt), (182.00pt, -3.00pt), stroke: 0.5pt + black) content((182.00pt, -5.00pt), anchor: "north", text(size: 8pt)[46]) line((196.00pt, 0pt), (196.00pt, -3.00pt), stroke: 0.5pt + black) content((196.00pt, -5.00pt), anchor: "north", text(size: 8pt)[48]) line((210.00pt, 0pt), (210.00pt, -3.00pt), stroke: 0.5pt + black) content((210.00pt, -5.00pt), anchor: "north", text(size: 8pt)[50]) line((224.00pt, 0pt), (224.00pt, -3.00pt), stroke: 0.5pt + black) content((224.00pt, -5.00pt), anchor: "north", text(size: 8pt)[52]) line((238.00pt, 0pt), (238.00pt, -3.00pt), stroke: 0.5pt + black) content((238.00pt, -5.00pt), anchor: "north", text(size: 8pt)[54]) line((252.00pt, 0pt), (252.00pt, -3.00pt), stroke: 0.5pt + black) content((252.00pt, -5.00pt), anchor: "north", text(size: 8pt)[56]) line((266.00pt, 0pt), (266.00pt, -3.00pt), stroke: 0.5pt + black) content((266.00pt, -5.00pt), anchor: "north", text(size: 8pt)[58]) line((280.00pt, 0pt), (280.00pt, -3.00pt), stroke: 0.5pt + black) content((280.00pt, -5.00pt), anchor: "north", text(size: 8pt)[60]) line((0.00pt, 0pt), (0.00pt, 110.00pt), stroke: 0.7pt + black) line((0.00pt, 0.00pt), (-3.00pt, 0.00pt), stroke: 0.5pt + black) content((-5.00pt, 0.00pt), anchor: "east", text(size: 8pt)[0]) line((0.00pt, 27.50pt), (-3.00pt, 27.50pt), stroke: 0.5pt + black) content((-5.00pt, 27.50pt), anchor: "east", text(size: 8pt)[0.25]) line((0.00pt, 55.00pt), (-3.00pt, 55.00pt), stroke: 0.5pt + black) content((-5.00pt, 55.00pt), anchor: "east", text(size: 8pt)[0.5]) line((0.00pt, 82.50pt), (-3.00pt, 82.50pt), stroke: 0.5pt + black) content((-5.00pt, 82.50pt), anchor: "east", text(size: 8pt)[0.75]) line((0.00pt, 110.00pt), (-3.00pt, 110.00pt), stroke: 0.5pt + black) content((-5.00pt, 110.00pt), anchor: "east", text(size: 8pt)[1]) content((91.00pt, -17.00pt), anchor: "north", text(size: 8pt)[33]) content((189.00pt, -17.00pt), anchor: "north", text(size: 8pt)[47]) })]), alt: "A normal distribution curve. The horizontal axis ranges from 20 to 60, in increments of 2. The curve begins before 20, has a peak value at 40, and ends after 60. Five vertical lines are drawn at 26, 33, 40, 47, and 54. The region to the left of 50 is shaded in blue.", caption: none, ) Since 50 doesn’t line up with one of our lines, the 68-95-99.7 Rule fails us. Looking back at and , the best we can say is that 50 is between the 84th and 99.5th percentiles, but that’s a pretty wide range. Google Sheets has a function that can help; it’s called NORM.DIST. Here’s how to use it: + Click in an empty cell in your worksheet. + Type “=NORM.DIST(“ + Inside the parentheses, we must enter a list of four things, separated by commas: the data value, the mean, the standard deviation, and the word “TRUE”. These have to be entered in this order! + Close the parentheses, and hit Enter. The result is then displayed in the cell; convert it to a percent to get the percentile. So, for our example, we should type “=NORM.DIST(50, 40, 7, TRUE)” into an empty cell, and hit Enter. The result is 0.9234362745; converting to a percent and rounding, we can conclude that 50 is at the 92nd percentile. Let’s walk through a few more examples. #examplebox("Example 9")[Using Google Sheets to Find Percentiles][ Suppose we have data that are normally distributed with mean 28 and standard deviation 4. At what percentile do each of the following data values fall? + 30 + 23 + 35 #solutionbox[ + By entering “=NORM.DIST(30, 28, 4, TRUE)” we find that 30 is at the 69th percentile. + By entering “=NORM.DIST(23, 28, 4, TRUE)” we find that 23 is at the 11th percentile. + By entering “=NORM.DIST(35, 28, 4, TRUE)” we find that 35 is at the 96th percentile. ] ] Google Sheets can also help us go the other direction: If we want to find the data value that corresponds to a given percentile, we can use the NORM.INV function. For example, if we have normally distributed data with mean 150 and standard deviation 25, we can find the data value at the 30th percentile as follows: + Click on an empty cell in your worksheet. + Type “=NORM.INV(“ + Inside the parentheses, we’ll enter a list of three numbers, separated by commas: the percentile in question expressed as a decimal, the mean, and the standard deviation. These must be entered in this order! + Close the parentheses and hit Enter. The desired data value will be in the cell! In our example, we want the 30th percentile; converting 30% to a decimal gives us 0.3. So, we’ll type “=NORM.INV(0.3, 150, 25)” to get 136.8899872; let’s round that off to 137. #examplebox("Example 10")[Using Google Sheets to Find the Data Value Corresponding to a Percentile][ Suppose we have data that are normally distributed with mean 47 and standard deviation 9. Find the data values (rounded to the nearest tenth) corresponding to these percentiles: + 75th (that’s the third quartile) + 12th + 90th #solutionbox[ + By entering “=NORM.INV(0.75, 47, 9)” we find that 53.1 is at the 75th percentile. + By entering “=NORM.INV(0.12, 47, 9)” we find that 36.4 is at the 12th percentile. + By entering “=NORM.INV(0.9, 47, 9)” we find that 58.5 is at the 90th percentile. ] ] - normal distribution - 68-95-99.7 Rule - standardized score (#math.equation(block: false, alt: "z")[$z$]-score) === Key Concepts - Normally distributed data follow a bell-shaped, symmetrical distribution. - The mean of normally distributed data falls at the peak of the distribution. The standard deviation of normally-distributed data is the distance from the peak to either of the inflection points. - Data that are normally distributed follow the 68-95-99.7 Rule, which says that approximately 68% of the data fall within one standard deviation of the mean, 95% fall within two standard deviations, and 99.7% fall within three standard deviations. - The #math.equation(block: false, alt: "z")[$z$]-score for a data value is the number of standard deviations that value falls above (or below, if the #math.equation(block: false, alt: "z")[$z$]-score is negative) the mean. - We can use the normal distribution to estimate percentiles. === Formulas If #math.equation(block: false, alt: "x")[$x$] is a member of a normally distributed dataset with mean #math.equation(block: false, alt: "µ")[$µ$] and standard deviation #math.equation(block: false, alt: "σ")[$σ$], then the standardized score for #math.equation(block: false, alt: "x")[$x$] is #math.equation(block: true, alt: "z equals the fraction x minus µ over σ .")[$z = frac(x − µ, σ) .$] If you know a #math.equation(block: false, alt: "z")[$z$]-score but not the original data value #math.equation(block: false, alt: "x")[$x$], you can find it by solving the previous equation for #math.equation(block: false, alt: "x")[$x$]: #math.equation(block: true, alt: "x equals µ plus z times σ .")[$x = µ + z × σ .$]