Combination Probability problem

This forum made possible through the generous support of SDN members, donors, and sponsors. Thank you.

lakers2009

Full Member
10+ Year Member
Joined
Jan 22, 2009
Messages
59
Reaction score
0
Points
0
  1. Pre-Dental
Advertisement - Members don't see this ad
The phone has 3 digits. If all the digits have a probability of being selected, what is the probability that the extension consists of the digits 1, 2, and 3 in any order? Repititions are a okay.

Answer: 0.006

How did they get to this answer? Anybody knows?

Is the setup 10C1 * 10C1 * 10C1 / (10C3)?
 
I think I found the answer but not sure of the logic. Is this correct?

3! / (10C1 * 10C1 * 10C1) = .006

or


3C1 * 2C1 * 1C1/(10C1*10C1*10C1)
 
Last edited:
I think I found the answer but not sure of the logic. Is this correct?

3! / (10C1 * 10C1 * 10C1) = .006

or


3C1 * 2C1 * 1C1/(10C1*10C1*10C1)

I think you are right. there are 6 different desired outcomes (123, 132,231,213,312,321) and 1000 possible outcomes (repititions are okay and order does not matter so you use nCr and here 10C1 and also it doesn't say without replacement means you can press that number again)

Right :-?:xf:
 
Top Bottom