Calculate the probability for 2 different digits in 4 cells.

AI Thread Summary
The discussion focuses on calculating the probability of having two different digits from the set S={1,2,3,4} appear in four cells. It highlights that valid combinations include scenarios like having one digit appear three times and another once, or both digits appearing twice. The initial formula proposed for calculating arrangements is questioned for its accuracy. A suggestion is made to first select the two digits and then determine the arrangements based on different occurrence patterns. The conversation emphasizes the need for a structured approach to solve the problem correctly.
yevi
Messages
65
Reaction score
0
The set S={1,2,3,4}, there are 4 cells.
What is the probability for 2 different digits (from S) to appear in 4 cells?
Example:

1,1,1,2 =>good
3,4,4,3 =>good
2,4,2,2 =>good

1,2,3,4 =>not good
1,2,3,3 =>not good
1,1,1,1=>not good
 
Physics news on Phys.org
Count those where you have 1 of one element 3 of another, and then 2 each of two elements.
 
Well, the 3 elements:

(4*3*2*3)/4^4

4 possibilities to choose first number, 3 possibilities to choose second number,
2 possibilities to choose third number and 3 possibilities to choose last number that has to be one of previous 3.

Is it right ?
 
Doesn't seem at all right to me.
 
This appears to be a home task. Since you have not informed that you got the solution, I am giving a broader hint.
1st select the two to appear in the cells--- in 4C2 ways.
For each of such choice find the no. of possible arrangements for the following cases.
1/ both of them is arising twice
2/ A specific no. of them arising thrice and the other once (and multiply this by 2,why?)
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top