Fiveable

🔟Elementary Algebra Unit 9 Review

QR code for Elementary Algebra practice questions

9.4 Multiply Square Roots

9.4 Multiply Square Roots

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Multiplying Square Roots

Product property of square roots

The product property of square roots is the foundation for everything in this section. It says that multiplying two square roots is the same as taking the square root of the product of their radicands (the numbers under the radical sign):

ab=ab\sqrt{a} \cdot \sqrt{b} = \sqrt{ab}

This works because square roots are really exponents (a=a1/2\sqrt{a} = a^{1/2}), and when you multiply same-base powers, you add exponents.

A few key applications:

  • Basic multiplication: Just multiply the radicands and simplify.
    • 35=35=15\sqrt{3} \cdot \sqrt{5} = \sqrt{3 \cdot 5} = \sqrt{15}
  • Same radicand: When you multiply a square root by itself, the radical disappears.
    • aa=a2=a\sqrt{a} \cdot \sqrt{a} = \sqrt{a^2} = a
    • 77=49=7\sqrt{7} \cdot \sqrt{7} = \sqrt{49} = 7
  • Results that simplify further: Sometimes the product under the radical contains a perfect square factor. Always check for this.
    • 818=144=12\sqrt{8} \cdot \sqrt{18} = \sqrt{144} = 12
    • 1227=324=18\sqrt{12} \cdot \sqrt{27} = \sqrt{324} = 18

If you don't recognize 144\sqrt{144} or 324\sqrt{324} right away, factor the radicand to pull out perfect squares. For example, 144=169=43=12\sqrt{144} = \sqrt{16 \cdot 9} = 4 \cdot 3 = 12.

Product property of square roots, 7.5 Simplify Square Roots – Introductory Algebra

Simplification of radical expressions

When coefficients (numbers in front of the radical) are involved, you handle the coefficients and the radicals separately.

Steps for multiplying expressions like (ab)(cd)(a\sqrt{b})(c\sqrt{d}):

  1. Multiply the coefficients together: aca \cdot c
  2. Multiply the radicands together using the product property: bd=bd\sqrt{b} \cdot \sqrt{d} = \sqrt{bd}
  3. Simplify the resulting radical by factoring out any perfect squares

Examples:

  • (23)(35)=(23)(35)=615(2\sqrt{3})(3\sqrt{5}) = (2 \cdot 3)(\sqrt{3 \cdot 5}) = 6\sqrt{15}
  • (42)(26)=(42)(26)=812(4\sqrt{2})(2\sqrt{6}) = (4 \cdot 2)(\sqrt{2 \cdot 6}) = 8\sqrt{12}

That second one isn't done yet. 12=43=23\sqrt{12} = \sqrt{4 \cdot 3} = 2\sqrt{3}, so the final answer is 823=1638 \cdot 2\sqrt{3} = 16\sqrt{3}.

You can also convert between coefficient form and radical form when it's helpful:

  • 23=43=122\sqrt{3} = \sqrt{4} \cdot \sqrt{3} = \sqrt{12} (moving the coefficient inside the radical by squaring it)
  • Going the other direction: 45=95=35\sqrt{45} = \sqrt{9 \cdot 5} = 3\sqrt{5} (pulling perfect squares out as coefficients)

Always simplify until no perfect square factors remain under the radical.

Product property of square roots, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solve by Extracting Square Roots

Distribution with radicals and polynomials

The distributive property works the same way with radicals as it does with any other term. When you multiply a radical by a sum or difference, distribute it to each term.

  • 2(3x+4)=3x2+42\sqrt{2}(3x + 4) = 3x\sqrt{2} + 4\sqrt{2}
  • 5(2x3)=2x535\sqrt{5}(2x - 3) = 2x\sqrt{5} - 3\sqrt{5}

For two binomials containing square roots, use FOIL (First, Outer, Inner, Last), then combine like terms:

Example 1: (3+2)(32)(\sqrt{3} + 2)(\sqrt{3} - 2)

  1. First: 33=3\sqrt{3} \cdot \sqrt{3} = 3
  2. Outer: 3(2)=23\sqrt{3} \cdot (-2) = -2\sqrt{3}
  3. Inner: 23=232 \cdot \sqrt{3} = 2\sqrt{3}
  4. Last: 2(2)=42 \cdot (-2) = -4
  5. Combine: 323+234=13 - 2\sqrt{3} + 2\sqrt{3} - 4 = -1

Notice the middle terms cancel. This always happens when you multiply conjugates (same terms, opposite sign in the middle). The result is just the difference of the squares: a2b2a^2 - b^2.

Example 2: (2+3)(2+1)(\sqrt{2} + 3)(\sqrt{2} + 1)

  1. First: 22=2\sqrt{2} \cdot \sqrt{2} = 2
  2. Outer: 21=2\sqrt{2} \cdot 1 = \sqrt{2}
  3. Inner: 32=323 \cdot \sqrt{2} = 3\sqrt{2}
  4. Last: 31=33 \cdot 1 = 3
  5. Combine: 2+2+32+3=5+422 + \sqrt{2} + 3\sqrt{2} + 3 = 5 + 4\sqrt{2}

Advanced techniques for radical expressions

Two things to keep in mind as problems get harder:

  • Rationalization means eliminating radicals from the denominator of a fraction. To do this with a binomial denominator, multiply the numerator and denominator by the conjugate of the denominator. As you saw above, conjugate pairs multiply to give a whole number, which clears the radical from the bottom.
  • Exponent rules still apply: (a)2=a(\sqrt{a})^2 = a and a2=a\sqrt{a^2} = |a|. The absolute value in the second rule matters because the square root function always returns a non-negative result, so if aa could be negative, you need a|a| to keep the answer correct.