To understand the email chain effect, we can analyze how many people receive the email after each round of forwarding.
- Initial sender: 1 person (the original sender).
- Round 1: Each person forwards the email to 10 friends. So:
\(1 \times 10 = 10\) new recipients. - Round 2: Each of the 10 new recipients forwards it to 10 more friends:
\(10 \times 10 = 100\) new recipients. - Round 3: Each of the 100 new recipients forwards it to 10 friends:
\(100 \times 10 = 1,000\) new recipients. - Round 4: Each of the 1,000 new recipients forwards it to 10 friends:
\(1,000 \times 10 = 10,000\) new recipients. - Round 5: Each of the 10,000 new recipients forwards it to 10 friends:
\(10,000 \times 10 = 100,000\) new recipients.
So the sequence of people who will receive the email after each round is:
- Round 0 (original sender): 1
- Round 1: 10
- Round 2: 100
- Round 3: 1,000
- Round 4: 10,000
- Round 5: 100,000
The completed sequence after 5 rounds of forwarding is:
10, 100, 1,000, 10,000, 100,000.