Probability that a draw from a normal distribution is some number greater than another draw from the same distributionProbability that two random letters from a language will be the same?Comparing two probabilities from the same normal distributionProbability of rolling one die by two persons 3 times each, and problem with pulling out cardsGiven a draw from one of two overlapping normal distributions, what is the probability it came from one vs. the other?Given a draw from some normal distribution, what is the distribution of your beliefs about its mean?What is the probability of having at least X values greater than 0 given an n-dimensional multivariate normal distribution?Calculate probability that mean of one distribution is greater than mean of another distribution with normal-gamma priors on each meanLikelihood that one group of survery takers has a mean greater than another group with differing distributionsHow do I estimate the p-value for the null hypothesis that these two sets of values have the same probability of falling within a specific range?obtaining a distribution from the sum of normal distributions
A function which translates a sentence to title-case
Japan - Plan around max visa duration
How can I hide my bitcoin transactions to protect anonymity from others?
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
Is there really no realistic way for a skeleton monster to move around without magic?
How is it possible for user to changed after storage was encrypted? (on OS X, Android)
Representing power series as a function - what to do with the constant after integration?
How to add power-LED to my small amplifier?
Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?
Email Account under attack (really) - anything I can do?
Why is "Reports" in sentence down without "The"
Compute hash value according to multiplication method
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
How can bays and straits be determined in a procedurally generated map?
How can I fix this gap between bookcases I made?
How to re-create Edward Weson's Pepper No. 30?
Why don't electromagnetic waves interact with each other?
How is this relation reflexive?
Today is the Center
Underlining section titles
Patience, young "Padovan"
Theorems that impeded progress
What typically incentivizes a professor to change jobs to a lower ranking university?
Probability that a draw from a normal distribution is some number greater than another draw from the same distribution
Probability that two random letters from a language will be the same?Comparing two probabilities from the same normal distributionProbability of rolling one die by two persons 3 times each, and problem with pulling out cardsGiven a draw from one of two overlapping normal distributions, what is the probability it came from one vs. the other?Given a draw from some normal distribution, what is the distribution of your beliefs about its mean?What is the probability of having at least X values greater than 0 given an n-dimensional multivariate normal distribution?Calculate probability that mean of one distribution is greater than mean of another distribution with normal-gamma priors on each meanLikelihood that one group of survery takers has a mean greater than another group with differing distributionsHow do I estimate the p-value for the null hypothesis that these two sets of values have the same probability of falling within a specific range?obtaining a distribution from the sum of normal distributions
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I hope to learn the general way of solving this problem, but I have this specific problem:
$$
Xsim N(mu,sigma^2) \
mu=470, sigma=70
$$
If two people, A and B, each draw one entry from the same distribution, what is the probability that A's entry is at least 100 more than B's entry?
probability distributions normal-distribution
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I hope to learn the general way of solving this problem, but I have this specific problem:
$$
Xsim N(mu,sigma^2) \
mu=470, sigma=70
$$
If two people, A and B, each draw one entry from the same distribution, what is the probability that A's entry is at least 100 more than B's entry?
probability distributions normal-distribution
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
1
$begingroup$
Let $A$ and $B$ be two independent random variables both with distribution $mathcalN(mu, sigma^2)$. What is the distribution of the random variable $A-B$?
$endgroup$
– olooney
Apr 3 at 13:07
1
$begingroup$
You have $A-B>100$. Rearrange to $A-B-100>0$. Now all you have to do is figuring out the distribution of $A-B-100$. In this case, this is quite easy (hint: it's still a normal distribution).
$endgroup$
– COOLSerdash
Apr 3 at 13:08
1
$begingroup$
Hint: $A-B$ is also a normal random variable. Can you figure out what the mean and variance of $A-B$ are? If so, you should be able to answer the question; What is the probability that $A-B$ is $100$ or more?
$endgroup$
– Dilip Sarwate
Apr 3 at 13:10
add a comment |
$begingroup$
I hope to learn the general way of solving this problem, but I have this specific problem:
$$
Xsim N(mu,sigma^2) \
mu=470, sigma=70
$$
If two people, A and B, each draw one entry from the same distribution, what is the probability that A's entry is at least 100 more than B's entry?
probability distributions normal-distribution
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I hope to learn the general way of solving this problem, but I have this specific problem:
$$
Xsim N(mu,sigma^2) \
mu=470, sigma=70
$$
If two people, A and B, each draw one entry from the same distribution, what is the probability that A's entry is at least 100 more than B's entry?
probability distributions normal-distribution
probability distributions normal-distribution
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 3 at 12:51
William FluckWilliam Fluck
291
291
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
William Fluck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
$begingroup$
Let $A$ and $B$ be two independent random variables both with distribution $mathcalN(mu, sigma^2)$. What is the distribution of the random variable $A-B$?
$endgroup$
– olooney
Apr 3 at 13:07
1
$begingroup$
You have $A-B>100$. Rearrange to $A-B-100>0$. Now all you have to do is figuring out the distribution of $A-B-100$. In this case, this is quite easy (hint: it's still a normal distribution).
$endgroup$
– COOLSerdash
Apr 3 at 13:08
1
$begingroup$
Hint: $A-B$ is also a normal random variable. Can you figure out what the mean and variance of $A-B$ are? If so, you should be able to answer the question; What is the probability that $A-B$ is $100$ or more?
$endgroup$
– Dilip Sarwate
Apr 3 at 13:10
add a comment |
1
$begingroup$
Let $A$ and $B$ be two independent random variables both with distribution $mathcalN(mu, sigma^2)$. What is the distribution of the random variable $A-B$?
$endgroup$
– olooney
Apr 3 at 13:07
1
$begingroup$
You have $A-B>100$. Rearrange to $A-B-100>0$. Now all you have to do is figuring out the distribution of $A-B-100$. In this case, this is quite easy (hint: it's still a normal distribution).
$endgroup$
– COOLSerdash
Apr 3 at 13:08
1
$begingroup$
Hint: $A-B$ is also a normal random variable. Can you figure out what the mean and variance of $A-B$ are? If so, you should be able to answer the question; What is the probability that $A-B$ is $100$ or more?
$endgroup$
– Dilip Sarwate
Apr 3 at 13:10
1
1
$begingroup$
Let $A$ and $B$ be two independent random variables both with distribution $mathcalN(mu, sigma^2)$. What is the distribution of the random variable $A-B$?
$endgroup$
– olooney
Apr 3 at 13:07
$begingroup$
Let $A$ and $B$ be two independent random variables both with distribution $mathcalN(mu, sigma^2)$. What is the distribution of the random variable $A-B$?
$endgroup$
– olooney
Apr 3 at 13:07
1
1
$begingroup$
You have $A-B>100$. Rearrange to $A-B-100>0$. Now all you have to do is figuring out the distribution of $A-B-100$. In this case, this is quite easy (hint: it's still a normal distribution).
$endgroup$
– COOLSerdash
Apr 3 at 13:08
$begingroup$
You have $A-B>100$. Rearrange to $A-B-100>0$. Now all you have to do is figuring out the distribution of $A-B-100$. In this case, this is quite easy (hint: it's still a normal distribution).
$endgroup$
– COOLSerdash
Apr 3 at 13:08
1
1
$begingroup$
Hint: $A-B$ is also a normal random variable. Can you figure out what the mean and variance of $A-B$ are? If so, you should be able to answer the question; What is the probability that $A-B$ is $100$ or more?
$endgroup$
– Dilip Sarwate
Apr 3 at 13:10
$begingroup$
Hint: $A-B$ is also a normal random variable. Can you figure out what the mean and variance of $A-B$ are? If so, you should be able to answer the question; What is the probability that $A-B$ is $100$ or more?
$endgroup$
– Dilip Sarwate
Apr 3 at 13:10
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Since it looks like self-study question, I'll start with a hint: Think of $X_1-X_2$ with
$X_1, X_2 sim N(470, 70^2)$. What distribution does $X_1-X_2$ follow? How to interpret $X_1-X_2$?
$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: "65"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
William Fluck is a new contributor. Be nice, and check out our Code of Conduct.
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%2fstats.stackexchange.com%2fquestions%2f400950%2fprobability-that-a-draw-from-a-normal-distribution-is-some-number-greater-than-a%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$
Since it looks like self-study question, I'll start with a hint: Think of $X_1-X_2$ with
$X_1, X_2 sim N(470, 70^2)$. What distribution does $X_1-X_2$ follow? How to interpret $X_1-X_2$?
$endgroup$
add a comment |
$begingroup$
Since it looks like self-study question, I'll start with a hint: Think of $X_1-X_2$ with
$X_1, X_2 sim N(470, 70^2)$. What distribution does $X_1-X_2$ follow? How to interpret $X_1-X_2$?
$endgroup$
add a comment |
$begingroup$
Since it looks like self-study question, I'll start with a hint: Think of $X_1-X_2$ with
$X_1, X_2 sim N(470, 70^2)$. What distribution does $X_1-X_2$ follow? How to interpret $X_1-X_2$?
$endgroup$
Since it looks like self-study question, I'll start with a hint: Think of $X_1-X_2$ with
$X_1, X_2 sim N(470, 70^2)$. What distribution does $X_1-X_2$ follow? How to interpret $X_1-X_2$?
edited Apr 3 at 15:44
Richard Hardy
28.1k642128
28.1k642128
answered Apr 3 at 13:08
Łukasz DeryłoŁukasz Deryło
2,6511417
2,6511417
add a comment |
add a comment |
William Fluck is a new contributor. Be nice, and check out our Code of Conduct.
William Fluck is a new contributor. Be nice, and check out our Code of Conduct.
William Fluck is a new contributor. Be nice, and check out our Code of Conduct.
William Fluck is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Cross Validated!
- 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%2fstats.stackexchange.com%2fquestions%2f400950%2fprobability-that-a-draw-from-a-normal-distribution-is-some-number-greater-than-a%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
1
$begingroup$
Let $A$ and $B$ be two independent random variables both with distribution $mathcalN(mu, sigma^2)$. What is the distribution of the random variable $A-B$?
$endgroup$
– olooney
Apr 3 at 13:07
1
$begingroup$
You have $A-B>100$. Rearrange to $A-B-100>0$. Now all you have to do is figuring out the distribution of $A-B-100$. In this case, this is quite easy (hint: it's still a normal distribution).
$endgroup$
– COOLSerdash
Apr 3 at 13:08
1
$begingroup$
Hint: $A-B$ is also a normal random variable. Can you figure out what the mean and variance of $A-B$ are? If so, you should be able to answer the question; What is the probability that $A-B$ is $100$ or more?
$endgroup$
– Dilip Sarwate
Apr 3 at 13:10