Friday, January 18

Probability of Rolling Doubles


Probability is the chance of the outcome of an event of a particular experiment. Probabilities are occurs always numbers between 0(impossible) and 1(possible). The set of all possible outcomes of a particular experiment is called as sample space. For example probability of getting a 3 when rolling a dice is ` 1/6` . In this article we will discuss about probability problems using dice.


Rules of Probability Doubles - Example Problems

Example 1: If rolling two dice, what is the probability of getting doubles?

Solution:

Let S be the sample space, n(S) = 6 * 6 = 36.

A be the event of getting doubles.

A = {(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)}, n(A) = 6

P(A) = `(n(A))/(n(S))` = `6/36` = `1/6`

Example 2: If rolling two dice, what is the probability of getting doubles or primes?

Solution:

Let S be the sample space, n(S) = 6 * 6 = 36.

A be the event of getting doubles.

n(A) = {{1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)} = 6

P(A) = `(n(A))/(n(S))` = `6/36` = `1/6`

Let B be the event of getting primes.

n(B) = {(1, 1), (1, 2), (1, 4), (1, 6), (2, 1), (2, 3), (2, 5), (3, 2), (3, 4), (4, 1), (4, 3), (5,2), (5, 6), (6, 1), (6, 5)} = 15

P(B) = `(n(B))/(n(S))` = `15/36` = `5/12`

P(A or B) = P(A) + P(B) = `1/6` + `5/12` = `7/12`

P(A or B) = `7/12`

Therefore probability of getting doubles or primes is `7/12`

Example 3: If rolling two number cubes, what is the probability of getting doubles or sum of 7?

Let S be the sample space, n(S) = 6 * 6 = 36.

A be the event of getting doubles.

n(A) = {{1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)} = 6

P(A) = `(n(A))/(n(S))` = `6/36` = `1/6`

Let B be the event of getting sum of 7.

n(B) = {(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1)} = 6

P(B) = `(n(B))/(n(S))` = `6/36` = `1/6`

P(A or B) = P(A) + P(B) = `1/6` + `1/6` = `1/3`

P(A or B) = `1/3`

Therefore probability of getting doubles or sum of 7 is `1/3`

Probability of Rolling Doubles - Practice Problems

Problem 1: If rolling two dice, what is the probability of getting a sum of 5 or 6?

Problem 2: If rolling two number cubes, what is the probability of getting 6 or 7?

Answer: 1) `1/4` 2) `11/36`

No comments:

Post a Comment