Square Root Property
square_root(x) == power(x, 1 / 2)
Here are some examples:
square root of (5 ⋅ 5) = 5
square root of ((m + (n ⋅ m)) + n) = m + n
square root of (25 ⋅ 25) = 25
Quiz (1 point)
Please fill in the blank:
square root of (12 ⋅ 12)) = ______
Comments
Please log in to add comments