Finding total number of cases in probability questions
up vote
0
down vote
favorite
A pool table has 7 holes through which 5 balls can drop. At each play, each ball is equally likely to go down any of 7 holes. In order to find the probability that each ball passes through distinct holes, I am confused whether the total number of cases is $7^5$ or $5^7$. I always get confused with the power while finding total possibilities.
probability statistics
add a comment |
up vote
0
down vote
favorite
A pool table has 7 holes through which 5 balls can drop. At each play, each ball is equally likely to go down any of 7 holes. In order to find the probability that each ball passes through distinct holes, I am confused whether the total number of cases is $7^5$ or $5^7$. I always get confused with the power while finding total possibilities.
probability statistics
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A pool table has 7 holes through which 5 balls can drop. At each play, each ball is equally likely to go down any of 7 holes. In order to find the probability that each ball passes through distinct holes, I am confused whether the total number of cases is $7^5$ or $5^7$. I always get confused with the power while finding total possibilities.
probability statistics
A pool table has 7 holes through which 5 balls can drop. At each play, each ball is equally likely to go down any of 7 holes. In order to find the probability that each ball passes through distinct holes, I am confused whether the total number of cases is $7^5$ or $5^7$. I always get confused with the power while finding total possibilities.
probability statistics
probability statistics
asked Nov 27 at 7:58
user46697
193111
193111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
It's useful to think of the "balls going through holes" as a process, and then keep track of the different possibilities so far. First, think of the first ball. It can go through $7$ holes. So we have $7$ cases for the first ball. Then the second ball comes, and it also has $7$ different holes that it can go through. Now we multiply these values and we have $7times 7 = 7^2$ different cases.
Can you see how to continue from here?
Is it wrong if I think that "a hole can hold any of 5 balls". Then it is 5 possibilities for hole 1. Like wise for the 7 holes wouldnt it be $5^7$.?
– user46697
Nov 27 at 8:33
With that thinking, the process would look like this: First, the first hole chooses one of 5 balls. Then the second hole again chooses one out of 5 balls ... So this approach assumes that every hole takes exactly one ball, and somehow the balls are also able to duplicate! For example, it would be possible that ball #1 goes to all of the holes. Clearly, this is wrong.
– Matti P.
Nov 27 at 8:55
add a comment |
up vote
0
down vote
First you need to choose $5$ holes out of $7$ total in which balls drop. If the balls are indifferent, we have $binom{7}{5}$ cases in total. Otherwise if all are distinct, the number of cases would become $binom{7}{5}5!$ (we assume that the holes have a preserved arrangement)
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%2f3015477%2ffinding-total-number-of-cases-in-probability-questions%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
up vote
2
down vote
It's useful to think of the "balls going through holes" as a process, and then keep track of the different possibilities so far. First, think of the first ball. It can go through $7$ holes. So we have $7$ cases for the first ball. Then the second ball comes, and it also has $7$ different holes that it can go through. Now we multiply these values and we have $7times 7 = 7^2$ different cases.
Can you see how to continue from here?
Is it wrong if I think that "a hole can hold any of 5 balls". Then it is 5 possibilities for hole 1. Like wise for the 7 holes wouldnt it be $5^7$.?
– user46697
Nov 27 at 8:33
With that thinking, the process would look like this: First, the first hole chooses one of 5 balls. Then the second hole again chooses one out of 5 balls ... So this approach assumes that every hole takes exactly one ball, and somehow the balls are also able to duplicate! For example, it would be possible that ball #1 goes to all of the holes. Clearly, this is wrong.
– Matti P.
Nov 27 at 8:55
add a comment |
up vote
2
down vote
It's useful to think of the "balls going through holes" as a process, and then keep track of the different possibilities so far. First, think of the first ball. It can go through $7$ holes. So we have $7$ cases for the first ball. Then the second ball comes, and it also has $7$ different holes that it can go through. Now we multiply these values and we have $7times 7 = 7^2$ different cases.
Can you see how to continue from here?
Is it wrong if I think that "a hole can hold any of 5 balls". Then it is 5 possibilities for hole 1. Like wise for the 7 holes wouldnt it be $5^7$.?
– user46697
Nov 27 at 8:33
With that thinking, the process would look like this: First, the first hole chooses one of 5 balls. Then the second hole again chooses one out of 5 balls ... So this approach assumes that every hole takes exactly one ball, and somehow the balls are also able to duplicate! For example, it would be possible that ball #1 goes to all of the holes. Clearly, this is wrong.
– Matti P.
Nov 27 at 8:55
add a comment |
up vote
2
down vote
up vote
2
down vote
It's useful to think of the "balls going through holes" as a process, and then keep track of the different possibilities so far. First, think of the first ball. It can go through $7$ holes. So we have $7$ cases for the first ball. Then the second ball comes, and it also has $7$ different holes that it can go through. Now we multiply these values and we have $7times 7 = 7^2$ different cases.
Can you see how to continue from here?
It's useful to think of the "balls going through holes" as a process, and then keep track of the different possibilities so far. First, think of the first ball. It can go through $7$ holes. So we have $7$ cases for the first ball. Then the second ball comes, and it also has $7$ different holes that it can go through. Now we multiply these values and we have $7times 7 = 7^2$ different cases.
Can you see how to continue from here?
answered Nov 27 at 8:02
Matti P.
1,736413
1,736413
Is it wrong if I think that "a hole can hold any of 5 balls". Then it is 5 possibilities for hole 1. Like wise for the 7 holes wouldnt it be $5^7$.?
– user46697
Nov 27 at 8:33
With that thinking, the process would look like this: First, the first hole chooses one of 5 balls. Then the second hole again chooses one out of 5 balls ... So this approach assumes that every hole takes exactly one ball, and somehow the balls are also able to duplicate! For example, it would be possible that ball #1 goes to all of the holes. Clearly, this is wrong.
– Matti P.
Nov 27 at 8:55
add a comment |
Is it wrong if I think that "a hole can hold any of 5 balls". Then it is 5 possibilities for hole 1. Like wise for the 7 holes wouldnt it be $5^7$.?
– user46697
Nov 27 at 8:33
With that thinking, the process would look like this: First, the first hole chooses one of 5 balls. Then the second hole again chooses one out of 5 balls ... So this approach assumes that every hole takes exactly one ball, and somehow the balls are also able to duplicate! For example, it would be possible that ball #1 goes to all of the holes. Clearly, this is wrong.
– Matti P.
Nov 27 at 8:55
Is it wrong if I think that "a hole can hold any of 5 balls". Then it is 5 possibilities for hole 1. Like wise for the 7 holes wouldnt it be $5^7$.?
– user46697
Nov 27 at 8:33
Is it wrong if I think that "a hole can hold any of 5 balls". Then it is 5 possibilities for hole 1. Like wise for the 7 holes wouldnt it be $5^7$.?
– user46697
Nov 27 at 8:33
With that thinking, the process would look like this: First, the first hole chooses one of 5 balls. Then the second hole again chooses one out of 5 balls ... So this approach assumes that every hole takes exactly one ball, and somehow the balls are also able to duplicate! For example, it would be possible that ball #1 goes to all of the holes. Clearly, this is wrong.
– Matti P.
Nov 27 at 8:55
With that thinking, the process would look like this: First, the first hole chooses one of 5 balls. Then the second hole again chooses one out of 5 balls ... So this approach assumes that every hole takes exactly one ball, and somehow the balls are also able to duplicate! For example, it would be possible that ball #1 goes to all of the holes. Clearly, this is wrong.
– Matti P.
Nov 27 at 8:55
add a comment |
up vote
0
down vote
First you need to choose $5$ holes out of $7$ total in which balls drop. If the balls are indifferent, we have $binom{7}{5}$ cases in total. Otherwise if all are distinct, the number of cases would become $binom{7}{5}5!$ (we assume that the holes have a preserved arrangement)
add a comment |
up vote
0
down vote
First you need to choose $5$ holes out of $7$ total in which balls drop. If the balls are indifferent, we have $binom{7}{5}$ cases in total. Otherwise if all are distinct, the number of cases would become $binom{7}{5}5!$ (we assume that the holes have a preserved arrangement)
add a comment |
up vote
0
down vote
up vote
0
down vote
First you need to choose $5$ holes out of $7$ total in which balls drop. If the balls are indifferent, we have $binom{7}{5}$ cases in total. Otherwise if all are distinct, the number of cases would become $binom{7}{5}5!$ (we assume that the holes have a preserved arrangement)
First you need to choose $5$ holes out of $7$ total in which balls drop. If the balls are indifferent, we have $binom{7}{5}$ cases in total. Otherwise if all are distinct, the number of cases would become $binom{7}{5}5!$ (we assume that the holes have a preserved arrangement)
answered Nov 27 at 8:58
Mostafa Ayaz
13.6k3836
13.6k3836
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%2f3015477%2ffinding-total-number-of-cases-in-probability-questions%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