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
Since x, y, and z are non-negative, the final equation implies that z=xy. z^2=(xy)^2 ⇒ z=xy The last step is substituting z=sqrt(ab), x=sqrt(a), and y=sqrt(b) into this equation. z=xy ⇔ sqrt(ab)=sqrt(a)* sqrt(b)
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
Since x, y, and z are non-negative, the final equation implies that z= xy. z^2=(x/y)^2 ⇒ z=x/y The last step is substituting z=sqrt(ab), x=sqrt(a), and y=sqrt(b) into this equation. z=x/y ⇔ sqrt(a/b)=sqrt(a)/sqrt(b)