Poisson Distribution Variance Problem











up vote
0
down vote

favorite












Here is the question-



The number of computer servers that break down during a month is a Poisson Random Variable with parameter $lambda = 2$. The cost of repairing one server is 2000 and also there is a fixed overhead cost of 10000 given as salary to the technician. If $X$ is the total expenditure made on repairs during a month find expectation and variance of $X$.



I managed to calculate the expectation as follows



$$mathbb{E}[X] = 10000 + 2000*mathbb{E}[C]$$ where $C$ is the number of computer servers that break down.



$$mathbb{E}[X] = 10000 + 2000*2 = 14000$$



However I can’t seem to calculate the variance of $X$, I know that $Var(C) = 2$.



The following method I know is wrong
$$Var(X) = (2000)^2*Var(C) = (2000)^2*2$$
So, how to calculate the same for $X$ ?










share|cite|improve this question






















  • the variance of $c+N$ where $N$ is a RV and $c$ is a constant is equal to the variance of $N$. Extremely useful and basic property of variance. Can you combine this with the other property you listed for scaled RVs to finish?
    – LoveTooNap29
    Nov 24 at 0:16















up vote
0
down vote

favorite












Here is the question-



The number of computer servers that break down during a month is a Poisson Random Variable with parameter $lambda = 2$. The cost of repairing one server is 2000 and also there is a fixed overhead cost of 10000 given as salary to the technician. If $X$ is the total expenditure made on repairs during a month find expectation and variance of $X$.



I managed to calculate the expectation as follows



$$mathbb{E}[X] = 10000 + 2000*mathbb{E}[C]$$ where $C$ is the number of computer servers that break down.



$$mathbb{E}[X] = 10000 + 2000*2 = 14000$$



However I can’t seem to calculate the variance of $X$, I know that $Var(C) = 2$.



The following method I know is wrong
$$Var(X) = (2000)^2*Var(C) = (2000)^2*2$$
So, how to calculate the same for $X$ ?










share|cite|improve this question






















  • the variance of $c+N$ where $N$ is a RV and $c$ is a constant is equal to the variance of $N$. Extremely useful and basic property of variance. Can you combine this with the other property you listed for scaled RVs to finish?
    – LoveTooNap29
    Nov 24 at 0:16













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Here is the question-



The number of computer servers that break down during a month is a Poisson Random Variable with parameter $lambda = 2$. The cost of repairing one server is 2000 and also there is a fixed overhead cost of 10000 given as salary to the technician. If $X$ is the total expenditure made on repairs during a month find expectation and variance of $X$.



I managed to calculate the expectation as follows



$$mathbb{E}[X] = 10000 + 2000*mathbb{E}[C]$$ where $C$ is the number of computer servers that break down.



$$mathbb{E}[X] = 10000 + 2000*2 = 14000$$



However I can’t seem to calculate the variance of $X$, I know that $Var(C) = 2$.



The following method I know is wrong
$$Var(X) = (2000)^2*Var(C) = (2000)^2*2$$
So, how to calculate the same for $X$ ?










share|cite|improve this question













Here is the question-



The number of computer servers that break down during a month is a Poisson Random Variable with parameter $lambda = 2$. The cost of repairing one server is 2000 and also there is a fixed overhead cost of 10000 given as salary to the technician. If $X$ is the total expenditure made on repairs during a month find expectation and variance of $X$.



I managed to calculate the expectation as follows



$$mathbb{E}[X] = 10000 + 2000*mathbb{E}[C]$$ where $C$ is the number of computer servers that break down.



$$mathbb{E}[X] = 10000 + 2000*2 = 14000$$



However I can’t seem to calculate the variance of $X$, I know that $Var(C) = 2$.



The following method I know is wrong
$$Var(X) = (2000)^2*Var(C) = (2000)^2*2$$
So, how to calculate the same for $X$ ?







probability probability-distributions random-variables poisson-distribution variance






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 24 at 0:12









user601297

895




895












  • the variance of $c+N$ where $N$ is a RV and $c$ is a constant is equal to the variance of $N$. Extremely useful and basic property of variance. Can you combine this with the other property you listed for scaled RVs to finish?
    – LoveTooNap29
    Nov 24 at 0:16


















  • the variance of $c+N$ where $N$ is a RV and $c$ is a constant is equal to the variance of $N$. Extremely useful and basic property of variance. Can you combine this with the other property you listed for scaled RVs to finish?
    – LoveTooNap29
    Nov 24 at 0:16
















the variance of $c+N$ where $N$ is a RV and $c$ is a constant is equal to the variance of $N$. Extremely useful and basic property of variance. Can you combine this with the other property you listed for scaled RVs to finish?
– LoveTooNap29
Nov 24 at 0:16




the variance of $c+N$ where $N$ is a RV and $c$ is a constant is equal to the variance of $N$. Extremely useful and basic property of variance. Can you combine this with the other property you listed for scaled RVs to finish?
– LoveTooNap29
Nov 24 at 0:16










1 Answer
1






active

oldest

votes

















up vote
0
down vote













The method you used is correct. Notice that adding a constant does not change the variance of a random variable. Therefore $$
Var(X) = 2000^2 * Var(C)
$$






share|cite|improve this answer























  • Hey! I checked the answer given at the back of the text and it is 16000. That is why I say that it is not correct. I don’t know how they’re getting 16000 though.
    – user601297
    Nov 24 at 9:47











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3011005%2fpoisson-distribution-variance-problem%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








up vote
0
down vote













The method you used is correct. Notice that adding a constant does not change the variance of a random variable. Therefore $$
Var(X) = 2000^2 * Var(C)
$$






share|cite|improve this answer























  • Hey! I checked the answer given at the back of the text and it is 16000. That is why I say that it is not correct. I don’t know how they’re getting 16000 though.
    – user601297
    Nov 24 at 9:47















up vote
0
down vote













The method you used is correct. Notice that adding a constant does not change the variance of a random variable. Therefore $$
Var(X) = 2000^2 * Var(C)
$$






share|cite|improve this answer























  • Hey! I checked the answer given at the back of the text and it is 16000. That is why I say that it is not correct. I don’t know how they’re getting 16000 though.
    – user601297
    Nov 24 at 9:47













up vote
0
down vote










up vote
0
down vote









The method you used is correct. Notice that adding a constant does not change the variance of a random variable. Therefore $$
Var(X) = 2000^2 * Var(C)
$$






share|cite|improve this answer














The method you used is correct. Notice that adding a constant does not change the variance of a random variable. Therefore $$
Var(X) = 2000^2 * Var(C)
$$







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Nov 24 at 3:26

























answered Nov 24 at 1:59









user609189

314




314












  • Hey! I checked the answer given at the back of the text and it is 16000. That is why I say that it is not correct. I don’t know how they’re getting 16000 though.
    – user601297
    Nov 24 at 9:47


















  • Hey! I checked the answer given at the back of the text and it is 16000. That is why I say that it is not correct. I don’t know how they’re getting 16000 though.
    – user601297
    Nov 24 at 9:47
















Hey! I checked the answer given at the back of the text and it is 16000. That is why I say that it is not correct. I don’t know how they’re getting 16000 though.
– user601297
Nov 24 at 9:47




Hey! I checked the answer given at the back of the text and it is 16000. That is why I say that it is not correct. I don’t know how they’re getting 16000 though.
– user601297
Nov 24 at 9:47


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3011005%2fpoisson-distribution-variance-problem%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

To store a contact into the json file from server.js file using a class in NodeJS

Redirect URL with Chrome Remote Debugging Android Devices

Dieringhausen