Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Dice is a popular game in gambling casinos. Two dice are tossed, and various amounts are paid according to the outcome. In a ce...Asked by Anonymous
Dice is a popular game in gambling casinos. Two dice are tossed, and various amounts are paid according to the outcome. In a certain game, if a twelve or five occurs on the first roll, the player wins. What is the probability of winning on the first roll?
1
0
1
0
Answers
Answered by
David Q/R
The first dice generates a random integer between 1 and 6, and the second one does likewise - which gives 36 possible outcomes, all of which are equally likely if you distinguish between the two dice. Of these, how many total 5 or 12? There's only one way to get 12, namely that both dice come up six; however there are four different ways to get a total of 5, namely (1 & 4), (2 & 3), (3 & 2) and (4 & 1) for the first and second dice respectively. All of these outcomes are equally likely and are mutially exclusive, so all you have to do is add up the total number of them. That's (1 + 4) = 5 out of 36. 5/36 = 0.139, which is the answer.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.