There are two boxes, each containing two balls. Each ball is defective with probability 1/4, independent of other balls. The probability that exactly one box contains exactly one defective ball is
(A) 3/8 (B) 5/8 (C) 15/32 (D) 17/32
One box can be picked in 2 ways and 1 ball in that box can be picked in 2 ways. So, 4 ways. The probability of 1 defective and 3 normal balls is 27/256.
The total number of possibilities is 4C0(81/256)+4C1(27/256)+4C2(9/256)+4C3(3/256)+4C4(1/256)=256/256=1.
So, I thought the answer should be 27/64. This is different from the given choices. Is my method wrong ?