I am doing some repetition of complex numbers and I got to this question:
Calculate the absolute value of $z=(10+5i)(1+10i)(4+2i)(5+2i)$
My approach has been to first multiply the imaginary numbers and then I get: $z = -2530 + 960i$
I am not supposed to use a calculator so this is not an easy number to calculate the absolute value of. There must be an easier (smarter) way of doing this?
Thank you!
The absolute value of a product is the product of the absolute values, hence
$$|z|=|(10+5i)(1+10i)(4+2i)(5+2i)|=|10+5i|\cdot |1+10i|\cdot|4+2i|\cdot|5+2i|\\ =\sqrt{125}\cdot\sqrt{101}\cdot\sqrt{20}\cdot\sqrt{29}=\sqrt{5^3}\cdot\sqrt{101}\cdot\sqrt{2^2\cdot5}\cdot\sqrt{29}=50\sqrt{29\cdot101}=50\sqrt{2929}$$