Let's denote H - heads, T - tails.
Sample space S is all possible outcomes of three tosses of a coin.
S = {HHH, THH, HTH, HHT, TTH, THT, HTT, TTT}
Now, T is sum of heads and tails in every element from S. Any element from S consist of 3 events, and every event is either H or T, so for any element from S: T = 3. To show it in detail,
T = {3+0, 2+1, 2+1, 2+1, 1+2, 1+2, 1+2, 3+0} = {3, 3, 3, 3, 3, 3, 3, 3}
Comments
Leave a comment