
Derek R. answered 06/22/20
High School and College Mathematics
We are pulling one widget at a time and determining whether it is defective or not. There are only two potential outcomes. Let D mean defective and N mean not defective. We will pull one at a time and stop once we find a defective piece.
So Pr(D) = .641, and Pr(N) = 1 - .641 = .359
So here are the possibilities.
D k=1 Pr(1) =.359
ND k=2 Pr(2) = (.641)( .359)
NND k=3 Pr(3) = (.641)(.359)^2
NNND k=4 Pr(4) = (.641)(.359)^3
NNNND k=5 Pr(5) = (.641)(.359)^4
NNNNND k=6 Pr(6) = (.641)(.359)^5
NNN.........D k=x Pr(x) = (.641)(.359)^(x-1)