professor chooses student out of 23 girls and 17 boys then repeats 15 times, no replace. X = total # of boys....
up vote
-1
down vote
favorite
Problem on Imgur
Hey Guys, so the above is a HW question I was recently assigned. I got it incorrect, and my professor posted the correct answers, as shown in the lower half of the image.
I quite easily got the answer for E[X] by simply doing (17/40)(15) = 6.375, which matches the answers from the image. I did this because it was repeated trials without replacement, so I just used indicator random variables, where I1 is the probability of 1 male being chosen, etc. Then, E[X] = E[I1] + E[I2] + ... + E[I15] = 15E[I1] = 15(17/40)
I used (17/40) for E[I1] because I1 can be 1 with 17/40 chance or 0 with 23/40 chance, so E[I1] = (17/40)(1) + (23/40)(0) = 17/40.
Now, for Variance I tried to do a similar thing, and say Var(X) = Var(I1) + Var(I2) ... Var(I15) = 15 * Var(I1)
to calculate Var(I1) I used the fact Var(x) = E[x^2] - (E[x]^2)
So Var(I1) = (17/40) - (17/40)^2 = 0.2444375
15Var(I1) = 3.67; this is not correct. I would appreciate any assistance in trying to figure out where I went wrong as I have an exam coming up on this material, and am very confused about what's wrong with my logic.
probability-theory probability-distributions random-variables variance expected-value
add a comment |
up vote
-1
down vote
favorite
Problem on Imgur
Hey Guys, so the above is a HW question I was recently assigned. I got it incorrect, and my professor posted the correct answers, as shown in the lower half of the image.
I quite easily got the answer for E[X] by simply doing (17/40)(15) = 6.375, which matches the answers from the image. I did this because it was repeated trials without replacement, so I just used indicator random variables, where I1 is the probability of 1 male being chosen, etc. Then, E[X] = E[I1] + E[I2] + ... + E[I15] = 15E[I1] = 15(17/40)
I used (17/40) for E[I1] because I1 can be 1 with 17/40 chance or 0 with 23/40 chance, so E[I1] = (17/40)(1) + (23/40)(0) = 17/40.
Now, for Variance I tried to do a similar thing, and say Var(X) = Var(I1) + Var(I2) ... Var(I15) = 15 * Var(I1)
to calculate Var(I1) I used the fact Var(x) = E[x^2] - (E[x]^2)
So Var(I1) = (17/40) - (17/40)^2 = 0.2444375
15Var(I1) = 3.67; this is not correct. I would appreciate any assistance in trying to figure out where I went wrong as I have an exam coming up on this material, and am very confused about what's wrong with my logic.
probability-theory probability-distributions random-variables variance expected-value
$(I_1+I_2+dots+I_{15})^2 neq (I_1^2+I_2^2+dots+I_{15}^2)$ and $Var(X)neq Var(I_1)+Var(I_2)+dots+Var(I_{15})$
– JMoravitz
Nov 22 at 16:19
I see, do you think you could perhaps point me in the right direction, because I have no clue where to go from here. I have read the Section of the textbook a few times, but I can't find the relevant information.
– JackDremo
Nov 22 at 16:21
$E[I_1]=E[I_1^2]$ is true however $X$ is not itself an indicator random variable and there is no reason to suspect that $E[X]$ is the same as $E[X^2]$ here, quite the opposite in fact we should expect them to be different.
– JMoravitz
Nov 22 at 16:24
As for how to continue, notice what $(I_1+I_2+dots+I_{15})^2$ is equal to. You have some terms like $I_k^2$ which simplify easily and you have other terms like $I_jI_k$ with $jneq k$. Notice that $I_jI_k=begin{cases}1&text{if both student j and k were selected at least once}\0&text{otherwise}end{cases}$ and you should be able to come up with a probability distribution for $I_jI_k$. Calculate $E[I_j]$ and calculate $E[I_jI_k]$, figure out how many terms are of the form $I_j$ and how many are of the form $I_jI_k$ and apply linearity of expectation.
– JMoravitz
Nov 22 at 16:26
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Problem on Imgur
Hey Guys, so the above is a HW question I was recently assigned. I got it incorrect, and my professor posted the correct answers, as shown in the lower half of the image.
I quite easily got the answer for E[X] by simply doing (17/40)(15) = 6.375, which matches the answers from the image. I did this because it was repeated trials without replacement, so I just used indicator random variables, where I1 is the probability of 1 male being chosen, etc. Then, E[X] = E[I1] + E[I2] + ... + E[I15] = 15E[I1] = 15(17/40)
I used (17/40) for E[I1] because I1 can be 1 with 17/40 chance or 0 with 23/40 chance, so E[I1] = (17/40)(1) + (23/40)(0) = 17/40.
Now, for Variance I tried to do a similar thing, and say Var(X) = Var(I1) + Var(I2) ... Var(I15) = 15 * Var(I1)
to calculate Var(I1) I used the fact Var(x) = E[x^2] - (E[x]^2)
So Var(I1) = (17/40) - (17/40)^2 = 0.2444375
15Var(I1) = 3.67; this is not correct. I would appreciate any assistance in trying to figure out where I went wrong as I have an exam coming up on this material, and am very confused about what's wrong with my logic.
probability-theory probability-distributions random-variables variance expected-value
Problem on Imgur
Hey Guys, so the above is a HW question I was recently assigned. I got it incorrect, and my professor posted the correct answers, as shown in the lower half of the image.
I quite easily got the answer for E[X] by simply doing (17/40)(15) = 6.375, which matches the answers from the image. I did this because it was repeated trials without replacement, so I just used indicator random variables, where I1 is the probability of 1 male being chosen, etc. Then, E[X] = E[I1] + E[I2] + ... + E[I15] = 15E[I1] = 15(17/40)
I used (17/40) for E[I1] because I1 can be 1 with 17/40 chance or 0 with 23/40 chance, so E[I1] = (17/40)(1) + (23/40)(0) = 17/40.
Now, for Variance I tried to do a similar thing, and say Var(X) = Var(I1) + Var(I2) ... Var(I15) = 15 * Var(I1)
to calculate Var(I1) I used the fact Var(x) = E[x^2] - (E[x]^2)
So Var(I1) = (17/40) - (17/40)^2 = 0.2444375
15Var(I1) = 3.67; this is not correct. I would appreciate any assistance in trying to figure out where I went wrong as I have an exam coming up on this material, and am very confused about what's wrong with my logic.
probability-theory probability-distributions random-variables variance expected-value
probability-theory probability-distributions random-variables variance expected-value
asked Nov 22 at 16:15
JackDremo
1
1
$(I_1+I_2+dots+I_{15})^2 neq (I_1^2+I_2^2+dots+I_{15}^2)$ and $Var(X)neq Var(I_1)+Var(I_2)+dots+Var(I_{15})$
– JMoravitz
Nov 22 at 16:19
I see, do you think you could perhaps point me in the right direction, because I have no clue where to go from here. I have read the Section of the textbook a few times, but I can't find the relevant information.
– JackDremo
Nov 22 at 16:21
$E[I_1]=E[I_1^2]$ is true however $X$ is not itself an indicator random variable and there is no reason to suspect that $E[X]$ is the same as $E[X^2]$ here, quite the opposite in fact we should expect them to be different.
– JMoravitz
Nov 22 at 16:24
As for how to continue, notice what $(I_1+I_2+dots+I_{15})^2$ is equal to. You have some terms like $I_k^2$ which simplify easily and you have other terms like $I_jI_k$ with $jneq k$. Notice that $I_jI_k=begin{cases}1&text{if both student j and k were selected at least once}\0&text{otherwise}end{cases}$ and you should be able to come up with a probability distribution for $I_jI_k$. Calculate $E[I_j]$ and calculate $E[I_jI_k]$, figure out how many terms are of the form $I_j$ and how many are of the form $I_jI_k$ and apply linearity of expectation.
– JMoravitz
Nov 22 at 16:26
add a comment |
$(I_1+I_2+dots+I_{15})^2 neq (I_1^2+I_2^2+dots+I_{15}^2)$ and $Var(X)neq Var(I_1)+Var(I_2)+dots+Var(I_{15})$
– JMoravitz
Nov 22 at 16:19
I see, do you think you could perhaps point me in the right direction, because I have no clue where to go from here. I have read the Section of the textbook a few times, but I can't find the relevant information.
– JackDremo
Nov 22 at 16:21
$E[I_1]=E[I_1^2]$ is true however $X$ is not itself an indicator random variable and there is no reason to suspect that $E[X]$ is the same as $E[X^2]$ here, quite the opposite in fact we should expect them to be different.
– JMoravitz
Nov 22 at 16:24
As for how to continue, notice what $(I_1+I_2+dots+I_{15})^2$ is equal to. You have some terms like $I_k^2$ which simplify easily and you have other terms like $I_jI_k$ with $jneq k$. Notice that $I_jI_k=begin{cases}1&text{if both student j and k were selected at least once}\0&text{otherwise}end{cases}$ and you should be able to come up with a probability distribution for $I_jI_k$. Calculate $E[I_j]$ and calculate $E[I_jI_k]$, figure out how many terms are of the form $I_j$ and how many are of the form $I_jI_k$ and apply linearity of expectation.
– JMoravitz
Nov 22 at 16:26
$(I_1+I_2+dots+I_{15})^2 neq (I_1^2+I_2^2+dots+I_{15}^2)$ and $Var(X)neq Var(I_1)+Var(I_2)+dots+Var(I_{15})$
– JMoravitz
Nov 22 at 16:19
$(I_1+I_2+dots+I_{15})^2 neq (I_1^2+I_2^2+dots+I_{15}^2)$ and $Var(X)neq Var(I_1)+Var(I_2)+dots+Var(I_{15})$
– JMoravitz
Nov 22 at 16:19
I see, do you think you could perhaps point me in the right direction, because I have no clue where to go from here. I have read the Section of the textbook a few times, but I can't find the relevant information.
– JackDremo
Nov 22 at 16:21
I see, do you think you could perhaps point me in the right direction, because I have no clue where to go from here. I have read the Section of the textbook a few times, but I can't find the relevant information.
– JackDremo
Nov 22 at 16:21
$E[I_1]=E[I_1^2]$ is true however $X$ is not itself an indicator random variable and there is no reason to suspect that $E[X]$ is the same as $E[X^2]$ here, quite the opposite in fact we should expect them to be different.
– JMoravitz
Nov 22 at 16:24
$E[I_1]=E[I_1^2]$ is true however $X$ is not itself an indicator random variable and there is no reason to suspect that $E[X]$ is the same as $E[X^2]$ here, quite the opposite in fact we should expect them to be different.
– JMoravitz
Nov 22 at 16:24
As for how to continue, notice what $(I_1+I_2+dots+I_{15})^2$ is equal to. You have some terms like $I_k^2$ which simplify easily and you have other terms like $I_jI_k$ with $jneq k$. Notice that $I_jI_k=begin{cases}1&text{if both student j and k were selected at least once}\0&text{otherwise}end{cases}$ and you should be able to come up with a probability distribution for $I_jI_k$. Calculate $E[I_j]$ and calculate $E[I_jI_k]$, figure out how many terms are of the form $I_j$ and how many are of the form $I_jI_k$ and apply linearity of expectation.
– JMoravitz
Nov 22 at 16:26
As for how to continue, notice what $(I_1+I_2+dots+I_{15})^2$ is equal to. You have some terms like $I_k^2$ which simplify easily and you have other terms like $I_jI_k$ with $jneq k$. Notice that $I_jI_k=begin{cases}1&text{if both student j and k were selected at least once}\0&text{otherwise}end{cases}$ and you should be able to come up with a probability distribution for $I_jI_k$. Calculate $E[I_j]$ and calculate $E[I_jI_k]$, figure out how many terms are of the form $I_j$ and how many are of the form $I_jI_k$ and apply linearity of expectation.
– JMoravitz
Nov 22 at 16:26
add a comment |
active
oldest
votes
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',
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%2f3009310%2fprofessor-chooses-student-out-of-23-girls-and-17-boys-then-repeats-15-times-no%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3009310%2fprofessor-chooses-student-out-of-23-girls-and-17-boys-then-repeats-15-times-no%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
$(I_1+I_2+dots+I_{15})^2 neq (I_1^2+I_2^2+dots+I_{15}^2)$ and $Var(X)neq Var(I_1)+Var(I_2)+dots+Var(I_{15})$
– JMoravitz
Nov 22 at 16:19
I see, do you think you could perhaps point me in the right direction, because I have no clue where to go from here. I have read the Section of the textbook a few times, but I can't find the relevant information.
– JackDremo
Nov 22 at 16:21
$E[I_1]=E[I_1^2]$ is true however $X$ is not itself an indicator random variable and there is no reason to suspect that $E[X]$ is the same as $E[X^2]$ here, quite the opposite in fact we should expect them to be different.
– JMoravitz
Nov 22 at 16:24
As for how to continue, notice what $(I_1+I_2+dots+I_{15})^2$ is equal to. You have some terms like $I_k^2$ which simplify easily and you have other terms like $I_jI_k$ with $jneq k$. Notice that $I_jI_k=begin{cases}1&text{if both student j and k were selected at least once}\0&text{otherwise}end{cases}$ and you should be able to come up with a probability distribution for $I_jI_k$. Calculate $E[I_j]$ and calculate $E[I_jI_k]$, figure out how many terms are of the form $I_j$ and how many are of the form $I_jI_k$ and apply linearity of expectation.
– JMoravitz
Nov 22 at 16:26