What Is the Probability of Rolling Neither a Doublet Nor a Sum of 10?

  • Thread starter Thread starter royalewithchz
  • Start date Start date
  • Tags Tags
    Dice Probability
AI Thread Summary
The discussion centers on calculating the probability of rolling neither a doublet nor a sum of 10 with a pair of dice. The initial approach using De Morgan's law was misapplied, leading to confusion between union and intersection. The correct method involves using the inclusion-exclusion principle to find P(A ∪ B), where A is rolling a doublet and B is rolling a sum of 10. The final probability is derived from P(A ∪ B) = P(A) + P(B) - P(A ∩ B), leading to the correct answer. Clarification was provided that "neither ... nor ..." translates to "not ... and not ...," which is crucial for accurate calculations.
royalewithchz
Messages
7
Reaction score
0

Homework Statement



A pair of dice is rolled once, what is the probability that neither a doublet nor the sum of 10 will appear

Homework Equations



P(A) = 1 - P(A')

Demorgans law
(AUB)c = Ac ∩ B c


The Attempt at a Solution



I know how to do the solution through brute force and listing out all the possible scenarios:
(1,1), (1,2), (1,3) ... (6,6) and doing it like that. But i wanted a more algebraic approach so I tried this:

Let A = is a doublet
Let B = sum of dices is 10

so then what I am looking for is

P(Ac U Bc)

and applying demorgans

P(Ac U Bc) = P(A∩B )c

using the law that Ac = 1 - A

I got the final easy equation

1 - P(A ∩ B )

solving for this

P(A) = 6/36 ...(1,1),(2,2),(3,3),(4,4),(5,5),(6,6)
P(B) = 3/36 ...(4,6), (5,5),(6,4)

plug in numbers

1 - (6/36)*(3/36) != the answer of 7/9

Apparently, math lies, j.k. Can someone let me know what i am doing wrong?
 
Physics news on Phys.org
royalewithchz said:

Homework Statement



A pair of dice is rolled once, what is the probability that neither a doublet nor the sum of 10 will appear

Homework Equations



P(A) = 1 - P(A')

Demorgans law
(AUB)c = Ac ∩ B c


The Attempt at a Solution



I know how to do the solution through brute force and listing out all the possible scenarios:
(1,1), (1,2), (1,3) ... (6,6) and doing it like that. But i wanted a more algebraic approach so I tried this:

Let A = is a doublet
Let B = sum of dices is 10

so then what I am looking for is

P(Ac U Bc)

and applying demorgans

P(Ac U Bc) = P(A∩B )c

using the law that Ac = 1 - A

I got the final easy equation

1 - P(A ∩ B )

solving for this

P(A) = 6/36 ...(1,1),(2,2),(3,3),(4,4),(5,5),(6,6)
P(B) = 3/36 ...(4,6), (5,5),(6,4)

plug in numbers

1 - (6/36)*(3/36) != the answer of 7/9

Apparently, math lies, j.k. Can someone let me know what i am doing wrong?

Use inclusion-exclusion properly:
\text{P}(A \cup B) = \text{P}(A) + \text{P}(B) - \text{P}(A \cap B) = 6/36 + 3/36 - 1/36.
 
Thats a clean method.

Can I ask you why deMorgans doesn't work in this scenario?
 
royalewithchz said:
Let A = is a doublet
Let B = sum of dices is 10

so then what I am looking for is

P(Ac U Bc)
Not so.
neither a doublet nor the sum of 10
 
royalewithchz said:
Thats a clean method.

Can I ask you why deMorgans doesn't work in this scenario?

It does work, and it is essentially what I used:
\text{desired answer} = \text{P}(A^c \cap B^c) = 1 - \text{P}(A \cup B)
If you evaluate ##\text{P}(A \cup B)## correctly you will get the right answer.
 
OHHHHH...my initial set up was wrong

this: P(Ac∩Bc)

and not this: P(AcUBc)

the phrase "neither a nor b"

confused me. I thought nor implied OR not AND.
 
royalewithchz said:
I thought nor implied OR not AND.
"neither ... nor ..." is the same as "not ... and not ...".
 
Back
Top