Probability of two random selections












0












$begingroup$


A person has 2 assignments:




  1. Randomly select 2 best performing stocks of 3 stocks.

  2. Randomly select the best bond and the second best bond of 6 bonds.


Now what is the probability to make a successful random selection for at least one of the two assignments?



And what is the probability that assignment one is successful and assignment 2 is not successful?



My calculations:




  1. Prob = $frac{1}{3}$


  2. Prob = $frac{1}{15}$



Now using venn diagram logic shouldn't the solution be:
$frac{1}{3 }+ frac{1}{15} - frac{1}{3}×frac{1}{15}$



According to the book the answer is
0.355556



Can someone explain this in venn diagram logic?



I'm still struggling with the second question.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Maybe the question asked for the probability that only one of the assignments is correct? That would get the books answer ($frac{16}{45}$)
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:57
















0












$begingroup$


A person has 2 assignments:




  1. Randomly select 2 best performing stocks of 3 stocks.

  2. Randomly select the best bond and the second best bond of 6 bonds.


Now what is the probability to make a successful random selection for at least one of the two assignments?



And what is the probability that assignment one is successful and assignment 2 is not successful?



My calculations:




  1. Prob = $frac{1}{3}$


  2. Prob = $frac{1}{15}$



Now using venn diagram logic shouldn't the solution be:
$frac{1}{3 }+ frac{1}{15} - frac{1}{3}×frac{1}{15}$



According to the book the answer is
0.355556



Can someone explain this in venn diagram logic?



I'm still struggling with the second question.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Maybe the question asked for the probability that only one of the assignments is correct? That would get the books answer ($frac{16}{45}$)
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:57














0












0








0





$begingroup$


A person has 2 assignments:




  1. Randomly select 2 best performing stocks of 3 stocks.

  2. Randomly select the best bond and the second best bond of 6 bonds.


Now what is the probability to make a successful random selection for at least one of the two assignments?



And what is the probability that assignment one is successful and assignment 2 is not successful?



My calculations:




  1. Prob = $frac{1}{3}$


  2. Prob = $frac{1}{15}$



Now using venn diagram logic shouldn't the solution be:
$frac{1}{3 }+ frac{1}{15} - frac{1}{3}×frac{1}{15}$



According to the book the answer is
0.355556



Can someone explain this in venn diagram logic?



I'm still struggling with the second question.










share|cite|improve this question











$endgroup$




A person has 2 assignments:




  1. Randomly select 2 best performing stocks of 3 stocks.

  2. Randomly select the best bond and the second best bond of 6 bonds.


Now what is the probability to make a successful random selection for at least one of the two assignments?



And what is the probability that assignment one is successful and assignment 2 is not successful?



My calculations:




  1. Prob = $frac{1}{3}$


  2. Prob = $frac{1}{15}$



Now using venn diagram logic shouldn't the solution be:
$frac{1}{3 }+ frac{1}{15} - frac{1}{3}×frac{1}{15}$



According to the book the answer is
0.355556



Can someone explain this in venn diagram logic?



I'm still struggling with the second question.







probability probability-theory statistics permutations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 31 '18 at 0:32









Martund

1,667213




1,667213










asked Dec 31 '18 at 0:01









Lime3645Lime3645

162




162












  • $begingroup$
    Maybe the question asked for the probability that only one of the assignments is correct? That would get the books answer ($frac{16}{45}$)
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:57


















  • $begingroup$
    Maybe the question asked for the probability that only one of the assignments is correct? That would get the books answer ($frac{16}{45}$)
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:57
















$begingroup$
Maybe the question asked for the probability that only one of the assignments is correct? That would get the books answer ($frac{16}{45}$)
$endgroup$
– Zachary Hunter
Dec 31 '18 at 0:57




$begingroup$
Maybe the question asked for the probability that only one of the assignments is correct? That would get the books answer ($frac{16}{45}$)
$endgroup$
– Zachary Hunter
Dec 31 '18 at 0:57










1 Answer
1






active

oldest

votes


















0












$begingroup$

The given solution is correct. The Venn diagram logic is actually Inclusion-Exclusion principle, which says
$$P(Acup B)=P(A)+P(B)-P(Acap B)$$
If events of successful random selection of first and second assignments are $A$ and $B$ respectively, then $$P(A)=frac{1}{binom{3}{2}}=frac{1}{3}$$
$$P(B)=frac{1}{6}×frac{1}{5}=frac{1}{30}$$
You are taking value of $P(B)$ to be $frac{1}{15}$, but there will be an additional factor of $frac{1}{2}$ because the question says," randomly select the best bond and the second best bond of 6 bonds" indicating that there is a possibility of arrangement i.e. the person first chooses the best ball among the 6 balls and then chooses the best ball among the remaining 5 balls. Now, as the assignments are independent, we have,
$$P(Acap B)=P(A)P(B)=frac{1}{3}×frac{1}{30}=frac{1}{90}$$
Now, apply inclusion-exclusion principle and get the result.
$$P(Acup B)=frac{1}{3}+frac{1}{30}-frac{1}{90}=frac{16}{45}$$
For the second question, again use independence.
$$P(Acap B^c)=P(A)P(B^c)=frac{1}{3}×frac{29}{30}=frac{29}{90}$$



