- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
In a simultaneous throw of a pair of dice, find the probability of getting 5 at least once.
Given:
Two dice are thrown simultaneously.
To do:
We have to find the probability of getting 5 at least once.
Solution:
When two dice are thrown, the total possible outcomes are $6\times6=36$.
This implies,
The total number of possible outcomes $n=36$
Outcomes where we get 5 at least once are $[(1, 5), (2, 5), (3, 5), (4, 5), (6, 5), (5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6)]$
Total number of favourable outcomes $=11$
Probability of an event $=\frac{Number\ of\ favourable\ outcomes}{Total\ number\ of\ possible\ outcomes}$
Therefore,
Probability of getting 5 at least once $=\frac{11}{36}$
The probability of getting 5 at least once is $\frac{11}{36}$.
- Related Articles
- In a simultaneous throw of a pair of dice, find the probability of getting 2 will come up at least once.
- In a simultaneous throw of a pair of dice, find the probability of getting 5 as the sum.
- In a simultaneous throw of a pair of dice, find the probability of getting a doublet.
- In a simultaneous throw of a pair of dice, find the probability of getting a number other than 5 on any dice.
- In a simultaneous throw of a pair of dice, find the probability of getting 8 as the sum.
- In a simultaneous throw of a pair of dice, find the probability of getting a doublet of prime numbers.
- In a simultaneous throw of a pair of dice, find the probability of getting a doublet of odd numbers.
- In a simultaneous throw of a pair of dice, find the probability of getting a sum greater than 9.
- In a simultaneous throw of a pair of dice, find the probability of getting a sum less than 6.
- In a simultaneous throw of a pair of dice, find the probability of getting a sum less than 7.
- In a simultaneous throw of a pair of dice, find the probability of getting a sum more than 7.
- In a simultaneous throw of a pair of dice, find the probability of getting an even number on first.
- In a simultaneous throw of a pair of dice, find the probability of getting even number on each die.
- In a simultaneous throw of a pair of dice, find the probability of getting 2 will not come either time.
- In a simultaneous throw of a pair of dice, find the probability of getting an even number on one and a multiple of 3 on the other.

Advertisements