Suppose three coins are tossed. Let Y be the random variable representing the number of tails that occur. Find the values of the random variable Y. Make a table to show the values of the random variable.
SInce 3 coins are tossed and on any of coins could occur both head and tail, then Y = {0, 1, 2, 3}. Since the probability of getting a tail is equal for every coin and equals to 0.5, then Y~BIN(3, 0.5)
Comments