#set document(title: "8.6 Solve Radical Equations", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 8.6#h(0.6em)Solve Radical Equations #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Before you get started, take this readiness quiz. Simplify: #math.equation(block: false, alt: "open parenthesis y minus 3 close parenthesis squared .")[$attach(( y − 3 ), t: 2) .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "y squared minus 6 y plus 9")[$y^(2) − 6 y + 9$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "2 x minus 5 equals 0 .")[$2 x − 5 = 0 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "x equals the fraction 5 over 2")[$x = frac(5, 2)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve #math.equation(block: false, alt: "n squared minus 6 n plus 8 equals 0 .")[$n^(2) − 6 n + 8 = 0 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "n equals 2 or n equals 4")[$n = 2 #h(0.5em) "or" #h(0.5em) n = 4$] ] ] === Solve Radical Equations In this section we will solve equations that have a variable in the radicand of a radical expression. An equation of this type is called a #strong[radical equation]. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Radical Equation] An equation in which a variable is in the radicand of a radical expression is called a #strong[radical equation]. ] As usual, when solving these equations, what we do to one side of an equation we must do to the other side as well. Once we isolate the radical, our strategy will be to raise both sides of the equation to the power of the index. This will eliminate the radical. Solving radical equations containing an even index by raising both sides to the power of the index may introduce an algebraic solution that would not be a solution to the original radical equation. Again, we call this an extraneous solution as we did when we solved rational equations. In the next example, we will see how to solve a radical equation. Our strategy is based on raising a radical with index #emph[n] to the #emph[n]#super[th] power. This will eliminate the radical. #math.equation(block: true, alt: "For a greater than or equal to 0 , open parenthesis the nth root of a close parenthesis to the power n equals a .")[$"For" #h(0.2em) a ≥ 0 , #h(0.2em) attach(( root(n, a) ), t: n) = a .$]#examplebox("Example 1")[How to Solve a Radical Equation][ Solve: #math.equation(block: false, alt: "the square root of 5 n minus 4 minus 9 equals 0 .")[$sqrt(5 n − 4) − 9 = 0 .$] #solutionbox[ #figure(figph[Step 1 is to isolate the radical on one side of the equation. To isolate the radical add 9 to both sides. The resulting equation is square root of the quantity 5 n minus 4 in parentheses minus 9 plus 9 equals 0 plus 9. This simplifies to square root of the quantity 5 n minus 4 in parentheses equals 9.], alt: "Step 1 is to isolate the radical on one side of the equation. To isolate the radical add 9 to both sides. The resulting equation is square root of the quantity 5 n minus 4 in parentheses minus 9 plus 9 equals 0 plus 9. This simplifies to square root of the quantity 5 n minus 4 in parentheses equals 9.", caption: none) #figure(figph[Step 2 is to raise both sides of the equation to the power of the index. Since the index of a square root is 2, we square both sides. Remember that the square of the square root of “a” is equal to “a”. The equation that results is the square of the square root of the quantity 5 n minus 4 in parentheses equals 9 squared. This simplifies to 5 n minus 4 equals 81.], alt: "Step 2 is to raise both sides of the equation to the power of the index. Since the index of a square root is 2, we square both sides. Remember that the square of the square root of “a” is equal to “a”. The equation that results is the square of the square root of the quantity 5 n minus 4 in parentheses equals 9 squared. This simplifies to 5 n minus 4 equals 81.", caption: none) #figure(figph[Step 3 is to solve the new equation. We get 5 n equals 85 and then n equals 17.], alt: "Step 3 is to solve the new equation. We get 5 n equals 85 and then n equals 17.", caption: none) #figure(figph[Step 4 is to check the answer in the original equation. Does the square root of the quantity 5 times 17 minus 4 in parentheses minus 9 equal zero? Simplifying the left side we get square root of the quantity 85 minus 4 in parentheses minus 9 and then square root of 81 minus 9 and then 9 minus 9 which does equal 0. This verifies that the solution is n equals 17.], alt: "Step 4 is to check the answer in the original equation. Does the square root of the quantity 5 times 17 minus 4 in parentheses minus 9 equal zero? Simplifying the left side we get square root of the quantity 85 minus 4 in parentheses minus 9 and then square root of 81 minus 9 and then 9 minus 9 which does equal 0. This verifies that the solution is n equals 17.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of 3 m plus 2 minus 5 equals 0 .")[$sqrt(3 m + 2) − 5 = 0 .$] #solutionbox[ #math.equation(block: true, alt: "m equals the fraction 23 over 3")[$m = frac(23, 3)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of 10 z plus 1 minus 2 equals 0 .")[$sqrt(10 z + 1) − 2 = 0 .$] #solutionbox[ #math.equation(block: true, alt: "z equals the fraction 3 over 10")[$z = frac(3, 10)$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Solve a radical equation with one radical.] + Isolate the radical on one side of the equation. + Raise both sides of the equation to the power of the index. + Solve the new equation. + Check the answer in the original equation. ] When we use a radical sign, it indicates the principal or positive root. If an equation has a radical with an even index equal to a negative number, that equation will have no solution. #examplebox("Example 2")[][ Solve: #math.equation(block: false, alt: "the square root of 9 k minus 2 plus 1 equals 0 .")[$sqrt(9 k − 2) + 1 = 0 .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[A mathematical equation is displayed, showing the square root of (9k - 2), with a plus 1 outside the square root, set equal to 0. The full equation is: sqrt(9k - 2) + 1 = 0.], alt: "A mathematical equation is displayed, showing the square root of (9k - 2), with a plus 1 outside the square root, set equal to 0. The full equation is: sqrt(9k - 2) + 1 = 0.", caption: none)]), [To isolate the radical, subtract 1 to both sides.], [#figure(figph[A mathematical equation: the square root of 9k minus 2, plus 1, minus 1, equals 0 minus 1. The '-1' terms are highlighted in red on both sides of the equation.], alt: "A mathematical equation: the square root of 9k minus 2, plus 1, minus 1, equals 0 minus 1. The '-1' terms are highlighted in red on both sides of the equation.", caption: none)], [Simplify.], [#figure(figph[A mathematical equation displays the square root of 9k minus 2, which equals negative 1. The equation is 'sqrt(9k - 2) = -1'.], alt: "A mathematical equation displays the square root of 9k minus 2, which equals negative 1. The equation is 'sqrt(9k - 2) = -1'.", caption: none)], )) Because the square root is equal to a negative number, the equation has no solution. ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of 2 r minus 3 plus 5 equals 0 .")[$sqrt(2 r − 3) + 5 = 0 .$] #solutionbox[ #math.equation(block: true, alt: "no solution")[$"no solution"$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of 7 s minus 3 plus 2 equals 0 .")[$sqrt(7 s − 3) + 2 = 0 .$] #solutionbox[ #math.equation(block: true, alt: "no solution")[$"no solution"$] ] ] If one side of an equation with a square root is a binomial, we use the Product of Binomial Squares Pattern when we square it. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Binomial Squares] #math.equation(block: true, alt: "open parenthesis a plus b close parenthesis squared equals a squared plus 2 a b plus b squared; open parenthesis a minus b close parenthesis squared equals a squared minus 2 a b plus b squared")[$attach(( a + b ), t: 2) = a^(2) + 2 a b + b^(2) \ attach(( a − b ), t: 2) = a^(2) − 2 a b + b^(2)$] ] Don’t forget the middle term! #examplebox("Example 3")[][ Solve: #math.equation(block: false, alt: "the square root of p minus 1 plus 1 equals p .")[$sqrt(p − 1) + 1 = p .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[A mathematical equation is displayed, showing 'sqrt(p - 1) + 1 = p'.], alt: "A mathematical equation is displayed, showing 'sqrt(p - 1) + 1 = p'.", caption: none)]), [To isolate the radical, subtract 1 from both sides.], [#figure(figph[An equation, sqrt(p-1) + 1 - 1 = p-1, featuring mathematical symbols and numbers, with the second '-1' and the 'p-1' on the right side highlighted in red.], alt: "An equation, sqrt(p-1) + 1 - 1 = p-1, featuring mathematical symbols and numbers, with the second '-1' and the 'p-1' on the right side highlighted in red.", caption: none)], [Simplify.], [#figure(figph[A mathematical equation is displayed, showing the square root of (p-1) equal to (p-1).], alt: "A mathematical equation is displayed, showing the square root of (p-1) equal to (p-1).", caption: none)], [Square both sides of the equation.], [#figure(figph[The equation shows (the square root of p-1) squared equals (p-1) squared.], alt: "The equation shows (the square root of p-1) squared equals (p-1) squared.", caption: none)], [Simplify, using the Product of Binomial Squares Pattern on the #linebreak() right. Then solve the new equation.], [#figure(figph[A mathematical equation is displayed on a white background, which reads 'p - 1 = p^2 - 2p + 1'.], alt: "A mathematical equation is displayed on a white background, which reads 'p - 1 = p^2 - 2p + 1'.", caption: none)], [It is a quadratic equation, so get zero on one side.], [#figure(figph[A quadratic equation showing zero equals the quantity p squared minus three p plus two.], alt: "A quadratic equation showing zero equals the quantity p squared minus three p plus two.", caption: none)], [Factor the right side.], [#figure(figph[A mathematical equation showing 0 equals the product of (p - 1) and (p - 2).], alt: "A mathematical equation showing 0 equals the product of (p - 1) and (p - 2).", caption: none)], [Use the Zero Product Property.], [#figure(figph[Two mathematical equations are displayed horizontally: '0 = p - 1' and '0 = p - 2'. The background is white.], alt: "Two mathematical equations are displayed horizontally: '0 = p - 1' and '0 = p - 2'. The background is white.", caption: none)], [Solve each equation.], [#figure(figph[Two mathematical expressions are displayed on a white background: 'p = 1' on the left and 'p = 2' on the right, indicating two distinct parameter values.], alt: "Two mathematical expressions are displayed on a white background: 'p = 1' on the left and 'p = 2' on the right, indicating two distinct parameter values.", caption: none)], [Check the answers.], [], [#figure(figph[Step-by-step verification of the equation sqrt(p-1) + 1 = p, confirming its truth for p=1 and p=2 in these two examples.], alt: "Step-by-step verification of the equation sqrt(p-1) + 1 = p, confirming its truth for p=1 and p=2 in these two examples.", caption: none)], [], [], [The solutions are #math.equation(block: false, alt: "p equals 1 , p equals 2.")[$p = 1 , #h(0.5em) p = 2.$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of x minus 2 plus 2 equals x .")[$sqrt(x − 2) + 2 = x .$] #solutionbox[ #math.equation(block: true, alt: "x equals 2 , x equals 3")[$x = 2 , x = 3$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of y minus 5 plus 5 equals y .")[$sqrt(y − 5) + 5 = y .$] #solutionbox[ #math.equation(block: true, alt: "y equals 5 , y equals 6")[$y = 5 , y = 6$] ] ] When the index of the radical is 3, we cube both sides to remove the radical. #math.equation(block: true, alt: "open parenthesis the cube root of a close parenthesis cubed equals a")[$attach(( root(3, a) ), t: 3) = a$]#examplebox("Example 4")[][ Solve: #math.equation(block: false, alt: "the cube root of 5 x plus 1 plus 8 equals 4 .")[$root(3, 5 x + 1) + 8 = 4 .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the cube root of 5 x plus 1 plus 8 equals 4")[$root(3, 5 x + 1) + 8 = 4 #h(1.8em)$]]), [To isolate the radical, subtract 8 from both sides.], [#math.equation(block: false, alt: "the cube root of 5 x plus 1 equals −4")[$root(3, 5 x + 1) = −4 #h(1.2em)$]], [Cube both sides of the equation.], [#math.equation(block: false, alt: "open parenthesis the cube root of 5 x plus 1 close parenthesis cubed equals open parenthesis −4 close parenthesis cubed")[$attach(( root(3, 5 x + 1) ), t: 3) = attach(( −4 ), t: 3)$]], [Simplify.], [#math.equation(block: false, alt: "5 x plus 1 equals −64")[$5 x + 1 = −64 #h(0.6em)$]], [Solve the equation.], [#math.equation(block: false, alt: "5 x equals −65")[$5 x = −65 #h(0.6em)$]], [], [#math.equation(block: false, alt: "x equals −13")[$x = −13 #h(0.6em)$]], [Check the answer.], [], [#figure(figph[Verifying that x = -13 is the correct solution for the equation cube\_root(5x + 1) + 8 = 4, demonstrating step-by-step substitution and simplification to confirm the equality 4 = 4.], alt: "Verifying that x = -13 is the correct solution for the equation cube_root(5x + 1) + 8 = 4, demonstrating step-by-step substitution and simplification to confirm the equality 4 = 4.", caption: none)], [], [], [The solution is #math.equation(block: false, alt: "x equals −13 .")[$x = −13 . #h(0.35em)$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the cube root of 4 x minus 3 plus 8 equals 5")[$root(3, 4 x − 3) + 8 = 5$] #solutionbox[ #math.equation(block: true, alt: "x equals −6")[$x = −6$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the cube root of 6 x minus 10 plus 1 equals −3")[$root(3, 6 x − 10) + 1 = −3$] #solutionbox[ #math.equation(block: true, alt: "x equals −9")[$x = −9$] ] ] Sometimes an equation will contain rational exponents instead of a radical. We use the same techniques to solve the equation as when we have a radical. We raise each side of the equation to the power of the denominator of the rational exponent. Since #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) ,$] we have for example, #math.equation(block: true, alt: "open parenthesis x to the power the fraction 1 over 2 close parenthesis squared equals x , open parenthesis x to the power the fraction 1 over 3 close parenthesis cubed equals x")[$attach(( x^(frac(1, 2)) ), t: 2) = x , #h(0.5em) attach(( x^(frac(1, 3)) ), t: 3) = x$]Remember, #math.equation(block: false, alt: "x to the power the fraction 1 over 2 equals the square root of x")[$x^(frac(1, 2)) = sqrt(x)$] and #math.equation(block: false, alt: "x to the power the fraction 1 over 3 equals the cube root of x .")[$x^(frac(1, 3)) = root(3, x) .$] #examplebox("Example 5")[][ Solve: #math.equation(block: false, alt: "open parenthesis 3 x minus 2 close parenthesis to the power the fraction 1 over 4 plus 3 equals 5 .")[$attach(( 3 x − 2 ), t: frac(1, 4)) + 3 = 5 .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "open parenthesis 3 x minus 2 close parenthesis to the power the fraction 1 over 4 plus 3 equals 5")[$attach(( 3 x − 2 ), t: frac(1, 4)) + 3 = 5 #h(1.1em)$]]), [To isolate the term with the rational exponent, #linebreak() subtract 3 from both sides.], [#math.equation(block: false, alt: "open parenthesis 3 x minus 2 close parenthesis to the power the fraction 1 over 4 equals 2")[$attach(( 3 x − 2 ), t: frac(1, 4)) = 2 #h(1.1em)$]], [Raise each side of the equation to the fourth power.], [#math.equation(block: false, alt: "open parenthesis open parenthesis 3 x minus 2 close parenthesis to the power the fraction 1 over 4 close parenthesis to the power 4 equals open parenthesis 2 close parenthesis to the power 4")[$attach(( attach(( 3 x − 2 ), t: frac(1, 4)) ), t: 4) = attach(( 2 ), t: 4)$]], [Simplify.], [#math.equation(block: false, alt: "3 x minus 2 equals 16")[$3 x − 2 = 16 #h(0.6em)$]], [Solve the equation.], [#math.equation(block: false, alt: "3 x equals 18")[$3 x = 18 #h(0.6em)$]], [], [#math.equation(block: false, alt: "x equals 6")[$x = 6 #h(1.17em)$]], [Check the answer.], [], [#figure(figph[Verifying x=6 as the solution to (3x-2)^(1/4) + 3 = 5 by substituting x and simplifying the equation to confirm 5=5.], alt: "Verifying x=6 as the solution to (3x-2)^(1/4) + 3 = 5 by substituting x and simplifying the equation to confirm 5=5.", caption: none)], [], [], [The solution is #math.equation(block: false, alt: "x equals 6 .")[$x = 6 . #h(0.95em)$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "open parenthesis 9 x plus 9 close parenthesis to the power the fraction 1 over 4 minus 2 equals 1 .")[$attach(( 9 x + 9 ), t: frac(1, 4)) − 2 = 1 .$] #solutionbox[ #math.equation(block: true, alt: "x equals 8")[$x = 8$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "open parenthesis 4 x minus 8 close parenthesis to the power the fraction 1 over 4 plus 5 equals 7 .")[$attach(( 4 x − 8 ), t: frac(1, 4)) + 5 = 7 .$] #solutionbox[ #math.equation(block: true, alt: "x equals 6")[$x = 6$] ] ] Sometimes the solution of a radical equation results in two algebraic solutions, but one of them may be an #strong[extraneous solution]! #examplebox("Example 6")[][ Solve: #math.equation(block: false, alt: "the square root of r plus 4 minus r plus 2 equals 0 .")[$sqrt(r + 4) − r + 2 = 0 .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "the square root of r plus 4 minus r plus 2 equals 0")[$sqrt(r + 4) − r + 2 = 0 #h(4.8em)$]]), [Isolate the radical.], [#math.equation(block: false, alt: "the square root of r plus 4 equals r minus 2")[$sqrt(r + 4) = r − 2 #h(3.2em)$]], [Square both sides of the equation.], [#math.equation(block: false, alt: "open parenthesis the square root of r plus 4 close parenthesis squared equals open parenthesis r minus 2 close parenthesis squared")[$attach(( sqrt(r + 4) ), t: 2) = attach(( r − 2 ), t: 2) #h(2em)$]], [Simplify and then solve the equation], [#math.equation(block: false, alt: "r plus 4 equals r squared minus 4 r plus 4")[$r + 4 = r^(2) − 4 r + 4 #h(0.7em)$]], [It is a quadratic equation, so get zero on #linebreak() one side.], [#math.equation(block: false, alt: "0 equals r squared minus 5 r")[$0 = r^(2) − 5 r #h(2.4em)$]], [Factor the right side.], [#math.equation(block: false, alt: "0 equals r open parenthesis r minus 5 close parenthesis")[$0 = r ( r − 5 ) #h(2.1em)$]], [Use the Zero Product Property.], [#math.equation(block: false, alt: "0 equals r 0 equals r minus 5")[$0 = r #h(1.5em) 0 = r − 5$]], [Solve the equation.], [#math.equation(block: false, alt: "r equals 0 r equals 5")[$r = 0 #h(1em) r = 5 #h(1.5em)$]], [Check your answer.], [], [#figure(figph[Verification of solutions for the radical equation sqrt(r+4) - r + 2 = 0. It shows that r=0 is an extraneous solution, while r=5 is a valid solution.], alt: "Verification of solutions for the radical equation sqrt(r+4) - r + 2 = 0. It shows that r=0 is an extraneous solution, while r=5 is a valid solution.", caption: none)], [The solution is #emph[r] = 5.], [], [#math.equation(block: false, alt: "r equals 0")[$r = 0$] is an extraneous solution.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of m plus 9 minus m plus 3 equals 0 .")[$sqrt(m + 9) − m + 3 = 0 .$] #solutionbox[ #math.equation(block: true, alt: "m equals 7")[$m = 7$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of n plus 1 minus n plus 1 equals 0 .")[$sqrt(n + 1) − n + 1 = 0 .$] #solutionbox[ #math.equation(block: true, alt: "n equals 3")[$n = 3$] ] ] When there is a coefficient in front of the radical, we must raise it to the power of the index, too. #examplebox("Example 7")[][ Solve: #math.equation(block: false, alt: "3 the square root of 3 x minus 5 minus 8 equals 4 .")[$"3" #h(0.2em) sqrt(3 x − 5) − 8 = 4 .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#math.equation(block: false, alt: "3 the square root of 3 x minus 5 minus 8 equals 4")[$"3" #h(0.2em) sqrt(3 x − 5) − 8 = 4 #h(1.05em)$]]), [Isolate the radical term.], [#math.equation(block: false, alt: "3 the square root of 3 x minus 5 equals 12")[$3 sqrt(3 x − 5) = 12 #h(0.6em)$]], [Isolate the radical by dividing both sides by 3.], [#math.equation(block: false, alt: "the square root of 3 x minus 5 equals 4")[$sqrt(3 x − 5) = 4 #h(1.05em)$]], [Square both sides of the equation.], [#math.equation(block: false, alt: "open parenthesis the square root of 3 x minus 5 close parenthesis squared equals open parenthesis 4 close parenthesis squared")[$attach(( sqrt(3 x − 5) ), t: 2) = attach(( 4 ), t: 2)$]], [Simplify, then solve the new equation.], [#math.equation(block: false, alt: "3 x minus 5 equals 16")[$3 x − 5 = 16 #h(0.6em)$]], [], [#math.equation(block: false, alt: "3 x equals 21")[$3 x = 21 #h(0.6em)$]], [Solve the equation.], [#math.equation(block: false, alt: "x equals 7")[$x = 7 #h(1.05em)$]], [Check the answer.], [], [#figure(figph[This image demonstrates the step-by-step verification that x=7 is a valid solution to the radical equation 3√(3x-5) - 8 = 4, successfully leading to 4=4.], alt: "This image demonstrates the step-by-step verification that x=7 is a valid solution to the radical equation 3√(3x-5) - 8 = 4, successfully leading to 4=4.", caption: none)], [], [], [The solution is #math.equation(block: false, alt: "x equals 7 .")[$x = 7 . #h(1.05em)$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "2 the square root of 4 a plus 4 minus 16 equals 16 .")[$2 sqrt(4 a + 4) − 16 = 16 .$] #solutionbox[ #math.equation(block: true, alt: "a equals 63")[$a = 63$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "3 the square root of 2 b plus 3 minus 25 equals 50 .")[$3 sqrt(2 b + 3) − 25 = 50 .$] #solutionbox[ #math.equation(block: true, alt: "b equals 311")[$b = 311$] ] ] === Solve Radical Equations with Two Radicals If the radical equation has two radicals, we start out by isolating one of them. It often works out easiest to isolate the more complicated radical first. In the next example, when one radical is isolated, the second radical is also isolated. #examplebox("Example 8")[][ Solve: #math.equation(block: false, alt: "the cube root of 4 x minus 3 equals the cube root of 3 x plus 2 .")[$root(3, 4 x − 3) = root(3, 3 x + 2) .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([The radical terms are isolated.], [#math.equation(block: false, alt: "the cube root of 4 x minus 3 equals the cube root of 3 x plus 2")[$#h(3.5em) root(3, 4 x − 3) = root(3, 3 x + 2)$]]), [Since the index is 3, cube both sides of the #linebreak() equation.], [#math.equation(block: false, alt: "open parenthesis the cube root of 4 x minus 3 close parenthesis cubed equals open parenthesis the cube root of 3 x plus 2 close parenthesis cubed")[$#h(2.3em) attach(( root(3, 4 x − 3) ), t: 3) = attach(( root(3, 3 x + 2) ), t: 3)$]], [Simplify, then solve the new equation.], [#math.equation(block: false, alt: "4 x minus 3 equals 3 x plus 2")[$#h(4em) 4 x − 3 = 3 x + 2$]], [], [#math.equation(block: false, alt: "x minus 3 equals 2")[$#h(4.5em) x − 3 = 2$]], [], [#math.equation(block: false, alt: "x equals 5")[$#h(6.2em) x = 5$]], [], [#math.equation(block: false, alt: "The solution is x equals 5 .")[$"The solution is" #h(0.2em) x = 5 .$]], [Check the answer.], [], [We leave it to you to show that 5 checks!], [], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the cube root of 5 x minus 4 equals the cube root of 2 x plus 5 .")[$root(3, 5 x − 4) = root(3, 2 x + 5) .$] #solutionbox[ #math.equation(block: true, alt: "x equals 3")[$x = 3$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the cube root of 7 x plus 1 equals the cube root of 2 x minus 5 .")[$root(3, 7 x + 1) = root(3, 2 x − 5) .$] #solutionbox[ #math.equation(block: true, alt: "x equals minus the fraction 6 over 5")[$x = − frac(6, 5)$] ] ] Sometimes after raising both sides of an equation to a power, we still have a variable inside a radical. When that happens, we repeat Step 1 and Step 2 of our procedure. We isolate the radical and raise both sides of the equation to the power of the index again. #examplebox("Example 9")[How to Solve a Radical Equation][ Solve: #math.equation(block: false, alt: "the square root of m plus 1 equals the square root of m plus 9 .")[$sqrt(m) + 1 = sqrt(m + 9) .$] #solutionbox[ #figure(figph[Step 1 is to isolate one of the radical terms on one side of the equation. The radical on the right is isolated.], alt: "Step 1 is to isolate one of the radical terms on one side of the equation. The radical on the right is isolated.", caption: none) #figure(figph[Step 2 is to raise both sides of the equation to the power of the index. We square both sides. The equation that results is the square of the quantity square root of m plus 1 in parentheses equals the square of the square root of the quantity m plus 9 in parentheses. Simplify – be very careful as you multiply! This simplifies to m plus 2 times square root m plus 1 equals m plus 9.], alt: "Step 2 is to raise both sides of the equation to the power of the index. We square both sides. The equation that results is the square of the quantity square root of m plus 1 in parentheses equals the square of the square root of the quantity m plus 9 in parentheses. Simplify – be very careful as you multiply! This simplifies to m plus 2 times square root m plus 1 equals m plus 9.", caption: none) #figure(figph[Step 3 is to repeat steps 1 and 2 again if there are any more radicals. There is still a radical in the equation. So we must repeat the previous steps. Isolate the radical term. 2 times square root m equals 8. Here, we can easily isolate the radical by dividing both sides by 2. We get square root m equals 4. Squaring both sides we get the square of the square root of m equals 4 squared. m equals 16.], alt: "Step 3 is to repeat steps 1 and 2 again if there are any more radicals. There is still a radical in the equation. So we must repeat the previous steps. Isolate the radical term. 2 times square root m equals 8. Here, we can easily isolate the radical by dividing both sides by 2. We get square root m equals 4. Squaring both sides we get the square of the square root of m equals 4 squared. m equals 16.", caption: none) #figure(figph[Step 4 is to check the answer in the original equation. Does the square root of 16 plus 1 equal the square root of the quantity 16 plus 9? Simplifying both sides we get 4 plus 1 equals 5. This verifies that the solution is m equals 16.], alt: "Step 4 is to check the answer in the original equation. Does the square root of 16 plus 1 equal the square root of the quantity 16 plus 9? Simplifying both sides we get 4 plus 1 equals 5. This verifies that the solution is m equals 16.", caption: none) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "3 minus the square root of x equals the square root of x minus 3 .")[$3 − sqrt(x) = sqrt(x − 3) .$] #solutionbox[ #math.equation(block: true, alt: "x equals 4")[$x = 4$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of x plus 2 equals the square root of x plus 16 .")[$sqrt(x) + 2 = sqrt(x + 16) .$] #solutionbox[ #math.equation(block: true, alt: "x equals 9")[$x = 9$] ] ] We summarize the steps here. We have adjusted our previous steps to include more than one radical in the equation This procedure will now work for any radical equations. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Solve a radical equation.] + Isolate one of the radical terms on one side of the equation. + Raise both sides of the equation to the power of the index. + Are there any more radicals? #linebreak() If yes, repeat Step 1 and Step 2 again. #linebreak() If no, solve the new equation. + Check the answer in the original equation. ] Be careful as you square binomials in the next example. Remember the pattern is #math.equation(block: false, alt: "open parenthesis a plus b close parenthesis squared equals a squared plus 2 a b plus b squared")[$attach(( a + b ), t: 2) = a^(2) + 2 a b + b^(2)$] or #math.equation(block: false, alt: "open parenthesis a minus b close parenthesis squared equals a squared minus 2 a b plus b squared .")[$attach(( a − b ), t: 2) = a^(2) − 2 a b + b^(2) .$] #examplebox("Example 10")[][ Solve: #math.equation(block: false, alt: "the square root of q minus 2 plus 3 equals the square root of 4 q plus 1 .")[$sqrt(q − 2) + 3 = sqrt(4 q + 1) .$] #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[A mathematical equation shows the square root of (q - 2) plus 3 equals the square root of (4q + 1).], alt: "A mathematical equation shows the square root of (q - 2) plus 3 equals the square root of (4q + 1).", caption: none)]), [The radical on the right is isolated. Square #linebreak() both sides.], [#figure(figph[An algebraic equation showing the square of the expression (sqrt(q-2) + 3) on the left side, and the square of sqrt(4q+1) on the right side, with both expressions being equal.], alt: "An algebraic equation showing the square of the expression (sqrt(q-2) + 3) on the left side, and the square of sqrt(4q+1) on the right side, with both expressions being equal.", caption: none)], [Simplify.], [#figure(figph[A mathematical equation is displayed: q - 2 + 6 \* sqrt(q - 2 + 9) = 4q + 1. The equation involves a variable 'q', numbers, addition, subtraction, multiplication, and a square root.], alt: "A mathematical equation is displayed: q - 2 + 6 * sqrt(q - 2 + 9) = 4q + 1. The equation involves a variable 'q', numbers, addition, subtraction, multiplication, and a square root.", caption: none)], [There is still a radical in the equation so #linebreak() we must repeat the previous steps. Isolate #linebreak() the radical.], [#figure(figph[A mathematical equation is displayed on a white background, which reads '6 sqrt(q) - 2 = 3q - 6'.], alt: "A mathematical equation is displayed on a white background, which reads '6 sqrt(q) - 2 = 3q - 6'.", caption: none)], [Square both sides. It would not help to #linebreak() divide both sides by 6. Remember to #linebreak() square both the 6 and the #math.equation(block: false, alt: "the square root of q minus 2 .")[$sqrt(q − 2) .$]], [#figure(figph[The image shows mathematical equations demonstrating algebraic expansions. The top line presents two squared expressions: (6√(q-2))^2 and ((a-b)/(3q-6))^2. The bottom line details the expansion of 6^2(√(q-2))^2 and the binomial expansion of (3q-6)^2, referencing the identity a^2 - 2ab + b^2.], alt: "The image shows mathematical equations demonstrating algebraic expansions. The top line presents two squared expressions: (6√(q-2))^2 and ((a-b)/(3q-6))^2. The bottom line details the expansion of 6^2(√(q-2))^2 and the binomial expansion of (3q-6)^2, referencing the identity a^2 - 2ab + b^2.", caption: none)], [Simplify, then solve the new equation.], [#figure(figph[A mathematical equation is displayed, showing 36(q-2) = 9q^2 - 36q + 36 on a white background.], alt: "A mathematical equation is displayed, showing 36(q-2) = 9q^2 - 36q + 36 on a white background.", caption: none)], [Distribute.], [#figure(figph[A quadratic equation is displayed, showing 36q - 72 = 9q^2 - 36q + 36, likely for solving the variable 'q'.], alt: "A quadratic equation is displayed, showing 36q - 72 = 9q^2 - 36q + 36, likely for solving the variable 'q'.", caption: none)], [It is a quadratic equation, so get zero on #linebreak() one side.], [#figure(figph[A quadratic equation is displayed: 0 = 9q^2 - 72q + 108. The equation is presented in a clear, digital format against a white background.], alt: "A quadratic equation is displayed: 0 = 9q^2 - 72q + 108. The equation is presented in a clear, digital format against a white background.", caption: none)], [Factor the right side.], [#figure(figph[Algebraic factorization of a quadratic expression. The equation 0 = 9(q^2 - 8q + 12) is factored into 0 = 9(q - 6)(q - 2).], alt: "Algebraic factorization of a quadratic expression. The equation 0 = 9(q^2 - 8q + 12) is factored into 0 = 9(q - 6)(q - 2).", caption: none)], [Use the Zero Product Property.], [#figure(figph[Two separate sets of linear equations and their solutions are shown. On the left, q - 6 = 0 is solved to q = 6. On the right, q - 2 = 0 is solved to q = 2.], alt: "Two separate sets of linear equations and their solutions are shown. On the left, q - 6 = 0 is solved to q = 6. On the right, q - 2 = 0 is solved to q = 2.", caption: none)], [The checks are left to you.], [The solutions are #math.equation(block: false, alt: "q equals 6")[$q = 6$] and #math.equation(block: false, alt: "q equals 2 .")[$q = 2 .$]], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of x minus 1 plus 2 equals the square root of 2 x plus 6")[$sqrt(x − 1) + 2 = sqrt(2 x + 6)$] #solutionbox[ #math.equation(block: true, alt: "x equals 5")[$x = 5$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve: #math.equation(block: false, alt: "the square root of x plus 2 equals the square root of 3 x plus 4")[$sqrt(x) + 2 = sqrt(3 x + 4)$] #solutionbox[ #math.equation(block: true, alt: "x equals 0 x equals 4")[$x = 0 #h(0.2em) x = 4$] ] ] === Use Radicals in Applications As you progress through your college courses, you’ll encounter formulas that include radicals in many disciplines. We will modify our Problem Solving Strategy for Geometry Applications slightly to give us a plan for solving applications with formulas from any discipline. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Use a problem solving strategy for applications with formulas.] + #strong[Read] the problem and make sure all the words and ideas are understood. When appropriate, draw a figure and label it with the given information. + #strong[Identify] what we are looking for. + #strong[Name] what we are looking for by choosing a variable to represent it. + #strong[Translate] into an equation by writing the appropriate formula or model for the situation. Substitute in the given information. + #strong[Solve the equation] using good algebra techniques. + #strong[Check] the answer in the problem and make sure it makes sense. + #strong[Answer] the question with a complete sentence. ] One application of radicals has to do with the effect of #strong[gravity] on falling objects. The formula allows us to determine how long it will take a fallen object to hit the gound. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Falling Objects] On Earth, if an object is dropped from a height of #emph[h] feet, the time in seconds it will take to reach the ground is found by using the formula #math.equation(block: true, alt: "t equals the fraction the square root of h over 4 .")[$t = frac(sqrt(h), 4) .$] ] For example, if an object is dropped from a height of 64 feet, we can find the time it takes to reach the ground by substituting #math.equation(block: false, alt: "h equals 64")[$h = 64$] into the formula. #figure(table( columns: 2, align: left, inset: 6pt, table.header([], [#figure(figph[A mathematical formula displaying 't equals the square root of h, all divided by 4', which can also be written as t = vh / 4 or t = (h^0.5) / 4.], alt: "A mathematical formula displaying 't equals the square root of h, all divided by 4', which can also be written as t = vh / 4 or t = (h^0.5) / 4.", caption: none)]), [], [#figure(figph[A mathematical equation: t equals the square root of 64, all divided by 4, with the number 64 highlighted in red.], alt: "A mathematical equation: t equals the square root of 64, all divided by 4, with the number 64 highlighted in red.", caption: none)], [Take the square root of 64.], [#figure(figph[A mathematical equation shows 't = 8/4' in black text against a white background.], alt: "A mathematical equation shows 't = 8/4' in black text against a white background.", caption: none)], [Simplify the fraction.], [#figure(figph[The text 't=2' is displayed in dark gray characters against a plain white background.], alt: "The text 't=2' is displayed in dark gray characters against a plain white background.", caption: none)], )) It would take 2 seconds for an object dropped from a height of 64 feet to reach the ground. #examplebox("Example 11")[][ Marissa dropped her sunglasses from a bridge 400 feet above a river. Use the formula #math.equation(block: false, alt: "t equals the fraction the square root of h over 4")[$t = frac(sqrt(h), 4)$] to find how many seconds it took for the sunglasses to reach the river. #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([#strong[Step 1. Read] the problem.], []), [#strong[Step 2. Identify] what we are looking for.], [the time it takes for the #linebreak() sunglasses to reach the river], [#strong[Step 3. Name] what we are looking.], [Let #math.equation(block: false, alt: "t equals")[$t =$] time.], [#strong[Step 4. Translate] into an equation by writing the #linebreak() appropriate formula. Substitute in the given #linebreak() information.], [#figure(figph[Substitution of h=400 into the equation t = sqrt(h)/4, resulting in t = sqrt(400)/4, demonstrating the first step in solving for t.], alt: "Substitution of h=400 into the equation t = sqrt(h)/4, resulting in t = sqrt(400)/4, demonstrating the first step in solving for t.", caption: none)], [#strong[Step 5. Solve the equation.]], [#figure(figph[A mathematical expression reads 't = 20/4', indicating a variable 't' is equal to the fraction 20 divided by 4.], alt: "A mathematical expression reads 't = 20/4', indicating a variable 't' is equal to the fraction 20 divided by 4.", caption: none)], [], [#figure(figph[The image displays the mathematical expression 't = 5' in black text against a plain white background, indicating a variable 't' assigned the value of five.], alt: "The image displays the mathematical expression 't = 5' in black text against a plain white background, indicating a variable 't' assigned the value of five.", caption: none)], [#strong[Step 6. Check] the answer in the problem and make #linebreak() sure it makes sense.], [#figure(figph[A three-step math problem demonstrating that 5 is equal to the square root of 400 divided by 4, concluding with '5 = 5' and a checkmark.], alt: "A three-step math problem demonstrating that 5 is equal to the square root of 400 divided by 4, concluding with '5 = 5' and a checkmark.", caption: none)], [Does 5 seconds seem like a reasonable length of #linebreak() time?], [Yes.], [#strong[Step 7. Answer] the question.], [It will take 5 seconds for the #linebreak() sunglasses to reach the river.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A helicopter dropped a rescue package from a height of 1,296 feet. Use the formula #math.equation(block: false, alt: "t equals the fraction the square root of h over 4")[$t = frac(sqrt(h), 4)$] to find how many seconds it took for the package to reach the ground. #solutionbox[ 9 seconds ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A window washer dropped a squeegee from a platform 196 feet above the sidewalk Use the formula #math.equation(block: false, alt: "t equals the fraction the square root of h over 4")[$t = frac(sqrt(h), 4)$] to find how many seconds it took for the squeegee to reach the sidewalk. #solutionbox[ #math.equation(block: false, alt: "3.5")[$3.5$] seconds ] ] Police officers investigating car accidents measure the length of the skid marks on the pavement. Then they use square roots to determine the #strong[speed], in miles per hour, a car was going before applying the brakes. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Skid Marks and Speed of a Car] If the length of the skid marks is #emph[d] feet, then the speed, #emph[s], of the car before the brakes were applied can be found by using the formula #math.equation(block: true, alt: "s equals the square root of 24 d")[$s = sqrt(24 d)$] ] #examplebox("Example 12")[][ After a car accident, the skid marks for one car measured 190 feet. Use the formula #math.equation(block: false, alt: "s equals the square root of 24 d")[$s = sqrt(24 d)$] to find the speed of the car before the brakes were applied. Round your answer to the nearest tenth. #solutionbox[ #figure(table( columns: 2, align: left, inset: 6pt, table.header([#strong[Step 1. Read] the problem], []), [#strong[Step 2. Identify] what we are looking for.], [the speed of a car], [#strong[Step 3. Name] what weare looking for,], [Let #math.equation(block: false, alt: "s equals")[$s =$] the speed.], [#strong[Step 4. Translate] into an equation by writing #linebreak() the appropriate formula. Substitute in the #linebreak() given information.], [#figure(figph[A mathematical problem showing the substitution of d=190 into the equation s = sqrt(24d), resulting in s = sqrt(24(190)), with 190 highlighted in red.], alt: "A mathematical problem showing the substitution of d=190 into the equation s = sqrt(24d), resulting in s = sqrt(24(190)), with 190 highlighted in red.", caption: none)], [#strong[Step 5. Solve the equation.]], [#figure(figph[The image displays the mathematical equation s = sqrt(4,560), calculating the square root of 4,560.], alt: "The image displays the mathematical equation s = sqrt(4,560), calculating the square root of 4,560.", caption: none)], [], [#figure(figph[The variable 's' is equal to the repeating decimal 67.52777...], alt: "The variable 's' is equal to the repeating decimal 67.52777...", caption: none)], [Round to 1 decimal place.], [#figure(figph[A mathematical expression displays 's' is approximately equal to 67.5.], alt: "A mathematical expression displays 's' is approximately equal to 67.5.", caption: none)], [], [#figure(figph[Checking if 67.5 equals the square root of 24 times 190. Steps show simplification: square root of 24 times 190 becomes square root of 4560, which is approximately 67.5277. A checkmark confirms the approximation.], alt: "Checking if 67.5 equals the square root of 24 times 190. Steps show simplification: square root of 24 times 190 becomes square root of 4560, which is approximately 67.5277. A checkmark confirms the approximation.", caption: none)], [], [The speed of the car before the brakes were applied #linebreak() was 67.5 miles per hour.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ An accident investigator measured the skid marks of the car. The length of the skid marks was 76 feet. Use the formula #math.equation(block: false, alt: "s equals the square root of 24 d")[$s = sqrt(24 d)$] to find the speed of the car before the brakes were applied. Round your answer to the nearest tenth. #solutionbox[ #math.equation(block: false, alt: "42.7")[$42.7$] feet ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ The skid marks of a vehicle involved in an accident were 122 feet long. Use the formula #math.equation(block: false, alt: "s equals the square root of 24 d")[$s = sqrt(24 d)$] to find the speed of the vehicle before the brakes were applied. Round your answer to the nearest tenth. #solutionbox[ #math.equation(block: false, alt: "54.1")[$54.1$] feet ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Access these online resources for additional instruction and practice with solving radical equations. - #link("https://openstax.org/l/37RadEquat1")[Solving an Equation Involving a Single Radical] - #link("https://openstax.org/l/37RadEquat2")[Solving Equations with Radicals and Rational Exponents] - #link("https://openstax.org/l/37RadEquat3")[Solving Radical Equations] - #link("https://openstax.org/l/37RadEquat4")[Solve Radical Equations] - #link("https://openstax.org/l/37RadEquat5")[Radical Equation Application] ] === Key Concepts - #strong[Binomial Squares] #linebreak() #math.equation(block: false, alt: "open parenthesis a plus b close parenthesis squared equals a squared plus 2 a b plus b squared; open parenthesis a minus b close parenthesis squared equals a squared minus 2 a b plus b squared")[$attach(( a + b ), t: 2) = a^(2) + 2 a b + b^(2) \ attach(( a − b ), t: 2) = a^(2) − 2 a b + b^(2)$] - #strong[Solve a Radical Equation] + Isolate one of the radical terms on one side of the equation. + Raise both sides of the equation to the power of the index. + Are there any more radicals? #linebreak() If yes, repeat Step 1 and Step 2 again. #linebreak() If no, solve the new equation. + Check the answer in the original equation. - #strong[Problem Solving Strategy for Applications with Formulas] + Read the problem and make sure all the words and ideas are understood. When appropriate, draw a figure and label it with the given information. + Identify what we are looking for. + Name what we are looking for by choosing a variable to represent it. + Translate into an equation by writing the appropriate formula or model for the situation. Substitute in the given information. + Solve the equation using good algebra techniques. + Check the answer in the problem and make sure it makes sense. + Answer the question with a complete sentence. - #strong[Falling Objects] - On Earth, if an object is dropped from a height of #emph[h] feet, the time in seconds it will take to reach the ground is found by using the formula #math.equation(block: false, alt: "t equals the fraction the square root of h over 4 .")[$t = frac(sqrt(h), 4) .$] - #strong[Skid Marks and Speed of a Car] - If the length of the skid marks is #emph[d] feet, then the speed, #emph[s], of the car before the brakes were applied can be found by using the formula #math.equation(block: false, alt: "s equals the square root of 24 d .")[$s = sqrt(24 d) .$] ==== Practice Makes Perfect #strong[Solve Radical Equations] In the following exercises, solve. #math.equation(block: true, alt: "the square root of 5 x minus 6 equals 8")[$sqrt(5 x − 6) = 8$] #solutionbox[ #math.equation(block: true, alt: "x equals 14")[$x = 14$] ] #math.equation(block: true, alt: "the square root of 4 x minus 3 equals 7")[$sqrt(4 x − 3) = 7$] #math.equation(block: true, alt: "the square root of 5 x plus 1 equals −3")[$sqrt(5 x + 1) = −3$] #solutionbox[ no solution ] #math.equation(block: true, alt: "the square root of 3 y minus 4 equals −2")[$sqrt(3 y − 4) = −2$] #math.equation(block: true, alt: "the cube root of 2 x equals −2")[$root(3, 2 x) = −2$] #solutionbox[ #math.equation(block: true, alt: "x equals −4")[$x = −4$] ] #math.equation(block: true, alt: "the cube root of 4 x minus 1 equals 3")[$root(3, 4 x − 1) = 3$] #math.equation(block: true, alt: "the square root of 2 m minus 3 minus 5 equals 0")[$sqrt(2 m − 3) − 5 = 0$] #solutionbox[ #math.equation(block: true, alt: "m equals 14")[$m = 14$] ] #math.equation(block: true, alt: "the square root of 2 n minus 1 minus 3 equals 0")[$sqrt(2 n − 1) − 3 = 0$] #math.equation(block: true, alt: "the square root of 6 v minus 2 minus 10 equals 0")[$sqrt(6 v − 2) − 10 = 0$] #solutionbox[ #math.equation(block: true, alt: "v equals 17")[$v = 17$] ] #math.equation(block: true, alt: "the square root of 12 u plus 1 minus 11 equals 0")[$sqrt(12 u + 1) − 11 = 0$] #math.equation(block: true, alt: "the square root of 4 m plus 2 plus 2 equals 6")[$sqrt(4 m + 2) + 2 = 6$] #solutionbox[ #math.equation(block: true, alt: "m equals the fraction 7 over 2")[$m = frac(7, 2)$] ] #math.equation(block: true, alt: "the square root of 6 n plus 1 plus 4 equals 8")[$sqrt(6 n + 1) + 4 = 8$] #math.equation(block: true, alt: "the square root of 2 u minus 3 plus 2 equals 0")[$sqrt(2 u − 3) + 2 = 0$] #solutionbox[ no solution ] #math.equation(block: true, alt: "the square root of 5 v minus 2 plus 5 equals 0")[$sqrt(5 v − 2) + 5 = 0$] #math.equation(block: true, alt: "the square root of u minus 3 plus 3 equals u")[$sqrt(u − 3) + 3 = u$] #solutionbox[ #math.equation(block: true, alt: "u equals 3 , u equals 4")[$u = 3 , u = 4$] ] #math.equation(block: true, alt: "the square root of v minus 10 plus 10 equals v")[$sqrt(v − 10) + 10 = v$] #math.equation(block: true, alt: "the square root of r minus 1 equals r minus 1")[$sqrt(r − 1) = r − 1$] #solutionbox[ #math.equation(block: true, alt: "r equals 1 , r equals 2")[$r = 1 , r = 2$] ] #math.equation(block: true, alt: "the square root of s minus 8 equals s minus 8")[$sqrt(s − 8) = s − 8$] #math.equation(block: true, alt: "the cube root of 6 x plus 4 equals 4")[$root(3, 6 x + 4) = 4$] #solutionbox[ #math.equation(block: true, alt: "x equals 10")[$x = 10$] ] #math.equation(block: true, alt: "the cube root of 11 x plus 4 equals 5")[$root(3, 11 x + 4) = 5$] #math.equation(block: true, alt: "the cube root of 4 x plus 5 minus 2 equals −5")[$root(3, 4 x + 5) − 2 = −5$] #solutionbox[ #math.equation(block: true, alt: "x equals −8")[$x = −8$] ] #math.equation(block: true, alt: "the cube root of 9 x minus 1 minus 1 equals −5")[$root(3, 9 x − 1) − 1 = −5$] #math.equation(block: true, alt: "open parenthesis 6 x plus 1 close parenthesis to the power the fraction 1 over 2 minus 3 equals 4")[$attach(( 6 x + 1 ), t: frac(1, 2)) − 3 = 4$] #solutionbox[ #math.equation(block: true, alt: "x equals 8")[$x = 8$] ] #math.equation(block: true, alt: "open parenthesis 3 x minus 2 close parenthesis to the power the fraction 1 over 2 plus 1 equals 6")[$attach(( 3 x − 2 ), t: frac(1, 2)) + 1 = 6$] #math.equation(block: true, alt: "open parenthesis 8 x plus 5 close parenthesis to the power the fraction 1 over 3 plus 2 equals −1")[$attach(( 8 x + 5 ), t: frac(1, 3)) + 2 = −1$] #solutionbox[ #math.equation(block: true, alt: "x equals −4")[$x = −4$] ] #math.equation(block: true, alt: "open parenthesis 12 x minus 5 close parenthesis to the power the fraction 1 over 3 plus 8 equals 3")[$attach(( 12 x − 5 ), t: frac(1, 3)) + 8 = 3$] #math.equation(block: true, alt: "open parenthesis 12 x minus 3 close parenthesis to the power the fraction 1 over 4 minus 5 equals −2")[$attach(( 12 x − 3 ), t: frac(1, 4)) − 5 = −2$] #solutionbox[ #math.equation(block: true, alt: "x equals 7")[$x = 7$] ] #math.equation(block: true, alt: "open parenthesis 5 x minus 4 close parenthesis to the power the fraction 1 over 4 plus 7 equals 9")[$attach(( 5 x − 4 ), t: frac(1, 4)) + 7 = 9$] #math.equation(block: true, alt: "the square root of x plus 1 minus x plus 1 equals 0")[$sqrt(x + 1) − x + 1 = 0$] #solutionbox[ #math.equation(block: true, alt: "x equals 3")[$x = 3$] ] #math.equation(block: true, alt: "the square root of y plus 4 minus y plus 2 equals 0")[$sqrt(y + 4) − y + 2 = 0$] #math.equation(block: true, alt: "the square root of z plus 100 minus z equals −10")[$sqrt(z + 100) − z = −10$] #solutionbox[ #math.equation(block: true, alt: "z equals 21")[$z = 21$] ] #math.equation(block: true, alt: "the square root of w plus 25 minus w equals −5")[$sqrt(w + 25) − w = −5$] #math.equation(block: true, alt: "3 the square root of 2 x minus 3 minus 20 equals 7")[$3 sqrt(2 x − 3) − 20 = 7$] #solutionbox[ #math.equation(block: true, alt: "x equals 42")[$x = 42$] ] #math.equation(block: true, alt: "2 the square root of 5 x plus 1 minus 8 equals 0")[$2 sqrt(5 x + 1) − 8 = 0$] #math.equation(block: true, alt: "2 the square root of 8 r plus 1 minus 8 equals 2")[$2 sqrt(8 r + 1) − 8 = 2$] #solutionbox[ #math.equation(block: true, alt: "r equals 3")[$r = 3$] ] #math.equation(block: true, alt: "3 the square root of 7 y plus 1 minus 10 equals 8")[$3 sqrt(7 y + 1) − 10 = 8$] #strong[Solve Radical Equations with Two Radicals] In the following exercises, solve. #math.equation(block: true, alt: "the square root of 3 u plus 7 equals the square root of 5 u plus 1")[$sqrt(3 u + 7) = sqrt(5 u + 1)$] #solutionbox[ #math.equation(block: true, alt: "u equals 3")[$u = 3$] ] #math.equation(block: true, alt: "the square root of 4 v plus 1 equals the square root of 3 v plus 3")[$sqrt(4 v + 1) = sqrt(3 v + 3)$] #math.equation(block: true, alt: "the square root of 8 plus 2 r equals the square root of 3 r plus 10")[$sqrt(8 + 2 r) = sqrt(3 r + 10)$] #solutionbox[ #math.equation(block: true, alt: "r equals −2")[$r = −2$] ] #math.equation(block: true, alt: "the square root of 10 plus 2 c equals the square root of 4 c plus 16")[$sqrt(10 + 2 c) = sqrt(4 c + 16)$] #math.equation(block: true, alt: "the cube root of 5 x minus 1 equals the cube root of x plus 3")[$root(3, 5 x − 1) = root(3, x + 3)$] #solutionbox[ #math.equation(block: true, alt: "x equals 1")[$x = 1$] ] #math.equation(block: true, alt: "the cube root of 8 x minus 5 equals the cube root of 3 x plus 5")[$root(3, 8 x − 5) = root(3, 3 x + 5)$] #math.equation(block: true, alt: "the cube root of 2 x squared plus 9 x minus 18 equals the cube root of x squared plus 3 x minus 2")[$root(3, 2 x^(2) + 9 x − 18) = root(3, x^(2) + 3 x − 2)$] #solutionbox[ #math.equation(block: true, alt: "x equals −8 , x equals 2")[$x = −8 , x = 2$] ] #math.equation(block: true, alt: "the cube root of x squared minus x plus 18 equals the cube root of 2 x squared minus 3 x minus 6")[$root(3, x^(2) − x + 18) = root(3, 2 x^(2) − 3 x − 6)$] #math.equation(block: true, alt: "the square root of a plus 2 equals the square root of a plus 4")[$sqrt(a) + 2 = sqrt(a + 4)$] #solutionbox[ #math.equation(block: true, alt: "a equals 0")[$a = 0$] ] #math.equation(block: true, alt: "the square root of r plus 6 equals the square root of r plus 8")[$sqrt(r) + 6 = sqrt(r + 8)$] #math.equation(block: true, alt: "the square root of u plus 1 equals the square root of u plus 4")[$sqrt(u) + 1 = sqrt(u + 4)$] #solutionbox[ #math.equation(block: true, alt: "u equals the fraction 9 over 4")[$u = frac(9, 4)$] ] #math.equation(block: true, alt: "the square root of x plus 1 equals the square root of x plus 2")[$sqrt(x) + 1 = sqrt(x + 2)$] #math.equation(block: true, alt: "the square root of a plus 5 minus the square root of a equals 1")[$sqrt(a + 5) − sqrt(a) = 1$] #solutionbox[ #math.equation(block: true, alt: "a equals 4")[$a = 4$] ] #math.equation(block: true, alt: "−2 equals the square root of d minus 20 minus the square root of d")[$−2 = sqrt(d − 20) − sqrt(d)$] #math.equation(block: true, alt: "the square root of 2 x plus 1 equals 1 plus the square root of x")[$sqrt(2 x + 1) = 1 + sqrt(x)$] #solutionbox[ #math.equation(block: true, alt: "x equals 0 x equals 4")[$x = 0 #h(0.2em) x = 4$] ] #math.equation(block: true, alt: "the square root of 3 x plus 1 equals 1 plus the square root of 2 x minus 1")[$sqrt(3 x + 1) = 1 + sqrt(2 x − 1)$] #math.equation(block: true, alt: "the square root of 2 x minus 1 minus the square root of x minus 1 equals 1")[$sqrt(2 x − 1) − sqrt(x − 1) = 1$] #solutionbox[ #math.equation(block: true, alt: "x equals 1 x equals 5")[$x = 1 #h(0.2em) x = 5$] ] #math.equation(block: true, alt: "the square root of x plus 1 minus the square root of x minus 2 equals 1")[$sqrt(x + 1) − sqrt(x − 2) = 1$] #math.equation(block: true, alt: "the square root of x plus 7 minus the square root of x minus 5 equals 2")[$sqrt(x + 7) − sqrt(x − 5) = 2$] #solutionbox[ #math.equation(block: true, alt: "x equals 9")[$x = 9$] ] #math.equation(block: true, alt: "the square root of x plus 5 minus the square root of x minus 3 equals 2")[$sqrt(x + 5) − sqrt(x − 3) = 2$] #strong[Use Radicals in Applications] In the following exercises, solve. Round approximations to one decimal place. #strong[Landscaping] Reed wants to have a square garden plot in his backyard. He has enough compost to cover an area of 75 square feet. Use the formula #math.equation(block: false, alt: "s equals the square root of A")[$s = sqrt(A)$] to find the length of each side of his garden. Round your answer to the nearest tenth of a foot. #solutionbox[ #math.equation(block: false, alt: "8.7")[$8.7$] feet ] #strong[Landscaping] Vince wants to make a square patio in his yard. He has enough concrete to pave an area of 130 square feet. Use the formula #math.equation(block: false, alt: "s equals the square root of A")[$s = sqrt(A)$] to find the length of each side of his patio. Round your answer to the nearest tenth of a foot. #strong[Gravity] A hang glider dropped his cell phone from a height of 350 feet. Use the formula #math.equation(block: false, alt: "t equals the fraction the square root of h over 4")[$t = frac(sqrt(h), 4)$] to find how many seconds it took for the cell phone to reach the ground. #solutionbox[ #math.equation(block: false, alt: "4.7")[$4.7$] seconds ] #strong[Gravity] A construction worker dropped a hammer while building the Grand Canyon skywalk, 4000 feet above the Colorado River. Use the formula #math.equation(block: false, alt: "t equals the fraction the square root of h over 4")[$t = frac(sqrt(h), 4)$] to find how many seconds it took for the hammer to reach the river. #strong[Accident investigation] The skid marks for a car involved in an accident measured 216 feet. Use the formula #math.equation(block: false, alt: "s equals the square root of 24 d")[$s = sqrt(24 d)$] to find the speed of the car before the brakes were applied. Round your answer to the nearest tenth. #solutionbox[ 72 feet ] #strong[Accident investigation] An accident investigator measured the skid marks of one of the vehicles involved in an accident. The length of the skid marks was 175 feet. Use the formula #math.equation(block: false, alt: "s equals the square root of 24 d")[$s = sqrt(24 d)$] to find the speed of the vehicle before the brakes were applied. Round your answer to the nearest tenth. ==== Writing Exercises Explain why an equation of the form #math.equation(block: false, alt: "the square root of x plus 1 equals 0")[$sqrt(x) + 1 = 0$] has no solution. #solutionbox[ Answers will vary. ] ⓐ Solve the equation #math.equation(block: false, alt: "the square root of r plus 4 minus r plus 2 equals 0 .")[$sqrt(r + 4) − r + 2 = 0 .$] ⓑ Explain why one of the “solutions” that was found was not actually a solution to the equation. ==== Self Check ⓐ After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section. #figure(figph[The table has 4 columns and 4 rows. The first row is a header row with the headers “I can…”, “Confidently”, “With some help.”, and “No – I don’t get it!”. The first column contains the phrases “Solve radical equations”, “solve radical equations with two radicals”, and “use radicals in applications”. The other columns are left blank so the learner can indicate their level of understanding.], alt: "The table has 4 columns and 4 rows. The first row is a header row with the headers “I can…”, “Confidently”, “With some help.”, and “No – I don’t get it!”. The first column contains the phrases “Solve radical equations”, “solve radical equations with two radicals”, and “use radicals in applications”. The other columns are left blank so the learner can indicate their level of understanding.", caption: none) ⓑ After reviewing this checklist, what will you do to become confident for all objectives?