#set document(title: "2.4 Find Multiples and Factors", 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")) == 2.4#h(0.6em)Find Multiples and Factors #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Before you get started, take this readiness quiz. Which of the following numbers are counting numbers (natural numbers)? #linebreak() #math.equation(block: false, alt: "0 , 4 , 215")[$0 , 4 , 215$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: false, alt: "4")[$4$] and #math.equation(block: false, alt: "215")[$215$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the sum of #math.equation(block: false, alt: "3 , 5 ,")[$3 , 5 ,$] and #math.equation(block: false, alt: "7 .")[$7 .$] #linebreak() If you missed the problem, review . #solutionbox[ #math.equation(block: true, alt: "15")[$15$] ] ] === Identify Multiples of Numbers Annie is counting the shoes in her closet. The shoes are matched in pairs, so she doesn’t have to count each one. She counts by twos: #math.equation(block: false, alt: "2 , 4 , 6 , 8 , 10 , 12 .")[$2 , 4 , 6 , 8 , 10 , 12 .$] She has #math.equation(block: false, alt: "12")[$12$] shoes in her closet. The numbers #math.equation(block: false, alt: "2 , 4 , 6 , 8 , 10 , 12")[$2 , 4 , 6 , 8 , 10 , 12$] are called multiples of #math.equation(block: false, alt: "2 .")[$2 .$] Multiples of #math.equation(block: false, alt: "2")[$2$] can be written as the product of a counting number and #math.equation(block: false, alt: "2 .")[$2 .$] The first six multiples of #math.equation(block: false, alt: "2")[$2$] are given below. #math.equation(block: true, alt: "1 times 2 equals 2; 2 times 2 equals 4; 3 times 2 equals 6; 4 times 2 equals 8; 5 times 2 equals 10; 6 times 2 equals 12")[$1 ⋅ 2 = 2 \ 2 ⋅ 2 = 4 \ 3 ⋅ 2 = 6 \ 4 ⋅ 2 = 8 \ 5 ⋅ 2 = 10 \ 6 ⋅ 2 = 12$]A #strong[multiple of a number] is the product of the number and a counting number. So a multiple of #math.equation(block: false, alt: "3")[$3$] would be the product of a counting number and #math.equation(block: false, alt: "3 .")[$3 .$] Below are the first six multiples of #math.equation(block: false, alt: "3 .")[$3 .$] #math.equation(block: true, alt: "1 times 3 equals 3; 2 times 3 equals 6; 3 times 3 equals 9; 4 times 3 equals 12; 5 times 3 equals 15; 6 times 3 equals 18")[$1 ⋅ 3 = 3 \ 2 ⋅ 3 = 6 \ 3 ⋅ 3 = 9 \ 4 ⋅ 3 = 12 \ 5 ⋅ 3 = 15 \ 6 ⋅ 3 = 18$]We can find the multiples of any number by continuing this process. shows the multiples of #math.equation(block: false, alt: "2")[$2$] through #math.equation(block: false, alt: "9")[$9$] for the first twelve counting numbers. #figure(table( columns: 13, align: left, inset: 6pt, table.header([#strong[Counting Number]], [#math.equation(block: false, alt: "1")[$1$]], [#math.equation(block: false, alt: "2")[$2$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "4")[$4$]], [#math.equation(block: false, alt: "5")[$5$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "7")[$7$]], [#math.equation(block: false, alt: "8")[$8$]], [#math.equation(block: false, alt: "9")[$9$]], [#math.equation(block: false, alt: "10")[$10$]], [#math.equation(block: false, alt: "11")[$11$]], [#math.equation(block: false, alt: "12")[$12$]]), [#math.equation(block: false, alt: "Multiples of 2")[$"Multiples of" #h(0.2em) 2$]], [#math.equation(block: false, alt: "2")[$2$]], [#math.equation(block: false, alt: "4")[$4$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "8")[$8$]], [#math.equation(block: false, alt: "10")[$10$]], [#math.equation(block: false, alt: "12")[$12$]], [#math.equation(block: false, alt: "14")[$14$]], [#math.equation(block: false, alt: "16")[$16$]], [#math.equation(block: false, alt: "18")[$18$]], [#math.equation(block: false, alt: "20")[$20$]], [#math.equation(block: false, alt: "22")[$22$]], [#math.equation(block: false, alt: "24")[$24$]], [#math.equation(block: false, alt: "Multiples of 3")[$"Multiples of" #h(0.2em) 3$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "9")[$9$]], [#math.equation(block: false, alt: "12")[$12$]], [#math.equation(block: false, alt: "15")[$15$]], [#math.equation(block: false, alt: "18")[$18$]], [#math.equation(block: false, alt: "21")[$21$]], [#math.equation(block: false, alt: "24")[$24$]], [#math.equation(block: false, alt: "27")[$27$]], [#math.equation(block: false, alt: "30")[$30$]], [#math.equation(block: false, alt: "33")[$33$]], [#math.equation(block: false, alt: "36")[$36$]], [#math.equation(block: false, alt: "Multiples of 4")[$"Multiples of" #h(0.2em) 4$]], [#math.equation(block: false, alt: "4")[$4$]], [#math.equation(block: false, alt: "8")[$8$]], [#math.equation(block: false, alt: "12")[$12$]], [#math.equation(block: false, alt: "16")[$16$]], [#math.equation(block: false, alt: "20")[$20$]], [#math.equation(block: false, alt: "24")[$24$]], [#math.equation(block: false, alt: "28")[$28$]], [#math.equation(block: false, alt: "32")[$32$]], [#math.equation(block: false, alt: "36")[$36$]], [#math.equation(block: false, alt: "40")[$40$]], [#math.equation(block: false, alt: "44")[$44$]], [#math.equation(block: false, alt: "48")[$48$]], [#math.equation(block: false, alt: "Multiples of 5")[$"Multiples of" #h(0.2em) 5$]], [#math.equation(block: false, alt: "5")[$5$]], [#math.equation(block: false, alt: "10")[$10$]], [#math.equation(block: false, alt: "15")[$15$]], [#math.equation(block: false, alt: "20")[$20$]], [#math.equation(block: false, alt: "25")[$25$]], [#math.equation(block: false, alt: "30")[$30$]], [#math.equation(block: false, alt: "35")[$35$]], [#math.equation(block: false, alt: "40")[$40$]], [#math.equation(block: false, alt: "45")[$45$]], [#math.equation(block: false, alt: "50")[$50$]], [#math.equation(block: false, alt: "55")[$55$]], [#math.equation(block: false, alt: "60")[$60$]], [#math.equation(block: false, alt: "Multiples of 6")[$"Multiples of" #h(0.2em) 6$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "12")[$12$]], [#math.equation(block: false, alt: "18")[$18$]], [#math.equation(block: false, alt: "24")[$24$]], [#math.equation(block: false, alt: "30")[$30$]], [#math.equation(block: false, alt: "36")[$36$]], [#math.equation(block: false, alt: "42")[$42$]], [#math.equation(block: false, alt: "48")[$48$]], [#math.equation(block: false, alt: "54")[$54$]], [#math.equation(block: false, alt: "60")[$60$]], [#math.equation(block: false, alt: "66")[$66$]], [#math.equation(block: false, alt: "72")[$72$]], [#math.equation(block: false, alt: "Multiples of 7")[$"Multiples of" #h(0.2em) 7$]], [#math.equation(block: false, alt: "7")[$7$]], [#math.equation(block: false, alt: "14")[$14$]], [#math.equation(block: false, alt: "21")[$21$]], [#math.equation(block: false, alt: "28")[$28$]], [#math.equation(block: false, alt: "35")[$35$]], [#math.equation(block: false, alt: "42")[$42$]], [#math.equation(block: false, alt: "49")[$49$]], [#math.equation(block: false, alt: "56")[$56$]], [#math.equation(block: false, alt: "63")[$63$]], [#math.equation(block: false, alt: "70")[$70$]], [#math.equation(block: false, alt: "77")[$77$]], [#math.equation(block: false, alt: "84")[$84$]], [#math.equation(block: false, alt: "Multiples of 8")[$"Multiples of" #h(0.2em) 8$]], [#math.equation(block: false, alt: "8")[$8$]], [#math.equation(block: false, alt: "16")[$16$]], [#math.equation(block: false, alt: "24")[$24$]], [#math.equation(block: false, alt: "32")[$32$]], [#math.equation(block: false, alt: "40")[$40$]], [#math.equation(block: false, alt: "48")[$48$]], [#math.equation(block: false, alt: "56")[$56$]], [#math.equation(block: false, alt: "64")[$64$]], [#math.equation(block: false, alt: "72")[$72$]], [#math.equation(block: false, alt: "80")[$80$]], [#math.equation(block: false, alt: "88")[$88$]], [#math.equation(block: false, alt: "96")[$96$]], [#math.equation(block: false, alt: "Multiples of 9")[$"Multiples of" #h(0.2em) 9$]], [#math.equation(block: false, alt: "9")[$9$]], [#math.equation(block: false, alt: "18")[$18$]], [#math.equation(block: false, alt: "27")[$27$]], [#math.equation(block: false, alt: "36")[$36$]], [#math.equation(block: false, alt: "45")[$45$]], [#math.equation(block: false, alt: "54")[$54$]], [#math.equation(block: false, alt: "63")[$63$]], [#math.equation(block: false, alt: "72")[$72$]], [#math.equation(block: false, alt: "81")[$81$]], [#math.equation(block: false, alt: "90")[$90$]], [#math.equation(block: false, alt: "99")[$99$]], [#math.equation(block: false, alt: "108")[$108$]], )) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Multiple of a Number] A number is a #strong[multiple] of #math.equation(block: false, alt: "n")[$n$] if it is the product of a counting number and #math.equation(block: false, alt: "n .")[$n .$] ] Recognizing the patterns for multiples of #math.equation(block: false, alt: "2 , 5 , 10 , and 3")[$2 , 5 , 10 , "and" #h(0.2em) 3$] will be helpful to you as you continue in this course. shows the counting numbers from #math.equation(block: false, alt: "1")[$1$] to #math.equation(block: false, alt: "50 .")[$50 .$] Multiples of #math.equation(block: false, alt: "2")[$2$] are highlighted. Do you notice a pattern? #figure(figph[The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 2 are highlighted in blue.], alt: "The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 2 are highlighted in blue.", caption: [Multiples of #math.equation(block: false, alt: "2")[$2$] between #math.equation(block: false, alt: "1")[$1$] and #math.equation(block: false, alt: "50")[$50$]]) The last digit of each highlighted number in is either #math.equation(block: false, alt: "0 , 2 , 4 , 6 , or 8 .")[$0 , 2 , 4 , 6 , "or" #h(0.2em) 8 .$] This is true for the product of #math.equation(block: false, alt: "2")[$2$] and any counting number. So, to tell if any number is a multiple of #math.equation(block: false, alt: "2")[$2$] look at the last digit. If it is #math.equation(block: false, alt: "0 , 2 , 4 , 6 , or 8 ,")[$0 , 2 , 4 , 6 , #h(0.2em) "or" #h(0.2em) 8 ,$] then the number is a multiple of #math.equation(block: false, alt: "2 .")[$2 .$] #examplebox("Example 1")[][ Determine whether each of the following is a multiple of #math.equation(block: false, alt: "2 :")[$2 ":"$] + ⓐ #math.equation(block: false, alt: "489")[$#h(0.2em) 489 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "3,714")[$#h(0.2em) 3,714$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([ⓐ], []), [Is 489 a multiple of 2?], [], [Is the last digit 0, 2, 4, 6, or 8?], [No.], [], [489 is not a multiple of 2.], )) #figure(table( columns: 2, align: left, inset: 6pt, table.header([ⓑ], []), [Is 3,714 a multiple of 2?], [], [Is the last digit 0, 2, 4, 6, or 8?], [Yes.], [], [3,714 is a multiple of 2.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "2 :")[$2 ":"$] + ⓐ #math.equation(block: false, alt: "678")[$#h(0.2em) 678 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "21,493")[$#h(0.2em) 21,493$] #solutionbox[ + ⓐ yes + ⓑ no ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "2 :")[$2 ":"$] + ⓐ #math.equation(block: false, alt: "979")[$#h(0.2em) 979 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "17,780")[$#h(0.2em) 17,780$] #solutionbox[ + ⓐ no + ⓑ yes ] ] Now let’s look at multiples of #math.equation(block: false, alt: "5 .")[$5 .$] highlights all of the multiples of #math.equation(block: false, alt: "5")[$5$] between #math.equation(block: false, alt: "1")[$1$] and #math.equation(block: false, alt: "50 .")[$50 .$] What do you notice about the multiples of #math.equation(block: false, alt: "5 ?")[$5 ?$] #figure(figph[The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 5 are highlighted in blue.], alt: "The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 5 are highlighted in blue.", caption: [Multiples of #math.equation(block: false, alt: "5")[$5$] between #math.equation(block: false, alt: "1")[$1$] and #math.equation(block: false, alt: "50")[$50$]]) All multiples of #math.equation(block: false, alt: "5")[$5$] end with either #math.equation(block: false, alt: "5")[$5$] or #math.equation(block: false, alt: "0 .")[$0 .$] Just like we identify multiples of #math.equation(block: false, alt: "2")[$2$] by looking at the last digit, we can identify multiples of #math.equation(block: false, alt: "5")[$5$] by looking at the last digit. #examplebox("Example 2")[][ Determine whether each of the following is a multiple of #math.equation(block: false, alt: "5 :")[$5 ":" #h(0.2em)$] + ⓐ #math.equation(block: false, alt: "579")[$#h(0.2em) 579 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "880")[$#h(0.2em) 880$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([ⓐ], []), [Is 579 a multiple of 5?], [], [Is the last digit 5 or 0?], [No.], [], [579 is not a multiple of 5.], )) #figure(table( columns: 2, align: left, inset: 6pt, table.header([ⓑ], []), [Is 880 a multiple of 5?], [], [Is the last digit 5 or 0?], [Yes.], [], [880 is a multiple of 5.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "5 .")[$5 .$] + ⓐ #math.equation(block: false, alt: "675")[$#h(0.2em) 675 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "1,578")[$#h(0.2em) 1,578$] #solutionbox[ + ⓐ yes + ⓑ no ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "5 .")[$5 .$] + ⓐ #math.equation(block: false, alt: "421")[$#h(0.2em) 421 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "2,690")[$#h(0.2em) 2,690$] #solutionbox[ + ⓐ no + ⓑ yes ] ] highlights the multiples of #math.equation(block: false, alt: "10")[$10$] between #math.equation(block: false, alt: "1")[$1$] and #math.equation(block: false, alt: "50 .")[$50 .$] All multiples of #math.equation(block: false, alt: "10")[$10$] all end with a zero. #figure(figph[The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 10 are highlighted in blue.], alt: "The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 10 are highlighted in blue.", caption: [Multiples of #math.equation(block: false, alt: "10")[$10$] between #math.equation(block: false, alt: "1")[$1$] and #math.equation(block: false, alt: "50")[$50$]]) #examplebox("Example 3")[][ Determine whether each of the following is a multiple of #math.equation(block: false, alt: "10 :")[$10 ":" #h(0.2em)$] + ⓐ #math.equation(block: false, alt: "425")[$#h(0.2em) 425 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "350")[$#h(0.2em) 350$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([ⓐ], []), [Is 425 a multiple of 10?], [], [Is the last digit zero?], [No.], [], [425 is not a multiple of 10.], )) #figure(table( columns: 2, align: left, inset: 6pt, table.header([ⓑ], []), [Is 350 a multiple of 10?], [], [Is the last digit zero?], [Yes.], [], [350 is a multiple of 10.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "10 :")[$10 ":"$] + ⓐ #math.equation(block: false, alt: "179")[$#h(0.2em) 179 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "3,540")[$#h(0.2em) 3,540$] #solutionbox[ + ⓐ no + ⓑ yes ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "10 :")[$10 ":"$] + ⓐ #math.equation(block: false, alt: "110")[$#h(0.2em) 110 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "7,595")[$#h(0.2em) 7,595$] #solutionbox[ + ⓐ yes + ⓑ no ] ] highlights multiples of #math.equation(block: false, alt: "3 .")[$3 .$] The pattern for multiples of #math.equation(block: false, alt: "3")[$3$] is not as obvious as the patterns for multiples of #math.equation(block: false, alt: "2 , 5 , and 10 .")[$2 , 5 , "and" #h(0.2em) 10 .$] #figure(figph[The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 3 are highlighted in blue.], alt: "The image shows a chart with five rows and ten columns. The first row lists the numbers from 1 to 10. The second row lists the numbers from 11 to 20. The third row lists the numbers from 21 to 30. The fourth row lists the numbers from 31 and 40. The fifth row lists the numbers from 41 to 50. All factors of 3 are highlighted in blue.", caption: [Multiples of #math.equation(block: false, alt: "3")[$3$] between #math.equation(block: false, alt: "1")[$1$] and #math.equation(block: false, alt: "50")[$50$]]) Unlike the other patterns we’ve examined so far, this pattern does not involve the last digit. The pattern for multiples of #math.equation(block: false, alt: "3")[$3$] is based on the sum of the digits. If the sum of the digits of a number is a multiple of #math.equation(block: false, alt: "3 ,")[$3 ,$] then the number itself is a multiple of #math.equation(block: false, alt: "3 .")[$3 .$] #figure(table( columns: 9, align: left, inset: 6pt, table.header([#math.equation(block: false, alt: "Multiple of 3")[$"Multiple of 3"$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "9")[$9$]], [#math.equation(block: false, alt: "12")[$12$]], [#math.equation(block: false, alt: "15")[$15$]], [#math.equation(block: false, alt: "18")[$18$]], [#math.equation(block: false, alt: "21")[$21$]], [#math.equation(block: false, alt: "24")[$24$]]), [#math.equation(block: false, alt: "Sum of digits")[$"Sum of digits"$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "9")[$9$]], [#math.equation(block: false, alt: "1 plus 2; 3")[$1 + 2 \ 3$]], [#math.equation(block: false, alt: "1 plus 5; 6")[$1 + 5 \ 6$]], [#math.equation(block: false, alt: "1 plus 8; 9")[$1 + 8 \ 9$]], [#math.equation(block: false, alt: "2 plus 1; 3")[$2 + 1 \ 3$]], [#math.equation(block: false, alt: "2 plus 4; 6")[$2 + 4 \ 6$]], )) Consider the number #math.equation(block: false, alt: "42 .")[$42 .$] The digits are #math.equation(block: false, alt: "4")[$4$] and #math.equation(block: false, alt: "2 ,")[$2 ,$] and their sum is #math.equation(block: false, alt: "4 plus 2 equals 6 .")[$4 + 2 = 6 .$] Since #math.equation(block: false, alt: "6")[$6$] is a multiple of #math.equation(block: false, alt: "3 ,")[$3 ,$] we know that #math.equation(block: false, alt: "42")[$42$] is also a multiple of #math.equation(block: false, alt: "3 .")[$3 .$] #examplebox("Example 4")[][ Determine whether each of the given numbers is a multiple of #math.equation(block: false, alt: "3 :")[$3 ":" #h(0.2em)$] + ⓐ #math.equation(block: false, alt: "645")[$#h(0.2em) 645 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "10,519")[$#h(0.2em) 10,519$] #solutionbox[ ⓐ Is #math.equation(block: false, alt: "645")[$645$] a multiple of #math.equation(block: false, alt: "3 ?")[$3 ?$] #figure(table( columns: 2, align: left, inset: 6pt, table.header([Find the sum of the digits.], [#math.equation(block: false, alt: "6 plus 4 plus 5 equals 15")[$6 + 4 + 5 = 15$]]), [Is 15 a multiple of 3?], [Yes.], [If we're not sure, we could add its digits to find out. We can check it by dividing 645 by 3.], [#math.equation(block: false, alt: "645 divided by 3")[$645 ÷ 3$]], [The quotient is 215.], [#math.equation(block: false, alt: "3 times 215 equals 645")[$3 ⋅ 215 = 645$]], )) ⓑ Is #math.equation(block: false, alt: "10,519")[$10,519$] a multiple of #math.equation(block: false, alt: "3 ?")[$3 ?$] #figure(table( columns: 2, align: left, inset: 6pt, table.header([Find the sum of the digits.], [#math.equation(block: false, alt: "1 plus 0 plus 5 plus 1 plus 9 equals 16")[$1 + 0 + 5 + 1 + 9 = 16$]]), [Is 16 a multiple of 3?], [No.], [So 10,519 is not a multiple of 3 either..], [#math.equation(block: false, alt: "645 divided by 3")[$645 ÷ 3$]], [We can check this by dividing by 10,519 by 3.], [#math.equation(block: false, alt: "3,506 R 1; 3 10,519")[$3,506 "R" 1 \ 3 ") " overline(10","519) #h(1em)$]], )) When we divide #math.equation(block: false, alt: "10,519")[$10,519$] by #math.equation(block: false, alt: "3 ,")[$3 ,$] we do not get a counting number, so #math.equation(block: false, alt: "10,519")[$10,519$] is not the product of a counting number and #math.equation(block: false, alt: "3 .")[$3 .$] It is not a multiple of #math.equation(block: false, alt: "3 .")[$3 .$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "3 :")[$3 ":"$] + ⓐ #math.equation(block: false, alt: "954")[$#h(0.2em) 954 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "3,742")[$#h(0.2em) 3,742$] #solutionbox[ + ⓐ yes + ⓑ no ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether each number is a multiple of #math.equation(block: false, alt: "3 :")[$3 ":"$] + ⓐ #math.equation(block: false, alt: "643")[$#h(0.2em) 643 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "8,379")[$#h(0.2em) 8,379$] #solutionbox[ + ⓐ no + ⓑ yes ] ] Look back at the charts where you highlighted the multiples of #math.equation(block: false, alt: "2 ,")[$2 ,$] of #math.equation(block: false, alt: "5 ,")[$5 ,$] and of #math.equation(block: false, alt: "10 .")[$10 .$] Notice that the multiples of #math.equation(block: false, alt: "10")[$10$] are the numbers that are multiples of both #math.equation(block: false, alt: "2")[$2$] and #math.equation(block: false, alt: "5 .")[$5 .$] That is because #math.equation(block: false, alt: "10 equals 2 times 5 .")[$10 = 2 ⋅ 5 .$] Likewise, since #math.equation(block: false, alt: "6 equals 2 times 3 ,")[$6 = 2 ⋅ 3 ,$] the multiples of #math.equation(block: false, alt: "6")[$6$] are the numbers that are multiples of both #math.equation(block: false, alt: "2")[$2$] and #math.equation(block: false, alt: "3 .")[$3 .$] === Use Common Divisibility Tests Another way to say that #math.equation(block: false, alt: "375")[$375$] is a multiple of #math.equation(block: false, alt: "5")[$5$] is to say that #math.equation(block: false, alt: "375")[$375$] is divisible by #math.equation(block: false, alt: "5 .")[$5 .$] In fact, #math.equation(block: false, alt: "375 divided by 5")[$375 ÷ 5$] is #math.equation(block: false, alt: "75 ,")[$75 ,$] so #math.equation(block: false, alt: "375")[$375$] is #math.equation(block: false, alt: "5 times 75 .")[$5 ⋅ 75 .$] Notice in that #math.equation(block: false, alt: "10,519")[$10,519$] is not a multiple #math.equation(block: false, alt: "3 .")[$3 .$] When we divided #math.equation(block: false, alt: "10,519")[$10,519$] by #math.equation(block: false, alt: "3")[$3$] we did not get a counting number, so #math.equation(block: false, alt: "10,519")[$10,519$] is not divisible by #math.equation(block: false, alt: "3 .")[$3 .$] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Divisibility] If a number #math.equation(block: false, alt: "m")[$m$] is a multiple of #math.equation(block: false, alt: "n ,")[$n ,$] then we say that #math.equation(block: false, alt: "m")[$m$] is divisible by #math.equation(block: false, alt: "n .")[$n .$] ] Since multiplication and division are inverse operations, the patterns of multiples that we found can be used as divisibility tests. summarizes #strong[divisibility tests] for some of the counting numbers between one and ten. #figure(table( columns: 2, align: left, inset: 6pt, [#strong[Divisibility Tests]], [], [#strong[A number is divisible by]], [], [#math.equation(block: false, alt: "2")[$2$]], [if the last digit is #math.equation(block: false, alt: "0 , 2 , 4 , 6 , or 8")[$0 , #h(0.2em) 2 , #h(0.2em) 4 , #h(0.2em) 6 , #h(0.2em) "or" #h(0.2em) 8$]], [#math.equation(block: false, alt: "3")[$3$]], [if the sum of the digits is divisible by #math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "5")[$5$]], [if the last digit is #math.equation(block: false, alt: "5")[$5$] or #math.equation(block: false, alt: "0")[$0$]], [#math.equation(block: false, alt: "6")[$6$]], [if divisible by both #math.equation(block: false, alt: "2")[$2$] and #math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "10")[$10$]], [if the last digit is #math.equation(block: false, alt: "0")[$0$]], )) #examplebox("Example 5")[][ Determine whether #math.equation(block: false, alt: "1,290")[$1,290$] is divisible by #math.equation(block: false, alt: "2 , 3 , 5 , and 10 .")[$2 , 3 , 5 , "and" #h(0.2em) 10 .$] #solutionbox[ applies the divisibility tests to #math.equation(block: false, alt: "1,290 .")[$1,290 .$] In the far right column, we check the results of the divisibility tests by seeing if the quotient is a whole number. #figure(table( columns: 4, align: left, inset: 6pt, table.header([#strong[Divisible by…?]], [#strong[Test]], [#strong[Divisible?]], [#strong[Check]]), [#math.equation(block: false, alt: "2")[$2$]], [Is last digit #math.equation(block: false, alt: "0 , 2 , 4 , 6 , or 8 ?")[$0 , #h(0.2em) 2 , #h(0.2em) 4 , #h(0.2em) 6 , #h(0.2em) "or" #h(0.2em) 8 ?$] #emph[Yes.]], [yes], [#math.equation(block: false, alt: "1290 divided by 2 equals 645")[$1290 ÷ 2 = 645$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "Is sum of digits divisible by 3 ?")[$"Is sum of digits divisible by" #h(0.2em) 3 ?$] #linebreak() #math.equation(block: false, alt: "1 plus 2 plus 9 plus 0 equals 12")[$1 + 2 + 9 + 0 = 12$] #emph[Yes.]], [yes], [#math.equation(block: false, alt: "1290 divided by 3 equals 430")[$1290 ÷ 3 = 430$]], [#math.equation(block: false, alt: "5")[$5$]], [Is last digit #math.equation(block: false, alt: "5")[$5$] or #math.equation(block: false, alt: "0 ?")[$0 ?$] #emph[Yes.]], [yes], [#math.equation(block: false, alt: "1290 divided by 5 equals 258")[$1290 ÷ 5 = 258$]], [#math.equation(block: false, alt: "10")[$10$]], [Is last digit #math.equation(block: false, alt: "0 ?")[$0 ?$] #emph[Yes.]], [yes], [#math.equation(block: false, alt: "1290 divided by 10 equals 129")[$1290 ÷ 10 = 129$]], )) Thus, #math.equation(block: false, alt: "1,290")[$1,290$] is divisible by #math.equation(block: false, alt: "2 , 3 , 5 , and 10 .")[$2 , 3 , 5 , "and" #h(0.2em) 10 .$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether the given number is divisible by #math.equation(block: false, alt: "2 , 3 , 5 , and 10 .")[$2 , 3 , 5 , "and" #h(0.2em) 10 .$] #math.equation(block: true, alt: "6240")[$6240$] #solutionbox[ Divisible by 2, 3, 5, and 10 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether the given number is divisible by #math.equation(block: false, alt: "2 , 3 , 5 , and 10 .")[$2 , 3 , 5 , "and" #h(0.2em) 10 .$] #math.equation(block: true, alt: "7248")[$7248$] #solutionbox[ Divisible by 2 and 3, not 5 or 10. ] ] #examplebox("Example 6")[][ Determine whether #math.equation(block: false, alt: "5,625")[$5,625$] is divisible by #math.equation(block: false, alt: "2 , 3 , 5 , and 10 .")[$2 , 3 , 5 , "and" #h(0.2em) 10 .$] #solutionbox[ applies the divisibility tests to #math.equation(block: false, alt: "5,625")[$5,625$] and tests the results by finding the quotients. #figure(table( columns: 4, align: left, inset: 6pt, table.header([#strong[Divisible by…?]], [#strong[Test]], [#strong[Divisible?]], [#strong[Check]]), [#math.equation(block: false, alt: "2")[$2$]], [Is last digit #math.equation(block: false, alt: "0 , 2 , 4 , 6 , or 8 ?")[$0 , #h(0.2em) 2 , #h(0.2em) 4 , #h(0.2em) 6 , #h(0.2em) "or" #h(0.2em) 8 ?$] #emph[No.]], [no], [#math.equation(block: false, alt: "5625 divided by 2 equals 2812.5")[$5625 ÷ 2 = 2812.5$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "Is sum of digits divisible by 3 ?")[$"Is sum of digits divisible by" #h(0.2em) 3 ?$] #linebreak() #math.equation(block: false, alt: "5 plus 6 plus 2 plus 5 equals 18")[$5 + 6 + 2 + 5 = 18$] #emph[Yes.]], [yes], [#math.equation(block: false, alt: "5625 divided by 3 equals 1875")[$5625 ÷ 3 = 1875$]], [#math.equation(block: false, alt: "5")[$5$]], [Is last digit is #math.equation(block: false, alt: "5")[$5$] or #math.equation(block: false, alt: "0 ?")[$0 ?$] #emph[Yes.]], [yes], [#math.equation(block: false, alt: "5625 divided by 5 equals 1125")[$5625 ÷ 5 = 1125$]], [#math.equation(block: false, alt: "10")[$10$]], [Is last digit #math.equation(block: false, alt: "0 ?")[$0 ?$] #emph[No.]], [no], [#math.equation(block: false, alt: "5625 divided by 10 equals 562.5")[$5625 ÷ 10 = 562.5$]], )) Thus, #math.equation(block: false, alt: "5,625")[$5,625$] is divisible by #math.equation(block: false, alt: "3")[$3$] and #math.equation(block: false, alt: "5 ,")[$5 ,$] but not #math.equation(block: false, alt: "2 ,")[$2 ,$] or #math.equation(block: false, alt: "10 .")[$10 .$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether the given number is divisible #math.equation(block: false, alt: "by 2 , 3 , 5 , and 10 .")[$"by" #h(0.2em) 2 , 3 , 5 , "and" #h(0.2em) 10 .$] #math.equation(block: true, alt: "4962")[$4962$] #solutionbox[ Divisible by 2 and 3, not 5 or 10. ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Determine whether the given number is divisible #math.equation(block: false, alt: "by 2 , 3 , 5 , and 10 .")[$"by" #h(0.2em) 2 , 3 , 5 , "and" #h(0.2em) 10 .$] #math.equation(block: true, alt: "3765")[$3765$] #solutionbox[ Divisible by 3 and 5. ] ] === Find All the Factors of a Number There are often several ways to talk about the same idea. So far, we’ve seen that if #math.equation(block: false, alt: "m")[$m$] is a multiple of #math.equation(block: false, alt: "n ,")[$n ,$] we can say that #math.equation(block: false, alt: "m")[$m$] is #strong[divisible] by #math.equation(block: false, alt: "n .")[$n .$] We know that #math.equation(block: false, alt: "72")[$72$] is the product of #math.equation(block: false, alt: "8")[$8$] and #math.equation(block: false, alt: "9 ,")[$9 ,$] so we can say #math.equation(block: false, alt: "72")[$72$] is a multiple of #math.equation(block: false, alt: "8")[$8$] and #math.equation(block: false, alt: "72")[$72$] is a multiple of #math.equation(block: false, alt: "9 .")[$9 .$] We can also say #math.equation(block: false, alt: "72")[$72$] is divisible by #math.equation(block: false, alt: "8")[$8$] and by #math.equation(block: false, alt: "9 .")[$9 .$] Another way to talk about this is to say that #math.equation(block: false, alt: "8")[$8$] and #math.equation(block: false, alt: "9")[$9$] are factors of #math.equation(block: false, alt: "72 .")[$72 .$] When we write #math.equation(block: false, alt: "72 equals 8 times 9")[$72 = 8 ⋅ 9$] we can say that we have factored #math.equation(block: false, alt: "72 .")[$72 .$] #figure(figph[The image shows the equation 8 times 9 equals 72. The 8 and 9 are labeled as factors and the 72 is labeled product.], alt: "The image shows the equation 8 times 9 equals 72. The 8 and 9 are labeled as factors and the 72 is labeled product.", caption: none) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Factors] In the expression #math.equation(block: false, alt: "a times b")[$a ⋅ b$], both #emph[a] and #emph[b] are called #emph[factors]. If #math.equation(block: false, alt: "a times b equals m ,")[$a ⋅ b = m ,$] and both #emph[a] and #emph[b] are integers, then #math.equation(block: false, alt: "a and b")[$a #h(0.2em) "and" #h(0.2em) b$] are factors of #math.equation(block: false, alt: "m ,")[$m ,$] and #math.equation(block: false, alt: "m")[$m$] is the product of #math.equation(block: false, alt: "a and b .")[$a #h(0.2em) "and" #h(0.2em) b .$] ] In algebra, it can be useful to determine all of the factors of a number. This is called factoring a number, and it can help us solve many kinds of problems. For example, suppose a choreographer is planning a dance for a ballet recital. There are #math.equation(block: false, alt: "24")[$24$] dancers, and for a certain scene, the choreographer wants to arrange the dancers in groups of equal sizes on stage. In how many ways can the dancers be put into groups of equal size? Answering this question is the same as identifying the factors of #math.equation(block: false, alt: "24 .")[$24 .$] summarizes the different ways that the choreographer can arrange the dancers. #figure(table( columns: 3, align: left, inset: 6pt, table.header([#strong[Number of Groups]], [#strong[Dancers per Group]], [#strong[Total Dancers]]), [#math.equation(block: false, alt: "1")[$1$]], [#math.equation(block: false, alt: "24")[$24$]], [#math.equation(block: false, alt: "1 times 24 equals 24")[$1 ⋅ 24 = 24$]], [#math.equation(block: false, alt: "2")[$2$]], [#math.equation(block: false, alt: "12")[$12$]], [#math.equation(block: false, alt: "2 times 12 equals 24")[$2 ⋅ 12 = 24$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "8")[$8$]], [#math.equation(block: false, alt: "3 times 8 equals 24")[$3 ⋅ 8 = 24$]], [#math.equation(block: false, alt: "4")[$4$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "4 times 6 equals 24")[$4 ⋅ 6 = 24$]], [#math.equation(block: false, alt: "6")[$6$]], [#math.equation(block: false, alt: "4")[$4$]], [#math.equation(block: false, alt: "6 times 4 equals 24")[$6 ⋅ 4 = 24$]], [#math.equation(block: false, alt: "8")[$8$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "8 times 3 equals 24")[$8 ⋅ 3 = 24$]], [#math.equation(block: false, alt: "12")[$12$]], [#math.equation(block: false, alt: "2")[$2$]], [#math.equation(block: false, alt: "12 times 2 equals 24")[$12 ⋅ 2 = 24$]], [#math.equation(block: false, alt: "24")[$24$]], [#math.equation(block: false, alt: "1")[$1$]], [#math.equation(block: false, alt: "24 times 1 equals 24")[$24 ⋅ 1 = 24$]], )) What patterns do you see in ? Did you notice that the number of groups times the number of dancers per group is always #math.equation(block: false, alt: "24 ?")[$24 ?$] This makes sense, since there are always #math.equation(block: false, alt: "24")[$24$] dancers. You may notice another pattern if you look carefully at the first two columns. These two columns contain the exact same set of numbers—but in reverse order. They are mirrors of one another, and in fact, both columns list all of the factors of #math.equation(block: false, alt: "24 ,")[$24 ,$] which are: #math.equation(block: true, alt: "1 , 2 , 3 , 4 , 6 , 8 , 12 , 24")[$1 , 2 , 3 , 4 , 6 , 8 , 12 , 24$]We can find all the factors of any counting number by systematically dividing the number by each counting number, starting with #math.equation(block: false, alt: "1 .")[$1 .$] If the #strong[quotient] is also a counting number, then the divisor and the quotient are factors of the number. We can stop when the quotient becomes smaller than the divisor. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Find all the factors of a counting number.] + Divide the number by each of the counting numbers, in order, until the quotient is smaller than the divisor. - If the quotient is a counting number, the divisor and quotient are a pair of factors. - If the quotient is not a counting number, the divisor is not a factor. + List all the factor pairs. + Write all the #strong[factors] in order from smallest to largest. ] #examplebox("Example 7")[][ Find all the factors of #math.equation(block: false, alt: "72 .")[$72 .$] #solutionbox[ Divide #math.equation(block: false, alt: "72")[$72$] by each of the counting numbers starting with #math.equation(block: false, alt: "1 .")[$1 .$] If the quotient is a whole number, the divisor and quotient are a pair of factors. #linebreak() #figure(figph[The figure shows a table with ten rows and four columns. The first row is a header row and labels the rows “Dividend”, “Divisor”, “Quotient”, and “Factors”. Under the “Dividend” column all rows show the number 72. In the second row the “Divisor” column is 1, the “Quotient” column is 72 and the “Factors” column is 1 and 72. In the third row the “Divisor” column is 2, the “Quotient” column is 36 and the “Factors” column is 2 and 36. In the fourth row the “Divisor” column is 3, the “Quotient” column is 24 and the “Factors” column is 3 and 24. In the fifth row the “Divisor” column is 4, the “Quotient” column is 18 and the “Factors” column is 4 and 18. In the sixth row the “Divisor” column is 5, the “Quotient” column is 14.4 and the “Factors” column is blank. In the seventh row the “Divisor” column is 6, the “Quotient” column is 12 and the “Factors” column is 6 and 12. In the eighth row the “Divisor” column is 7, the “Quotient” column is about 10.29 and the “Factors” column is blank. In the ninth row the “Divisor” column is 8, the “Quotient” column is 9 and the “Factors” column is 8 and 9. In the tenth row the “Divisor” column is 9, the “Quotient” column is 8 and the “Factors” column is 9 and 8.], alt: "The figure shows a table with ten rows and four columns. The first row is a header row and labels the rows “Dividend”, “Divisor”, “Quotient”, and “Factors”. Under the “Dividend” column all rows show the number 72. In the second row the “Divisor” column is 1, the “Quotient” column is 72 and the “Factors” column is 1 and 72. In the third row the “Divisor” column is 2, the “Quotient” column is 36 and the “Factors” column is 2 and 36. In the fourth row the “Divisor” column is 3, the “Quotient” column is 24 and the “Factors” column is 3 and 24. In the fifth row the “Divisor” column is 4, the “Quotient” column is 18 and the “Factors” column is 4 and 18. In the sixth row the “Divisor” column is 5, the “Quotient” column is 14.4 and the “Factors” column is blank. In the seventh row the “Divisor” column is 6, the “Quotient” column is 12 and the “Factors” column is 6 and 12. In the eighth row the “Divisor” column is 7, the “Quotient” column is about 10.29 and the “Factors” column is blank. In the ninth row the “Divisor” column is 8, the “Quotient” column is 9 and the “Factors” column is 8 and 9. In the tenth row the “Divisor” column is 9, the “Quotient” column is 8 and the “Factors” column is 9 and 8.", caption: none) The next line would have a divisor of #math.equation(block: false, alt: "9")[$9$] and a quotient of #math.equation(block: false, alt: "8 .")[$8 .$] The quotient would be smaller than the divisor, so we stop. If we continued, we would end up only listing the same factors again in reverse order. Listing all the factors from smallest to greatest, we have #math.equation(block: true, alt: "1 , 2 , 3 , 4 , 6 , 8 , 9 , 12 , 18 , 24 , 36 , and 72")[$1 , 2 , 3 , 4 , 6 , 8 , 9 , 12 , 18 , 24 , 36 , "and" #h(0.2em) 72$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find all the factors of the given number: #math.equation(block: true, alt: "96")[$96$] #solutionbox[ 1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48, 96 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find all the factors of the given number: #math.equation(block: true, alt: "80")[$80$] #solutionbox[ 1, 2, 4, 5, 8, 10, 16, 20, 40, 80 ] ] === Identify Prime and Composite Numbers Some numbers, like #math.equation(block: false, alt: "72 ,")[$72 ,$] have many factors. Other numbers, such as #math.equation(block: false, alt: "7 ,")[$7 ,$] have only two factors: #math.equation(block: false, alt: "1")[$1$] and the number. A number with only two factors is called a #strong[prime number]. A number with more than two factors is called a #strong[composite number]. The number #math.equation(block: false, alt: "1")[$1$] is neither prime nor composite. It has only one factor, itself. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Prime Numbers and Composite Numbers] A prime number is a counting number greater than #math.equation(block: false, alt: "1")[$1$] whose only factors are #math.equation(block: false, alt: "1")[$1$] and itself. A composite number is a counting number that is not prime. ] lists the counting numbers from #math.equation(block: false, alt: "2")[$2$] through #math.equation(block: false, alt: "20")[$20$] along with their factors. The highlighted numbers are prime, since each has only two factors. #figure(figph[This figure shows a table with twenty rows and three columns. The first row is a header row. It labels the columns as “Number”, “Factor” and “Prime or composite?” The second row lists the number 2, in red, under the “Number” column, the numbers 1 and 2 under the “Factors” column and the word prime under the “Prime or Composite?” column. The third row lists the number 3, in red, under the “Number” column, the numbers 1 and 3 under the “Factors” column and the word prime under the “Prime or Composite?” column. The fourth row lists the number 4 under the “Number” column, the numbers 1, 2 and 4 under the “Factors” column and the word composite under the “Prime or Composite?” column. The fifth row lists the number 5, in red, under the “Number” column, the numbers 1 and 5 under the “Factors” column and the word prime under the “Prime or Composite?” column. The sixth row lists the number 6 under the “Number” column, the numbers 1, 2, 3 and 6 under the “Factors” column and the word composite under the “Prime or Composite?” column. The seventh row lists the number 7, in red, under the “Number” column, the numbers 1 and 7 under the “Factors” column and the word prime under the “Prime or Composite?” column. The eighth row lists the number 8 under the “Number” column, the numbers 1, 2, 4 and 8 under the “Factors” column and the word composite under the “Prime or Composite?” column. The ninth row lists the number 9 under the “Number” column, the numbers 1, 3 and 9 under the “Factors” column and the word composite under the “Prime or Composite?” column. The tenth row lists the number 10 under the “Number” column, the numbers 1, 2, 5 and 10 under the “Factors” column and the word composite under the “Prime or Composite?” column. The eleventh row lists the number 11, in red, under the “Number” column, the numbers 1 and 11 under the “Factors” column and the word prime under the “Prime or Composite?” column. The twelfth row lists the number 12 under the “Number” column, the numbers 1, 2, 3, 4, 6 and 12 under the “Factors” column and the word composite under the “Prime or Composite?” column. The thirteenth row lists the number 13, in red, under the “Number” column, the numbers 1 and 13 under the “Factors” column and the word prime under the “Prime or Composite?” column. The fourteenth row lists the number 14 under the “Number” column, the numbers 1, 2, 7 and 14 under the “Factors” column and the word composite under the “Prime or Composite?” column. The fifteenth row lists the number 15 under the “Number” column, the numbers 1, 2, 3, 5 and 15 under the “Factors” column and the word composite under the “Prime or Composite?” column. The sixteenth row lists the number 16 under the “Number” column, the numbers 1, 2, 4, 8 and 16 under the “Factors” column and the word composite under the “Prime or Composite?” column. The seventeenth row lists the number 17, in red, under the “Number” column, the numbers 1 and 17 under the “Factors” column and the word prime under the “Prime or Composite?” column. The eighteenth row lists the number 18 under the “Number” column, the numbers 1, 2, 3, 6, 9 and 18 under the “Factors” column and the word composite under the “Prime or Composite?” column. The nineteenth row lists the number 19, in red, under the “Number” column, the numbers 1 and 19 under the “Factors” column and the word prime under the “Prime or Composite?” column. The twentieth row lists the number 20 under the “Number” column, the numbers 1, 2, 4, 5, 10 and 20 under the “Factors” column and the word composite under the “Prime or Composite?” column.], alt: "This figure shows a table with twenty rows and three columns. The first row is a header row. It labels the columns as “Number”, “Factor” and “Prime or composite?” The second row lists the number 2, in red, under the “Number” column, the numbers 1 and 2 under the “Factors” column and the word prime under the “Prime or Composite?” column. The third row lists the number 3, in red, under the “Number” column, the numbers 1 and 3 under the “Factors” column and the word prime under the “Prime or Composite?” column. The fourth row lists the number 4 under the “Number” column, the numbers 1, 2 and 4 under the “Factors” column and the word composite under the “Prime or Composite?” column. The fifth row lists the number 5, in red, under the “Number” column, the numbers 1 and 5 under the “Factors” column and the word prime under the “Prime or Composite?” column. The sixth row lists the number 6 under the “Number” column, the numbers 1, 2, 3 and 6 under the “Factors” column and the word composite under the “Prime or Composite?” column. The seventh row lists the number 7, in red, under the “Number” column, the numbers 1 and 7 under the “Factors” column and the word prime under the “Prime or Composite?” column. The eighth row lists the number 8 under the “Number” column, the numbers 1, 2, 4 and 8 under the “Factors” column and the word composite under the “Prime or Composite?” column. The ninth row lists the number 9 under the “Number” column, the numbers 1, 3 and 9 under the “Factors” column and the word composite under the “Prime or Composite?” column. The tenth row lists the number 10 under the “Number” column, the numbers 1, 2, 5 and 10 under the “Factors” column and the word composite under the “Prime or Composite?” column. The eleventh row lists the number 11, in red, under the “Number” column, the numbers 1 and 11 under the “Factors” column and the word prime under the “Prime or Composite?” column. The twelfth row lists the number 12 under the “Number” column, the numbers 1, 2, 3, 4, 6 and 12 under the “Factors” column and the word composite under the “Prime or Composite?” column. The thirteenth row lists the number 13, in red, under the “Number” column, the numbers 1 and 13 under the “Factors” column and the word prime under the “Prime or Composite?” column. The fourteenth row lists the number 14 under the “Number” column, the numbers 1, 2, 7 and 14 under the “Factors” column and the word composite under the “Prime or Composite?” column. The fifteenth row lists the number 15 under the “Number” column, the numbers 1, 2, 3, 5 and 15 under the “Factors” column and the word composite under the “Prime or Composite?” column. The sixteenth row lists the number 16 under the “Number” column, the numbers 1, 2, 4, 8 and 16 under the “Factors” column and the word composite under the “Prime or Composite?” column. The seventeenth row lists the number 17, in red, under the “Number” column, the numbers 1 and 17 under the “Factors” column and the word prime under the “Prime or Composite?” column. The eighteenth row lists the number 18 under the “Number” column, the numbers 1, 2, 3, 6, 9 and 18 under the “Factors” column and the word composite under the “Prime or Composite?” column. The nineteenth row lists the number 19, in red, under the “Number” column, the numbers 1 and 19 under the “Factors” column and the word prime under the “Prime or Composite?” column. The twentieth row lists the number 20 under the “Number” column, the numbers 1, 2, 4, 5, 10 and 20 under the “Factors” column and the word composite under the “Prime or Composite?” column.", caption: [Factors of the counting numbers from #math.equation(block: false, alt: "2")[$2$] through #math.equation(block: false, alt: "20 ,")[$20 ,$] with prime numbers highlighted]) The prime numbers less than #math.equation(block: false, alt: "20")[$20$] are #math.equation(block: false, alt: "2 , 3 , 5 , 7 , 11 , 13 , 17 , and 19 .")[$2 , 3 , 5 , 7 , 11 , 13 , 17 , "and" #h(0.2em) 19 .$] There are many larger prime numbers too. In order to determine whether a number is prime or composite, we need to see if the number has any factors other than #math.equation(block: false, alt: "1")[$1$] and itself. To do this, we can test each of the smaller prime numbers in order to see if it is a factor of the number. If none of the prime numbers are factors, then that number is also prime. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Determine if a number is prime.] + Test each of the primes, in order, to see if it is a factor of the number. + Start with #math.equation(block: false, alt: "2")[$2$] and stop when the quotient is smaller than the divisor or when a prime factor is found. + If the number has a #strong[prime factor], then it is a #strong[composite number]. If it has no prime factors, then the number is prime. ] #examplebox("Example 8")[][ Identify each number as prime or composite: + ⓐ #math.equation(block: false, alt: "83")[$#h(0.2em) 83 #h(0.2em)$] + ⓑ #math.equation(block: false, alt: "77")[$#h(0.2em) 77$] #solutionbox[ ⓐ Test each prime, in order, to see if it is a factor of #math.equation(block: false, alt: "83")[$83$], starting with #math.equation(block: false, alt: "2 ,")[$2 ,$] as shown. We will stop when the quotient is smaller than the divisor. #figure(table( columns: 3, align: left, inset: 6pt, table.header([#strong[Prime]], [#strong[Test]], [#strong[Factor of] #math.equation(block: false, alt: "83 ?")[$83 ?$]]), [#math.equation(block: false, alt: "2")[$2$]], [Last digit of #math.equation(block: false, alt: "83")[$83$] is not #math.equation(block: false, alt: "0 , 2 , 4 , 6 , or 8 .")[$0 , 2 , 4 , 6 , "or" #h(0.2em) 8 .$]], [No.], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "8 plus 3 equals 11 ,")[$8 + 3 = 11 ,$] and #math.equation(block: false, alt: "11")[$11$] is not divisible by #math.equation(block: false, alt: "3 .")[$3 .$]], [No.], [#math.equation(block: false, alt: "5")[$5$]], [The last digit of #math.equation(block: false, alt: "83")[$83$] is not #math.equation(block: false, alt: "5")[$5$] or #math.equation(block: false, alt: "0 .")[$0 .$]], [No.], [#math.equation(block: false, alt: "7")[$7$]], [#math.equation(block: false, alt: "83 divided by 7 equals 11.857 ….")[$83 ÷ 7 = 11.857 "…."$]], [No.], [#math.equation(block: false, alt: "11")[$11$]], [#math.equation(block: false, alt: "83 divided by 11 equals 7.545 …")[$83 ÷ 11 = 7.545 "…"$]], [No.], )) We can stop when we get to #math.equation(block: false, alt: "11")[$11$] because the quotient #math.equation(block: false, alt: "(7.545…)")[$"(7.545…)"$] is less than the divisor. We did not find any prime numbers that are factors of #math.equation(block: false, alt: "83 ,")[$83 ,$] so we know #math.equation(block: false, alt: "83")[$83$] is prime. ⓑ Test each prime, in order, to see if it is a factor of #math.equation(block: false, alt: "77 .")[$77 .$] #figure(table( columns: 3, align: left, inset: 6pt, table.header([#strong[Prime]], [#strong[Test]], [#strong[Factor of #math.equation(block: false, alt: "77 ?")[$77 ?$]]]), [#math.equation(block: false, alt: "2")[$2$]], [Last digit is not #math.equation(block: false, alt: "0 , 2 , 4 , 6 , or 8 .")[$0 , 2 , 4 , 6 , "or" #h(0.2em) 8 .$]], [No.], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "7 plus 7 equals 14 ,")[$7 + 7 = 14 ,$] and #math.equation(block: false, alt: "14")[$14$] is not divisible by #math.equation(block: false, alt: "3 .")[$3 .$]], [No.], [#math.equation(block: false, alt: "5")[$5$]], [the last digit is not #math.equation(block: false, alt: "5")[$5$] or #math.equation(block: false, alt: "0 .")[$0 .$]], [No.], [#math.equation(block: false, alt: "7")[$7$]], [#math.equation(block: false, alt: "77 divided by 7 equals 11")[$77 ÷ 7 = 11$]], [Yes.], )) Since #math.equation(block: false, alt: "77")[$77$] is divisible by #math.equation(block: false, alt: "7 ,")[$7 ,$] we know it is not a prime number. It is composite. ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Identify the number as prime or composite: #math.equation(block: true, alt: "91")[$91$] #solutionbox[ composite ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Identify the number as prime or composite: #math.equation(block: true, alt: "137")[$137$] #solutionbox[ prime ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[ACCESS ADDITIONAL ONLINE RESOURCES] - #link("https://openstaxcollege.org/l/24Divisrules")[Divisibility Rules] - #link("https://openstaxcollege.org/l/24Factors")[Factors] - #link("https://openstaxcollege.org/l/24Factors1")[Ex 1: Determine Factors of a Number] - #link("https://openstaxcollege.org/l/24Factors2")[Ex 2: Determine Factors of a Number] - #link("https://openstaxcollege.org/l/24Factors3")[Ex 3: Determine Factors of a Number] ] === Key Concepts #figure(table( columns: 2, align: left, inset: 6pt, [Divisibility Tests], [], [#emph[A number is divisible by]], [], [#emph[2]], [if the last digit is #emph[0, 2, 4, 6,] or #emph[8]], [#emph[3]], [if the sum of the digits is divisible by #emph[3]], [#emph[4]], [if the last two digits are a number divisible by #emph[4]], [#emph[5]], [if the last digit is #emph[5] or #emph[0]], [#emph[6]], [if divisible by both #emph[2] and #emph[3]], [#emph[10]], [if the last digit is #emph[0]], )) - #emph[Factors] If #math.equation(block: false, alt: "a times b equals m")[$a ⋅ b = m$], then #math.equation(block: false, alt: "a")[$a$] and #math.equation(block: false, alt: "b")[$b$] are factors of #math.equation(block: false, alt: "m")[$m$], and #math.equation(block: false, alt: "m")[$m$] is the product of #math.equation(block: false, alt: "a")[$a$] and #math.equation(block: false, alt: "b")[$b$]. - #emph[Find all the factors of a counting number.] + Divide the number by each of the counting numbers, in order, until the quotient is smaller than the divisor. + If the quotient is a counting number, the divisor and quotient are a pair of factors. + If the quotient is not a counting number, the divisor is not a factor. + List all the factor pairs. + Write all the factors in order from smallest to largest. - #emph[Determine if a number is prime.] + Test each of the primes, in order, to see if it is a factor of the number. + Start with 2 and stop when the quotient is smaller than the divisor or when a prime factor is found. + If the number has a prime factor, then it is a composite number. If it has no prime factors, then the number is prime. ==== Practice Makes Perfect #strong[Identify Multiples of Numbers] In the following exercises, list all the multiples less than #math.equation(block: false, alt: "50")[$50$] for the given number. #math.equation(block: true, alt: "2")[$2$] #solutionbox[ 2, 4, 6, 8, 10 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 ] #math.equation(block: true, alt: "3")[$3$] #math.equation(block: true, alt: "4")[$4$] #solutionbox[ 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48 ] #math.equation(block: true, alt: "5")[$5$] #math.equation(block: true, alt: "6")[$6$] #solutionbox[ 6, 12, 18, 24, 30, 36, 42, 48 ] #math.equation(block: true, alt: "7")[$7$] #math.equation(block: true, alt: "8")[$8$] #solutionbox[ 8, 16, 24, 32, 40, 48 ] #math.equation(block: true, alt: "9")[$9$] #math.equation(block: true, alt: "10")[$10$] #solutionbox[ 10, 20, 30, 40 ] #math.equation(block: true, alt: "12")[$12$] #strong[Use Common Divisibility Tests] In the following exercises, use the divisibility tests to determine whether each number is divisible by #math.equation(block: false, alt: "2 , 3 , 4 , 5 , 6 , and 10 .")[$2 , 3 , 4 , 5 , 6 , "and" #h(0.2em) 10 .$] #math.equation(block: true, alt: "84")[$84$] #solutionbox[ Divisible by 2, 3, 4, 6 ] #math.equation(block: true, alt: "96")[$96$] #math.equation(block: true, alt: "75")[$75$] #solutionbox[ Divisible by 3, 5 ] #math.equation(block: true, alt: "78")[$78$] #math.equation(block: true, alt: "168")[$168$] #solutionbox[ Divisible by 2, 3, 4, 6 ] #math.equation(block: true, alt: "264")[$264$] #math.equation(block: true, alt: "900")[$900$] #solutionbox[ Divisible by 2, 3, 4, 5, 6, 10 ] #math.equation(block: true, alt: "800")[$800$] #math.equation(block: true, alt: "896")[$896$] #solutionbox[ Divisible by 2, 4 ] #math.equation(block: true, alt: "942")[$942$] #math.equation(block: true, alt: "375")[$375$] #solutionbox[ Divisible by 3, 5 ] #math.equation(block: true, alt: "750")[$750$] #math.equation(block: true, alt: "350")[$350$] #solutionbox[ Divisible by 2, 5, 10 ] #math.equation(block: true, alt: "550")[$550$] #math.equation(block: true, alt: "1430")[$1430$] #solutionbox[ Divisible by 2, 5, 10 ] #math.equation(block: true, alt: "1080")[$1080$] #math.equation(block: true, alt: "22,335")[$22,335$] #solutionbox[ Divisible by 3, 5 ] #math.equation(block: true, alt: "39,075")[$39,075$] #strong[Find All the Factors of a Number] In the following exercises, find all the factors of the given number. #math.equation(block: true, alt: "36")[$36$] #solutionbox[ 1, 2, 3, 4, 6, 9, 12, 18, 36 ] #math.equation(block: true, alt: "42")[$42$] #math.equation(block: true, alt: "60")[$60$] #solutionbox[ 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60 ] #math.equation(block: true, alt: "48")[$48$] #math.equation(block: true, alt: "144")[$144$] #solutionbox[ 1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24, 36, 48, 72,144 ] #math.equation(block: true, alt: "200")[$200$] #math.equation(block: true, alt: "588")[$588$] #solutionbox[ 1, 2, 3, 4, 6, 7, 12, 14, 21, 28, 42, 49, 84, 98, 147, 196, 294, 588 ] #math.equation(block: true, alt: "576")[$576$] #strong[Identify Prime and Composite Numbers] In the following exercises, determine if the given number is prime or composite. #math.equation(block: true, alt: "43")[$43$] #solutionbox[ prime ] #math.equation(block: true, alt: "67")[$67$] #math.equation(block: true, alt: "39")[$39$] #solutionbox[ composite ] #math.equation(block: true, alt: "53")[$53$] #math.equation(block: true, alt: "71")[$71$] #solutionbox[ prime ] #math.equation(block: true, alt: "119")[$119$] #math.equation(block: true, alt: "481")[$481$] #solutionbox[ composite ] #math.equation(block: true, alt: "221")[$221$] #math.equation(block: true, alt: "209")[$209$] #solutionbox[ composite ] #math.equation(block: true, alt: "359")[$359$] #math.equation(block: true, alt: "667")[$667$] #solutionbox[ composite ] #math.equation(block: true, alt: "1771")[$1771$] ==== Everyday Math #strong[Banking] Frank’s grandmother gave him #math.equation(block: false, alt: "$100")[$"$100"$] at his high school graduation. Instead of spending it, Frank opened a bank account. Every week, he added #math.equation(block: false, alt: "$15")[$"$15"$] to the account. The table shows how much money Frank had put in the account by the end of each week. Complete the table by filling in the blanks. #figure(table( columns: 3, align: left, inset: 6pt, table.header([#strong[Weeks after graduation]], [#strong[Total number of dollars Frank put in the account]], [#strong[Simplified Total]]), [#math.equation(block: false, alt: "0")[$0$]], [#math.equation(block: false, alt: "100")[$100$]], [#math.equation(block: false, alt: "100")[$100$]], [#math.equation(block: false, alt: "1")[$1$]], [#math.equation(block: false, alt: "100 plus 15")[$100 + 15$]], [#math.equation(block: false, alt: "115")[$115$]], [#math.equation(block: false, alt: "2")[$2$]], [#math.equation(block: false, alt: "100 plus 15 times 2")[$100 + 15 ⋅ 2$]], [#math.equation(block: false, alt: "130")[$130$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "100 plus 15 times 3")[$100 + 15 ⋅ 3$]], [], [#math.equation(block: false, alt: "4")[$4$]], [#math.equation(block: false, alt: "100 plus 15 times [ ]")[$100 + 15 ⋅ [ #h(0.2em) ]$]], [], [#math.equation(block: false, alt: "5")[$5$]], [#math.equation(block: false, alt: "100 plus [ ]")[$100 + [ #h(0.2em) ]$]], [], [#math.equation(block: false, alt: "6")[$6$]], [], [], [#math.equation(block: false, alt: "20")[$20$]], [], [], [#math.equation(block: false, alt: "x")[$x$]], [], [], )) #solutionbox[ #figure(figph[This table has nine rows and three columns. The first row is a header row that labels each column. The first column is labeled “Weeks after opening the account”, the second is labeled “Total number of dollars Gina put in the account”, and the last is labeled “Simplified Total”. Under the “Weeks after opening the account” column are the values: 0, 1, 2, 3, 4, 5, 6, 20, and the letter x. Under the “Total number of dollars Gina put in the account” column are the expressions: 75; 75 plus 20; 75 plus 20 times 2; 75 plus 20 times 3; 75 plus 20 times empty set of brackets; 75 plus empty set of brackets; the last three rows are blank. Under the “Simplified Total” column are the values: 75, 95, 115, the last six rows are blank.], alt: "This table has nine rows and three columns. The first row is a header row that labels each column. The first column is labeled “Weeks after opening the account”, the second is labeled “Total number of dollars Gina put in the account”, and the last is labeled “Simplified Total”. Under the “Weeks after opening the account” column are the values: 0, 1, 2, 3, 4, 5, 6, 20, and the letter x. Under the “Total number of dollars Gina put in the account” column are the expressions: 75; 75 plus 20; 75 plus 20 times 2; 75 plus 20 times 3; 75 plus 20 times empty set of brackets; 75 plus empty set of brackets; the last three rows are blank. Under the “Simplified Total” column are the values: 75, 95, 115, the last six rows are blank.", caption: none) ] #strong[Banking] In March, Gina opened a Christmas club savings account at her bank. She deposited #math.equation(block: false, alt: "$75")[$"$75"$] to open the account. Every week, she added #math.equation(block: false, alt: "$20")[$"$20"$] to the account. The table shows how much money Gina had put in the account by the end of each week. Complete the table by filling in the blanks. #figure(table( columns: 3, align: left, inset: 6pt, table.header([#strong[Weeks after opening the account]], [#strong[Total number of dollars Gina put in the account]], [#strong[Simplified Total]]), [#math.equation(block: false, alt: "0")[$0$]], [#math.equation(block: false, alt: "75")[$75$]], [#math.equation(block: false, alt: "75")[$75$]], [#math.equation(block: false, alt: "1")[$1$]], [#math.equation(block: false, alt: "75 plus 20")[$75 + 20$]], [#math.equation(block: false, alt: "95")[$95$]], [#math.equation(block: false, alt: "2")[$2$]], [#math.equation(block: false, alt: "75 plus 20 times 2")[$75 + 20 ⋅ 2$]], [#math.equation(block: false, alt: "115")[$115$]], [#math.equation(block: false, alt: "3")[$3$]], [#math.equation(block: false, alt: "75 plus 20 times 3")[$75 + 20 ⋅ 3$]], [], [#math.equation(block: false, alt: "4")[$4$]], [#math.equation(block: false, alt: "75 plus 20 times [ ]")[$75 + 20 ⋅ [ #h(0.2em) ]$]], [], [#math.equation(block: false, alt: "5")[$5$]], [#math.equation(block: false, alt: "75 plus [ ]")[$75 + [ #h(0.2em) ]$]], [], [#math.equation(block: false, alt: "6")[$6$]], [], [], [#math.equation(block: false, alt: "20")[$20$]], [], [], [#math.equation(block: false, alt: "x")[$x$]], [], [], )) ==== Writing Exercises If a number is divisible by #math.equation(block: false, alt: "2")[$2$] and by #math.equation(block: false, alt: "3 ,")[$3 ,$] why is it also divisible by #math.equation(block: false, alt: "6 ?")[$6 ?$] What is the difference between prime numbers and composite numbers? ==== Self Check ⓐ After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section. #figure(figph[Self-assessment grid for math skills in number theory: identifying multiples, using divisibility tests, finding factors, and identifying prime and composite numbers. Students rate their understanding.], alt: "Self-assessment grid for math skills in number theory: identifying multiples, using divisibility tests, finding factors, and identifying prime and composite numbers. Students rate their understanding.", caption: none) ⓑ On a scale of 1–10, how would you rate your mastery of this section in light of your responses on the checklist? How can you improve this?