You have two jars, 50 red marbles and 50 blue marbles. A jar
will be picked at random, and then a marble will be picked
from the jar. Placing all of the marbles in the jars, how
can you maximize the chances of a red marble being picked?
What are the exact odds of getting a red marble using your
scheme?
put 1 red marble in one jar and all the rest (99) in the
other.
This gives you 50% from the first jar (if they pick that
jar they will get red 100% of the time). For the other jar
the chances are 49/99 or 49.494949%. Divide that by 2 and
its 24.7474%. Total odds are 50% plus 24.7474% = 74.7474%
So long as you have at least 1 red marble in each jar you
have 100% chance of a red marble being picked. The question
only states that the jar is selected at random.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
put 1 red marble in one jar and all the rest (99) in the
other.
This gives you 50% from the first jar (if they pick that
jar they will get red 100% of the time). For the other jar
the chances are 49/99 or 49.494949%. Divide that by 2 and
its 24.7474%. Total odds are 50% plus 24.7474% = 74.7474%
So long as you have at least 1 red marble in each jar you
have 100% chance of a red marble being picked. The question
only states that the jar is selected at random.