Hope it is helpful:)






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Wouldn't $P(B) = frac{1}{binom{6}{2}}$?
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:56










  • $begingroup$
    No, that is the mistake done by @Lime3645, there are two cases after selecting 2 balls randomly, the person has to declare which one is the best and which is the second best.
    $endgroup$
    – Martund
    Dec 31 '18 at 0:59










  • $begingroup$
    Hm... I am suspicious that it was miscopied. After all, to say "of 6 bonds" the second time is unnecessarily confusing.
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 1:03











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3057300%2fprobability-of-two-random-selections%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









0












$begingroup$

The given solution is correct. The Venn diagram logic is actually Inclusion-Exclusion principle, which says
$$P(Acup B)=P(A)+P(B)-P(Acap B)$$
If events of successful random selection of first and second assignments are $A$ and $B$ respectively, then $$P(A)=frac{1}{binom{3}{2}}=frac{1}{3}$$
$$P(B)=frac{1}{6}×frac{1}{5}=frac{1}{30}$$
You are taking value of $P(B)$ to be $frac{1}{15}$, but there will be an additional factor of $frac{1}{2}$ because the question says," randomly select the best bond and the second best bond of 6 bonds" indicating that there is a possibility of arrangement i.e. the person first chooses the best ball among the 6 balls and then chooses the best ball among the remaining 5 balls. Now, as the assignments are independent, we have,
$$P(Acap B)=P(A)P(B)=frac{1}{3}×frac{1}{30}=frac{1}{90}$$
Now, apply inclusion-exclusion principle and get the result.
$$P(Acup B)=frac{1}{3}+frac{1}{30}-frac{1}{90}=frac{16}{45}$$
For the second question, again use independence.
$$P(Acap B^c)=P(A)P(B^c)=frac{1}{3}×frac{29}{30}=frac{29}{90}$$



Hope it is helpful:)






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Wouldn't $P(B) = frac{1}{binom{6}{2}}$?
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:56










  • $begingroup$
    No, that is the mistake done by @Lime3645, there are two cases after selecting 2 balls randomly, the person has to declare which one is the best and which is the second best.
    $endgroup$
    – Martund
    Dec 31 '18 at 0:59










  • $begingroup$
    Hm... I am suspicious that it was miscopied. After all, to say "of 6 bonds" the second time is unnecessarily confusing.
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 1:03
















0












$begingroup$

The given solution is correct. The Venn diagram logic is actually Inclusion-Exclusion principle, which says
$$P(Acup B)=P(A)+P(B)-P(Acap B)$$
If events of successful random selection of first and second assignments are $A$ and $B$ respectively, then $$P(A)=frac{1}{binom{3}{2}}=frac{1}{3}$$
$$P(B)=frac{1}{6}×frac{1}{5}=frac{1}{30}$$
You are taking value of $P(B)$ to be $frac{1}{15}$, but there will be an additional factor of $frac{1}{2}$ because the question says," randomly select the best bond and the second best bond of 6 bonds" indicating that there is a possibility of arrangement i.e. the person first chooses the best ball among the 6 balls and then chooses the best ball among the remaining 5 balls. Now, as the assignments are independent, we have,
$$P(Acap B)=P(A)P(B)=frac{1}{3}×frac{1}{30}=frac{1}{90}$$
Now, apply inclusion-exclusion principle and get the result.
$$P(Acup B)=frac{1}{3}+frac{1}{30}-frac{1}{90}=frac{16}{45}$$
For the second question, again use independence.
$$P(Acap B^c)=P(A)P(B^c)=frac{1}{3}×frac{29}{30}=frac{29}{90}$$



Hope it is helpful:)






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Wouldn't $P(B) = frac{1}{binom{6}{2}}$?
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:56










  • $begingroup$
    No, that is the mistake done by @Lime3645, there are two cases after selecting 2 balls randomly, the person has to declare which one is the best and which is the second best.
    $endgroup$
    – Martund
    Dec 31 '18 at 0:59










  • $begingroup$
    Hm... I am suspicious that it was miscopied. After all, to say "of 6 bonds" the second time is unnecessarily confusing.
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 1:03














0












0








0





$begingroup$

