Bunuel
Umbrella Corporation monitors a network of 6,000 computers. At the start of the virus outbreak, 4 of these computers get infected. The infection weakens with each round of spreading:
- In the first iteration, each of the 4 initially infected machines infects 8 others.
- In the second iteration, each machine infected in the first iteration infects 4 others.
- In the third iteration, each machine infected in the second iteration infects 2 others.
- In the fourth iteration, each machine infected in the third iteration infects 1 other.
Select for
2 iterations the number of computers that remain uninfected after two iterations are completed, and select for
4 iterations the number of computers that remain uninfected after four iterations are completed. Make only two selections, one in each column.
Total computers within the network = 6000
At the START, the number of infections = 4
First iteration : Each of the 4 initially infected machine infects 8 others.
So, the number of infections = 4*8 = 32.
Second Iteration: The number of infected computers at the beginning of second iteration = 32.
The number of Infections at second iteration = 32*4 = 128.
The number of infected machines TILL the Second iteration = 4+32+128 =
164.
The number of UNINFECTED machine = 6000 - 164 =
5836.
Third Iteration: The number of infected machines at the beginning of third iteration = 128.
The number of infections at the third iteration = 128*2 = 256.
The number of infected machines TILL the Third iteration = 4+32+128+256=
420.
The number of UNINFECTED machine = 6000 - 420 =
5580.
Fourth Iteration:
The number of infected machines at the beginning of the fourth iteration = 256.
The number of infections at the fourth iteration = 256*1 = 256.
The number of infected machines TILL the end of Fourth Iteration = 4+32+128+256+256 = 676.
The number of UNINFECTED machine = 6000 - 676 =
5324.
The number of UNINFECTED machines after 2nd Iteration = 5836.
The number of UNINFECTED machines after 4th Iteration = 5324.