Probability of drawing unknown color at the beginning and at the end of nth draw Announcing...
Monty Hall Problem-Probability Paradox
Why datecode is SO IMPORTANT to chip manufacturers?
Random body shuffle every night—can we still function?
Did pre-Columbian Americans know the spherical shape of the Earth?
How do living politicians protect their readily obtainable signatures from misuse?
Special flights
Why complex landing gears are used instead of simple,reliability and light weight muscle wire or shape memory alloys?
Would color changing eyes affect vision?
What does Turing mean by this statement?
How to change the tick of the color bar legend to black
Flight departed from the gate 5 min before scheduled departure time. Refund options
White walkers, cemeteries and wights
What is a more techy Technical Writer job title that isn't cutesy or confusing?
NERDTreeMenu Remapping
Weaponising the Grasp-at-a-Distance spell
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
Why is std::move not [[nodiscard]] in C++20?
Sally's older brother
Why shouldn't this prove the Prime Number Theorem?
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
Co-worker has annoying ringtone
What does the writing on Poe's helmet say?
AppleTVs create a chatty alternate WiFi network
what is the log of the PDF for a Normal Distribution?
Probability of drawing unknown color at the beginning and at the end of nth draw
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How many balls will I have to draw?Probability of drawing at least one red and at least one green ball.Probability of drawing at least 1 red, 1 blue, 1 green, 1 white, 1 black, and 1 grey when drawing 8 balls from a pool of 30?Probability of drawing balls without replacement in first and last drawMean number of balls drawnProbability of drawing the same color marble twice in a bag of $10$ red, $10$ orange, $10$ green.Probability of draw 1000 balls of the same color from 2000Probability of drawing balls of unknown coloursProbability of drawing same ball until draw 4 or 'greater'?Probability of Drawing Two Balls of Different Color in Second Draw.
$begingroup$
I am not sure how to handle the unknown color situation. If the color of the first ball was known then I would have tried in a way (showing below, not sure I am correct but that's my initial approach.
Actual question:
You have 4 red balls, 8 green balls, and 10 purple balls. You draw a ball from the bag, record its color. Continue drawing without replacement until you get a ball that matches the color of the first ball. What is the probability that it takes exactly 3 additional draws (not including draw 0) to get a matching ball?
Say I knew the color and it was red then (again, I could be wrong):
pr = (8+10)/(4+8+10-1) * (8+10-1)/(4+8+10-2) * (3/(4+8+10-3))
I really appreciate any direction/explanation that anyone can provide
probability statistics
$endgroup$
add a comment |
$begingroup$
I am not sure how to handle the unknown color situation. If the color of the first ball was known then I would have tried in a way (showing below, not sure I am correct but that's my initial approach.
Actual question:
You have 4 red balls, 8 green balls, and 10 purple balls. You draw a ball from the bag, record its color. Continue drawing without replacement until you get a ball that matches the color of the first ball. What is the probability that it takes exactly 3 additional draws (not including draw 0) to get a matching ball?
Say I knew the color and it was red then (again, I could be wrong):
pr = (8+10)/(4+8+10-1) * (8+10-1)/(4+8+10-2) * (3/(4+8+10-3))
I really appreciate any direction/explanation that anyone can provide
probability statistics
$endgroup$
$begingroup$
Hint: I guess you can do similar computations for green and purple, right?
$endgroup$
– Ertxiem
Mar 26 at 0:35
add a comment |
$begingroup$
I am not sure how to handle the unknown color situation. If the color of the first ball was known then I would have tried in a way (showing below, not sure I am correct but that's my initial approach.
Actual question:
You have 4 red balls, 8 green balls, and 10 purple balls. You draw a ball from the bag, record its color. Continue drawing without replacement until you get a ball that matches the color of the first ball. What is the probability that it takes exactly 3 additional draws (not including draw 0) to get a matching ball?
Say I knew the color and it was red then (again, I could be wrong):
pr = (8+10)/(4+8+10-1) * (8+10-1)/(4+8+10-2) * (3/(4+8+10-3))
I really appreciate any direction/explanation that anyone can provide
probability statistics
$endgroup$
I am not sure how to handle the unknown color situation. If the color of the first ball was known then I would have tried in a way (showing below, not sure I am correct but that's my initial approach.
Actual question:
You have 4 red balls, 8 green balls, and 10 purple balls. You draw a ball from the bag, record its color. Continue drawing without replacement until you get a ball that matches the color of the first ball. What is the probability that it takes exactly 3 additional draws (not including draw 0) to get a matching ball?
Say I knew the color and it was red then (again, I could be wrong):
pr = (8+10)/(4+8+10-1) * (8+10-1)/(4+8+10-2) * (3/(4+8+10-3))
I really appreciate any direction/explanation that anyone can provide
probability statistics
probability statistics
asked Mar 26 at 0:25
Musa BiraloMusa Biralo
31
31
$begingroup$
Hint: I guess you can do similar computations for green and purple, right?
$endgroup$
– Ertxiem
Mar 26 at 0:35
add a comment |
$begingroup$
Hint: I guess you can do similar computations for green and purple, right?
$endgroup$
– Ertxiem
Mar 26 at 0:35
$begingroup$
Hint: I guess you can do similar computations for green and purple, right?
$endgroup$
– Ertxiem
Mar 26 at 0:35
$begingroup$
Hint: I guess you can do similar computations for green and purple, right?
$endgroup$
– Ertxiem
Mar 26 at 0:35
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
It may not be efficient but:
The probability of the first ball being Red is $frac 4{22}$. If the first ball is red the probability of the next two not being red is $frac {18*17}{21*20}$ and if that happens the probability of the fourth ball being red is $frac 3{19}$. So the probability of the first ball being red and my getting a second red ball exactly three balls later is $frac 4{22}frac {18*17}{21*20}frac 3{19}$.
Doing the same for if the first ball is green we can $frac 8{22}$ and then $frac {14*13}{21*20}$ and $frac 7{19}$. So the prob of that is $frac {8*14*13*7}{22*...*19}$.
And for the first ball being purple we have $frac {10}{22}frac {12*11}{21*20}frac 9{19}$
So the probability is
$frac {4*18*17*3}{22*...*19} + frac{8*14*13*7}{22*..*19}+ frac {10*12*11*9}{22*...*19}$.
$endgroup$
add a comment |
$begingroup$
Suppose the first ball was red. This occurs with probability $frac{4}{22}$ as there are $4$ red balls out of $4+8+10=22$ balls total.
Given that the first ball was red, in order for the fourth ball to be the first re-occurrence of a red ball, that means that the next two draws must both be non-red. As such the second ball being non-red given that the first is red will occur with probability $frac{18}{21}$, and given that the first is red and second is non-red the third ball also being non-red will occur with probability $frac{17}{20}$. Finally, given the first is red and the next two are non-red the probability that the fourth ball is red will be $frac{3}{19}$
This gives the probability that the first is red and the first re-occurrence of red occurs on the fourth draw as being $frac{4}{22}timesfrac{18}{21}timesfrac{17}{20}timesfrac{3}{19}$
Continue in the same fashion for if the first ball happened to be green or purple and add the results.
$endgroup$
add a comment |
Your Answer
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%2f3162514%2fprobability-of-drawing-unknown-color-at-the-beginning-and-at-the-end-of-nth-draw%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$
It may not be efficient but:
The probability of the first ball being Red is $frac 4{22}$. If the first ball is red the probability of the next two not being red is $frac {18*17}{21*20}$ and if that happens the probability of the fourth ball being red is $frac 3{19}$. So the probability of the first ball being red and my getting a second red ball exactly three balls later is $frac 4{22}frac {18*17}{21*20}frac 3{19}$.
Doing the same for if the first ball is green we can $frac 8{22}$ and then $frac {14*13}{21*20}$ and $frac 7{19}$. So the prob of that is $frac {8*14*13*7}{22*...*19}$.
And for the first ball being purple we have $frac {10}{22}frac {12*11}{21*20}frac 9{19}$
So the probability is
$frac {4*18*17*3}{22*...*19} + frac{8*14*13*7}{22*..*19}+ frac {10*12*11*9}{22*...*19}$.
$endgroup$
add a comment |
$begingroup$
It may not be efficient but:
The probability of the first ball being Red is $frac 4{22}$. If the first ball is red the probability of the next two not being red is $frac {18*17}{21*20}$ and if that happens the probability of the fourth ball being red is $frac 3{19}$. So the probability of the first ball being red and my getting a second red ball exactly three balls later is $frac 4{22}frac {18*17}{21*20}frac 3{19}$.
Doing the same for if the first ball is green we can $frac 8{22}$ and then $frac {14*13}{21*20}$ and $frac 7{19}$. So the prob of that is $frac {8*14*13*7}{22*...*19}$.
And for the first ball being purple we have $frac {10}{22}frac {12*11}{21*20}frac 9{19}$
So the probability is
$frac {4*18*17*3}{22*...*19} + frac{8*14*13*7}{22*..*19}+ frac {10*12*11*9}{22*...*19}$.
$endgroup$
add a comment |
$begingroup$
It may not be efficient but:
The probability of the first ball being Red is $frac 4{22}$. If the first ball is red the probability of the next two not being red is $frac {18*17}{21*20}$ and if that happens the probability of the fourth ball being red is $frac 3{19}$. So the probability of the first ball being red and my getting a second red ball exactly three balls later is $frac 4{22}frac {18*17}{21*20}frac 3{19}$.
Doing the same for if the first ball is green we can $frac 8{22}$ and then $frac {14*13}{21*20}$ and $frac 7{19}$. So the prob of that is $frac {8*14*13*7}{22*...*19}$.
And for the first ball being purple we have $frac {10}{22}frac {12*11}{21*20}frac 9{19}$
So the probability is
$frac {4*18*17*3}{22*...*19} + frac{8*14*13*7}{22*..*19}+ frac {10*12*11*9}{22*...*19}$.
$endgroup$
It may not be efficient but:
The probability of the first ball being Red is $frac 4{22}$. If the first ball is red the probability of the next two not being red is $frac {18*17}{21*20}$ and if that happens the probability of the fourth ball being red is $frac 3{19}$. So the probability of the first ball being red and my getting a second red ball exactly three balls later is $frac 4{22}frac {18*17}{21*20}frac 3{19}$.
Doing the same for if the first ball is green we can $frac 8{22}$ and then $frac {14*13}{21*20}$ and $frac 7{19}$. So the prob of that is $frac {8*14*13*7}{22*...*19}$.
And for the first ball being purple we have $frac {10}{22}frac {12*11}{21*20}frac 9{19}$
So the probability is
$frac {4*18*17*3}{22*...*19} + frac{8*14*13*7}{22*..*19}+ frac {10*12*11*9}{22*...*19}$.
answered Mar 26 at 0:37
fleabloodfleablood
1
1
add a comment |
add a comment |
$begingroup$
Suppose the first ball was red. This occurs with probability $frac{4}{22}$ as there are $4$ red balls out of $4+8+10=22$ balls total.
Given that the first ball was red, in order for the fourth ball to be the first re-occurrence of a red ball, that means that the next two draws must both be non-red. As such the second ball being non-red given that the first is red will occur with probability $frac{18}{21}$, and given that the first is red and second is non-red the third ball also being non-red will occur with probability $frac{17}{20}$. Finally, given the first is red and the next two are non-red the probability that the fourth ball is red will be $frac{3}{19}$
This gives the probability that the first is red and the first re-occurrence of red occurs on the fourth draw as being $frac{4}{22}timesfrac{18}{21}timesfrac{17}{20}timesfrac{3}{19}$
Continue in the same fashion for if the first ball happened to be green or purple and add the results.
$endgroup$
add a comment |
$begingroup$
Suppose the first ball was red. This occurs with probability $frac{4}{22}$ as there are $4$ red balls out of $4+8+10=22$ balls total.
Given that the first ball was red, in order for the fourth ball to be the first re-occurrence of a red ball, that means that the next two draws must both be non-red. As such the second ball being non-red given that the first is red will occur with probability $frac{18}{21}$, and given that the first is red and second is non-red the third ball also being non-red will occur with probability $frac{17}{20}$. Finally, given the first is red and the next two are non-red the probability that the fourth ball is red will be $frac{3}{19}$
This gives the probability that the first is red and the first re-occurrence of red occurs on the fourth draw as being $frac{4}{22}timesfrac{18}{21}timesfrac{17}{20}timesfrac{3}{19}$
Continue in the same fashion for if the first ball happened to be green or purple and add the results.
$endgroup$
add a comment |
$begingroup$
Suppose the first ball was red. This occurs with probability $frac{4}{22}$ as there are $4$ red balls out of $4+8+10=22$ balls total.
Given that the first ball was red, in order for the fourth ball to be the first re-occurrence of a red ball, that means that the next two draws must both be non-red. As such the second ball being non-red given that the first is red will occur with probability $frac{18}{21}$, and given that the first is red and second is non-red the third ball also being non-red will occur with probability $frac{17}{20}$. Finally, given the first is red and the next two are non-red the probability that the fourth ball is red will be $frac{3}{19}$
This gives the probability that the first is red and the first re-occurrence of red occurs on the fourth draw as being $frac{4}{22}timesfrac{18}{21}timesfrac{17}{20}timesfrac{3}{19}$
Continue in the same fashion for if the first ball happened to be green or purple and add the results.
$endgroup$
Suppose the first ball was red. This occurs with probability $frac{4}{22}$ as there are $4$ red balls out of $4+8+10=22$ balls total.
Given that the first ball was red, in order for the fourth ball to be the first re-occurrence of a red ball, that means that the next two draws must both be non-red. As such the second ball being non-red given that the first is red will occur with probability $frac{18}{21}$, and given that the first is red and second is non-red the third ball also being non-red will occur with probability $frac{17}{20}$. Finally, given the first is red and the next two are non-red the probability that the fourth ball is red will be $frac{3}{19}$
This gives the probability that the first is red and the first re-occurrence of red occurs on the fourth draw as being $frac{4}{22}timesfrac{18}{21}timesfrac{17}{20}timesfrac{3}{19}$
Continue in the same fashion for if the first ball happened to be green or purple and add the results.
answered Mar 26 at 0:38
JMoravitzJMoravitz
49.4k44091
49.4k44091
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%2f3162514%2fprobability-of-drawing-unknown-color-at-the-beginning-and-at-the-end-of-nth-draw%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$
Hint: I guess you can do similar computations for green and purple, right?
$endgroup$
– Ertxiem
Mar 26 at 0:35