Pick $2$ numbers from $[-1,1]$,what is the probability that their sum is greater than $1$? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?Probability that 3 number chosen from set is greater than other 3 numbersIf $X$ ~ $U[0, 4]$ and $Y$~$[0, 7]$ find the probability X value is greater than Y valueWhat is the probability that the product of $20$ random numbers between $1$ and $2$ is greater than $10000$?What is the probability that $triangle ABP$ has a greater area than each of $triangle ACP$ and $triangle BCP$?What is the probability that two numbers between 1 and 10 picked at random sum to a number greater than 5?What is the probability that a point chosen randomly from inside an equilateral triangle is closer to the center than to any of the edges?Probability of two uniform random numbers being more than $frac12$ apartIf I select 9 random numbers from 1 to 10, what is the probability that their sum is less than 20?Sum of two independent random variable (convolution)
number sequence puzzle deep six
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Working through the single responsibility principle (SRP) in Python when calls are expensive
Do I have Disadvantage attacking with an off-hand weapon?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Pretty sure I'm over complicating my loops but unsure how to simplify
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Is 'stolen' appropriate word?
Define a list range inside a list
Word to describe a time interval
Single author papers against my advisor's will?
How to create a folder symlink that has a different name?
Would an alien lifeform be able to achieve space travel if lacking in vision?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Do working physicists consider Newtonian mechanics to be "falsified"?
How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?
Was credit for the black hole image misappropriated?
Why not take a picture of a closer black hole?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Does Parliament hold absolute power in the UK?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
What's the point in a preamp?
Why can't devices on different VLANs, but on the same subnet, communicate?
How do you keep chess fun when your opponent constantly beats you?
Pick $2$ numbers from $[-1,1]$,what is the probability that their sum is greater than $1$?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?Probability that 3 number chosen from set is greater than other 3 numbersIf $X$ ~ $U[0, 4]$ and $Y$~$[0, 7]$ find the probability X value is greater than Y valueWhat is the probability that the product of $20$ random numbers between $1$ and $2$ is greater than $10000$?What is the probability that $triangle ABP$ has a greater area than each of $triangle ACP$ and $triangle BCP$?What is the probability that two numbers between 1 and 10 picked at random sum to a number greater than 5?What is the probability that a point chosen randomly from inside an equilateral triangle is closer to the center than to any of the edges?Probability of two uniform random numbers being more than $frac12$ apartIf I select 9 random numbers from 1 to 10, what is the probability that their sum is less than 20?Sum of two independent random variable (convolution)
$begingroup$
Pick 2 numbers from $[-1,1]$, what is the probability that their sum is greater than 1?
It is equal to the probability that the sum of 2 uniform random variables on $[-1,1]$ is greater than 1?
so far,
I got $f(x) = 1/2$ $(-1 < x < 1)$ and $f(y) = 1/2$ $(-1 < y < 1)$, I need to calculate $P(X + Y > 1)$.
I plot the picture of the above convolution,
it is a triangle with vertices on $(-2,0),(2,0),(0,1/2)$.
So $P(X + Y > 1)$ is the area to the right side of $x = 1$, which is $1/2 * 1/4 * 1 = 1/8$, is this correct?
Update:Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?
probability convolution uniform-distribution
$endgroup$
add a comment |
$begingroup$
Pick 2 numbers from $[-1,1]$, what is the probability that their sum is greater than 1?
It is equal to the probability that the sum of 2 uniform random variables on $[-1,1]$ is greater than 1?
so far,
I got $f(x) = 1/2$ $(-1 < x < 1)$ and $f(y) = 1/2$ $(-1 < y < 1)$, I need to calculate $P(X + Y > 1)$.
I plot the picture of the above convolution,
it is a triangle with vertices on $(-2,0),(2,0),(0,1/2)$.
So $P(X + Y > 1)$ is the area to the right side of $x = 1$, which is $1/2 * 1/4 * 1 = 1/8$, is this correct?
Update:Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?
probability convolution uniform-distribution
$endgroup$
add a comment |
$begingroup$
Pick 2 numbers from $[-1,1]$, what is the probability that their sum is greater than 1?
It is equal to the probability that the sum of 2 uniform random variables on $[-1,1]$ is greater than 1?
so far,
I got $f(x) = 1/2$ $(-1 < x < 1)$ and $f(y) = 1/2$ $(-1 < y < 1)$, I need to calculate $P(X + Y > 1)$.
I plot the picture of the above convolution,
it is a triangle with vertices on $(-2,0),(2,0),(0,1/2)$.
So $P(X + Y > 1)$ is the area to the right side of $x = 1$, which is $1/2 * 1/4 * 1 = 1/8$, is this correct?
Update:Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?
probability convolution uniform-distribution
$endgroup$
Pick 2 numbers from $[-1,1]$, what is the probability that their sum is greater than 1?
It is equal to the probability that the sum of 2 uniform random variables on $[-1,1]$ is greater than 1?
so far,
I got $f(x) = 1/2$ $(-1 < x < 1)$ and $f(y) = 1/2$ $(-1 < y < 1)$, I need to calculate $P(X + Y > 1)$.
I plot the picture of the above convolution,
it is a triangle with vertices on $(-2,0),(2,0),(0,1/2)$.
So $P(X + Y > 1)$ is the area to the right side of $x = 1$, which is $1/2 * 1/4 * 1 = 1/8$, is this correct?
Update:Choosing two random numbers in $(0,1)$ what is the probability that sum of them is more than $1$?
probability convolution uniform-distribution
probability convolution uniform-distribution
edited Apr 8 at 15:14
evergreenhomeland
asked Apr 8 at 8:51
evergreenhomelandevergreenhomeland
998
998
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Yes, that is right. An alternative way to get the same answer is to argue as follows. For the sum to exceed $1$, we need both variables to be positive, so $$P(X+Y>1)=P(X,Y>0)times P(X+Y>1mid X,Y>0).$$
Now $P(X,Y>0)=frac12timesfrac12$. Conditioning on this, gives independent uniform variables on $[0,1]$. If $A,B$ independent uniform on $[0,1]$, $A+B>1$ if and only if $(1-A)+(1-B)<1$, and $(1-A),(1-B)$ are also independent uniform on $[0,1]$. It follows that $P(X+Y>1mid X,Y>0)=frac12$, giving an overall probability of $frac12timesfrac12timesfrac12$.
$endgroup$
add a comment |
$begingroup$
I think the quickest way to see this is geometrically. Choosing two points uniformly on $[-1,1]$ is the same as choosing one point uniformly in the box $[-1,1]times[-1,1]subsetmathbbR^2$. Precisely $frac18$ of this square is above the line $x+y=1$.
$endgroup$
1
$begingroup$
simply elegant.
$endgroup$
– AKroell
Apr 8 at 10:19
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%2f3179357%2fpick-2-numbers-from-1-1-what-is-the-probability-that-their-sum-is-greater%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$
Yes, that is right. An alternative way to get the same answer is to argue as follows. For the sum to exceed $1$, we need both variables to be positive, so $$P(X+Y>1)=P(X,Y>0)times P(X+Y>1mid X,Y>0).$$
Now $P(X,Y>0)=frac12timesfrac12$. Conditioning on this, gives independent uniform variables on $[0,1]$. If $A,B$ independent uniform on $[0,1]$, $A+B>1$ if and only if $(1-A)+(1-B)<1$, and $(1-A),(1-B)$ are also independent uniform on $[0,1]$. It follows that $P(X+Y>1mid X,Y>0)=frac12$, giving an overall probability of $frac12timesfrac12timesfrac12$.
$endgroup$
add a comment |
$begingroup$
Yes, that is right. An alternative way to get the same answer is to argue as follows. For the sum to exceed $1$, we need both variables to be positive, so $$P(X+Y>1)=P(X,Y>0)times P(X+Y>1mid X,Y>0).$$
Now $P(X,Y>0)=frac12timesfrac12$. Conditioning on this, gives independent uniform variables on $[0,1]$. If $A,B$ independent uniform on $[0,1]$, $A+B>1$ if and only if $(1-A)+(1-B)<1$, and $(1-A),(1-B)$ are also independent uniform on $[0,1]$. It follows that $P(X+Y>1mid X,Y>0)=frac12$, giving an overall probability of $frac12timesfrac12timesfrac12$.
$endgroup$
add a comment |
$begingroup$
Yes, that is right. An alternative way to get the same answer is to argue as follows. For the sum to exceed $1$, we need both variables to be positive, so $$P(X+Y>1)=P(X,Y>0)times P(X+Y>1mid X,Y>0).$$
Now $P(X,Y>0)=frac12timesfrac12$. Conditioning on this, gives independent uniform variables on $[0,1]$. If $A,B$ independent uniform on $[0,1]$, $A+B>1$ if and only if $(1-A)+(1-B)<1$, and $(1-A),(1-B)$ are also independent uniform on $[0,1]$. It follows that $P(X+Y>1mid X,Y>0)=frac12$, giving an overall probability of $frac12timesfrac12timesfrac12$.
$endgroup$
Yes, that is right. An alternative way to get the same answer is to argue as follows. For the sum to exceed $1$, we need both variables to be positive, so $$P(X+Y>1)=P(X,Y>0)times P(X+Y>1mid X,Y>0).$$
Now $P(X,Y>0)=frac12timesfrac12$. Conditioning on this, gives independent uniform variables on $[0,1]$. If $A,B$ independent uniform on $[0,1]$, $A+B>1$ if and only if $(1-A)+(1-B)<1$, and $(1-A),(1-B)$ are also independent uniform on $[0,1]$. It follows that $P(X+Y>1mid X,Y>0)=frac12$, giving an overall probability of $frac12timesfrac12timesfrac12$.
answered Apr 8 at 9:04
Especially LimeEspecially Lime
22.9k23059
22.9k23059
add a comment |
add a comment |
$begingroup$
I think the quickest way to see this is geometrically. Choosing two points uniformly on $[-1,1]$ is the same as choosing one point uniformly in the box $[-1,1]times[-1,1]subsetmathbbR^2$. Precisely $frac18$ of this square is above the line $x+y=1$.
$endgroup$
1
$begingroup$
simply elegant.
$endgroup$
– AKroell
Apr 8 at 10:19
add a comment |
$begingroup$
I think the quickest way to see this is geometrically. Choosing two points uniformly on $[-1,1]$ is the same as choosing one point uniformly in the box $[-1,1]times[-1,1]subsetmathbbR^2$. Precisely $frac18$ of this square is above the line $x+y=1$.
$endgroup$
1
$begingroup$
simply elegant.
$endgroup$
– AKroell
Apr 8 at 10:19
add a comment |
$begingroup$
I think the quickest way to see this is geometrically. Choosing two points uniformly on $[-1,1]$ is the same as choosing one point uniformly in the box $[-1,1]times[-1,1]subsetmathbbR^2$. Precisely $frac18$ of this square is above the line $x+y=1$.
$endgroup$
I think the quickest way to see this is geometrically. Choosing two points uniformly on $[-1,1]$ is the same as choosing one point uniformly in the box $[-1,1]times[-1,1]subsetmathbbR^2$. Precisely $frac18$ of this square is above the line $x+y=1$.
answered Apr 8 at 10:11
G Tony JacobsG Tony Jacobs
26k43686
26k43686
1
$begingroup$
simply elegant.
$endgroup$
– AKroell
Apr 8 at 10:19
add a comment |
1
$begingroup$
simply elegant.
$endgroup$
– AKroell
Apr 8 at 10:19
1
1
$begingroup$
simply elegant.
$endgroup$
– AKroell
Apr 8 at 10:19
$begingroup$
simply elegant.
$endgroup$
– AKroell
Apr 8 at 10:19
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%2f3179357%2fpick-2-numbers-from-1-1-what-is-the-probability-that-their-sum-is-greater%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