The given solution is correct. The Venn diagram logic is actually Inclusion-Exclusion principle, which says
$$P(Acup B)=P(A)+P(B)-P(Acap B)$$
If events of successful random selection of first and second assignments are $A$ and $B$ respectively, then $$P(A)=frac{1}{binom{3}{2}}=frac{1}{3}$$
$$P(B)=frac{1}{6}×frac{1}{5}=frac{1}{30}$$
You are taking value of $P(B)$ to be $frac{1}{15}$, but there will be an additional factor of $frac{1}{2}$ because the question says," randomly select the best bond and the second best bond of 6 bonds" indicating that there is a possibility of arrangement i.e. the person first chooses the best ball among the 6 balls and then chooses the best ball among the remaining 5 balls. Now, as the assignments are independent, we have,
$$P(Acap B)=P(A)P(B)=frac{1}{3}×frac{1}{30}=frac{1}{90}$$
Now, apply inclusion-exclusion principle and get the result.
$$P(Acup B)=frac{1}{3}+frac{1}{30}-frac{1}{90}=frac{16}{45}$$
For the second question, again use independence.
$$P(Acap B^c)=P(A)P(B^c)=frac{1}{3}×frac{29}{30}=frac{29}{90}$$



Hope it is helpful:)






share|cite|improve this answer









$endgroup$



The given solution is correct. The Venn diagram logic is actually Inclusion-Exclusion principle, which says
$$P(Acup B)=P(A)+P(B)-P(Acap B)$$
If events of successful random selection of first and second assignments are $A$ and $B$ respectively, then $$P(A)=frac{1}{binom{3}{2}}=frac{1}{3}$$
$$P(B)=frac{1}{6}×frac{1}{5}=frac{1}{30}$$
You are taking value of $P(B)$ to be $frac{1}{15}$, but there will be an additional factor of $frac{1}{2}$ because the question says," randomly select the best bond and the second best bond of 6 bonds" indicating that there is a possibility of arrangement i.e. the person first chooses the best ball among the 6 balls and then chooses the best ball among the remaining 5 balls. Now, as the assignments are independent, we have,
$$P(Acap B)=P(A)P(B)=frac{1}{3}×frac{1}{30}=frac{1}{90}$$
Now, apply inclusion-exclusion principle and get the result.
$$P(Acup B)=frac{1}{3}+frac{1}{30}-frac{1}{90}=frac{16}{45}$$
For the second question, again use independence.
$$P(Acap B^c)=P(A)P(B^c)=frac{1}{3}×frac{29}{30}=frac{29}{90}$$



Hope it is helpful:)







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Dec 31 '18 at 0:54









MartundMartund

1,667213




1,667213












  • $begingroup$
    Wouldn't $P(B) = frac{1}{binom{6}{2}}$?
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:56










  • $begingroup$
    No, that is the mistake done by @Lime3645, there are two cases after selecting 2 balls randomly, the person has to declare which one is the best and which is the second best.
    $endgroup$
    – Martund
    Dec 31 '18 at 0:59










  • $begingroup$
    Hm... I am suspicious that it was miscopied. After all, to say "of 6 bonds" the second time is unnecessarily confusing.
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 1:03


















  • $begingroup$
    Wouldn't $P(B) = frac{1}{binom{6}{2}}$?
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 0:56










  • $begingroup$
    No, that is the mistake done by @Lime3645, there are two cases after selecting 2 balls randomly, the person has to declare which one is the best and which is the second best.
    $endgroup$
    – Martund
    Dec 31 '18 at 0:59










  • $begingroup$
    Hm... I am suspicious that it was miscopied. After all, to say "of 6 bonds" the second time is unnecessarily confusing.
    $endgroup$
    – Zachary Hunter
    Dec 31 '18 at 1:03
















$begingroup$
Wouldn't $P(B) = frac{1}{binom{6}{2}}$?
$endgroup$
– Zachary Hunter
Dec 31 '18 at 0:56




$begingroup$
Wouldn't $P(B) = frac{1}{binom{6}{2}}$?
$endgroup$
– Zachary Hunter
Dec 31 '18 at 0:56












$begingroup$
No, that is the mistake done by @Lime3645, there are two cases after selecting 2 balls randomly, the person has to declare which one is the best and which is the second best.
$endgroup$
– Martund
Dec 31 '18 at 0:59




$begingroup$
No, that is the mistake done by @Lime3645, there are two cases after selecting 2 balls randomly, the person has to declare which one is the best and which is the second best.
$endgroup$
– Martund
Dec 31 '18 at 0:59












$begingroup$
Hm... I am suspicious that it was miscopied. After all, to say "of 6 bonds" the second time is unnecessarily confusing.
$endgroup$
– Zachary Hunter
Dec 31 '18 at 1:03




$begingroup$
Hm... I am suspicious that it was miscopied. After all, to say "of 6 bonds" the second time is unnecessarily confusing.
$endgroup$
– Zachary Hunter
Dec 31 '18 at 1:03


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3057300%2fprobability-of-two-random-selections%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How do I know what Microsoft account the skydrive app is syncing to?

When does type information flow backwards in C++?

Grease: Live!