Question 1182139
.
Suppose that we have a fuse box containing 51 fuses, of which 17 are defective. 
Two fuses are selected at random and removed from the box in succession 
assuming that the first fuse has been replaced before selecting the second one. 
What is the probability that the second fuse selected is defective 
given that the first one was defective? Round your answer to 4 decimal places.
~~~~~~~~~~~~~~~~



<pre>
They ask about the conditional probability

    P(the 2nd fuse is defective | 1st fuse was defective).      (1)



This conditional probability  (1)  is the ratio  of  P(both 1st and 2nd are defective) to P(1st is defective).



The numerator   of this ratio  P(both are defective) is  {{{(17/51)*(16/50)}}}.


The denominator of this ratio  P(1st is defective) is  {{{17/51}}}.


THEREFORE, the final probability is  {{{((17/51)*(16/50))/((17/51))}}} = {{{16/50}}} = {{{32/100}}} = 0.32.    <U>ANSWER</U>
</pre>

Solved.



//////////



The answer becomes absolutely &nbsp;OBVIOUS &nbsp;and the solution can be done &nbsp;MENTALLY,

if you work in the &nbsp;REDUCED &nbsp;space of events.



In the reduced space of events, &nbsp;after selecting and removing the first defective fuse,

you have only &nbsp;50 &nbsp;fuses, &nbsp;of which &nbsp;16 &nbsp;are defective.


Then the probability to get the defective fuse at the second selection is, &nbsp;OBVIOUSLY,  &nbsp;&nbsp;{{{16/50}}} = {{{32/100}}} = 0.32,

which is the same answer as we got in the full space of event above.