Simplify any square root to its simplest form
Enter the number you want to find the simplified square root of (the radicand).
√(a*b) = √a * √b
does NOT work for addition or subtraction. You cannot distribute a square root over addition or subtraction.√16 + √9 = 4 + 3 = 7
. However, √(16 + 9) = √25 = 5
. Clearly, the two are not equal.√72 = 3√8
), you then have to simplify √8 again (√8 = 2√2
), leading to 3 * 2√2 = 6√2
. This works, but it's more steps than finding the largest factor (36) from the start.