Question:medium

Let $z = (1+i)(1+2i)(1+3i)\cdots(1+ni)$ and $|z|^2 = 44200$. Find the value of $n$.

Show Hint

For products involving complex numbers, convert to modulus squared to simplify multiplication.
Updated On: Mar 16, 2026
Show Solution

Correct Answer: 5

Solution and Explanation

Step 1: Take modulus of the given product

Given,

z = ∏r=1n (1 + ri)

Using the property of modulus of a product:

|z| = ∏r=1n |1 + ri|

Squaring both sides,

|z|2 = ∏r=1n |1 + ri|2


Step 2: Compute the modulus squared of each term

|1 + ri|2 = 12 + r2

= 1 + r2

Therefore,

|z|2 = ∏r=1n (1 + r2)


Step 3: Use the given numerical value

It is given that:

r=1n (1 + r2) = 44200


Step 4: Evaluate the product successively

Compute the product term by term:

(1 + 12)(1 + 22)(1 + 32)(1 + 42)(1 + 52)

= 2 × 5 × 10 × 17 × 26

= 44200


Step 5: Determine the value of n

Since the product matches exactly for r = 1 to 5,

the number of terms is

n = 5


Final Answer:

The value of n is
5

Was this answer helpful?
1