How do you multiply sqrt(-20) times sqrt(-5) 20×5?

1 Answer
Aug 12, 2018

-1010

Explanation:

First, Factor Out ii

Negative numbers under square roots aren't pretty. Now, we know that sqrt(-1) = i1=i, so to make things look a little nicer, let's factor that out of each expression:

=> isqrt(20) * isqrt(5)i20i5

.
Then, Multiply the Radicals
--
To multiply radicals, simply multiply the numbers inside them, and put a radical over the result, as shown below:

=> sqrt(20) * sqrt(5)205
= sqrt(20*5)=205
= sqrt(100) = 10=100=10

Note that you can only multiply radicals like this when the radicals are of the same power. If one of your radicals was a cube root instead of a square root, for example, you would not be able to multiply them this way.
.
Lastly, Deal with ii
--
Don't forget our ii terms! We need to multiply these together as well:

=> i * i = i^2ii=i2

Recall that i = sqrt(-1)i=1, so:

i^2 = (sqrt(-1))^2 = -1i2=(1)2=1

Now, we just tag this on to the result from step 2, and we're done!

=> -1 * 10 = -10110=10

Hope that helped :)