hey I've got a really annoying question that I found in Jeff Geha's book, and since I don't understand what he's up to, I thought I'd post my solution here and see what you guys think..
The question : in a certain box it is known that there are two black marbles and the rest are red. Four marbles are selected at random. The probability that both black marbles are chosen is twice the probability that neither will be chosen. Find the number of marbles
so I let p = 2/n and q = (n-2)/n
so P(2 blacks, 2 reds) = 4C2 (2/n)²((n-2)/n)²
= 24(n-2)^2 / n^4
and P(no blacks)=4C4((n-2)/n)^4
= (n-2)^4 / n^4
so P(no blacks) = 2xP(2 blacks, 2 reds)
so (n-2)^4 / n^4 = 2 x 24(n-2)^2 / n^4
= 48 (n-2)^2 / n^4
cancelling n^4
(n-2)^4 = 48 (n-2)^2
since n is obviously greater than 2, we can divide by (n-2)^2
and we get (n-2)^2 = 48
then we start getting irrational numbers, which obviously make no sense in this context...
hmm.. help anyone?
The question : in a certain box it is known that there are two black marbles and the rest are red. Four marbles are selected at random. The probability that both black marbles are chosen is twice the probability that neither will be chosen. Find the number of marbles
so I let p = 2/n and q = (n-2)/n
so P(2 blacks, 2 reds) = 4C2 (2/n)²((n-2)/n)²
= 24(n-2)^2 / n^4
and P(no blacks)=4C4((n-2)/n)^4
= (n-2)^4 / n^4
so P(no blacks) = 2xP(2 blacks, 2 reds)
so (n-2)^4 / n^4 = 2 x 24(n-2)^2 / n^4
= 48 (n-2)^2 / n^4
cancelling n^4
(n-2)^4 = 48 (n-2)^2
since n is obviously greater than 2, we can divide by (n-2)^2
and we get (n-2)^2 = 48
then we start getting irrational numbers, which obviously make no sense in this context...
hmm.. help anyone?