Question on probability based on a scenario with multiple unknowns
This question is a probability question from a practice paper of a Statistics module that I have to take as part of my university graduation requirements.
--
In a certain day care class, 30% of the children have brown eyes, 20% of them have blue eyes and the other 50% have eyes that are in other colours. One day, some of them play a game together. In the game, 45% of the children have brown eyes, 20% have blue eyes and 35% have other eye colours. Now, if a child is selected randomly from the class, and we know that he/she was not in the game, what is the probability that the child has blue eyes (rounding off to 2 decimal places)?
--
My attempt at answering this question:
Let the total number of children in the class be x.
Let the total number of children who played the game together be y.
Total brown eyes. blue eyes and other coloured eyes respectively: 0.3x, 0.2x, 0.5x
Total children (in game) with brown eyes, blue eyes and coloured eyes respectively: 0.45y, 0.2y, 0.35y
P(Blue Eyes | Not In Game) = P(Blue Eyes) * P(Not In Game)
= 0.2x/(0.2x+0.3x+0.5x) * (x-y)
How do I get an absolute value as an answer since there are so many unknowns? (Biggest one of them being, we don't know exactly how many students are in the game)
probability conditional-probability
add a comment |
This question is a probability question from a practice paper of a Statistics module that I have to take as part of my university graduation requirements.
--
In a certain day care class, 30% of the children have brown eyes, 20% of them have blue eyes and the other 50% have eyes that are in other colours. One day, some of them play a game together. In the game, 45% of the children have brown eyes, 20% have blue eyes and 35% have other eye colours. Now, if a child is selected randomly from the class, and we know that he/she was not in the game, what is the probability that the child has blue eyes (rounding off to 2 decimal places)?
--
My attempt at answering this question:
Let the total number of children in the class be x.
Let the total number of children who played the game together be y.
Total brown eyes. blue eyes and other coloured eyes respectively: 0.3x, 0.2x, 0.5x
Total children (in game) with brown eyes, blue eyes and coloured eyes respectively: 0.45y, 0.2y, 0.35y
P(Blue Eyes | Not In Game) = P(Blue Eyes) * P(Not In Game)
= 0.2x/(0.2x+0.3x+0.5x) * (x-y)
How do I get an absolute value as an answer since there are so many unknowns? (Biggest one of them being, we don't know exactly how many students are in the game)
probability conditional-probability
add a comment |
This question is a probability question from a practice paper of a Statistics module that I have to take as part of my university graduation requirements.
--
In a certain day care class, 30% of the children have brown eyes, 20% of them have blue eyes and the other 50% have eyes that are in other colours. One day, some of them play a game together. In the game, 45% of the children have brown eyes, 20% have blue eyes and 35% have other eye colours. Now, if a child is selected randomly from the class, and we know that he/she was not in the game, what is the probability that the child has blue eyes (rounding off to 2 decimal places)?
--
My attempt at answering this question:
Let the total number of children in the class be x.
Let the total number of children who played the game together be y.
Total brown eyes. blue eyes and other coloured eyes respectively: 0.3x, 0.2x, 0.5x
Total children (in game) with brown eyes, blue eyes and coloured eyes respectively: 0.45y, 0.2y, 0.35y
P(Blue Eyes | Not In Game) = P(Blue Eyes) * P(Not In Game)
= 0.2x/(0.2x+0.3x+0.5x) * (x-y)
How do I get an absolute value as an answer since there are so many unknowns? (Biggest one of them being, we don't know exactly how many students are in the game)
probability conditional-probability
This question is a probability question from a practice paper of a Statistics module that I have to take as part of my university graduation requirements.
--
In a certain day care class, 30% of the children have brown eyes, 20% of them have blue eyes and the other 50% have eyes that are in other colours. One day, some of them play a game together. In the game, 45% of the children have brown eyes, 20% have blue eyes and 35% have other eye colours. Now, if a child is selected randomly from the class, and we know that he/she was not in the game, what is the probability that the child has blue eyes (rounding off to 2 decimal places)?
--
My attempt at answering this question:
Let the total number of children in the class be x.
Let the total number of children who played the game together be y.
Total brown eyes. blue eyes and other coloured eyes respectively: 0.3x, 0.2x, 0.5x
Total children (in game) with brown eyes, blue eyes and coloured eyes respectively: 0.45y, 0.2y, 0.35y
P(Blue Eyes | Not In Game) = P(Blue Eyes) * P(Not In Game)
= 0.2x/(0.2x+0.3x+0.5x) * (x-y)
How do I get an absolute value as an answer since there are so many unknowns? (Biggest one of them being, we don't know exactly how many students are in the game)
probability conditional-probability
probability conditional-probability
asked Nov 23 '18 at 7:48
Irsyad AzizIrsyad Aziz
83
83
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You do not know how many children there are in total (your $x$) and how many play the game (your $y$). But you may be able to answer the specific question anyway
Let's set up a table of children playing and eye colour:
All Playing Not playing
Brown 0.30 x 0.45 y 0.30 x - 0.45 y
Blue 0.20 x 0.20 y 0.20 x - 0.20 y
Other 0.50 x 0.35 y 0.50 x - 0.35 y
====== ====== ===============
Total x y x - y
So if a child is selected randomly from the class not playing the game, the probability that the child has blue eyes is $dfrac{0.20x - 0.20 y}{x-y}=0.20$
This would not work with Brown eyes as you could not simplify $frac{0.30x - 0.45 y}{x-y}$
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%2f3010089%2fquestion-on-probability-based-on-a-scenario-with-multiple-unknowns%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
You do not know how many children there are in total (your $x$) and how many play the game (your $y$). But you may be able to answer the specific question anyway
Let's set up a table of children playing and eye colour:
All Playing Not playing
Brown 0.30 x 0.45 y 0.30 x - 0.45 y
Blue 0.20 x 0.20 y 0.20 x - 0.20 y
Other 0.50 x 0.35 y 0.50 x - 0.35 y
====== ====== ===============
Total x y x - y
So if a child is selected randomly from the class not playing the game, the probability that the child has blue eyes is $dfrac{0.20x - 0.20 y}{x-y}=0.20$
This would not work with Brown eyes as you could not simplify $frac{0.30x - 0.45 y}{x-y}$
add a comment |
You do not know how many children there are in total (your $x$) and how many play the game (your $y$). But you may be able to answer the specific question anyway
Let's set up a table of children playing and eye colour:
All Playing Not playing
Brown 0.30 x 0.45 y 0.30 x - 0.45 y
Blue 0.20 x 0.20 y 0.20 x - 0.20 y
Other 0.50 x 0.35 y 0.50 x - 0.35 y
====== ====== ===============
Total x y x - y
So if a child is selected randomly from the class not playing the game, the probability that the child has blue eyes is $dfrac{0.20x - 0.20 y}{x-y}=0.20$
This would not work with Brown eyes as you could not simplify $frac{0.30x - 0.45 y}{x-y}$
add a comment |
You do not know how many children there are in total (your $x$) and how many play the game (your $y$). But you may be able to answer the specific question anyway
Let's set up a table of children playing and eye colour:
All Playing Not playing
Brown 0.30 x 0.45 y 0.30 x - 0.45 y
Blue 0.20 x 0.20 y 0.20 x - 0.20 y
Other 0.50 x 0.35 y 0.50 x - 0.35 y
====== ====== ===============
Total x y x - y
So if a child is selected randomly from the class not playing the game, the probability that the child has blue eyes is $dfrac{0.20x - 0.20 y}{x-y}=0.20$
This would not work with Brown eyes as you could not simplify $frac{0.30x - 0.45 y}{x-y}$
You do not know how many children there are in total (your $x$) and how many play the game (your $y$). But you may be able to answer the specific question anyway
Let's set up a table of children playing and eye colour:
All Playing Not playing
Brown 0.30 x 0.45 y 0.30 x - 0.45 y
Blue 0.20 x 0.20 y 0.20 x - 0.20 y
Other 0.50 x 0.35 y 0.50 x - 0.35 y
====== ====== ===============
Total x y x - y
So if a child is selected randomly from the class not playing the game, the probability that the child has blue eyes is $dfrac{0.20x - 0.20 y}{x-y}=0.20$
This would not work with Brown eyes as you could not simplify $frac{0.30x - 0.45 y}{x-y}$
answered Nov 23 '18 at 8:41
HenryHenry
98.4k475162
98.4k475162
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3010089%2fquestion-on-probability-based-on-a-scenario-with-multiple-unknowns%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