edited by
5,913 views
6 6 votes

There are four machines and it is known that exactly two of them are faulty. They are tested one by one in a random order till both the faulty machines are identified. The probability that only two tests are required is

  1. $\left(\dfrac{1}{2}\right)$
  2. $\left(\dfrac{1}{3}\right)$
  3. $\left(\dfrac{1}{4}\right)$
  4. $\left(\dfrac{1}{6}\right)$

7 Answers

Best answer
16 16 votes

There will be two ways -

  1. When the first test & the second test both identified the faulty machines

OR

  1. When the first test & the second test both identified the non-faulty machines (because then we know that the remaining two machines are faulty)
     

1. Probability of the first machine tested is faulty = $\dfrac{\text{Number of favourable outcome}}{\text{Total number of outcomes}} = \dfrac{2}{4}$ $\big[\text{∵ as there are 2 faulty machines out of 4 machines}\big]$

Now, there are $3$ machines left as $1$ faulty machine has already been identified.

Probability (second machine tested is faulty in the second test ) = $\dfrac{\text{Number of favourable outcome}}{\text{Total number of outcomes}} = \dfrac{1}{3}$

$\color{green}{\text{Probability that only two test is needed}} =$ $\color{blue}{\text{Probability of the first machine tested is faulty}} \times$ $\color{blue}{\text{ Probability of the second machine tested is faulty in the second test}}$

$\qquad = \dfrac{2}{4}\times \dfrac{1}{3}$

$\qquad = \dfrac{1}{2}\times \dfrac{1}{3}$

$\qquad = \color{Gold}{\dfrac{1}{6}}$

2.  Probability of the first machine tested is Not-faulty = $\dfrac{\text{Number of favourable outcome}}{\text{Total number of outcomes}} = \dfrac{2}{4}$ $\big[\text{∵ as there are 2 Non-faulty machines out of 4 machines}\big]$

Now, there are $3$ machines left as $1$ Non-faulty machine has already been identified.

Probability (second machine tested is Not-faulty in the second test ) = $\dfrac{\text{Number of favourable outcome}}{\text{Total number of outcomes}} = \dfrac{1}{3}$

$\color{green}{\text{Probability that only two test is needed}} =$ $\color{blue}{\text{Probability of the first machine tested is Not-faulty}} \times$ $\color{blue}{\text{ Probability of the second machine tested is Not-faulty in the second test}}$

$\qquad = \dfrac{2}{4}\times \dfrac{1}{3}$

$\qquad = \dfrac{1}{2}\times \dfrac{1}{3}$

$\qquad = \color{Gold}{\dfrac{1}{6}}$

Now, $\color{Orange}{\text{Required Probability}}$ = $\color{purple}{\text{Case 1) OR Case 2)}}$

$\qquad \qquad = \dfrac{1}{6}+\dfrac{1}{6}$

$\qquad \qquad = \dfrac{2}{6}$

$\qquad \qquad = \color{purple}{\dfrac{1}{3}}$

Correct Answer: $B$

edited by
6 6 votes
possible cases

F= faulty N= Non faulty

FF,FN,NF,NN

if we get FF or NN we can say we found 2 Faulty machine

so (F,F) = $\frac{2}{4}*\frac{1}{3}$

and (N,N) =  $\frac{2}{4}*\frac{1}{3}$

Total probability = $\frac{1}{3}$
1 1 vote
There are 4 machines $M_{1},M_{2},M_{3},M_{4}$

Here say $M_{3},M_{4}$ are faulty

So, we can select it either by $M_{3},M_{4}$ or  $M_{4},M_{3}$ =$2$ ways

Now among 4 machines we can select 2 in $\binom{4}{1}\times \binom{3}{1}$ ways=$12$ ways

So, total probability that only $2$ test cases required to get both mchines are faulty is $\frac{2}{12}=\frac{1}{6}$
1 1 vote
Without loss of generality. There are $C(4,2)$ = $6$ ways to identify two of the machines.  Only two tests are required. Thus,  $p$= $2/6$=$1/3$
0 0 votes
They are tested one by one in a random order till both the faulty machines are identified. The probability that only two tests are required that's mean the first to machine which was selected is faulty then total way to chose 2 machine from 4 machine is = 4 Choose 2 =6

fav case than choose the faulty machine 2C1 ways.

then prob=2/6=1/3
Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
547
547 views
go_editor asked Sep 15, 2018
547 views
There are four machines and it is known that exactly two of them are faulty. They are tested one by one in a random order till both the faulty machines are identified. Th...
1 1 vote
1 1 answer
2.1k
2.1k views
go_editor asked Sep 15, 2018
2,087 views
Let $X_1$, and $X_2$ and $X_3$ be chosen independently from the set $\{0, 1, 2, 3, 4\}$, each value being equally likely. What is the probability that the arithmetic mean...
0 0 votes
0 0 answers
493
493 views
go_editor asked Sep 15, 2018
493 views
Suppose that $X$ is chosen uniformly from $\{1, 2, \dots , 100\}$ and given $X=x, \: Y$ is chosen uniformly from $\{1, 2, \dots , x\}$. Then $P(Y =30)=$$\frac{1}{100}$$\f...
8 8 votes
4 answers 4 answers
4.2k
4.2k views
Tesla! asked Apr 24, 2018
4,182 views
A box contains $5$ fair and $5$ biased coins. Each biased coin has a probability of head $\frac{4}{5}$. A coin is drawn at random from the box and tossed. Then the second...