Open In App

GATE | GATE-CS-2014-(Set-2) | Question 11

The security system at an IT office is composed of 10 computers of which exactly four are working. To check whether the system is functional, the officials inspect four of the computers picked at random (without replacement). The system is deemed functional if at least three of the four computers inspected are working. Let the probability that the system is deemed functional be denoted by p. Then 100p = _____________.
(A) 11.85

Answer: (A)
Explanation:

Total ways to pick 4 computers = 10*9*8*7

Total ways that at least three computers are fine = 
        Total ways that all 4 are fine + Total ways any 3 are fine

Total ways that all 4 are fine = 4*3*2*1

Total ways three are fine = 1st is Not working and other 3 working + 
                            2nd is Not working and other 3 working + 
                            3rd is Not working and other 3 working + 
                            4th is Not working and other 3 working + 
                         = 6*4*3*2 + 4*6*3*2 + 4*3*6*2 + 4*3*2*6
                         = 6*4*3*2*4


The probability = Total ways that at least three computers are fine /  
                  Total ways to pick 4 computers 
                =  (4*3*2*1 + 6*4*3*2*4) / (10*9*8*7)
                = (4*3*2*25) / (10*9*8*7)
                = 11.9% 

Quiz of this Question

Article Tags :