Probabilities involving “at least one” success
up vote
1
down vote
favorite
Isabella built a time travel machine, but she can't control the destination of her trip. Each time she uses the machine she has a $.25$ probability of traveling to a time before she was born. During the first year of testing, Isabella uses her machine $5$ times.
Assuming that each trip is equally likely to travel before Isabella was born, what is the probability that at least one trip will travel before Isabella was born?
Round your answer to the nearest hundredth.
I get the answer $1-.75^4$
However, the correct answer is $1-.75^5$. How is this the answer? If finding the complement wouldn't we account for one of the times being before she is born?
probability
add a comment |
up vote
1
down vote
favorite
Isabella built a time travel machine, but she can't control the destination of her trip. Each time she uses the machine she has a $.25$ probability of traveling to a time before she was born. During the first year of testing, Isabella uses her machine $5$ times.
Assuming that each trip is equally likely to travel before Isabella was born, what is the probability that at least one trip will travel before Isabella was born?
Round your answer to the nearest hundredth.
I get the answer $1-.75^4$
However, the correct answer is $1-.75^5$. How is this the answer? If finding the complement wouldn't we account for one of the times being before she is born?
probability
What does the $P$ mean? The answer is $1-.75^5$
– saulspatz
Nov 22 at 18:17
Yes I should have removed it. It means "the probability of". Why not $1-.75^4$ though? How do you account for the probability of her being born?
– Jinzu
Nov 22 at 18:19
Where did you get the $4$ from? It’s $5$ trips...
– b00n heT
Nov 22 at 18:20
@b00nheT I thought since one of the trips is before being born, that you should subtract one from the total amount of trips.
– Jinzu
Nov 22 at 18:22
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Isabella built a time travel machine, but she can't control the destination of her trip. Each time she uses the machine she has a $.25$ probability of traveling to a time before she was born. During the first year of testing, Isabella uses her machine $5$ times.
Assuming that each trip is equally likely to travel before Isabella was born, what is the probability that at least one trip will travel before Isabella was born?
Round your answer to the nearest hundredth.
I get the answer $1-.75^4$
However, the correct answer is $1-.75^5$. How is this the answer? If finding the complement wouldn't we account for one of the times being before she is born?
probability
Isabella built a time travel machine, but she can't control the destination of her trip. Each time she uses the machine she has a $.25$ probability of traveling to a time before she was born. During the first year of testing, Isabella uses her machine $5$ times.
Assuming that each trip is equally likely to travel before Isabella was born, what is the probability that at least one trip will travel before Isabella was born?
Round your answer to the nearest hundredth.
I get the answer $1-.75^4$
However, the correct answer is $1-.75^5$. How is this the answer? If finding the complement wouldn't we account for one of the times being before she is born?
probability
probability
edited Nov 22 at 18:18
asked Nov 22 at 18:13
Jinzu
372412
372412
What does the $P$ mean? The answer is $1-.75^5$
– saulspatz
Nov 22 at 18:17
Yes I should have removed it. It means "the probability of". Why not $1-.75^4$ though? How do you account for the probability of her being born?
– Jinzu
Nov 22 at 18:19
Where did you get the $4$ from? It’s $5$ trips...
– b00n heT
Nov 22 at 18:20
@b00nheT I thought since one of the trips is before being born, that you should subtract one from the total amount of trips.
– Jinzu
Nov 22 at 18:22
add a comment |
What does the $P$ mean? The answer is $1-.75^5$
– saulspatz
Nov 22 at 18:17
Yes I should have removed it. It means "the probability of". Why not $1-.75^4$ though? How do you account for the probability of her being born?
– Jinzu
Nov 22 at 18:19
Where did you get the $4$ from? It’s $5$ trips...
– b00n heT
Nov 22 at 18:20
@b00nheT I thought since one of the trips is before being born, that you should subtract one from the total amount of trips.
– Jinzu
Nov 22 at 18:22
What does the $P$ mean? The answer is $1-.75^5$
– saulspatz
Nov 22 at 18:17
What does the $P$ mean? The answer is $1-.75^5$
– saulspatz
Nov 22 at 18:17
Yes I should have removed it. It means "the probability of". Why not $1-.75^4$ though? How do you account for the probability of her being born?
– Jinzu
Nov 22 at 18:19
Yes I should have removed it. It means "the probability of". Why not $1-.75^4$ though? How do you account for the probability of her being born?
– Jinzu
Nov 22 at 18:19
Where did you get the $4$ from? It’s $5$ trips...
– b00n heT
Nov 22 at 18:20
Where did you get the $4$ from? It’s $5$ trips...
– b00n heT
Nov 22 at 18:20
@b00nheT I thought since one of the trips is before being born, that you should subtract one from the total amount of trips.
– Jinzu
Nov 22 at 18:22
@b00nheT I thought since one of the trips is before being born, that you should subtract one from the total amount of trips.
– Jinzu
Nov 22 at 18:22
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
We do not need to account for probability that she was born, it is known to us.
You want at least $1$ case, so why not calculate none, or $0$ case, and subtract it from total number of cases?
Or simply, $$P(at leasthspace{0.2cm} 1)=1 - P(none) $$
$P(none)$ means calculate probability that she always goes in future.
$P(future)=0.75$ for $1$ trip.
So, for $5$ trips, it will be $0.75^5$.
Subtract this from $1$:
You get $$1-0.75^5$$
If this confuses you, calculate discretely for cases: exactly once, exactly twice,thrice, four times and five times.
$$P(exactly hspace{0.2cm} once)=(0.25)cdot (0.75)^4$$
$$P(exactly hspace{0.2cm} twice)=(0.25)^2cdot (0.75)^3$$
$$P(exactly hspace{0.2cm} thrice)=(0.25)^3cdot (0.75)^2$$
$$P(exactly hspace{0.2cm} 4 hspace{0.2cm} times)=(0.25)^4cdot (0.75)^1$$
$$P(exactly hspace{0.2cm} 5 hspace{0.2cm} times)=(0.25)^5cdot (0.75)^0$$
Just add all probabilities: $$(0.25)^1cdot (0.75)^4+(0.25)^2cdot (0.75)^3+(0.25)^3cdot (0.75)^2+(0.25)^4cdot (0.75)^1+(0.25)^5cdot (0.75)^0$$
Verify if you get same result!
@Jinzu have a look at the updated answer.
– idea
Nov 22 at 18:35
You are missing some binomial coefficients!
– b00n heT
Nov 22 at 18:45
@b00nheT which one? $1$ over 0.25 in exactly once case?
– idea
Nov 22 at 18:49
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',
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%2f3009457%2fprobabilities-involving-at-least-one-success%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
accepted
We do not need to account for probability that she was born, it is known to us.
You want at least $1$ case, so why not calculate none, or $0$ case, and subtract it from total number of cases?
Or simply, $$P(at leasthspace{0.2cm} 1)=1 - P(none) $$
$P(none)$ means calculate probability that she always goes in future.
$P(future)=0.75$ for $1$ trip.
So, for $5$ trips, it will be $0.75^5$.
Subtract this from $1$:
You get $$1-0.75^5$$
If this confuses you, calculate discretely for cases: exactly once, exactly twice,thrice, four times and five times.
$$P(exactly hspace{0.2cm} once)=(0.25)cdot (0.75)^4$$
$$P(exactly hspace{0.2cm} twice)=(0.25)^2cdot (0.75)^3$$
$$P(exactly hspace{0.2cm} thrice)=(0.25)^3cdot (0.75)^2$$
$$P(exactly hspace{0.2cm} 4 hspace{0.2cm} times)=(0.25)^4cdot (0.75)^1$$
$$P(exactly hspace{0.2cm} 5 hspace{0.2cm} times)=(0.25)^5cdot (0.75)^0$$
Just add all probabilities: $$(0.25)^1cdot (0.75)^4+(0.25)^2cdot (0.75)^3+(0.25)^3cdot (0.75)^2+(0.25)^4cdot (0.75)^1+(0.25)^5cdot (0.75)^0$$
Verify if you get same result!
@Jinzu have a look at the updated answer.
– idea
Nov 22 at 18:35
You are missing some binomial coefficients!
– b00n heT
Nov 22 at 18:45
@b00nheT which one? $1$ over 0.25 in exactly once case?
– idea
Nov 22 at 18:49
add a comment |
up vote
0
down vote
accepted
We do not need to account for probability that she was born, it is known to us.
You want at least $1$ case, so why not calculate none, or $0$ case, and subtract it from total number of cases?
Or simply, $$P(at leasthspace{0.2cm} 1)=1 - P(none) $$
$P(none)$ means calculate probability that she always goes in future.
$P(future)=0.75$ for $1$ trip.
So, for $5$ trips, it will be $0.75^5$.
Subtract this from $1$:
You get $$1-0.75^5$$
If this confuses you, calculate discretely for cases: exactly once, exactly twice,thrice, four times and five times.
$$P(exactly hspace{0.2cm} once)=(0.25)cdot (0.75)^4$$
$$P(exactly hspace{0.2cm} twice)=(0.25)^2cdot (0.75)^3$$
$$P(exactly hspace{0.2cm} thrice)=(0.25)^3cdot (0.75)^2$$
$$P(exactly hspace{0.2cm} 4 hspace{0.2cm} times)=(0.25)^4cdot (0.75)^1$$
$$P(exactly hspace{0.2cm} 5 hspace{0.2cm} times)=(0.25)^5cdot (0.75)^0$$
Just add all probabilities: $$(0.25)^1cdot (0.75)^4+(0.25)^2cdot (0.75)^3+(0.25)^3cdot (0.75)^2+(0.25)^4cdot (0.75)^1+(0.25)^5cdot (0.75)^0$$
Verify if you get same result!
@Jinzu have a look at the updated answer.
– idea
Nov 22 at 18:35
You are missing some binomial coefficients!
– b00n heT
Nov 22 at 18:45
@b00nheT which one? $1$ over 0.25 in exactly once case?
– idea
Nov 22 at 18:49
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
We do not need to account for probability that she was born, it is known to us.
You want at least $1$ case, so why not calculate none, or $0$ case, and subtract it from total number of cases?
Or simply, $$P(at leasthspace{0.2cm} 1)=1 - P(none) $$
$P(none)$ means calculate probability that she always goes in future.
$P(future)=0.75$ for $1$ trip.
So, for $5$ trips, it will be $0.75^5$.
Subtract this from $1$:
You get $$1-0.75^5$$
If this confuses you, calculate discretely for cases: exactly once, exactly twice,thrice, four times and five times.
$$P(exactly hspace{0.2cm} once)=(0.25)cdot (0.75)^4$$
$$P(exactly hspace{0.2cm} twice)=(0.25)^2cdot (0.75)^3$$
$$P(exactly hspace{0.2cm} thrice)=(0.25)^3cdot (0.75)^2$$
$$P(exactly hspace{0.2cm} 4 hspace{0.2cm} times)=(0.25)^4cdot (0.75)^1$$
$$P(exactly hspace{0.2cm} 5 hspace{0.2cm} times)=(0.25)^5cdot (0.75)^0$$
Just add all probabilities: $$(0.25)^1cdot (0.75)^4+(0.25)^2cdot (0.75)^3+(0.25)^3cdot (0.75)^2+(0.25)^4cdot (0.75)^1+(0.25)^5cdot (0.75)^0$$
Verify if you get same result!
We do not need to account for probability that she was born, it is known to us.
You want at least $1$ case, so why not calculate none, or $0$ case, and subtract it from total number of cases?
Or simply, $$P(at leasthspace{0.2cm} 1)=1 - P(none) $$
$P(none)$ means calculate probability that she always goes in future.
$P(future)=0.75$ for $1$ trip.
So, for $5$ trips, it will be $0.75^5$.
Subtract this from $1$:
You get $$1-0.75^5$$
If this confuses you, calculate discretely for cases: exactly once, exactly twice,thrice, four times and five times.
$$P(exactly hspace{0.2cm} once)=(0.25)cdot (0.75)^4$$
$$P(exactly hspace{0.2cm} twice)=(0.25)^2cdot (0.75)^3$$
$$P(exactly hspace{0.2cm} thrice)=(0.25)^3cdot (0.75)^2$$
$$P(exactly hspace{0.2cm} 4 hspace{0.2cm} times)=(0.25)^4cdot (0.75)^1$$
$$P(exactly hspace{0.2cm} 5 hspace{0.2cm} times)=(0.25)^5cdot (0.75)^0$$
Just add all probabilities: $$(0.25)^1cdot (0.75)^4+(0.25)^2cdot (0.75)^3+(0.25)^3cdot (0.75)^2+(0.25)^4cdot (0.75)^1+(0.25)^5cdot (0.75)^0$$
Verify if you get same result!
edited Nov 22 at 18:35
answered Nov 22 at 18:27
idea
2,00331024
2,00331024
@Jinzu have a look at the updated answer.
– idea
Nov 22 at 18:35
You are missing some binomial coefficients!
– b00n heT
Nov 22 at 18:45
@b00nheT which one? $1$ over 0.25 in exactly once case?
– idea
Nov 22 at 18:49
add a comment |
@Jinzu have a look at the updated answer.
– idea
Nov 22 at 18:35
You are missing some binomial coefficients!
– b00n heT
Nov 22 at 18:45
@b00nheT which one? $1$ over 0.25 in exactly once case?
– idea
Nov 22 at 18:49
@Jinzu have a look at the updated answer.
– idea
Nov 22 at 18:35
@Jinzu have a look at the updated answer.
– idea
Nov 22 at 18:35
You are missing some binomial coefficients!
– b00n heT
Nov 22 at 18:45
You are missing some binomial coefficients!
– b00n heT
Nov 22 at 18:45
@b00nheT which one? $1$ over 0.25 in exactly once case?
– idea
Nov 22 at 18:49
@b00nheT which one? $1$ over 0.25 in exactly once case?
– idea
Nov 22 at 18:49
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.
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%2f3009457%2fprobabilities-involving-at-least-one-success%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
What does the $P$ mean? The answer is $1-.75^5$
– saulspatz
Nov 22 at 18:17
Yes I should have removed it. It means "the probability of". Why not $1-.75^4$ though? How do you account for the probability of her being born?
– Jinzu
Nov 22 at 18:19
Where did you get the $4$ from? It’s $5$ trips...
– b00n heT
Nov 22 at 18:20
@b00nheT I thought since one of the trips is before being born, that you should subtract one from the total amount of trips.
– Jinzu
Nov 22 at 18:22