Sign In
Given two non-negative numbers a and b, the square root of their product equals the product of the square root of each number.
sqrt(ab) = sqrt(a)* sqrt(b), for a≥ 0 and b≥ 0
y^2= b
ab= z^2
a^m b^m = (a b)^m
Rearrange equation
Let a be a non-negative number and b be a positive number. The square root of the quotient ab equals the quotient of the square roots of a and b.
sqrt(a/b) = sqrt(a)/sqrt(b), for a≥ 0, b> 0
y^2= b
a/b= z^2
a^m/b^m=(a/b)^m
Rearrange equation