Two type of balls in a bagDouble sampling distributionProbability Math Question…?Probability that the bag contains all balls white given that two balls are whiteConditional Probability about balls in a bagProbability of selecting balls from Bag BProbability question on random selection of balls from bagsWhat is the probability of selecting a white ball given a bag with $3$ red and $5$ white balls and a bag with $4$ and $8$ white balls?Probability of drawing 5 white and 4 black balls and another bag of 7 white and 9 black balls.A bag contains $N$ white balls and $M$ black balls, $3$ balls are chosen at random what is the probabilityA bag contains $6$ white balls and $8$ blue balls.
Lightning Web Component - do I need to track changes for every single input field in a form
Simple image editor tool to draw a simple box/rectangle in an existing image
Can I use my Chinese passport to enter China after I acquired another citizenship?
Simulating a probability of 1 of 2^N with less than N random bits
No idea how to draw this using tikz
Resetting two CD4017 counters simultaneously, only one resets
Do all polymers contain either carbon or silicon?
The One-Electron Universe postulate is true - what simple change can I make to change the whole universe?
For airliners, what prevents wing strikes on landing in bad weather?
What do you call the infoboxes with text and sometimes images on the side of a page we find in textbooks?
Was the picture area of a CRT a parallelogram (instead of a true rectangle)?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
How to prevent YouTube from showing already watched videos?
How can I raise concerns with a new DM about XP splitting?
What (else) happened July 1st 1858 in London?
Is exact Kanji stroke length important?
Are taller landing gear bad for aircraft, particulary large airliners?
Calculating the number of days between 2 dates in Excel
What was required to accept "troll"?
Are Warlocks Arcane or Divine?
Proof of Lemma: Every integer can be written as a product of primes
"lassen" in meaning "sich fassen"
Why is delta-v is the most useful quantity for planning space travel?
Is a naturally all "male" species possible?
Two type of balls in a bag
Double sampling distributionProbability Math Question…?Probability that the bag contains all balls white given that two balls are whiteConditional Probability about balls in a bagProbability of selecting balls from Bag BProbability question on random selection of balls from bagsWhat is the probability of selecting a white ball given a bag with $3$ red and $5$ white balls and a bag with $4$ and $8$ white balls?Probability of drawing 5 white and 4 black balls and another bag of 7 white and 9 black balls.A bag contains $N$ white balls and $M$ black balls, $3$ balls are chosen at random what is the probabilityA bag contains $6$ white balls and $8$ blue balls.
$begingroup$
In a bag there are $15$ red and $5$ white balls. Two balls are chosen at random and one is found to be red. The probability that the second one is also red is?
I have attempted this question by counting all the favorable cases:
- Both red $(15×14)$
- One red one white $(15×5)$
Our case is both red. The probability is, by Baye's theorem, $dfrac15×1415×14+15×5$. However, the answer is not $dfrac1419$ but $dfrac712$.
probability
$endgroup$
add a comment |
$begingroup$
In a bag there are $15$ red and $5$ white balls. Two balls are chosen at random and one is found to be red. The probability that the second one is also red is?
I have attempted this question by counting all the favorable cases:
- Both red $(15×14)$
- One red one white $(15×5)$
Our case is both red. The probability is, by Baye's theorem, $dfrac15×1415×14+15×5$. However, the answer is not $dfrac1419$ but $dfrac712$.
probability
$endgroup$
$begingroup$
Well done for sharing an attempt :)
$endgroup$
– Shaun
Nov 24 '18 at 4:07
add a comment |
$begingroup$
In a bag there are $15$ red and $5$ white balls. Two balls are chosen at random and one is found to be red. The probability that the second one is also red is?
I have attempted this question by counting all the favorable cases:
- Both red $(15×14)$
- One red one white $(15×5)$
Our case is both red. The probability is, by Baye's theorem, $dfrac15×1415×14+15×5$. However, the answer is not $dfrac1419$ but $dfrac712$.
probability
$endgroup$
In a bag there are $15$ red and $5$ white balls. Two balls are chosen at random and one is found to be red. The probability that the second one is also red is?
I have attempted this question by counting all the favorable cases:
- Both red $(15×14)$
- One red one white $(15×5)$
Our case is both red. The probability is, by Baye's theorem, $dfrac15×1415×14+15×5$. However, the answer is not $dfrac1419$ but $dfrac712$.
probability
probability
edited Nov 24 '18 at 4:36
Saad
20.2k92352
20.2k92352
asked Nov 24 '18 at 3:56
CaptainQuestionCaptainQuestion
3089
3089
$begingroup$
Well done for sharing an attempt :)
$endgroup$
– Shaun
Nov 24 '18 at 4:07
add a comment |
$begingroup$
Well done for sharing an attempt :)
$endgroup$
– Shaun
Nov 24 '18 at 4:07
$begingroup$
Well done for sharing an attempt :)
$endgroup$
– Shaun
Nov 24 '18 at 4:07
$begingroup$
Well done for sharing an attempt :)
$endgroup$
– Shaun
Nov 24 '18 at 4:07
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You need to include the cases that you choose one white one red, which is the same as $(2)$. Thus, the probability is $$frac15cdot1415cdot14+2cdot15cdot5=frac712.$$
Edit: This is assuming that both balls were inspected and (at least) one is found to be red.
The answer is $frac1419$ if one ball was picked from the two chosen and it is found to be red.
$endgroup$
$begingroup$
Yes, the question is ambiguous as stated, which often happens in these sorts of conditional probability problems. Most of us would assume the condition is "at least one red ball was picked" but it certainly could be "a randomly selected ball from the two picked turned out to be red."
$endgroup$
– Ned
Mar 17 at 1:09
add a comment |
$begingroup$
In the second case (one red and one white) the count is not correct, since it does not account for the order of the balls. It should be first red and second white, plus first white and second red, in total $15cdot 5 + 5cdot 15 = 150$. So we have $15cdot 4 + 15cdot 5 + 5cdot 15 = 360$ pairs with at least one red ball, and $15*14 = 210$ pairs in which bot are red, hence $P = 210/360 = 7/12$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3011164%2ftwo-type-of-balls-in-a-bag%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You need to include the cases that you choose one white one red, which is the same as $(2)$. Thus, the probability is $$frac15cdot1415cdot14+2cdot15cdot5=frac712.$$
Edit: This is assuming that both balls were inspected and (at least) one is found to be red.
The answer is $frac1419$ if one ball was picked from the two chosen and it is found to be red.
$endgroup$
$begingroup$
Yes, the question is ambiguous as stated, which often happens in these sorts of conditional probability problems. Most of us would assume the condition is "at least one red ball was picked" but it certainly could be "a randomly selected ball from the two picked turned out to be red."
$endgroup$
– Ned
Mar 17 at 1:09
add a comment |
$begingroup$
You need to include the cases that you choose one white one red, which is the same as $(2)$. Thus, the probability is $$frac15cdot1415cdot14+2cdot15cdot5=frac712.$$
Edit: This is assuming that both balls were inspected and (at least) one is found to be red.
The answer is $frac1419$ if one ball was picked from the two chosen and it is found to be red.
$endgroup$
$begingroup$
Yes, the question is ambiguous as stated, which often happens in these sorts of conditional probability problems. Most of us would assume the condition is "at least one red ball was picked" but it certainly could be "a randomly selected ball from the two picked turned out to be red."
$endgroup$
– Ned
Mar 17 at 1:09
add a comment |
$begingroup$
You need to include the cases that you choose one white one red, which is the same as $(2)$. Thus, the probability is $$frac15cdot1415cdot14+2cdot15cdot5=frac712.$$
Edit: This is assuming that both balls were inspected and (at least) one is found to be red.
The answer is $frac1419$ if one ball was picked from the two chosen and it is found to be red.
$endgroup$
You need to include the cases that you choose one white one red, which is the same as $(2)$. Thus, the probability is $$frac15cdot1415cdot14+2cdot15cdot5=frac712.$$
Edit: This is assuming that both balls were inspected and (at least) one is found to be red.
The answer is $frac1419$ if one ball was picked from the two chosen and it is found to be red.
edited Mar 16 at 22:46
answered Nov 24 '18 at 4:14
Abraham ZhangAbraham Zhang
625412
625412
$begingroup$
Yes, the question is ambiguous as stated, which often happens in these sorts of conditional probability problems. Most of us would assume the condition is "at least one red ball was picked" but it certainly could be "a randomly selected ball from the two picked turned out to be red."
$endgroup$
– Ned
Mar 17 at 1:09
add a comment |
$begingroup$
Yes, the question is ambiguous as stated, which often happens in these sorts of conditional probability problems. Most of us would assume the condition is "at least one red ball was picked" but it certainly could be "a randomly selected ball from the two picked turned out to be red."
$endgroup$
– Ned
Mar 17 at 1:09
$begingroup$
Yes, the question is ambiguous as stated, which often happens in these sorts of conditional probability problems. Most of us would assume the condition is "at least one red ball was picked" but it certainly could be "a randomly selected ball from the two picked turned out to be red."
$endgroup$
– Ned
Mar 17 at 1:09
$begingroup$
Yes, the question is ambiguous as stated, which often happens in these sorts of conditional probability problems. Most of us would assume the condition is "at least one red ball was picked" but it certainly could be "a randomly selected ball from the two picked turned out to be red."
$endgroup$
– Ned
Mar 17 at 1:09
add a comment |
$begingroup$
In the second case (one red and one white) the count is not correct, since it does not account for the order of the balls. It should be first red and second white, plus first white and second red, in total $15cdot 5 + 5cdot 15 = 150$. So we have $15cdot 4 + 15cdot 5 + 5cdot 15 = 360$ pairs with at least one red ball, and $15*14 = 210$ pairs in which bot are red, hence $P = 210/360 = 7/12$.
$endgroup$
add a comment |
$begingroup$
In the second case (one red and one white) the count is not correct, since it does not account for the order of the balls. It should be first red and second white, plus first white and second red, in total $15cdot 5 + 5cdot 15 = 150$. So we have $15cdot 4 + 15cdot 5 + 5cdot 15 = 360$ pairs with at least one red ball, and $15*14 = 210$ pairs in which bot are red, hence $P = 210/360 = 7/12$.
$endgroup$
add a comment |
$begingroup$
In the second case (one red and one white) the count is not correct, since it does not account for the order of the balls. It should be first red and second white, plus first white and second red, in total $15cdot 5 + 5cdot 15 = 150$. So we have $15cdot 4 + 15cdot 5 + 5cdot 15 = 360$ pairs with at least one red ball, and $15*14 = 210$ pairs in which bot are red, hence $P = 210/360 = 7/12$.
$endgroup$
In the second case (one red and one white) the count is not correct, since it does not account for the order of the balls. It should be first red and second white, plus first white and second red, in total $15cdot 5 + 5cdot 15 = 150$. So we have $15cdot 4 + 15cdot 5 + 5cdot 15 = 360$ pairs with at least one red ball, and $15*14 = 210$ pairs in which bot are red, hence $P = 210/360 = 7/12$.
answered Nov 24 '18 at 4:14
mlerma54mlerma54
1,177148
1,177148
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3011164%2ftwo-type-of-balls-in-a-bag%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Well done for sharing an attempt :)
$endgroup$
– Shaun
Nov 24 '18 at 4:07