Probability of second ball chosen is Red.
$begingroup$
Suppose, there are $5$ Red balls, $2$ Green Balls and $3$ Yellow Balls in a bag. What is the probability that the second ball taken out is a Red ball (the color of the first ball taken out can be any of the three)?
I have made the outcome tree and came up with the answer as $frac12$.
But I don't know if it is correct.
probability conditional-probability
$endgroup$
add a comment |
$begingroup$
Suppose, there are $5$ Red balls, $2$ Green Balls and $3$ Yellow Balls in a bag. What is the probability that the second ball taken out is a Red ball (the color of the first ball taken out can be any of the three)?
I have made the outcome tree and came up with the answer as $frac12$.
But I don't know if it is correct.
probability conditional-probability
$endgroup$
$begingroup$
$P=frac5{10}×frac4{9}+frac2{10}×frac5{9}+frac3{10}×frac5{9}=frac1{2}$
$endgroup$
– Thomas Shelby
Dec 28 '18 at 5:49
$begingroup$
Each of the 10 balls is equally likely to be the second one chosen, so the probability of it being red is 5/10 = 1/2 (it's simpler to ignore the color of the first ball).
$endgroup$
– Ned
Dec 28 '18 at 5:59
add a comment |
$begingroup$
Suppose, there are $5$ Red balls, $2$ Green Balls and $3$ Yellow Balls in a bag. What is the probability that the second ball taken out is a Red ball (the color of the first ball taken out can be any of the three)?
I have made the outcome tree and came up with the answer as $frac12$.
But I don't know if it is correct.
probability conditional-probability
$endgroup$
Suppose, there are $5$ Red balls, $2$ Green Balls and $3$ Yellow Balls in a bag. What is the probability that the second ball taken out is a Red ball (the color of the first ball taken out can be any of the three)?
I have made the outcome tree and came up with the answer as $frac12$.
But I don't know if it is correct.
probability conditional-probability
probability conditional-probability
edited Dec 28 '18 at 7:33
Thomas Shelby
4,1742726
4,1742726
asked Dec 28 '18 at 5:44
Harsh DaveHarsh Dave
31
31
$begingroup$
$P=frac5{10}×frac4{9}+frac2{10}×frac5{9}+frac3{10}×frac5{9}=frac1{2}$
$endgroup$
– Thomas Shelby
Dec 28 '18 at 5:49
$begingroup$
Each of the 10 balls is equally likely to be the second one chosen, so the probability of it being red is 5/10 = 1/2 (it's simpler to ignore the color of the first ball).
$endgroup$
– Ned
Dec 28 '18 at 5:59
add a comment |
$begingroup$
$P=frac5{10}×frac4{9}+frac2{10}×frac5{9}+frac3{10}×frac5{9}=frac1{2}$
$endgroup$
– Thomas Shelby
Dec 28 '18 at 5:49
$begingroup$
Each of the 10 balls is equally likely to be the second one chosen, so the probability of it being red is 5/10 = 1/2 (it's simpler to ignore the color of the first ball).
$endgroup$
– Ned
Dec 28 '18 at 5:59
$begingroup$
$P=frac5{10}×frac4{9}+frac2{10}×frac5{9}+frac3{10}×frac5{9}=frac1{2}$
$endgroup$
– Thomas Shelby
Dec 28 '18 at 5:49
$begingroup$
$P=frac5{10}×frac4{9}+frac2{10}×frac5{9}+frac3{10}×frac5{9}=frac1{2}$
$endgroup$
– Thomas Shelby
Dec 28 '18 at 5:49
$begingroup$
Each of the 10 balls is equally likely to be the second one chosen, so the probability of it being red is 5/10 = 1/2 (it's simpler to ignore the color of the first ball).
$endgroup$
– Ned
Dec 28 '18 at 5:59
$begingroup$
Each of the 10 balls is equally likely to be the second one chosen, so the probability of it being red is 5/10 = 1/2 (it's simpler to ignore the color of the first ball).
$endgroup$
– Ned
Dec 28 '18 at 5:59
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If the first ball is red (which happens with probability $frac{5}{10}=frac{1}{2}$) we are left with $9$ balls of which $4$ red, so then the probability is $frac{4}{9}$ for the second one to be red.
If the first is non-red (which also happens with probability $frac{5}{10}=frac{1}{2}$) we're left with $9$ balls of which $5$ are red, so then the probability is $frac{5}{9}$ for the second one to be red.
So the "bare" or "full" probability of the second one being red is computed by conditioning on these two first outcomes and equals
$$frac{1}{2}times frac{4}{9} + frac{1}{2}times frac{5}{9}= frac{9}{18}=frac{1}{2}$$
so your answer is correct.
$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%2f3054615%2fprobability-of-second-ball-chosen-is-red%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If the first ball is red (which happens with probability $frac{5}{10}=frac{1}{2}$) we are left with $9$ balls of which $4$ red, so then the probability is $frac{4}{9}$ for the second one to be red.
If the first is non-red (which also happens with probability $frac{5}{10}=frac{1}{2}$) we're left with $9$ balls of which $5$ are red, so then the probability is $frac{5}{9}$ for the second one to be red.
So the "bare" or "full" probability of the second one being red is computed by conditioning on these two first outcomes and equals
$$frac{1}{2}times frac{4}{9} + frac{1}{2}times frac{5}{9}= frac{9}{18}=frac{1}{2}$$
so your answer is correct.
$endgroup$
add a comment |
$begingroup$
If the first ball is red (which happens with probability $frac{5}{10}=frac{1}{2}$) we are left with $9$ balls of which $4$ red, so then the probability is $frac{4}{9}$ for the second one to be red.
If the first is non-red (which also happens with probability $frac{5}{10}=frac{1}{2}$) we're left with $9$ balls of which $5$ are red, so then the probability is $frac{5}{9}$ for the second one to be red.
So the "bare" or "full" probability of the second one being red is computed by conditioning on these two first outcomes and equals
$$frac{1}{2}times frac{4}{9} + frac{1}{2}times frac{5}{9}= frac{9}{18}=frac{1}{2}$$
so your answer is correct.
$endgroup$
add a comment |
$begingroup$
If the first ball is red (which happens with probability $frac{5}{10}=frac{1}{2}$) we are left with $9$ balls of which $4$ red, so then the probability is $frac{4}{9}$ for the second one to be red.
If the first is non-red (which also happens with probability $frac{5}{10}=frac{1}{2}$) we're left with $9$ balls of which $5$ are red, so then the probability is $frac{5}{9}$ for the second one to be red.
So the "bare" or "full" probability of the second one being red is computed by conditioning on these two first outcomes and equals
$$frac{1}{2}times frac{4}{9} + frac{1}{2}times frac{5}{9}= frac{9}{18}=frac{1}{2}$$
so your answer is correct.
$endgroup$
If the first ball is red (which happens with probability $frac{5}{10}=frac{1}{2}$) we are left with $9$ balls of which $4$ red, so then the probability is $frac{4}{9}$ for the second one to be red.
If the first is non-red (which also happens with probability $frac{5}{10}=frac{1}{2}$) we're left with $9$ balls of which $5$ are red, so then the probability is $frac{5}{9}$ for the second one to be red.
So the "bare" or "full" probability of the second one being red is computed by conditioning on these two first outcomes and equals
$$frac{1}{2}times frac{4}{9} + frac{1}{2}times frac{5}{9}= frac{9}{18}=frac{1}{2}$$
so your answer is correct.
answered Dec 28 '18 at 5:50
Henno BrandsmaHenno Brandsma
113k348121
113k348121
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%2f3054615%2fprobability-of-second-ball-chosen-is-red%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$
$P=frac5{10}×frac4{9}+frac2{10}×frac5{9}+frac3{10}×frac5{9}=frac1{2}$
$endgroup$
– Thomas Shelby
Dec 28 '18 at 5:49
$begingroup$
Each of the 10 balls is equally likely to be the second one chosen, so the probability of it being red is 5/10 = 1/2 (it's simpler to ignore the color of the first ball).
$endgroup$
– Ned
Dec 28 '18 at 5:59