Question
Question: On an average, 20% of the computers in a firm are virus infected. If 10 computers are chosen at rand...
On an average, 20% of the computers in a firm are virus infected. If 10 computers are chosen at random from this firm, find the probability that at least one computer is virus infected, using Binomial distribution.

The probability that at least one computer is virus infected is 97656258717049.
Solution
Let n be the number of computers chosen, so n=10.
Let p be the probability that a computer is virus infected, so p=20%=0.20.
Let q be the probability that a computer is not virus infected, so q=1−p=1−0.20=0.80.
The number of virus infected computers among the 10 chosen follows a Binomial distribution X∼B(n,p), i.e., X∼B(10,0.20).
The probability of getting exactly k virus infected computers in 10 trials is given by the Binomial probability formula:
P(X=k)=(kn)pkqn−k=(k10)(0.20)k(0.80)10−k.
We need to find the probability that at least one computer is virus infected, which is P(X≥1).
The event "at least one computer is virus infected" is the complement of the event "no computer is virus infected".
So, P(X≥1)=1−P(X<1)=1−P(X=0).
Now, we calculate P(X=0):
P(X=0)=(010)(0.20)0(0.80)10−0
P(X=0)=1⋅1⋅(0.8)10
P(X=0)=(0.8)10
We can write 0.8 as a fraction: 0.8=108=54.
So, P(X=0)=(54)10=510410.
Calculate 410 and 510:
410=(22)10=220=(210)2=10242=1048576.
510=(55)2=(3125)2=9765625.
So, P(X=0)=97656251048576.
Now, we calculate P(X≥1):
P(X≥1)=1−P(X=0)
P(X≥1)=1−97656251048576
P(X≥1)=97656259765625−97656251048576
P(X≥1)=97656259765625−1048576
P(X≥1)=97656258717049
Alternatively, using decimal form:
P(X=0)=(0.8)10≈0.107374
P(X≥1)=1−0.107374=0.892626 (rounded to 6 decimal places).
The exact fractional answer is 97656258717049.
Explanation of the solution:
The problem follows a Binomial distribution with n=10 trials (computers chosen) and probability of success p=0.2 (virus infected). The probability of failure is q=1−p=0.8. We want to find the probability of at least one success, P(X≥1). This is calculated as 1−P(X=0). Using the Binomial probability formula P(X=k)=(kn)pkqn−k, we find P(X=0)=(010)(0.2)0(0.8)10=(0.8)10. Calculating (0.8)10=(4/5)10=510410=97656251048576. The required probability is 1−P(X=0)=1−97656251048576=97656259765625−1048576=97656258717049.