38.5k views
5 votes
Miguel is playing a game in which a box contains four chips with numbers written on them. Two of the chips have the number 1, one chip has the number 3, and the other chip has the number 5. Miguel must choose two chips, and if both chips have the same number, he wins $2. If the two chips he chooses have different numbers, he loses $1 (–$1).

Let X = the amount of money Miguel will receive or owe. Fill out the missing values in the table. (Hint: The total possible outcomes are six because there are four chips and you are choosing two of them.)

User Thanga
by
6.2k points

2 Answers

4 votes

Answer:

The only way Miguel wins the 2 dollars is if he pulls the two chips with the number 1. There are four chips in total, so his probability of winning is:

2/4 * 1/3 = 1/6

The odds of losing a dollar is the compliment of this number, so 5/6.

User Franky Chanyau
by
5.9k points
0 votes
To check all the events (6), we label the chips. Suppose one chip with 1 is labeled R1 and the other B1 (as if they were red and blue). Now, lets take all combinations; for the first chip, we have 4 choices and for the 2nd chip we have 3 remaining choices. Thus there are 12 combinations. Since we dont care about the order, there are only 6 combinations since for example R1, 3 is the same as 3, R1 for us.
The combinations are: (R1, B1), (R1, 3), (R1, 5), (B1, 3), (B1, 5), (3,5)

We have that in 1 out of the 6 events, Miguel wins 2$ and in five out of the 6 events, he loses one. The expected value of this bet is: 1/6*2+5/6*(-1)=-3/6=-0.5$. In general, the expected value of the bet is the sum of taking the probabilities of the outcome multiplied by the outcome; here, there is a 1/6 probability of getting the same 2 chips and so on. On average, Miguel loses half a dollar every time he plays.
User Soyini
by
5.7k points