Challenge: Solving the Task Using Inclusion-Exclusion Principle
Task
Swipe to start coding
Let's imagine one situation that may be real for you. You have a tasty basket with:
5cookies with a cherry jam,5chocolate cookies,10chocolate candies,5chocolate bars,15biscuits,10bottles of lemonade.
Calculate the probability that you will randomly pull out an item that includes chocolate, or a cookie.
We can divide our food into influential groups:
- The first one: cookies (ones with cherry jam and chocolate).
- The second one: is chocolate items (chocolate bars, candies, and chocolate cookies).
Follow the algorithm:
- Calculate the probability of pulling out a cookie.
- Calculate the probability of pulling out item that includes chocolate (chocolate sweet).
- Calculate the probability of pulling out a chocolate cookie.
- Calculate the resulting probability.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 3.85
Challenge: Solving the Task Using Inclusion-Exclusion Principle
Swipe to show menu
Task
Swipe to start coding
Let's imagine one situation that may be real for you. You have a tasty basket with:
5cookies with a cherry jam,5chocolate cookies,10chocolate candies,5chocolate bars,15biscuits,10bottles of lemonade.
Calculate the probability that you will randomly pull out an item that includes chocolate, or a cookie.
We can divide our food into influential groups:
- The first one: cookies (ones with cherry jam and chocolate).
- The second one: is chocolate items (chocolate bars, candies, and chocolate cookies).
Follow the algorithm:
- Calculate the probability of pulling out a cookie.
- Calculate the probability of pulling out item that includes chocolate (chocolate sweet).
- Calculate the probability of pulling out a chocolate cookie.
- Calculate the resulting probability.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 2
single