Answer:
[tex] P(N_1 = a , N_2 = b)= \frac{1}{5-a C 1} * \frac{5-a C 1}{5C2} = \frac{1}{5C2}=\frac{1}{10}[/tex]
Step-by-step explanation:
For the random variable [tex] N_1[/tex] we define the possible values for this variable on this case [tex] [1,2,3,4,5][/tex] . We know that we have 2 defective transistors so then we have 5C2 (where C means combinatory) ways to select or permute the transistors in order to detect the first defective:
[tex] 5C2 = \frac{5!}{2! (5-2)!}= \frac{5*4*3!}{2! 3!}= \frac{5*4}{2*1}=10[/tex]
We want the first detective transistor on the ath place, so then the first a-1 places are non defective transistors, so then we can define the probability for the random variable [tex]N_1[/tex] like this:
[tex] P(N_1 = a) = \frac{5-a C 1}{5C2}[/tex]
For the distribution of [tex] N_2[/tex] we need to take in count that we are finding a conditional distribution. [tex] N_2[/tex] given [tex] N_1 =a[/tex], for this case we see that [tex] N_2 \in [1,2,...,5-a][/tex], so then exist [tex] 5-a C 1[/tex] ways to reorder the remaining transistors. And if we want b additional steps to obtain a second defective transistor we have the following probability defined:
[tex] P(N_2 =b | N_1 = a) = \frac{1}{5-a C 1}[/tex]
And if we want to find the joint probability we just need to do this:
[tex] P(N_1 = a , N_2 = b) = P(N_2 = b | N_1 = a) P(N_1 =a)[/tex]
And if we multiply the probabilities founded we got:
[tex] P(N_1 = a , N_2 = b)= \frac{1}{5-a C 1} * \frac{5-a C 1}{5C2} = \frac{1}{5C2}=\frac{1}{10}[/tex]