I think this means, pick 4 numbers from the set {1, 2, 3, ..., 10}. What is the chance that you pick exactly two numbers the same.
There are C(10,1) ways to pick the 'couple number'.
There are C(9,2) ways to pick the remaining two 'different' numbers.
There are C(4,2) ways to pick where the two 'different' numbers go.
C(10,1) = 10
C(9,2) = 36
C(4,2) = 12
C(n,r), the combination of n things taken r at a time is equal to:
n! / [r! * (n - r)!]
So there are 4320 combinations that have exactly two 'couple numbers', but there are a total of 10000 (10^4) combinations, so the probability of picking exactly two numbers the same is:
4320/10000 or 0.432
The answer is:
a. 0.432
2006-07-07 19:41:26
·
answer #1
·
answered by Puzzling 7
·
0⤊
0⤋
I do not understand either but if it will help all the digits add up to nine in each number
2006-07-07 23:29:27
·
answer #2
·
answered by wvl 3
·
0⤊
0⤋