Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions probability/03_probability_of_or.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ def _(mo):
</details>

<details>
<summary>3. P(prime or odd) = 5/6</summary>
<summary>3. P(prime or odd) = 4/6</summary>

✅ Correct! {2,3,5} ∪ {1,3,5} = {1,2,3,5}, so probability is 5/6.
✅ Correct! {2,3,5} ∪ {1,3,5} = {1,2,3,5}, so probability is 4/6.
</details>
""")
return
Expand Down