The probability of independent events.Generalizing the total probability of simultaneous occurrences for independent eventsProbability in a series of events, during the series.Probability of expected value of independent eventsHow to find final probability if I know the probability of the individual events leading to it.Probability of multiple events occurring concurrentlyBayes Theorem to find nth timeLucky Six scratch tickets all have an independent probability of $0.05$Probability of getting pregnantDiscrete Probability: Determine if the events are Independent or notDoes probability make sense when the prior is unknown?
Patience, young "Padovan"
What does it exactly mean if a random variable follows a distribution
aging parents with no investments
Calculate Levenshtein distance between two strings in Python
COUNT(*) or MAX(id) - which is faster?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Pristine Bit Checking
If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?
How to manage monthly salary
I see my dog run
Information to fellow intern about hiring?
"My colleague's body is amazing"
Why do we use polarized capacitors?
Is "plugging out" electronic devices an American expression?
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
Doomsday-clock for my fantasy planet
Finding files for which a command fails
What does 'script /dev/null' do?
What is the command to reset a PC without deleting any files
Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?
Copycat chess is back
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
What do the Banks children have against barley water?
Why was the "bread communication" in the arena of Catching Fire left out in the movie?
The probability of independent events.
Generalizing the total probability of simultaneous occurrences for independent eventsProbability in a series of events, during the series.Probability of expected value of independent eventsHow to find final probability if I know the probability of the individual events leading to it.Probability of multiple events occurring concurrentlyBayes Theorem to find nth timeLucky Six scratch tickets all have an independent probability of $0.05$Probability of getting pregnantDiscrete Probability: Determine if the events are Independent or notDoes probability make sense when the prior is unknown?
$begingroup$
- Suppose that there is a 1 in 50 chance of injury on a single skydiving attempt.
(a) (3 points) If we assume that the outcomes of different jumps are independent, what is the probability
that a skydiver is injured if she jumps twice?
The solution of this question was that 1-(the probability that she is not injured).
But I think it is not reasonable.
Let P(A)=the probability that she is not injured during two jumps.
1-P(A) contains the probability of (injured, safe), (injured, injured), (safe, injured). However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
probability
$endgroup$
add a comment |
$begingroup$
- Suppose that there is a 1 in 50 chance of injury on a single skydiving attempt.
(a) (3 points) If we assume that the outcomes of different jumps are independent, what is the probability
that a skydiver is injured if she jumps twice?
The solution of this question was that 1-(the probability that she is not injured).
But I think it is not reasonable.
Let P(A)=the probability that she is not injured during two jumps.
1-P(A) contains the probability of (injured, safe), (injured, injured), (safe, injured). However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
probability
$endgroup$
add a comment |
$begingroup$
- Suppose that there is a 1 in 50 chance of injury on a single skydiving attempt.
(a) (3 points) If we assume that the outcomes of different jumps are independent, what is the probability
that a skydiver is injured if she jumps twice?
The solution of this question was that 1-(the probability that she is not injured).
But I think it is not reasonable.
Let P(A)=the probability that she is not injured during two jumps.
1-P(A) contains the probability of (injured, safe), (injured, injured), (safe, injured). However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
probability
$endgroup$
- Suppose that there is a 1 in 50 chance of injury on a single skydiving attempt.
(a) (3 points) If we assume that the outcomes of different jumps are independent, what is the probability
that a skydiver is injured if she jumps twice?
The solution of this question was that 1-(the probability that she is not injured).
But I think it is not reasonable.
Let P(A)=the probability that she is not injured during two jumps.
1-P(A) contains the probability of (injured, safe), (injured, injured), (safe, injured). However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
probability
probability
asked Mar 30 at 4:21
주혜민주혜민
133
133
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
If that were the case, then the events would not be independent.
You are asked to find the probability while assuming that the events are independent.
Therefore you should not consider injury to prevent (or otherwise influence) the second jump. If you like, think of it as having sufficient time between jumps for recovery or whatever.
$endgroup$
$begingroup$
Oh thank you . I didn't consider the meaning of "independent". :-D
$endgroup$
– 주혜민
Mar 30 at 6:02
add a comment |
$begingroup$
The complement event of “the skydiver is injured” is “the skydiver is safe in both jumps.” The skydiver has a chance of $1/50$ to be injured in an individual jump, so the chance that the skydiver is safe in an individual jump is
$$1 -frac150 = frac4950. $$
Since the two jumps are independent, the probability that she is safe in both jumps is:
$$biggl(frac4950biggr)^2 = frac24012500. $$
Thus, the probability that the skydiver is injured in either jump is
$$1 - frac24012500 = frac992500 = 3.96,%. $$
$endgroup$
add a comment |
$begingroup$
To answer your question more directly, if she's injured the first jump then the desired condition is already satisfied, and it doesn't matter whether she jumps again or not. (And if she jumps again, it doesn't matter if she's injured or safe the second time.)
So if you wish, you can consider there to be $3$ events instead of $4$:
With prob $p = 1/50$ she is injured the first jump. (The desired condition is satisfied, and it doesn't matter whether she jumps again or not. This combines your (injured, injured) and (injured, safe) scenarios into one. Note that I am making a mathematical point. I am not talking about typical human behavior at all.)
With prob $(1-p)p$ she is safe the first time and injured the second time.
With orb $(1-p)^2$ she is safe both times.
You can find your desired prob either as $1 - (1-p)^2$ (as in the answer by @L.F.) or as $p + (1-p)p$. They both equal $2p - p^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: "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%2f3167925%2fthe-probability-of-independent-events%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
If that were the case, then the events would not be independent.
You are asked to find the probability while assuming that the events are independent.
Therefore you should not consider injury to prevent (or otherwise influence) the second jump. If you like, think of it as having sufficient time between jumps for recovery or whatever.
$endgroup$
$begingroup$
Oh thank you . I didn't consider the meaning of "independent". :-D
$endgroup$
– 주혜민
Mar 30 at 6:02
add a comment |
$begingroup$
However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
If that were the case, then the events would not be independent.
You are asked to find the probability while assuming that the events are independent.
Therefore you should not consider injury to prevent (or otherwise influence) the second jump. If you like, think of it as having sufficient time between jumps for recovery or whatever.
$endgroup$
$begingroup$
Oh thank you . I didn't consider the meaning of "independent". :-D
$endgroup$
– 주혜민
Mar 30 at 6:02
add a comment |
$begingroup$
However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
If that were the case, then the events would not be independent.
You are asked to find the probability while assuming that the events are independent.
Therefore you should not consider injury to prevent (or otherwise influence) the second jump. If you like, think of it as having sufficient time between jumps for recovery or whatever.
$endgroup$
However, in general, if she gets injured at first jump, then she can't jump anymore. So, I think (injured, safe) case is impossible.
If that were the case, then the events would not be independent.
You are asked to find the probability while assuming that the events are independent.
Therefore you should not consider injury to prevent (or otherwise influence) the second jump. If you like, think of it as having sufficient time between jumps for recovery or whatever.
answered Mar 30 at 5:18
Graham KempGraham Kemp
87.8k43578
87.8k43578
$begingroup$
Oh thank you . I didn't consider the meaning of "independent". :-D
$endgroup$
– 주혜민
Mar 30 at 6:02
add a comment |
$begingroup$
Oh thank you . I didn't consider the meaning of "independent". :-D
$endgroup$
– 주혜민
Mar 30 at 6:02
$begingroup$
Oh thank you . I didn't consider the meaning of "independent". :-D
$endgroup$
– 주혜민
Mar 30 at 6:02
$begingroup$
Oh thank you . I didn't consider the meaning of "independent". :-D
$endgroup$
– 주혜민
Mar 30 at 6:02
add a comment |
$begingroup$
The complement event of “the skydiver is injured” is “the skydiver is safe in both jumps.” The skydiver has a chance of $1/50$ to be injured in an individual jump, so the chance that the skydiver is safe in an individual jump is
$$1 -frac150 = frac4950. $$
Since the two jumps are independent, the probability that she is safe in both jumps is:
$$biggl(frac4950biggr)^2 = frac24012500. $$
Thus, the probability that the skydiver is injured in either jump is
$$1 - frac24012500 = frac992500 = 3.96,%. $$
$endgroup$
add a comment |
$begingroup$
The complement event of “the skydiver is injured” is “the skydiver is safe in both jumps.” The skydiver has a chance of $1/50$ to be injured in an individual jump, so the chance that the skydiver is safe in an individual jump is
$$1 -frac150 = frac4950. $$
Since the two jumps are independent, the probability that she is safe in both jumps is:
$$biggl(frac4950biggr)^2 = frac24012500. $$
Thus, the probability that the skydiver is injured in either jump is
$$1 - frac24012500 = frac992500 = 3.96,%. $$
$endgroup$
add a comment |
$begingroup$
The complement event of “the skydiver is injured” is “the skydiver is safe in both jumps.” The skydiver has a chance of $1/50$ to be injured in an individual jump, so the chance that the skydiver is safe in an individual jump is
$$1 -frac150 = frac4950. $$
Since the two jumps are independent, the probability that she is safe in both jumps is:
$$biggl(frac4950biggr)^2 = frac24012500. $$
Thus, the probability that the skydiver is injured in either jump is
$$1 - frac24012500 = frac992500 = 3.96,%. $$
$endgroup$
The complement event of “the skydiver is injured” is “the skydiver is safe in both jumps.” The skydiver has a chance of $1/50$ to be injured in an individual jump, so the chance that the skydiver is safe in an individual jump is
$$1 -frac150 = frac4950. $$
Since the two jumps are independent, the probability that she is safe in both jumps is:
$$biggl(frac4950biggr)^2 = frac24012500. $$
Thus, the probability that the skydiver is injured in either jump is
$$1 - frac24012500 = frac992500 = 3.96,%. $$
answered Mar 30 at 4:34
L. F.L. F.
20511
20511
add a comment |
add a comment |
$begingroup$
To answer your question more directly, if she's injured the first jump then the desired condition is already satisfied, and it doesn't matter whether she jumps again or not. (And if she jumps again, it doesn't matter if she's injured or safe the second time.)
So if you wish, you can consider there to be $3$ events instead of $4$:
With prob $p = 1/50$ she is injured the first jump. (The desired condition is satisfied, and it doesn't matter whether she jumps again or not. This combines your (injured, injured) and (injured, safe) scenarios into one. Note that I am making a mathematical point. I am not talking about typical human behavior at all.)
With prob $(1-p)p$ she is safe the first time and injured the second time.
With orb $(1-p)^2$ she is safe both times.
You can find your desired prob either as $1 - (1-p)^2$ (as in the answer by @L.F.) or as $p + (1-p)p$. They both equal $2p - p^2$.
$endgroup$
add a comment |
$begingroup$
To answer your question more directly, if she's injured the first jump then the desired condition is already satisfied, and it doesn't matter whether she jumps again or not. (And if she jumps again, it doesn't matter if she's injured or safe the second time.)
So if you wish, you can consider there to be $3$ events instead of $4$:
With prob $p = 1/50$ she is injured the first jump. (The desired condition is satisfied, and it doesn't matter whether she jumps again or not. This combines your (injured, injured) and (injured, safe) scenarios into one. Note that I am making a mathematical point. I am not talking about typical human behavior at all.)
With prob $(1-p)p$ she is safe the first time and injured the second time.
With orb $(1-p)^2$ she is safe both times.
You can find your desired prob either as $1 - (1-p)^2$ (as in the answer by @L.F.) or as $p + (1-p)p$. They both equal $2p - p^2$.
$endgroup$
add a comment |
$begingroup$
To answer your question more directly, if she's injured the first jump then the desired condition is already satisfied, and it doesn't matter whether she jumps again or not. (And if she jumps again, it doesn't matter if she's injured or safe the second time.)
So if you wish, you can consider there to be $3$ events instead of $4$:
With prob $p = 1/50$ she is injured the first jump. (The desired condition is satisfied, and it doesn't matter whether she jumps again or not. This combines your (injured, injured) and (injured, safe) scenarios into one. Note that I am making a mathematical point. I am not talking about typical human behavior at all.)
With prob $(1-p)p$ she is safe the first time and injured the second time.
With orb $(1-p)^2$ she is safe both times.
You can find your desired prob either as $1 - (1-p)^2$ (as in the answer by @L.F.) or as $p + (1-p)p$. They both equal $2p - p^2$.
$endgroup$
To answer your question more directly, if she's injured the first jump then the desired condition is already satisfied, and it doesn't matter whether she jumps again or not. (And if she jumps again, it doesn't matter if she's injured or safe the second time.)
So if you wish, you can consider there to be $3$ events instead of $4$:
With prob $p = 1/50$ she is injured the first jump. (The desired condition is satisfied, and it doesn't matter whether she jumps again or not. This combines your (injured, injured) and (injured, safe) scenarios into one. Note that I am making a mathematical point. I am not talking about typical human behavior at all.)
With prob $(1-p)p$ she is safe the first time and injured the second time.
With orb $(1-p)^2$ she is safe both times.
You can find your desired prob either as $1 - (1-p)^2$ (as in the answer by @L.F.) or as $p + (1-p)p$. They both equal $2p - p^2$.
answered Mar 30 at 4:59
antkamantkam
2,737312
2,737312
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.
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%2f3167925%2fthe-probability-of-independent-events%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