Are both sample spaces the same or do they mean different things?

AI Thread Summary
The discussion centers on the correct representation of the sample space for two coin tosses, represented as S. Two forms are presented: one using sets and the other using ordered pairs. It is clarified that the first form, which uses braces, does not account for the order of outcomes, making it incorrect for distinguishing between different sequences of heads and tails. The second form, using parentheses, correctly represents the sample space as ordered pairs, which is essential for capturing the outcomes of the coin tosses accurately. Thus, the correct sample space is S = {(H, H), (H, T), (T, H), (T, T)}.
vcsharp2003
Messages
913
Reaction score
179
Homework Statement
A coin is tossed two times. What will be the sample space for this experiment?
Relevant Equations
None
I came up with two different forms of the sample space S, but I am not sure if they mean the same thing or the first one could mean something different. H stands for heads showing up and T stands for tails showing up.

$$ S = \{ \{i,j\}: i \in \{H,T\}, j \in \{H,T\} \} $$

$$ S = \{ (i,j) : i \in \{H,T\}, j \in \{H,T\} \} $$
 
Physics news on Phys.org
vcsharp2003 said:
Homework Statement:: A coin is tossed two times. What will be the sample space for this experiment?
Relevant Equations:: None

I came up with two different forms of the sample space S, but I am not sure if they mean the same thing or the first one could mean something different. H stands for heads showing up and T stands for tails showing up.

$$ S = \{ \{i,j\}: i \in \{H,T\}, j \in \{H,T\} \} $$

$$ S = \{ (i,j) : i \in \{H,T\}, j \in \{H,T\} \} $$
The order in which members of a set are listed is irrelevant, and multiple occurences of the same element in the list are redundant, so the first is \{\{H\}, \{H,T\}, \{T\} \}. Can this be right? If the two tosses have different outcomes, should we be able to distinguish between a head followed by a tail as opposed to a tail followed by a head?
 
  • Like
Likes FactChecker and vcsharp2003
pasmith said:
The order in which members of a set are listed is irrelevant, and multiple occurences of the same element in the list are redundant, so the first is \{\{H\}, \{H,T\}, \{T\} \}. Can this be right? If the two tosses have different outcomes, should we be able to distinguish between a head followed by a tail as opposed to a tail followed by a head?
Ok, I get it.

If the first form is used then we will get one of the members of set S as ##\{ H,H \}## which is the same as ##\{ H\}##. Therefore, the first form is not correct and the second form is correct.

It seems to me that we're essentially trying to get Cartesian Product as the set S i.e. ##\{ H,T\} \times \{ H,T\} ## for which we always use the second form. Also we know that in Cartesian Product the order is important, which would account for order of H and T in a pair of values.
 
Last edited:
vcsharp2003 said:
Homework Statement:: A coin is tossed two times. What will be the sample space for this experiment?
Relevant Equations:: None

I came up with two different forms of the sample space S, but I am not sure if they mean the same thing or the first one could mean something different. H stands for heads showing up and T stands for tails showing up.

$$ S = \{ \{i,j\}: i \in \{H,T\}, j \in \{H,T\} \} $$

$$ S = \{ (i,j) : i \in \{H,T\}, j \in \{H,T\} \} $$
Your "two different forms" are actually identical.
Edit: I see now that the first version has ordered pairs (in parentheses) and the second has sets (in braces).
pasmith said:
The order in which members of a set are listed is irrelevant, and multiple occurences of the same element in the list are redundant, so the first is \{\{H\}, \{H,T\}, \{T\} \}.
@pasmith, I'm not what you're trying to say here, but the sample space should be a set of events, not a set of sets. IOW, looking like this: ##\{ (H, H), (H, T), (T, H), (T, T) \}##. Each of the listed pairs (events) is equally likely.
 
Last edited:
  • Like
Likes vcsharp2003
Mark44 said:
Your "two different forms" are actually identical.

The first form uses braces \{i,j\}. That indicates a set, not an ordered pair. The second form is correct.
 
  • Like
Likes vcsharp2003
pasmith said:
The first form uses braces {i,j}.
A detail that my old eyes missed.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top