probability of frog moving exactly 6 meters away
A confused frog has lost its way. Every 10 seconds it decides where to turn to. With probability $frac{1}{3} $ it jumps one meter to the right, with probability $frac{1} {3}$it jumps on meter to the left, otherwise it says in its place. Assume that all decisions are mutually independent. Find the probability that after 1 minute and 40 seconds the frog will be at the distance of exactly 6 meters from its initial location.
The way I approach this problem is that I see in the time there can be 10 jumps, and to be 6 meters to one direction, there are 6 possibilities, either 2 jumps to the left and 8 to the right, 1 to the left, 2 pauses and 7 to the right, or 4 pauses and 6 to the left. All of this can be for the opposite directions as well. With each jump being a 1/3 probability, of going in a certain direction the total probability of being exactly 6 meters away would be
$$ (6) times left( frac{1}{3}right)^{!10} $$
Is this right?
probability
add a comment |
A confused frog has lost its way. Every 10 seconds it decides where to turn to. With probability $frac{1}{3} $ it jumps one meter to the right, with probability $frac{1} {3}$it jumps on meter to the left, otherwise it says in its place. Assume that all decisions are mutually independent. Find the probability that after 1 minute and 40 seconds the frog will be at the distance of exactly 6 meters from its initial location.
The way I approach this problem is that I see in the time there can be 10 jumps, and to be 6 meters to one direction, there are 6 possibilities, either 2 jumps to the left and 8 to the right, 1 to the left, 2 pauses and 7 to the right, or 4 pauses and 6 to the left. All of this can be for the opposite directions as well. With each jump being a 1/3 probability, of going in a certain direction the total probability of being exactly 6 meters away would be
$$ (6) times left( frac{1}{3}right)^{!10} $$
Is this right?
probability
1
I suggest you check this logic on a much smaller problem where you can write out all the possible sequences of jumps and count the ones that succeed. Perhaps four jumps with a goal of landing two meters away.
– Ethan Bolker
Jan 4 at 0:46
add a comment |
A confused frog has lost its way. Every 10 seconds it decides where to turn to. With probability $frac{1}{3} $ it jumps one meter to the right, with probability $frac{1} {3}$it jumps on meter to the left, otherwise it says in its place. Assume that all decisions are mutually independent. Find the probability that after 1 minute and 40 seconds the frog will be at the distance of exactly 6 meters from its initial location.
The way I approach this problem is that I see in the time there can be 10 jumps, and to be 6 meters to one direction, there are 6 possibilities, either 2 jumps to the left and 8 to the right, 1 to the left, 2 pauses and 7 to the right, or 4 pauses and 6 to the left. All of this can be for the opposite directions as well. With each jump being a 1/3 probability, of going in a certain direction the total probability of being exactly 6 meters away would be
$$ (6) times left( frac{1}{3}right)^{!10} $$
Is this right?
probability
A confused frog has lost its way. Every 10 seconds it decides where to turn to. With probability $frac{1}{3} $ it jumps one meter to the right, with probability $frac{1} {3}$it jumps on meter to the left, otherwise it says in its place. Assume that all decisions are mutually independent. Find the probability that after 1 minute and 40 seconds the frog will be at the distance of exactly 6 meters from its initial location.
The way I approach this problem is that I see in the time there can be 10 jumps, and to be 6 meters to one direction, there are 6 possibilities, either 2 jumps to the left and 8 to the right, 1 to the left, 2 pauses and 7 to the right, or 4 pauses and 6 to the left. All of this can be for the opposite directions as well. With each jump being a 1/3 probability, of going in a certain direction the total probability of being exactly 6 meters away would be
$$ (6) times left( frac{1}{3}right)^{!10} $$
Is this right?
probability
probability
edited Jan 4 at 1:00
jayant98
476115
476115
asked Jan 4 at 0:33
Edgar Smith
61
61
1
I suggest you check this logic on a much smaller problem where you can write out all the possible sequences of jumps and count the ones that succeed. Perhaps four jumps with a goal of landing two meters away.
– Ethan Bolker
Jan 4 at 0:46
add a comment |
1
I suggest you check this logic on a much smaller problem where you can write out all the possible sequences of jumps and count the ones that succeed. Perhaps four jumps with a goal of landing two meters away.
– Ethan Bolker
Jan 4 at 0:46
1
1
I suggest you check this logic on a much smaller problem where you can write out all the possible sequences of jumps and count the ones that succeed. Perhaps four jumps with a goal of landing two meters away.
– Ethan Bolker
Jan 4 at 0:46
I suggest you check this logic on a much smaller problem where you can write out all the possible sequences of jumps and count the ones that succeed. Perhaps four jumps with a goal of landing two meters away.
– Ethan Bolker
Jan 4 at 0:46
add a comment |
2 Answers
2
active
oldest
votes
That is close, but you have to account for the number of ways each of those different possibilities can occur. Two jumps to the left and eight to the right can occur in ${10choose{2}} = 45$ ways. 4 pauses and 6 to the left can happen in ${10choose{4}} = 210$ ways. For 1 to the right, 2 pauses and 7 to the left, there are ${10choose{3}}$ ways to order the left jumps, and then ${3choose{2}}$ ways to order the other three jumps, giving ${10choose{3}}{3choose{2}} = 360$ ways. So there are 615 ways to end up 6 meters to the left and thus 1230 ways to end up 6 meters away. So the answer is $1230times(frac13)^{10}$
New contributor
add a comment |
It's not right.
Guide:
You forgot to take order of action into considerations. For example, if we know that there are $2$ jumps to the left and $8$ to the right. We will have to decide when to make the left jump and when to make the right jump. There are $binom{10}2$ such choices.
Take order of actions into consideration for the other possibilities as well.
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%2f3061187%2fprobability-of-frog-moving-exactly-6-meters-away%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
That is close, but you have to account for the number of ways each of those different possibilities can occur. Two jumps to the left and eight to the right can occur in ${10choose{2}} = 45$ ways. 4 pauses and 6 to the left can happen in ${10choose{4}} = 210$ ways. For 1 to the right, 2 pauses and 7 to the left, there are ${10choose{3}}$ ways to order the left jumps, and then ${3choose{2}}$ ways to order the other three jumps, giving ${10choose{3}}{3choose{2}} = 360$ ways. So there are 615 ways to end up 6 meters to the left and thus 1230 ways to end up 6 meters away. So the answer is $1230times(frac13)^{10}$
New contributor
add a comment |
That is close, but you have to account for the number of ways each of those different possibilities can occur. Two jumps to the left and eight to the right can occur in ${10choose{2}} = 45$ ways. 4 pauses and 6 to the left can happen in ${10choose{4}} = 210$ ways. For 1 to the right, 2 pauses and 7 to the left, there are ${10choose{3}}$ ways to order the left jumps, and then ${3choose{2}}$ ways to order the other three jumps, giving ${10choose{3}}{3choose{2}} = 360$ ways. So there are 615 ways to end up 6 meters to the left and thus 1230 ways to end up 6 meters away. So the answer is $1230times(frac13)^{10}$
New contributor
add a comment |
That is close, but you have to account for the number of ways each of those different possibilities can occur. Two jumps to the left and eight to the right can occur in ${10choose{2}} = 45$ ways. 4 pauses and 6 to the left can happen in ${10choose{4}} = 210$ ways. For 1 to the right, 2 pauses and 7 to the left, there are ${10choose{3}}$ ways to order the left jumps, and then ${3choose{2}}$ ways to order the other three jumps, giving ${10choose{3}}{3choose{2}} = 360$ ways. So there are 615 ways to end up 6 meters to the left and thus 1230 ways to end up 6 meters away. So the answer is $1230times(frac13)^{10}$
New contributor
That is close, but you have to account for the number of ways each of those different possibilities can occur. Two jumps to the left and eight to the right can occur in ${10choose{2}} = 45$ ways. 4 pauses and 6 to the left can happen in ${10choose{4}} = 210$ ways. For 1 to the right, 2 pauses and 7 to the left, there are ${10choose{3}}$ ways to order the left jumps, and then ${3choose{2}}$ ways to order the other three jumps, giving ${10choose{3}}{3choose{2}} = 360$ ways. So there are 615 ways to end up 6 meters to the left and thus 1230 ways to end up 6 meters away. So the answer is $1230times(frac13)^{10}$
New contributor
New contributor
answered Jan 4 at 0:59
Erik Parkinson
9159
9159
New contributor
New contributor
add a comment |
add a comment |
It's not right.
Guide:
You forgot to take order of action into considerations. For example, if we know that there are $2$ jumps to the left and $8$ to the right. We will have to decide when to make the left jump and when to make the right jump. There are $binom{10}2$ such choices.
Take order of actions into consideration for the other possibilities as well.
add a comment |
It's not right.
Guide:
You forgot to take order of action into considerations. For example, if we know that there are $2$ jumps to the left and $8$ to the right. We will have to decide when to make the left jump and when to make the right jump. There are $binom{10}2$ such choices.
Take order of actions into consideration for the other possibilities as well.
add a comment |
It's not right.
Guide:
You forgot to take order of action into considerations. For example, if we know that there are $2$ jumps to the left and $8$ to the right. We will have to decide when to make the left jump and when to make the right jump. There are $binom{10}2$ such choices.
Take order of actions into consideration for the other possibilities as well.
It's not right.
Guide:
You forgot to take order of action into considerations. For example, if we know that there are $2$ jumps to the left and $8$ to the right. We will have to decide when to make the left jump and when to make the right jump. There are $binom{10}2$ such choices.
Take order of actions into consideration for the other possibilities as well.
answered Jan 4 at 0:52
Siong Thye Goh
99.6k1464117
99.6k1464117
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.
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%2f3061187%2fprobability-of-frog-moving-exactly-6-meters-away%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
I suggest you check this logic on a much smaller problem where you can write out all the possible sequences of jumps and count the ones that succeed. Perhaps four jumps with a goal of landing two meters away.
– Ethan Bolker
Jan 4 at 0:46