Finding probability that two chosen numbers have a multiple of nine.Urn Probability (need multiple...
Why is it that I can sometimes guess the next note?
Which one is correct as adjective “protruding” or “protruded”?
Yosemite Fire Rings - What to Expect?
Create all possible words using a set or letters
C++ debug/print custom type with GDB : the case of nlohmann json library
Is there a name for this algorithm to calculate the concentration of a mixture of two solutions containing the same solute?
Is the U.S. Code copyrighted by the Government?
How do you make your own symbol when Detexify fails?
What should you do if you miss a job interview (deliberately)?
How to explain what's wrong with this application of the chain rule?
What is Cash Advance APR?
Is there a single word describing earning money through any means?
Creature in Shazam mid-credits scene?
Non-trope happy ending?
How do I color the graph in datavisualization?
Why is so much work done on numerical verification of the Riemann Hypothesis?
Freedom of speech and where it applies
Open a doc from terminal, but not by its name
What is this called? Old film camera viewer?
Calculating Wattage for Resistor in High Frequency Application?
Is it better practice to read straight from sheet music rather than memorize it?
What if a revenant (monster) gains fire resistance?
copy and scale one figure (wheel)
How to bake one texture for one mesh with multiple textures blender 2.8
Finding probability that two chosen numbers have a multiple of nine.
Urn Probability (need multiple ways)Probability a product of $n$ randomly chosen numbers from 1-9 is divisible by 10.Two numbers are chosen at random over the interval $ [0,1]$What is the probability that a randomly chosen positive three-digit integer is a multiple of $7$?Probability - What is the probability that the two-digit number is a multiple of 3Probability of choosing same multipleProbability of Hearts given Hearts Was ChosenWhat is the probability that three randomly chosen computers were not tested?Probability that a randomly chosen element from set $A = {1, 2, 3, ldots, 1000}$ is a multiple of $2$ OR $3$.A lottery will be held. From 1000 numbers, one will be randomly chosen as the winner.
$begingroup$
If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?
What I did:
To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?
probability
$endgroup$
add a comment |
$begingroup$
If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?
What I did:
To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?
probability
$endgroup$
add a comment |
$begingroup$
If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?
What I did:
To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?
probability
$endgroup$
If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?
What I did:
To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?
probability
probability
asked Mar 13 at 23:31
Max0815Max0815
77518
77518
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.
Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.
$endgroup$
$begingroup$
Oh! Oof I fail at dis lol xD! Thanks! :P
$endgroup$
– Max0815
Mar 13 at 23:39
1
$begingroup$
No worries, double counting is a common mistake
$endgroup$
– Shailesh
Mar 13 at 23:41
add a comment |
$begingroup$
The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.
$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%2f3147347%2ffinding-probability-that-two-chosen-numbers-have-a-multiple-of-nine%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$
You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.
Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.
$endgroup$
$begingroup$
Oh! Oof I fail at dis lol xD! Thanks! :P
$endgroup$
– Max0815
Mar 13 at 23:39
1
$begingroup$
No worries, double counting is a common mistake
$endgroup$
– Shailesh
Mar 13 at 23:41
add a comment |
$begingroup$
You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.
Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.
$endgroup$
$begingroup$
Oh! Oof I fail at dis lol xD! Thanks! :P
$endgroup$
– Max0815
Mar 13 at 23:39
1
$begingroup$
No worries, double counting is a common mistake
$endgroup$
– Shailesh
Mar 13 at 23:41
add a comment |
$begingroup$
You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.
Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.
$endgroup$
You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.
Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.
edited Mar 13 at 23:41
answered Mar 13 at 23:38
ShaileshShailesh
3,98092134
3,98092134
$begingroup$
Oh! Oof I fail at dis lol xD! Thanks! :P
$endgroup$
– Max0815
Mar 13 at 23:39
1
$begingroup$
No worries, double counting is a common mistake
$endgroup$
– Shailesh
Mar 13 at 23:41
add a comment |
$begingroup$
Oh! Oof I fail at dis lol xD! Thanks! :P
$endgroup$
– Max0815
Mar 13 at 23:39
1
$begingroup$
No worries, double counting is a common mistake
$endgroup$
– Shailesh
Mar 13 at 23:41
$begingroup$
Oh! Oof I fail at dis lol xD! Thanks! :P
$endgroup$
– Max0815
Mar 13 at 23:39
$begingroup$
Oh! Oof I fail at dis lol xD! Thanks! :P
$endgroup$
– Max0815
Mar 13 at 23:39
1
1
$begingroup$
No worries, double counting is a common mistake
$endgroup$
– Shailesh
Mar 13 at 23:41
$begingroup$
No worries, double counting is a common mistake
$endgroup$
– Shailesh
Mar 13 at 23:41
add a comment |
$begingroup$
The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.
$endgroup$
add a comment |
$begingroup$
The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.
$endgroup$
add a comment |
$begingroup$
The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.
$endgroup$
The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.
answered Mar 13 at 23:40
herb steinbergherb steinberg
3,0942311
3,0942311
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%2f3147347%2ffinding-probability-that-two-chosen-numbers-have-a-multiple-of-nine%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