#set document(title: "8.1 Simplify Expressions with Roots", 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.1#h(0.6em)Simplify Expressions with Roots #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Before you get started, take this readiness quiz. Simplify: ⓐ #math.equation(block: false, alt: "open parenthesis −9 close parenthesis squared")[$attach(( −9 ), t: 2)$] ⓑ #math.equation(block: false, alt: "− 9 squared")[$"−" 9^(2)$] ⓒ #math.equation(block: false, alt: "open parenthesis −9 close parenthesis cubed .")[$attach(( −9 ), t: 3) .$] #linebreak() If you missed this problem, review . #solutionbox[ ⓐ 8; ⓑ −1; ⓒ -729 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Round #math.equation(block: false, alt: "3.846")[$3.846$] to the nearest hundredth. #linebreak() If you missed this problem, review . #solutionbox[ 3.85 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "x cubed times x cubed")[$x^(3) · x^(3)$] ⓑ #math.equation(block: false, alt: "y squared times y squared times y squared")[$y^(2) · y^(2) · y^(2)$] ⓒ #math.equation(block: false, alt: "z cubed times z cubed times z cubed times z cubed .")[$z^(3) · z^(3) · z^(3) · z^(3) .$] #linebreak() If you missed this problem, review . #solutionbox[ ⓐ #math.equation(block: false, alt: "x to the power 6")[$x^(6)$]; ⓑ #math.equation(block: false, alt: "y to the power 6")[$y^(6)$]; ⓒ #math.equation(block: false, alt: "z to the power 12")[$z^(12)$] ] ] === Simplify Expressions with Roots In Foundations, we briefly looked at square roots. Remember that when a real number #emph[n] is multiplied by itself, we write #math.equation(block: false, alt: "n squared")[$n^(2)$] and read it ‘#emph[n] squared’. This number is called the #strong[square] of #emph[n], and #emph[n] is called the #strong[square root]. For example, #math.equation(block: true, alt: "13 squared is read “13 squared”; 169 is called the square of 13, since 13 squared equals 169; 13 is a square root of 169")[$13^(2) #h(0.2em) "is read “13 squared”" \ "169 is called the" #h(0.2em) "square" #h(0.2em) "of 13, since" #h(0.2em) 13^(2) = 169 \ "13 is a" #h(0.2em) "square root" #h(0.2em) "of 169"$]#notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Square and Square Root of a number] #strong[Square] #math.equation(block: true, alt: "If n squared equals m , then m is the square of n .")[$"If" #h(0.2em) n^(2) = m , #h(0.2em) "then" #h(0.2em) m #h(0.2em) "is the" #h(0.2em) "square" #h(0.2em) "of" #h(0.2em) n .$]#strong[Square Root] #math.equation(block: true, alt: "If n squared equals m , then n is a square root of m .")[$"If" #h(0.2em) n^(2) = m , #h(0.2em) "then" #h(0.2em) n #h(0.2em) "is a" #h(0.2em) "square root" #h(0.2em) "of" #h(0.2em) m .$] ] Notice (−13)#super[2] = 169 also, so −13 is also a square root of 169. Therefore, both 13 and −13 are square roots of 169. So, every positive number has two square roots—one positive and one negative. What if we only wanted the positive square root of a positive number? We use a #emph[radical sign], and write, #math.equation(block: false, alt: "the square root of m ,")[$sqrt(m) ,$] which denotes the positive square root of #emph[m]. The positive square root is also called the #strong[principal square root]. This symbol, as well as other radicals to be introduced later, are #strong[grouping symbols]. We also use the radical sign for the square root of zero. Because #math.equation(block: false, alt: "0 squared equals 0 ,")[$0^(2) = 0 ,$] #math.equation(block: false, alt: "the square root of 0 equals 0 .")[$sqrt(0) = 0 .$] Notice that zero has only one square root. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Square Root Notation] #math.equation(block: true, alt: "the square root of m is read “the square root of m ”.; If n squared equals m , then n equals the square root of m , for n greater than or equal to 0 .")[$sqrt(m) #h(0.2em) "is read “the square root of" #h(0.2em) m "”." \ "If" #h(0.2em) n^(2) = m , #h(0.2em) "then" #h(0.2em) n = sqrt(m) , #h(0.2em) "for" #h(0.2em) n ≥ 0 .$]#figure(figph[The image shows the variable m inside a square root symbol. The symbol is a line that goes up along the left side and then flat above the variable. The symbol is labeled “radical sign”. The variable m is labeled “radicand”.], alt: "The image shows the variable m inside a square root symbol. The symbol is a line that goes up along the left side and then flat above the variable. The symbol is labeled “radical sign”. The variable m is labeled “radicand”.", caption: none) ] We know that every positive number has two square roots and the radical sign indicates the positive one. We write #math.equation(block: false, alt: "the square root of 169 equals 13 .")[$sqrt(169) = 13 .$] If we want to find the negative square root of a number, we place a negative in front of the radical sign. For example, #math.equation(block: false, alt: "− the square root of 169 equals −13 .")[$"−" sqrt(169) = −13 .$] #examplebox("Example 1")[][ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 144")[$sqrt(144)$] ⓑ #math.equation(block: false, alt: "− the square root of 289 .")[$"−" sqrt(289) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of 144")[$sqrt(144)$]]), [Since #math.equation(block: false, alt: "12 squared equals 144 .")[$12^(2) = 144 .$]], [#math.equation(block: false, alt: "12")[$12$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "minus the square root of 289")[$− sqrt(289)$]]), [Since #math.equation(block: false, alt: "17 squared equals 289")[$17^(2) = 289$] and the negative is in front of the radical sign.], [#math.equation(block: false, alt: "−17")[$−17$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "− the square root of 64")[$"−" sqrt(64)$] ⓑ #math.equation(block: false, alt: "the square root of 225 .")[$sqrt(225) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "−8")[$−8$] ⓑ 15 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 100")[$sqrt(100)$] ⓑ #math.equation(block: false, alt: "− the square root of 121 .")[$"−" sqrt(121) .$] #solutionbox[ ⓐ 10 ⓑ #math.equation(block: false, alt: "−11")[$−11$] ] ] Can we simplify #math.equation(block: false, alt: "the square root of −49 ?")[$sqrt(−49) ?$] Is there a number whose square is #math.equation(block: false, alt: "−49 ?")[$−49 ?$] #math.equation(block: true, alt: "open parenthesis close parenthesis squared equals −49")[$attach(( #h(0.2em) ), t: 2) = −49$]Any positive number squared is positive. Any negative number squared is positive. There is no real number equal to #math.equation(block: false, alt: "the square root of −49 .")[$sqrt(−49) .$] The square root of a negative number is not a real number. #examplebox("Example 2")[][ Simplify: ⓐ #math.equation(block: false, alt: "the square root of −196")[$sqrt(−196)$] ⓑ #math.equation(block: false, alt: "− the square root of 64 .")[$"−" sqrt(64) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of −196")[$sqrt(−196)$]]), [There is no real number whose square is #math.equation(block: false, alt: "−196 .")[$−196 .$]], [#math.equation(block: false, alt: "the square root of −196 is not a real number.")[$sqrt(−196) #h(0.2em) "is not a real number."$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "minus the square root of 64")[$− sqrt(64)$]]), [The negative is in front of the radical.], [#math.equation(block: false, alt: "−8")[$−8$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of −169")[$sqrt(−169)$] ⓑ #math.equation(block: false, alt: "− the square root of 81 .")[$"−" sqrt(81) .$] #solutionbox[ ⓐ not a real number ⓑ #math.equation(block: false, alt: "−9")[$−9$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "− the square root of 49")[$"−" sqrt(49)$] ⓑ #math.equation(block: false, alt: "the square root of −121 .")[$sqrt(−121) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "−7")[$−7$] ⓑ not a real number ] ] So far we have only talked about squares and square roots. Let’s now extend our work to include higher powers and higher roots. Let’s review some vocabulary first. #math.equation(block: true, alt: "We write:, We say:; n squared, n squared; n cubed, n cubed; n to the power 4, n to the fourth power; n to the power 5, n to the fifth power")[$"We write:" & & & & & "We say:" \ n^(2) & & & & & n #h(0.2em) "squared" \ n^(3) & & & & & n #h(0.2em) "cubed" \ n^(4) & & & & & n #h(0.2em) "to the fourth power" \ n^(5) & & & & & n #h(0.2em) "to the fifth power"$] The terms ‘squared’ and ‘cubed’ come from the formulas for area of a square and volume of a cube. It will be helpful to have a table of the powers of the integers from −5 to 5. #figure(figph[The figure contains two tables. The first table has 9 rows and 5 columns. The first row is a header row with the headers “Number”, “Square”, “Cube”, “Fourth power”, and “Fifth power”. The second row contains the expressions n, n squared, n cubed, n to the fourth power, and n to the fifth power. The third row contains the number 1 in each column. The fourth row contains the numbers 2, 4, 8, 16, 32. The fifth row contains the numbers 3, 9, 27, 81, 243. The sixth row contains the numbers 4, 16, 64, 256, 1024. The seventh row contains the numbers 5, 25, 125 625, 3125. The eighth row contains the expressions x, x squared, x cubed, x to the fourth power, and x to the fifth power. The last row contains the expressions x squared, x to the fourth power, x to the sixth power, x to the eighth power, and x to the tenth power. The second table has 7 rows and 5 columns. The first row is a header row with the headers “Number”, “Square”, “Cube”, “Fourth power”, and “Fifth power”. The second row contains the expressions n, n squared, n cubed, n to the fourth power, and n to the fifth power. The third row contains the numbers negative 1, 1 negative 1, 1, negative 1. The fourth row contains the numbers negative 2, 4, negative 8, 16, negative 32. The fifth row contains the numbers negative 3, 9, negative 27, 81, negative 243. The sixth row contains the numbers negative 4, 16, negative 64, 256, negative 1024. The last row contains the numbers negative 5, 25, negative 125, 625, negative 3125.], alt: "The figure contains two tables. The first table has 9 rows and 5 columns. The first row is a header row with the headers “Number”, “Square”, “Cube”, “Fourth power”, and “Fifth power”. The second row contains the expressions n, n squared, n cubed, n to the fourth power, and n to the fifth power. The third row contains the number 1 in each column. The fourth row contains the numbers 2, 4, 8, 16, 32. The fifth row contains the numbers 3, 9, 27, 81, 243. The sixth row contains the numbers 4, 16, 64, 256, 1024. The seventh row contains the numbers 5, 25, 125 625, 3125. The eighth row contains the expressions x, x squared, x cubed, x to the fourth power, and x to the fifth power. The last row contains the expressions x squared, x to the fourth power, x to the sixth power, x to the eighth power, and x to the tenth power. The second table has 7 rows and 5 columns. The first row is a header row with the headers “Number”, “Square”, “Cube”, “Fourth power”, and “Fifth power”. The second row contains the expressions n, n squared, n cubed, n to the fourth power, and n to the fifth power. The third row contains the numbers negative 1, 1 negative 1, 1, negative 1. The fourth row contains the numbers negative 2, 4, negative 8, 16, negative 32. The fifth row contains the numbers negative 3, 9, negative 27, 81, negative 243. The sixth row contains the numbers negative 4, 16, negative 64, 256, negative 1024. The last row contains the numbers negative 5, 25, negative 125, 625, negative 3125.", caption: none) Notice the signs in the table. All powers of positive numbers are positive, of course. But when we have a negative number, the #emph[even] powers are positive and the #emph[odd] powers are negative. We’ll copy the row with the powers of −2 to help you see this. #figure(figph[The image contains a table with 2 rows and 5 columns. The first row contains the expressions n, n squared, n cubed, n to the fourth power, and n to the fifth power. The second row contains the numbers negative 2, 4, negative 8, 16, negative 32. Arrows point to the second and fourth columns with the label “Even power Positive result”. Arrows point to the first third and fifth columns with the label “Odd power Negative result”.], alt: "The image contains a table with 2 rows and 5 columns. The first row contains the expressions n, n squared, n cubed, n to the fourth power, and n to the fifth power. The second row contains the numbers negative 2, 4, negative 8, 16, negative 32. Arrows point to the second and fourth columns with the label “Even power Positive result”. Arrows point to the first third and fifth columns with the label “Odd power Negative result”.", caption: none) We will now extend the square root definition to higher roots. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[#emph[n]#super[th] Root of a Number] #math.equation(block: true, alt: "If b to the power n equals a , then b is an n to the power t h root of a .; The principal n to the power t h root of a is written the nth root of a .; n is called the index of the radical.")[$"If" #h(0.2em) b^(n) = a , #h(0.2em) "then" #h(0.2em) b #h(0.2em) "is an" #h(0.2em) n^(t h) #h(0.2em) "root of" #h(0.2em) a . \ "The principal" #h(0.2em) n^(t h) #h(0.2em) "root of" #h(0.2em) a #h(0.2em) "is written" #h(0.2em) root(n, a) . \ n #h(0.2em) "is called the" #h(0.2em) "index" #h(0.2em) "of the radical."$] ] Just like we use the word ‘cubed’ for #emph[b]#super[3], we use the term ‘cube root’ for #math.equation(block: false, alt: "the cube root of a .")[$root(3, a) .$] We can refer to to help find higher roots. #math.equation(block: true, alt: "4 cubed, equals, 64; 3 to the power 4, equals, 81; open parenthesis −2 close parenthesis to the power 5, equals, −32 the cube root of 64, equals, 4; the 4th root of 81, equals, 3; the 5th root of −32, equals, −2")[$4^(3) & = & 64 \ 3^(4) & = & 81 \ attach(( −2 ), t: 5) & = & −32 #h(6em) root(3, 64) & = & 4 \ root(4, 81) & = & 3 \ root(5, −32) & = & −2$]Could we have an even root of a negative number? We know that the square root of a negative number is not a real number. The same is true for any even root. #emph[Even] roots of negative numbers are not real numbers. #emph[Odd] roots of negative numbers are real numbers. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Properties of #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$]] When #emph[n] is an even number and - #math.equation(block: false, alt: "a greater than or equal to 0 ,")[$a ≥ 0 ,$] then #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$] is a real number. - #math.equation(block: false, alt: "a less than 0 ,")[$a < 0 ,$] then #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$] is not a real number. When #emph[n] is an odd number, #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$] is a real number for all values of #emph[a]. ] We will apply these properties in the next two examples. #examplebox("Example 3")[][ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of 64")[$root(3, 64)$] ⓑ #math.equation(block: false, alt: "the 4th root of 81")[$root(4, 81)$] ⓒ #math.equation(block: false, alt: "the 5th root of 32 .")[$root(5, 32) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of 64")[$root(3, 64)$]]), [Since #math.equation(block: false, alt: "4 cubed equals 64 .")[$4^(3) = 64 .$]], [#math.equation(block: false, alt: "4")[$4$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 4th root of 81")[$root(4, 81)$]]), [Since #math.equation(block: false, alt: "open parenthesis 3 close parenthesis to the power 4 equals 81 .")[$attach(( 3 ), t: 4) = 81 .$]], [#math.equation(block: false, alt: "3")[$3$]], )) #linebreak() ⓒ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 5th root of 32")[$root(5, 32)$]]), [Since #math.equation(block: false, alt: "open parenthesis 2 close parenthesis to the power 5 equals 32 .")[$attach(( 2 ), t: 5) = 32 .$]], [#math.equation(block: false, alt: "2")[$2$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of 27")[$root(3, 27)$] ⓑ #math.equation(block: false, alt: "the 4th root of 256")[$root(4, 256)$] ⓒ #math.equation(block: false, alt: "the 5th root of 243 .")[$root(5, 243) .$] #solutionbox[ ⓐ 3 ⓑ 4 ⓒ 3 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of 1000")[$root(3, 1000)$] ⓑ #math.equation(block: false, alt: "the 4th root of 16")[$root(4, 16)$] ⓒ #math.equation(block: false, alt: "the 5th root of 1024 .")[$root(5, 1024) .$] #solutionbox[ ⓐ 10 ⓑ 2 ⓒ 4 ] ] In this example be alert for the negative signs as well as even and odd powers. #examplebox("Example 4")[][ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of −125")[$root(3, −125)$] ⓑ #math.equation(block: false, alt: "the 4th root of minus 16")[$root(4, − 16)$] ⓒ #math.equation(block: false, alt: "the 5th root of −243 .")[$root(5, −243) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of −125")[$root(3, −125)$]]), [Since #math.equation(block: false, alt: "open parenthesis −5 close parenthesis cubed equals −125 .")[$attach(( −5 ), t: 3) = −125 .$]], [#math.equation(block: false, alt: "−5")[$−5$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 4th root of −16")[$root(4, −16)$]]), [Think, #math.equation(block: false, alt: "open parenthesis ? close parenthesis to the power 4 equals −16 .")[$attach(( ? ), t: 4) = −16 .$] No real number raised to the fourth power is negative.], [Not a real number.], )) #linebreak() ⓒ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 5th root of −243")[$root(5, −243)$]]), [Since #math.equation(block: false, alt: "open parenthesis −3 close parenthesis to the power 5 equals −243 .")[$attach(( −3 ), t: 5) = −243 .$]], [#math.equation(block: false, alt: "−3")[$−3$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of −27")[$root(3, −27)$] ⓑ #math.equation(block: false, alt: "the 4th root of −256")[$root(4, −256)$] ⓒ #math.equation(block: false, alt: "the 5th root of −32 .")[$root(5, −32) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "−3")[$−3$] ⓑ not real ⓒ #math.equation(block: false, alt: "−2")[$−2$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of −216")[$root(3, −216)$] ⓑ #math.equation(block: false, alt: "the 4th root of −81")[$root(4, −81)$] ⓒ #math.equation(block: false, alt: "the 5th root of −1024 .")[$root(5, −1024) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "−6")[$−6$] ⓑ not real ⓒ #math.equation(block: false, alt: "−4")[$−4$] ] ] === Estimate and Approximate Roots When we see a number with a radical sign, we often don’t think about its numerical value. While we probably know that the #math.equation(block: false, alt: "the square root of 4 equals 2 ,")[$sqrt(4) = 2 ,$] what is the value of #math.equation(block: false, alt: "the root of 21")[$root(, 21)$] or #math.equation(block: false, alt: "the cube root of 50 ?")[$root(3, 50) ?$] In some situations a quick estimate is meaningful and in others it is convenient to have a decimal approximation. To get a numerical estimate of a square root, we look for #strong[perfect square] numbers closest to the radicand. To find an estimate of #math.equation(block: false, alt: "the square root of 11 ,")[$sqrt(11) ,$] we see 11 is between perfect square numbers 9 and 16, #emph[closer] to 9. Its square root then will be between 3 and 4, but closer to 3. #figure(figph[The figure contains two tables. The first table has 5 rows and 2 columns. The first row is a header row with the headers “Number” and “Square Root”. The second row has the numbers 4 and 2. The third row is 9 and 3. The fourth row is 16 and 4. The last row is 25 and 5. A callout containing the number 11 is directed between the 9 and 16 in the first column. Another callout containing the number square root of 11 is directed between the 3 and 4 of the second column. Below the table are the inequalities 9 is less than 11 is less than 16 and 3 is less than square root of 11 is less than 4. The second table has 5 rows and 2 columns. The first row is a header row with the headers “Number” and “Cube Root”. The second row has the numbers 8 and 2. The third row is 27 and 3. The fourth row is 64 and 4. The last row is 125 and 5. A callout containing the number 91 is directed between the 64 and 125 in the first column. Another callout containing the number cube root of 91 is directed between the 4 and 5 of the second column. Below the table are the inequalities 64 is less than 91 is less than 125 and 4 is less than cube root of 91 is less than 5.], alt: "The figure contains two tables. The first table has 5 rows and 2 columns. The first row is a header row with the headers “Number” and “Square Root”. The second row has the numbers 4 and 2. The third row is 9 and 3. The fourth row is 16 and 4. The last row is 25 and 5. A callout containing the number 11 is directed between the 9 and 16 in the first column. Another callout containing the number square root of 11 is directed between the 3 and 4 of the second column. Below the table are the inequalities 9 is less than 11 is less than 16 and 3 is less than square root of 11 is less than 4. The second table has 5 rows and 2 columns. The first row is a header row with the headers “Number” and “Cube Root”. The second row has the numbers 8 and 2. The third row is 27 and 3. The fourth row is 64 and 4. The last row is 125 and 5. A callout containing the number 91 is directed between the 64 and 125 in the first column. Another callout containing the number cube root of 91 is directed between the 4 and 5 of the second column. Below the table are the inequalities 64 is less than 91 is less than 125 and 4 is less than cube root of 91 is less than 5.", caption: none) Similarly, to estimate #math.equation(block: false, alt: "the cube root of 91 ,")[$root(3, 91) ,$] we see 91 is between perfect cube numbers 64 and 125. The cube root then will be between 4 and 5. #examplebox("Example 5")[][ Estimate each root between two consecutive whole numbers: ⓐ #math.equation(block: false, alt: "the square root of 105")[$sqrt(105)$] ⓑ #math.equation(block: false, alt: "the cube root of 43 .")[$root(3, 43) .$] #solutionbox[ ⓐ Think of the perfect square numbers closest to 105. Make a small table of these perfect squares and their squares roots. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[The square root of 105 is displayed, a mathematical expression representing the principal square root of the number 105.], alt: "The square root of 105 is displayed, a mathematical expression representing the principal square root of the number 105.", caption: none)]), [], [#figure(figph[A table illustrating numbers and their square roots, showing that 105 falls between 100 and 121, and therefore its square root, R105, is between 10 and 11.], alt: "A table illustrating numbers and their square roots, showing that 105 falls between 100 and 121, and therefore its square root, R105, is between 10 and 11.", caption: none)], [Locate 105 between two consecutive perfect squares.], [#figure(figph[An inequality: 100 \< 105 \< 121, with 105 in red, illustrating that 105 lies between 10 squared and 11 squared, implying its square root is between 10 and 11.], alt: "An inequality: 100 < 105 < 121, with 105 in red, illustrating that 105 lies between 10 squared and 11 squared, implying its square root is between 10 and 11.", caption: none)], [#math.equation(block: false, alt: "the square root of 105")[$sqrt(105)$] is between their square roots.], [#figure(figph[The image displays the mathematical inequality 10 \< sqrt(105) \< 11, indicating that the square root of 105 is between 10 and 11.], alt: "The image displays the mathematical inequality 10 < sqrt(105) < 11, indicating that the square root of 105 is between 10 and 11.", caption: none)], )) ⓑ Similarly we locate 43 between two perfect cube numbers. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[The mathematical expression showing the cube root of 43 on a white background.], alt: "The mathematical expression showing the cube root of 43 on a white background.", caption: none)]), [], [#figure(figph[This table displays perfect cubes and their corresponding cube roots. The arrows highlight that the cube root of 43 is between 3 and 4, as 43 falls between 27 (3 cubed) and 64 (4 cubed).], alt: "This table displays perfect cubes and their corresponding cube roots. The arrows highlight that the cube root of 43 is between 3 and 4, as 43 falls between 27 (3 cubed) and 64 (4 cubed).", caption: none)], [Locate 43 between two consecutive perfect cubes.], [#figure(figph[A mathematical inequality displaying '27 \< 43 \< 64', with the number 43 emphasized in red.], alt: "A mathematical inequality displaying '27 < 43 < 64', with the number 43 emphasized in red.", caption: none)], [#math.equation(block: false, alt: "the cube root of 43")[$root(3, 43)$] is between their cube roots.], [#figure(figph[A mathematical inequality states that 3 is less than the cube root of 43, which is less than 4.], alt: "A mathematical inequality states that 3 is less than the cube root of 43, which is less than 4.", caption: none)], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Estimate each root between two consecutive whole numbers: ⓐ #math.equation(block: false, alt: "the square root of 38")[$sqrt(38)$] ⓑ #math.equation(block: false, alt: "the cube root of 93")[$root(3, 93)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "6 less than the square root of 38 less than 7")[$6 < sqrt(38) < 7$] #linebreak() ⓑ #math.equation(block: false, alt: "4 less than the cube root of 93 less than 5")[$4 < root(3, 93) < 5$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Estimate each root between two consecutive whole numbers: ⓐ #math.equation(block: false, alt: "the square root of 84")[$sqrt(84)$] ⓑ #math.equation(block: false, alt: "the cube root of 152")[$root(3, 152)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "9 less than the square root of 84 less than 10")[$9 < sqrt(84) < 10$] #linebreak() ⓑ #math.equation(block: false, alt: "5 less than the cube root of 152 less than 6")[$5 < root(3, 152) < 6$] ] ] There are mathematical methods to approximate square roots, but nowadays most people use a calculator to find square roots. To find a square root you will use the #math.equation(block: false, alt: "the square root of x")[$sqrt(x)$] key on your calculator. To find a cube root, or any root with higher index, you will use the #math.equation(block: false, alt: "the yth root of x")[$root(y, x)$] key. When you use these keys, you get an approximate value. It is an approximation, accurate to the number of digits shown on your calculator’s display. The symbol for an approximation is #math.equation(block: false, alt: "approximately equals")[$≈$] and it is read ‘approximately’. Suppose your calculator has a 10 digit display. You would see that #math.equation(block: true, alt: "the square root of 5 approximately equals 2.236067978 rounded to two decimal places is the square root of 5 approximately equals 2.24; the 4th root of 93 approximately equals 3.105422799 rounded to two decimal places is the 4th root of 93 approximately equals 3.11")[$sqrt(5) ≈ 2.236067978 #h(0.2em) "rounded to two decimal places is" #h(0.2em) sqrt(5) ≈ 2.24 \ root(4, 93) ≈ 3.105422799 #h(0.2em) "rounded to two decimal places is" #h(0.2em) root(4, 93) ≈ 3.11$]How do we know these values are approximations and not the exact values? Look at what happens when we square them: #math.equation(block: true, alt: "open parenthesis 2.236067978 close parenthesis squared, equals, 5.000000002; open parenthesis 2.24 close parenthesis squared, equals, 5.0176 open parenthesis 3.105422799 close parenthesis to the power 4, equals, 92.999999991; open parenthesis 3.11 close parenthesis to the power 4, equals, 93.54951841")[$attach(( 2.236067978 ), t: 2) & = & 5.000000002 \ attach(( 2.24 ), t: 2) & = & 5.0176 #h(4em) attach(( 3.105422799 ), t: 4) & = & 92.999999991 \ attach(( 3.11 ), t: 4) & = & 93.54951841$]Their squares are close to 5, but are not exactly equal to 5. The fourth powers are close to 93, but not equal to 93. #examplebox("Example 6")[][ Round to two decimal places: ⓐ #math.equation(block: false, alt: "the square root of 17")[$sqrt(17)$] ⓑ #math.equation(block: false, alt: "the cube root of 49")[$root(3, 49)$] ⓒ #math.equation(block: false, alt: "the 4th root of 51 .")[$root(4, 51) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of 17")[$sqrt(17)$]]), [Use the calculator square root key.], [#math.equation(block: false, alt: "4.123105626 …")[$4.123105626 "…"$]], [Round to two decimal places.], [#math.equation(block: false, alt: "4.12")[$4.12$]], [], [#math.equation(block: false, alt: "the square root of 17 approximately equals 4.12")[$sqrt(17) ≈ 4.12$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of 49")[$root(3, 49)$]]), [Use the calculator #math.equation(block: false, alt: "the yth root of x")[$root(y, x)$] key.], [#math.equation(block: false, alt: "3.659305710 …")[$3.659305710 "…"$]], [Round to two decimal places.], [#math.equation(block: false, alt: "3.66")[$3.66$]], [], [#math.equation(block: false, alt: "the cube root of 49 approximately equals 3.66")[$root(3, 49) ≈ 3.66$]], )) #linebreak() ⓒ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 4th root of 51")[$root(4, 51)$]]), [Use the calculator #math.equation(block: false, alt: "the yth root of x")[$root(y, x)$] key.], [#math.equation(block: false, alt: "2.6723451177 …")[$2.6723451177 "…"$]], [Round to two decimal places.], [#math.equation(block: false, alt: "2.67")[$2.67$]], [], [#math.equation(block: false, alt: "the 4th root of 51 approximately equals 2.67")[$root(4, 51) ≈ 2.67$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Round to two decimal places: ⓐ #math.equation(block: false, alt: "the square root of 11")[$sqrt(11)$] ⓑ #math.equation(block: false, alt: "the cube root of 71")[$root(3, 71)$] ⓒ #math.equation(block: false, alt: "the 4th root of 127 .")[$root(4, 127) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "approximately equals 3.32")[$≈ 3.32$] ⓑ #math.equation(block: false, alt: "approximately equals 4.14")[$≈ 4.14$] #linebreak() ⓒ #math.equation(block: false, alt: "approximately equals 3.36")[$≈ 3.36$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Round to two decimal places: ⓐ #math.equation(block: false, alt: "the square root of 13")[$sqrt(13)$] ⓑ #math.equation(block: false, alt: "the cube root of 84")[$root(3, 84)$] ⓒ #math.equation(block: false, alt: "the 4th root of 98 .")[$root(4, 98) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "approximately equals 3.61")[$≈ 3.61$] ⓑ #math.equation(block: false, alt: "approximately equals 4.38")[$≈ 4.38$] #linebreak() ⓒ #math.equation(block: false, alt: "approximately equals 3.15")[$≈ 3.15$] ] ] === Simplify Variable Expressions with Roots The odd root of a number can be either positive or negative. For example, #figure(figph[Three equivalent expressions are written: the cube root of 4 cubed, the cube root of 64, and 4. There are arrows pointing to the 4 that is cubed in the first expression and the 4 in the last expression labeling them as “same”. Three more equivalent expressions are also written: the cube root of the quantity negative 4 in parentheses cubed, the cube root of negative 64, and negative 4. The negative 4 in the first expression and the negative 4 in the last expression are labeled as being the “same”.], alt: "Three equivalent expressions are written: the cube root of 4 cubed, the cube root of 64, and 4. There are arrows pointing to the 4 that is cubed in the first expression and the 4 in the last expression labeling them as “same”. Three more equivalent expressions are also written: the cube root of the quantity negative 4 in parentheses cubed, the cube root of negative 64, and negative 4. The negative 4 in the first expression and the negative 4 in the last expression are labeled as being the “same”.", caption: none) But what about an even root? We want the principal root, so #math.equation(block: false, alt: "the 4th root of 625 equals 5 .")[$root(4, 625) = 5 .$] But notice, #figure(figph[Three equivalent expressions are written: the fourth root of the quantity 5 to the fourth power in parentheses, the fourth root of 625, and 5. There are arrows pointing to the 5 in the first expression and the 5 in the last expression labeling them as “same”. Three more equivalent expressions are also written: the fourth root of the quantity negative 5 in parentheses to the fourth power in parentheses, the fourth root of 625, and 5. The negative 5 in the first expression and the 5 in the last expression are labeled as being the “different”.], alt: "Three equivalent expressions are written: the fourth root of the quantity 5 to the fourth power in parentheses, the fourth root of 625, and 5. There are arrows pointing to the 5 in the first expression and the 5 in the last expression labeling them as “same”. Three more equivalent expressions are also written: the fourth root of the quantity negative 5 in parentheses to the fourth power in parentheses, the fourth root of 625, and 5. The negative 5 in the first expression and the 5 in the last expression are labeled as being the “different”.", caption: none) How can we make sure the fourth root of −5 raised to the fourth power is 5? We can use the absolute value. #math.equation(block: false, alt: "| −5 | equals 5 .")[$| −5 | = 5 .$] So we say that when #emph[n] is even #math.equation(block: false, alt: "the nth root of a to the power n equals | a | .")[$root(n, a^(n)) = | a | .$] This guarantees the principal root is positive. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Simplifying Odd and Even Roots] For any integer #math.equation(block: false, alt: "n greater than or equal to 2 ,")[$n ≥ 2 ,$] #math.equation(block: true, alt: "when the index n is odd, the nth root of a to the power n equals a; when the index n is even, the nth root of a to the power n equals | a |")[$"when the index" #h(0.2em) n #h(0.2em) "is odd" & & & #h(4em) root(n, a^(n)) = a \ "when the index" #h(0.2em) n #h(0.2em) "is even" & & & #h(4em) root(n, a^(n)) = | a |$]We must use the #strong[absolute value] signs when we take an even root of an expression with a variable in the radical. ] #examplebox("Example 7")[][ Simplify: ⓐ #math.equation(block: false, alt: "the square root of x squared")[$sqrt(x^(2))$] ⓑ #math.equation(block: false, alt: "the cube root of n cubed")[$root(3, n^(3))$] ⓒ #math.equation(block: false, alt: "the 4th root of p to the power 4")[$root(4, p^(4))$] ⓓ #math.equation(block: false, alt: "the 5th root of y to the power 5 .")[$root(5, y^(5)) .$] #solutionbox[ ⓐ We use the absolute value to be sure to get the positive root. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of x squared")[$sqrt(x^(2))$]]), [Since the index #math.equation(block: false, alt: "n")[$n$] is even, #math.equation(block: false, alt: "the nth root of a to the power n equals | a | .")[$root(n, a^(n)) = | a | .$]], [#math.equation(block: false, alt: "| x |")[$| x |$]], )) ⓑ This is an odd indexed root so there is no need for an absolute value sign. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of n cubed")[$root(3, n^(3))$]]), [Since the index #math.equation(block: false, alt: "n")[$n$] is odd, #math.equation(block: false, alt: "the nth root of a to the power n equals a .")[$root(n, a^(n)) = a .$]], [#math.equation(block: false, alt: "n")[$n$]], )) ⓒ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 4th root of p to the power 4")[$root(4, p^(4))$]]), [Since the index #math.equation(block: false, alt: "n is even the nth root of a to the power n equals | a | .")[$n #h(0.2em) "is even" #h(0.2em) root(n, a^(n)) = | a | .$]], [#math.equation(block: false, alt: "| p |")[$| p |$]], )) ⓓ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 5th root of y to the power 5")[$root(5, y^(5))$]]), [Since the index #math.equation(block: false, alt: "n")[$n$] is odd, #math.equation(block: false, alt: "the nth root of a to the power n equals a .")[$root(n, a^(n)) = a .$]], [#math.equation(block: false, alt: "y")[$y$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of b squared")[$sqrt(b^(2))$] ⓑ #math.equation(block: false, alt: "the cube root of w cubed")[$root(3, w^(3))$] ⓒ #math.equation(block: false, alt: "the 4th root of m to the power 4")[$root(4, m^(4))$] ⓓ #math.equation(block: false, alt: "the 5th root of q to the power 5 .")[$root(5, q^(5)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "| b |")[$| b |$] ⓑ #emph[w] ⓒ #math.equation(block: false, alt: "| m |")[$| m |$] ⓓ #emph[q] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of y squared")[$sqrt(y^(2))$] ⓑ #math.equation(block: false, alt: "the cube root of p cubed")[$root(3, p^(3))$] ⓒ #math.equation(block: false, alt: "the 4th root of z to the power 4")[$root(4, z^(4))$] ⓓ #math.equation(block: false, alt: "the 5th root of q to the power 5 .")[$root(5, q^(5)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "| y |")[$| y |$] ⓑ #emph[p] ⓒ #math.equation(block: false, alt: "| z |")[$| z |$] ⓓ #emph[q] ] ] What about square roots of higher powers of variables? The Power Property of Exponents says #math.equation(block: false, alt: "open parenthesis a to the power m close parenthesis to the power n equals a to the power m times n .")[$attach(( a^(m) ), t: n) = a^(m · n) .$] So if we square #emph[a#super[m]], the exponent will become 2#emph[m]. #math.equation(block: true, alt: "open parenthesis a to the power m close parenthesis squared equals a to the power 2 m")[$attach(( a^(m) ), t: 2) = a^(2 m)$]Looking now at the square root, #math.equation(block: true, alt: "the square root of a to the power 2 m; Since open parenthesis a to the power m close parenthesis squared equals a to the power 2 m ., the square root of open parenthesis a to the power m close parenthesis squared; Since n is even the nth root of a to the power n equals | a | ., | a to the power m |; So the square root of a to the power 2 m equals | a to the power m | .")[$& & & #h(4em) sqrt(a^(2 m)) \ "Since" #h(0.2em) attach(( a^(m) ), t: 2) = a^(2 m) . & & & #h(4em) sqrt(attach(( a^(m) ), t: 2)) \ "Since" #h(0.2em) n #h(0.2em) "is even" #h(0.2em) root(n, a^(n)) = | a | . & & & #h(4em) | a^(m) | \ & & & #h(4em) "So" #h(0.2em) sqrt(a^(2 m)) = | a^(m) | .$] We apply this concept in the next example. #examplebox("Example 8")[][ Simplify: ⓐ #math.equation(block: false, alt: "the square root of x to the power 6")[$sqrt(x^(6))$] ⓑ #math.equation(block: false, alt: "the square root of y to the power 16 .")[$sqrt(y^(16)) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of x to the power 6")[$sqrt(x^(6))$]]), [Since #math.equation(block: false, alt: "open parenthesis x cubed close parenthesis squared equals x to the power 6 .")[$attach(( x^(3) ), t: 2) = x^(6) .$]], [#math.equation(block: false, alt: "the square root of open parenthesis x cubed close parenthesis squared")[$sqrt(attach(( x^(3) ), t: 2))$]], [Since the index #math.equation(block: false, alt: "n")[$n$] is even #math.equation(block: false, alt: "the square root of a to the power n equals | a | .")[$sqrt(a^(n)) = | a | .$]], [#math.equation(block: false, alt: "| x cubed |")[$| x^(3) |$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of y to the power 16")[$sqrt(y^(16))$]]), [Since #math.equation(block: false, alt: "open parenthesis y to the power 8 close parenthesis squared equals y to the power 16 .")[$attach(( y^(8) ), t: 2) = y^(16) .$]], [#math.equation(block: false, alt: "the square root of open parenthesis y to the power 8 close parenthesis squared")[$sqrt(attach(( y^(8) ), t: 2))$]], [Since the index #math.equation(block: false, alt: "n")[$n$] is even #math.equation(block: false, alt: "the nth root of a to the power n equals | a | .")[$root(n, a^(n)) = | a | .$]], [#math.equation(block: false, alt: "y to the power 8")[$y^(8)$]], [In this case the absolute value sign is not needed as #math.equation(block: false, alt: "y to the power 8")[$y^(8)$] is positive.], [], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of y to the power 18")[$sqrt(y^(18))$] ⓑ #math.equation(block: false, alt: "the square root of z to the power 12 .")[$sqrt(z^(12)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "| y to the power 9 |")[$| y^(9) |$] ⓑ #math.equation(block: false, alt: "z to the power 6")[$z^(6)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of m to the power 4")[$sqrt(m^(4))$] ⓑ #math.equation(block: false, alt: "the square root of b to the power 10 .")[$sqrt(b^(10)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "m squared")[$m^(2)$] ⓑ #math.equation(block: false, alt: "| b to the power 5 |")[$| b^(5) |$] ] ] The next example uses the same idea for higher roots. #examplebox("Example 9")[][ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of y to the power 18")[$root(3, y^(18))$] ⓑ #math.equation(block: false, alt: "the 4th root of z to the power 8 .")[$root(4, z^(8)) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of y to the power 18")[$root(3, y^(18))$]]), [Since #math.equation(block: false, alt: "open parenthesis y to the power 6 close parenthesis cubed equals y to the power 18 .")[$attach(( y^(6) ), t: 3) = y^(18) .$]], [#math.equation(block: false, alt: "the cube root of open parenthesis y to the power 6 close parenthesis cubed")[$root(3, attach(( y^(6) ), t: 3))$]], [Since #math.equation(block: false, alt: "n")[$n$] is odd, #math.equation(block: false, alt: "the nth root of a to the power n equals a .")[$root(n, a^(n)) = a .$]], [#math.equation(block: false, alt: "y to the power 6")[$y^(6)$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 4th root of z to the power 8")[$root(4, z^(8))$]]), [Since #math.equation(block: false, alt: "open parenthesis z squared close parenthesis to the power 4 equals z to the power 8 .")[$attach(( z^(2) ), t: 4) = z^(8) .$]], [#math.equation(block: false, alt: "the 4th root of open parenthesis z squared close parenthesis to the power 4")[$root(4, attach(( z^(2) ), t: 4))$]], [Since #math.equation(block: false, alt: "z squared")[$z^(2)$] is positive, we do not need an absolute value sign.], [#math.equation(block: false, alt: "z squared")[$z^(2)$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the 4th root of u to the power 12")[$root(4, u^(12))$] ⓑ #math.equation(block: false, alt: "the cube root of v to the power 15 .")[$root(3, v^(15)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "| u cubed |")[$| u^(3) |$] ⓑ #math.equation(block: false, alt: "v to the power 5")[$v^(5)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the 5th root of c to the power 20")[$root(5, c^(20))$] ⓑ #math.equation(block: false, alt: "the 6th root of d to the power 24")[$root(6, d^(24))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "c to the power 4")[$c^(4)$] ⓑ #math.equation(block: false, alt: "d to the power 4")[$d^(4)$] ] ] In the next example, we now have a coefficient in front of the variable. The concept #math.equation(block: false, alt: "the square root of a to the power 2 m equals | a to the power m |")[$sqrt(a^(2 m)) = | a^(m) |$] works in much the same way. #math.equation(block: true, alt: "the square root of 16 r to the power 22 equals 4 | r to the power 11 | because open parenthesis 4 r to the power 11 close parenthesis squared equals 16 r to the power 22 .")[$sqrt(16 r^(22)) = 4 | r^(11) | #h(0.2em) "because" #h(0.2em) attach(( 4 r^(11) ), t: 2) = 16 r^(22) .$]But notice #math.equation(block: false, alt: "the square root of 25 u to the power 8 equals 5 u to the power 4")[$sqrt(25 u^(8)) = 5 u^(4)$] and no absolute value sign is needed as #emph[u]#super[4] is always positive. #examplebox("Example 10")[][ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 16 n squared")[$sqrt(16 n^(2))$] ⓑ #math.equation(block: false, alt: "− the square root of 81 c squared .")[$"−" sqrt(81 c^(2)) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of 16 n squared")[$sqrt(16 n^(2))$]]), [Since #math.equation(block: false, alt: "open parenthesis 4 n close parenthesis squared equals 16 n squared .")[$attach(( 4 n ), t: 2) = 16 n^(2) .$]], [#math.equation(block: false, alt: "the square root of open parenthesis 4 n close parenthesis squared")[$sqrt(attach(( 4 n ), t: 2))$]], [Since the index #math.equation(block: false, alt: "n")[$n$] is even #math.equation(block: false, alt: "the nth root of a to the power n equals | a | .")[$root(n, a^(n)) = | a | .$]], [#math.equation(block: false, alt: "4 | n |")[$4 | n |$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "minus the square root of 81 c squared")[$− sqrt(81 c^(2))$]]), [Since #math.equation(block: false, alt: "open parenthesis 9 c close parenthesis squared equals 81 c squared .")[$attach(( 9 c ), t: 2) = 81 c^(2) .$]], [#math.equation(block: false, alt: "minus the square root of open parenthesis 9 c close parenthesis squared")[$− sqrt(attach(( 9 c ), t: 2))$]], [Since the index #math.equation(block: false, alt: "n")[$n$] is even #math.equation(block: false, alt: "the nth root of a to the power n equals | a | .")[$root(n, a^(n)) = | a | .$]], [#math.equation(block: false, alt: "−9 | c |")[$−9 | c |$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 64 x squared")[$sqrt(64 x^(2))$] ⓑ #math.equation(block: false, alt: "− the square root of 100 p squared .")[$"−" sqrt(100 p^(2)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "8 | x |")[$8 | x |$] ⓑ #math.equation(block: false, alt: "−10 | p |")[$−10 | p |$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 169 y squared")[$sqrt(169 y^(2))$] ⓑ #math.equation(block: false, alt: "− the square root of 121 y squared .")[$"−" sqrt(121 y^(2)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "13 | y |")[$13 | y |$] ⓑ #math.equation(block: false, alt: "−11 | y |")[$−11 | y |$] ] ] This example just takes the idea farther as it has roots of higher index. #examplebox("Example 11")[][ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of 64 p to the power 6")[$root(3, 64 p^(6))$] ⓑ #math.equation(block: false, alt: "the 4th root of 16 q to the power 12 .")[$root(4, 16 q^(12)) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of 64 p to the power 6")[$root(3, 64 p^(6))$]]), [Rewrite #math.equation(block: false, alt: "64 p to the power 6")[$64 p^(6)$] as #math.equation(block: false, alt: "open parenthesis 4 p squared close parenthesis cubed .")[$attach(( 4 p^(2) ), t: 3) .$]], [#math.equation(block: false, alt: "the cube root of open parenthesis 4 p squared close parenthesis cubed")[$root(3, attach(( 4 p^(2) ), t: 3))$]], [Take the cube root.], [#math.equation(block: false, alt: "4 p squared")[$4 p^(2)$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the 4th root of 16 q to the power 12")[$root(4, 16 q^(12))$]]), [Rewrite the radicand as a fourth power.], [#math.equation(block: false, alt: "the 4th root of open parenthesis 2 q cubed close parenthesis to the power 4")[$root(4, attach(( 2 q^(3) ), t: 4))$]], [Take the fourth root.], [#math.equation(block: false, alt: "2 | q cubed |")[$2 | q^(3) |$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of 27 x to the power 27")[$root(3, 27 x^(27))$] ⓑ #math.equation(block: false, alt: "the 4th root of 81 q to the power 28 .")[$root(4, 81 q^(28)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "3 x to the power 9")[$3 x^(9)$] ⓑ #math.equation(block: false, alt: "3 | q to the power 7 |")[$3 | q^(7) |$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the cube root of 125 q to the power 9")[$root(3, 125 q^(9))$] ⓑ #math.equation(block: false, alt: "the 5th root of 243 q to the power 25 .")[$root(5, 243 q^(25)) .$] #solutionbox[ ⓐ #math.equation(block: false, alt: "5 q cubed")[$5 q^(3)$] ⓑ #math.equation(block: false, alt: "3 q to the power 5")[$3 q^(5)$] ] ] The next examples have two variables. #examplebox("Example 12")[][ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 36 x squared y squared")[$sqrt(36 x^(2) y^(2))$] ⓑ #math.equation(block: false, alt: "the square root of 121 a to the power 6 b to the power 8")[$sqrt(121 a^(6) b^(8))$] ⓒ #math.equation(block: false, alt: "the cube root of 64 p to the power 63 q to the power 9 .")[$root(3, 64 p^(63) q^(9)) .$] #solutionbox[ ⓐ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of 36 x squared y squared")[$sqrt(36 x^(2) y^(2))$]]), [Since #math.equation(block: false, alt: "open parenthesis 6 x y close parenthesis squared equals 36 x squared y squared")[$attach(( 6 x y ), t: 2) = 36 x^(2) y^(2)$]], [#math.equation(block: false, alt: "the square root of open parenthesis 6 x y close parenthesis squared")[$sqrt(attach(( 6 x y ), t: 2))$]], [Take the square root.], [#math.equation(block: false, alt: "6 | x y |")[$6 | x y |$]], )) #linebreak() ⓑ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of 121 a to the power 6 b to the power 8")[$sqrt(121 a^(6) b^(8))$]]), [Since #math.equation(block: false, alt: "open parenthesis 11 a cubed b to the power 4 close parenthesis squared equals 121 a to the power 6 b to the power 8")[$attach(( 11 a^(3) b^(4) ), t: 2) = 121 a^(6) b^(8)$]], [#math.equation(block: false, alt: "the square root of open parenthesis 11 a cubed b to the power 4 close parenthesis squared")[$sqrt(attach(( 11 a^(3) b^(4) ), t: 2))$]], [Take the square root.], [#math.equation(block: false, alt: "11 | a cubed | b to the power 4")[$11 | a^(3) | b^(4)$]], )) #linebreak() ⓒ #linebreak() #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of 64 p to the power 63 q to the power 9")[$root(3, 64 p^(63) q^(9))$]]), [Since #math.equation(block: false, alt: "open parenthesis 4 p to the power 21 q cubed close parenthesis cubed equals 64 p to the power 63 q to the power 9")[$attach(( 4 p^(21) q^(3) ), t: 3) = 64 p^(63) q^(9)$]], [#math.equation(block: false, alt: "the cube root of open parenthesis 4 p to the power 21 q cubed close parenthesis cubed")[$root(3, attach(( 4 p^(21) q^(3) ), t: 3))$]], [Take the cube root.], [#math.equation(block: false, alt: "4 p to the power 21 q cubed")[$4 p^(21) q^(3)$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 100 a squared b squared")[$sqrt(100 a^(2) b^(2))$] ⓑ #math.equation(block: false, alt: "the square root of 144 p to the power 12 q to the power 20")[$sqrt(144 p^(12) q^(20))$] ⓒ #math.equation(block: false, alt: "the cube root of 8 x to the power 30 y to the power 12")[$root(3, 8 x^(30) y^(12))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "10 | a b |")[$10 | a b |$] ⓑ #math.equation(block: false, alt: "12 p to the power 6 q to the power 10")[$12 p^(6) q^(10)$] #linebreak() ⓒ #math.equation(block: false, alt: "2 x to the power 10 y to the power 4")[$2 x^(10) y^(4)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Simplify: ⓐ #math.equation(block: false, alt: "the square root of 225 m squared n squared")[$sqrt(225 m^(2) n^(2))$] ⓑ #math.equation(block: false, alt: "the square root of 169 x to the power 10 y to the power 14")[$sqrt(169 x^(10) y^(14))$] ⓒ #math.equation(block: false, alt: "the cube root of 27 w to the power 36 z to the power 15")[$root(3, 27 w^(36) z^(15))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "15 | m n |")[$15 | m n |$] ⓑ #math.equation(block: false, alt: "13 | x to the power 5 y to the power 7 |")[$13 | x^(5) y^(7) |$] #linebreak() ⓒ #math.equation(block: false, alt: "3 w to the power 12 z to the power 5")[$3 w^(12) z^(5)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Access this online resource for additional instruction and practice with simplifying expressions with roots. - #link("https://openstax.org/l/37SimVarAbVal")[Simplifying Variables Exponents with Roots using Absolute Values] ] === Key Concepts - #strong[Square Root Notation] - #math.equation(block: false, alt: "the square root of m")[$sqrt(m)$] is read ‘the square root of #emph[m]’ - If #emph[n]#super[2] = #emph[m], then #math.equation(block: false, alt: "n equals the square root of m ,")[$n = sqrt(m) ,$] for #math.equation(block: false, alt: "n greater than or equal to 0 .")[$n ≥ 0 .$] #linebreak() #figure(figph[The image shows the variable m inside a square root symbol. The symbol is a line that goes up along the left side and then flat above the variable. The symbol is labeled “radical sign”. The variable m is labeled “radicand”.], alt: "The image shows the variable m inside a square root symbol. The symbol is a line that goes up along the left side and then flat above the variable. The symbol is labeled “radical sign”. The variable m is labeled “radicand”.", caption: none) - The square root of #emph[m], #math.equation(block: false, alt: "the square root of m ,")[$sqrt(m) ,$] is a positive number whose square is #emph[m]. - #strong[#emph[n]#super[th] Root of a Number] - If #math.equation(block: false, alt: "b to the power n equals a ,")[$b^(n) = a ,$] then #emph[b] is an #emph[n#super[th]] root of #emph[a]. - The principal #emph[n#super[th]] root of #emph[a] is written #math.equation(block: false, alt: "the nth root of a .")[$root(n, a) .$] - #emph[n] is called the #emph[index] of the radical. - #strong[Properties of #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$]] - When #emph[n] is an even number and - #math.equation(block: false, alt: "a greater than or equal to 0 ,")[$a ≥ 0 ,$] then #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$] is a real number - #math.equation(block: false, alt: "a less than 0 ,")[$a < 0 ,$] then #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$] is not a real number - When #emph[n] is an odd number, #math.equation(block: false, alt: "the nth root of a")[$root(n, a)$] is a real number for all values of #emph[a]. - #strong[Simplifying Odd and Even Roots] - For any integer #math.equation(block: false, alt: "n greater than or equal to 2 ,")[$n ≥ 2 ,$] - when #emph[n] is odd #math.equation(block: false, alt: "the nth root of a to the power n equals a")[$root(n, a^(n)) = a$] - when #emph[n] is even #math.equation(block: false, alt: "the nth root of a to the power n equals | a |")[$root(n, a^(n)) = | a |$] - We must use the absolute value signs when we take an even root of an expression with a variable in the radical. ==== Practice Makes Perfect #strong[Simplify Expressions with Roots] In the following exercises, simplify. ⓐ #math.equation(block: false, alt: "the square root of 64")[$sqrt(64)$] ⓑ #math.equation(block: false, alt: "− the square root of 81")[$"−" sqrt(81)$] #solutionbox[ ⓐ 8 ⓑ #math.equation(block: false, alt: "−9")[$−9$] ] ⓐ #math.equation(block: false, alt: "the square root of 169")[$sqrt(169)$] ⓑ #math.equation(block: false, alt: "− the square root of 100")[$"−" sqrt(100)$] ⓐ #math.equation(block: false, alt: "the square root of 196")[$sqrt(196)$] ⓑ #math.equation(block: false, alt: "− the square root of 1")[$"−" sqrt(1)$] #solutionbox[ ⓐ 14 ⓑ #math.equation(block: false, alt: "−1")[$−1$] ] ⓐ #math.equation(block: false, alt: "the square root of 144")[$sqrt(144)$] ⓑ #math.equation(block: false, alt: "− the square root of 121")[$"−" sqrt(121)$] ⓐ #math.equation(block: false, alt: "the square root of the fraction 4 over 9")[$sqrt(frac(4, 9))$] ⓑ #math.equation(block: false, alt: "− the square root of 0.01")[$"−" sqrt(0.01)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "the fraction 2 over 3")[$frac(2, 3)$] ⓑ #math.equation(block: false, alt: "−0.1")[$−0.1$] ] ⓐ #math.equation(block: false, alt: "the square root of the fraction 64 over 121")[$sqrt(frac(64, 121))$] ⓑ #math.equation(block: false, alt: "− the square root of 0.16")[$"−" sqrt(0.16)$] ⓐ #math.equation(block: false, alt: "the square root of −121")[$sqrt(−121)$] ⓑ #math.equation(block: false, alt: "− the square root of 289")[$"−" sqrt(289)$] #solutionbox[ ⓐ not real number ⓑ #math.equation(block: false, alt: "−17")[$−17$] ] ⓐ #math.equation(block: false, alt: "− the square root of 400")[$"−" sqrt(400)$] ⓑ #math.equation(block: false, alt: "the square root of −36")[$sqrt(−36)$] ⓐ #math.equation(block: false, alt: "− the square root of 225")[$"−" sqrt(225)$] ⓑ #math.equation(block: false, alt: "the square root of −9")[$sqrt(−9)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "−15")[$−15$] ⓑ not real number ] ⓐ #math.equation(block: false, alt: "the square root of −49")[$sqrt(−49)$] ⓑ #math.equation(block: false, alt: "− the square root of 256")[$"−" sqrt(256)$] ⓐ #math.equation(block: false, alt: "the cube root of 216")[$root(3, 216)$] ⓑ #math.equation(block: false, alt: "the 4th root of 256")[$root(4, 256)$] #solutionbox[ ⓐ 6 ⓑ 4 ] ⓐ #math.equation(block: false, alt: "the cube root of 27")[$root(3, 27)$] ⓑ #math.equation(block: false, alt: "the 4th root of 16")[$root(4, 16)$] ⓒ #math.equation(block: false, alt: "the 5th root of 243")[$root(5, 243)$] ⓐ #math.equation(block: false, alt: "the cube root of 512")[$root(3, 512)$] ⓑ #math.equation(block: false, alt: "the 4th root of 81")[$root(4, 81)$] ⓒ #math.equation(block: false, alt: "the 5th root of 1")[$root(5, 1)$] #solutionbox[ ⓐ 8 ⓑ 3 ⓒ 1 ] ⓐ #math.equation(block: false, alt: "the cube root of 125")[$root(3, 125)$] ⓑ #math.equation(block: false, alt: "the 4th root of 1296")[$root(4, 1296)$] ⓒ #math.equation(block: false, alt: "the 5th root of 1024")[$root(5, 1024)$] ⓐ #math.equation(block: false, alt: "the cube root of −8")[$root(3, −8)$] ⓑ #math.equation(block: false, alt: "the 4th root of −81")[$root(4, −81)$] ⓒ #math.equation(block: false, alt: "the 5th root of −32")[$root(5, −32)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "−2")[$−2$] ⓑ #math.equation(block: false, alt: "not real")[$"not real"$] ⓒ #math.equation(block: false, alt: "−2")[$−2$] ] ⓐ #math.equation(block: false, alt: "the cube root of −64")[$root(3, −64)$] ⓑ #math.equation(block: false, alt: "the 4th root of −16")[$root(4, −16)$] ⓒ #math.equation(block: false, alt: "the 5th root of −243")[$root(5, −243)$] ⓐ #math.equation(block: false, alt: "the cube root of −125")[$root(3, −125)$] ⓑ #math.equation(block: false, alt: "the 4th root of −1296")[$root(4, −1296)$] ⓒ #math.equation(block: false, alt: "the 5th root of −1024")[$root(5, −1024)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "−5")[$−5$] ⓑ #math.equation(block: false, alt: "not real")[$"not real"$] ⓒ #math.equation(block: false, alt: "−4")[$−4$] ] ⓐ #math.equation(block: false, alt: "the cube root of −512")[$root(3, −512)$] ⓑ #math.equation(block: false, alt: "the 4th root of −81")[$root(4, −81)$] ⓒ #math.equation(block: false, alt: "the 5th root of −1")[$root(5, −1)$] #strong[Estimate and Approximate Roots] In the following exercises, estimate each root between two consecutive whole numbers. ⓐ #math.equation(block: false, alt: "the square root of 70")[$sqrt(70)$] ⓑ #math.equation(block: false, alt: "the cube root of 71")[$root(3, 71)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "8 less than the square root of 70 less than 9")[$8 < sqrt(70) < 9$] #linebreak() ⓑ #math.equation(block: false, alt: "4 less than the cube root of 71 less than 5")[$4 < root(3, 71) < 5$] ] ⓐ #math.equation(block: false, alt: "the square root of 55")[$sqrt(55)$] ⓑ #math.equation(block: false, alt: "the cube root of 119")[$root(3, 119)$] ⓐ #math.equation(block: false, alt: "the square root of 200")[$sqrt(200)$] ⓑ #math.equation(block: false, alt: "the cube root of 137")[$root(3, 137)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "14 less than the square root of 200 less than 15")[$14 < sqrt(200) < 15$] #linebreak() ⓑ #math.equation(block: false, alt: "5 less than the cube root of 137 less than 6")[$5 < root(3, 137) < 6$] ] ⓐ #math.equation(block: false, alt: "the square root of 172")[$sqrt(172)$] ⓑ #math.equation(block: false, alt: "the cube root of 200")[$root(3, 200)$] In the following exercises, approximate each root and round to two decimal places. ⓐ #math.equation(block: false, alt: "the square root of 19")[$sqrt(19)$] ⓑ #math.equation(block: false, alt: "the cube root of 89")[$root(3, 89)$] ⓒ #math.equation(block: false, alt: "the 4th root of 97")[$root(4, 97)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "approximately equals 4.36")[$≈ 4.36$] ⓑ #math.equation(block: false, alt: "approximately equals 4.46")[$≈ 4.46$] #linebreak() ⓒ #math.equation(block: false, alt: "approximately equals 3.14")[$≈ 3.14$] ] ⓐ #math.equation(block: false, alt: "the square root of 21")[$sqrt(21)$] ⓑ #math.equation(block: false, alt: "the cube root of 93")[$root(3, 93)$] ⓒ #math.equation(block: false, alt: "the 4th root of 101")[$root(4, 101)$] ⓐ #math.equation(block: false, alt: "the square root of 53")[$sqrt(53)$] ⓑ #math.equation(block: false, alt: "the cube root of 147")[$root(3, 147)$] ⓒ #math.equation(block: false, alt: "the 4th root of 452")[$root(4, 452)$] #solutionbox[ ⓐ #math.equation(block: false, alt: "approximately equals 7.28")[$≈ 7.28$] ⓑ #math.equation(block: false, alt: "approximately equals 5.28")[$≈ 5.28$] #linebreak() ⓒ #math.equation(block: false, alt: "approximately equals 4.61")[$≈ 4.61$] ] ⓐ #math.equation(block: false, alt: "the square root of 47")[$sqrt(47)$] ⓑ #math.equation(block: false, alt: "the cube root of 163")[$root(3, 163)$] ⓒ #math.equation(block: false, alt: "the 4th root of 527")[$root(4, 527)$] #strong[Simplify Variable Expressions with Roots] In the following exercises, simplify using absolute values as necessary. ⓐ #math.equation(block: false, alt: "the 5th root of u to the power 5")[$root(5, u^(5))$] ⓑ #math.equation(block: false, alt: "the 8th root of v to the power 8")[$root(8, v^(8))$] #solutionbox[ ⓐ #emph[u] ⓑ #math.equation(block: false, alt: "| v |")[$| v |$] ] ⓐ #math.equation(block: false, alt: "the cube root of a cubed")[$root(3, a^(3))$] ⓑ #math.equation(block: false, alt: "the 9th root of b to the power 9")[$root(9, b^(9))$] ⓐ #math.equation(block: false, alt: "the 4th root of y to the power 4")[$root(4, y^(4))$] ⓑ #math.equation(block: false, alt: "the 7th root of m to the power 7")[$root(7, m^(7))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "| y |")[$| y |$] ⓑ #math.equation(block: false, alt: "m")[$m$] ] ⓐ #math.equation(block: false, alt: "the 8th root of k to the power 8")[$root(8, k^(8))$] ⓑ #math.equation(block: false, alt: "the 6th root of p to the power 6")[$root(6, p^(6))$] ⓐ #math.equation(block: false, alt: "the square root of x to the power 6")[$sqrt(x^(6))$] ⓑ #math.equation(block: false, alt: "the square root of y to the power 16")[$sqrt(y^(16))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "| x cubed |")[$| x^(3) |$] ⓑ #math.equation(block: false, alt: "y to the power 8")[$y^(8)$] ] ⓐ #math.equation(block: false, alt: "the square root of a to the power 14")[$sqrt(a^(14))$] ⓑ #math.equation(block: false, alt: "the square root of w to the power 24")[$sqrt(w^(24))$] ⓐ #math.equation(block: false, alt: "the square root of x to the power 24")[$sqrt(x^(24))$] ⓑ #math.equation(block: false, alt: "the square root of y to the power 22")[$sqrt(y^(22))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "x to the power 12")[$x^(12)$] ⓑ #math.equation(block: false, alt: "| y to the power 11 |")[$| y^(11) |$] ] ⓐ #math.equation(block: false, alt: "the square root of a to the power 12")[$sqrt(a^(12))$] ⓑ #math.equation(block: false, alt: "the square root of b to the power 26")[$sqrt(b^(26))$] ⓐ #math.equation(block: false, alt: "the cube root of x to the power 9")[$root(3, x^(9))$] ⓑ #math.equation(block: false, alt: "the 4th root of y to the power 12")[$root(4, y^(12))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "x cubed")[$x^(3)$] ⓑ #math.equation(block: false, alt: "| y cubed |")[$| y^(3) |$] ] ⓐ #math.equation(block: false, alt: "the 5th root of a to the power 10")[$root(5, a^(10))$] ⓑ #math.equation(block: false, alt: "the cube root of b to the power 27")[$root(3, b^(27))$] ⓐ #math.equation(block: false, alt: "the 4th root of m to the power 8")[$root(4, m^(8))$] ⓑ #math.equation(block: false, alt: "the 5th root of n to the power 20")[$root(5, n^(20))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "m squared")[$m^(2)$] ⓑ #math.equation(block: false, alt: "n to the power 4")[$n^(4)$] ] ⓐ #math.equation(block: false, alt: "the 6th root of r to the power 12")[$root(6, r^(12))$] ⓑ #math.equation(block: false, alt: "the cube root of s to the power 30")[$root(3, s^(30))$] ⓐ #math.equation(block: false, alt: "the square root of 49 x squared")[$sqrt(49 x^(2))$] ⓑ #math.equation(block: false, alt: "− the square root of 81 x to the power 18")[$"−" sqrt(81 x^(18))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "7 | x |")[$7 | x |$] ⓑ #math.equation(block: false, alt: "−9 | x to the power 9 |")[$−9 | x^(9) |$] ] ⓐ #math.equation(block: false, alt: "the square root of 100 y squared")[$sqrt(100 y^(2))$] ⓑ #math.equation(block: false, alt: "− the square root of 100 m to the power 32")[$"−" sqrt(100 m^(32))$] ⓐ #math.equation(block: false, alt: "the square root of 121 m to the power 20")[$sqrt(121 m^(20))$] ⓑ #math.equation(block: false, alt: "− the square root of 64 a squared")[$"−" sqrt(64 a^(2))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "11 m to the power 10")[$11 m^(10)$] ⓑ #math.equation(block: false, alt: "−8 | a |")[$−8 | a |$] ] ⓐ #math.equation(block: false, alt: "the square root of 81 x to the power 36")[$sqrt(81 x^(36))$] ⓑ #math.equation(block: false, alt: "− the square root of 25 x squared")[$"−" sqrt(25 x^(2))$] ⓐ #math.equation(block: false, alt: "the 4th root of 16 x to the power 8")[$root(4, 16 x^(8))$] ⓑ #math.equation(block: false, alt: "the 6th root of 64 y to the power 12")[$root(6, 64 y^(12))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "2 x squared")[$2 x^(2)$] ⓑ #math.equation(block: false, alt: "2 y squared")[$2 y^(2)$] ] ⓐ #math.equation(block: false, alt: "the cube root of −8 c to the power 9")[$root(3, −8 c^(9))$] ⓑ #math.equation(block: false, alt: "the cube root of 125 d to the power 15")[$root(3, 125 d^(15))$] ⓐ #math.equation(block: false, alt: "the cube root of 216 a to the power 6")[$root(3, 216 a^(6))$] ⓑ #math.equation(block: false, alt: "the 5th root of 32 b to the power 20")[$root(5, 32 b^(20))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "6 a squared")[$6 a^(2)$] ⓑ #math.equation(block: false, alt: "2 b to the power 4")[$2 b^(4)$] ] ⓐ #math.equation(block: false, alt: "the 7th root of 128 r to the power 14")[$root(7, 128 r^(14))$] ⓑ #math.equation(block: false, alt: "the 4th root of 81 s to the power 24")[$root(4, 81 s^(24))$] ⓐ #math.equation(block: false, alt: "the square root of 144 x squared y squared")[$sqrt(144 x^(2) y^(2))$] ⓑ #math.equation(block: false, alt: "the square root of 169 w to the power 8 y to the power 10")[$sqrt(169 w^(8) y^(10))$] ⓒ #math.equation(block: false, alt: "the cube root of 8 a to the power 51 b to the power 6")[$root(3, 8 a^(51) b^(6))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "12 | x y |")[$12 | x y |$] ⓑ #math.equation(block: false, alt: "13 w to the power 4 | y to the power 5 |")[$13 w^(4) | y^(5) |$] #linebreak() ⓒ #math.equation(block: false, alt: "2 a to the power 17 b squared")[$2 a^(17) b^(2)$] ] ⓐ #math.equation(block: false, alt: "the square root of 196 a squared b squared")[$sqrt(196 a^(2) b^(2))$] ⓑ #math.equation(block: false, alt: "the square root of 81 p to the power 24 q to the power 6")[$sqrt(81 p^(24) q^(6))$] ⓒ #math.equation(block: false, alt: "the cube root of 27 p to the power 45 q to the power 9")[$root(3, 27 p^(45) q^(9))$] ⓐ #math.equation(block: false, alt: "the square root of 121 a squared b squared")[$sqrt(121 a^(2) b^(2))$] ⓑ #math.equation(block: false, alt: "the square root of 9 c to the power 8 d to the power 12")[$sqrt(9 c^(8) d^(12))$] ⓒ #math.equation(block: false, alt: "the cube root of 64 x to the power 15 y to the power 66")[$root(3, 64 x^(15) y^(66))$] #solutionbox[ ⓐ #math.equation(block: false, alt: "11 | a b |")[$11 | a b |$] ⓑ #math.equation(block: false, alt: "3 c to the power 4 d to the power 6")[$3 c^(4) d^(6)$] #linebreak() ⓒ #math.equation(block: false, alt: "4 x to the power 5 y to the power 22")[$4 x^(5) y^(22)$] ] ⓐ #math.equation(block: false, alt: "the square root of 225 x squared y squared z squared")[$sqrt(225 x^(2) y^(2) z^(2))$] ⓑ #math.equation(block: false, alt: "the square root of 36 r to the power 6 s to the power 20")[$sqrt(36 r^(6) s^(20))$] ⓒ #math.equation(block: false, alt: "the cube root of 125 y to the power 18 z to the power 27")[$root(3, 125 y^(18) z^(27))$] ==== Writing Exercises Why is there no real number equal to #math.equation(block: false, alt: "the square root of −64 ?")[$sqrt(−64) ?$] #solutionbox[ Answers will vary. ] What is the difference between #math.equation(block: false, alt: "9 squared")[$9^(2)$] and #math.equation(block: false, alt: "the square root of 9 ?")[$sqrt(9) ?$] Explain what is meant by the #emph[n#super[th]] root of a number. #solutionbox[ Answers will vary. ] Explain the difference of finding the #emph[n#super[th]] root of a number when the index is even compared to when the index is odd. ==== Self Check ⓐ After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section. #figure(figph[This table has 4 rows and 4 columns. The first row is a header row and it labels each column. The first column header is “I can…”, the second is “Confidently”, the third is “With some help”, and the fourth is “No, I don’t get it”. Under the first column are the phrases “simplify expressions with roots.”, “estimate and approximate roots”, and “simplify variable expressions with roots”. The other columns are left blank so that the learner may indicate their mastery level for each topic.], alt: "This table has 4 rows and 4 columns. The first row is a header row and it labels each column. The first column header is “I can…”, the second is “Confidently”, the third is “With some help”, and the fourth is “No, I don’t get it”. Under the first column are the phrases “simplify expressions with roots.”, “estimate and approximate roots”, and “simplify variable expressions with roots”. The other columns are left blank so that the learner may indicate their mastery level for each topic.", caption: none) ⓑ If most of your checks were: #strong[…confidently.] Congratulations! You have achieved the objectives in this section. Reflect on the study skills you used so that you can continue to use them. What did you do to become confident of your ability to do these things? Be specific. #strong[…with some help.] This must be addressed quickly because topics you do not master become potholes in your road to success. In math every topic builds upon previous work. It is important to make sure you have a strong foundation before you move on. Whom can you ask for help?Your fellow classmates and instructor are good resources. Is there a place on campus where math tutors are available? Can your study skills be improved? #strong[…no - I don’t get it!] This is a warning sign and you must not ignore it. You should get help right away or you will quickly be overwhelmed. See your instructor as soon as you can to discuss your situation. Together you can come up with a plan to get you the help you need.