What is the probability that two cards drawn from a deck are both face cards and at least one is red?Probability that two cards are black and one is redTwo cards are drawn without replacement from an ordinary deck, find the probability..Two cards are chosen from a deck of 52 cards without replacement.Probability of cards drawn from a deckProbability: Four cards face down, two are red, two are black. Aim is to find the red ones.Probability of face cards drawn from a deck.Two cards are drawn without replacement. Find a probability when Queens are drawn.What is the probability that if two cards are drawn from a standard deck without replacement that the first is red and the second is a heart?If five cards are drawn randomly from an ordinary deck, what is the probability of drawing exactly three face cards?Probability that two drawn cards are face cards

FIFO data structure in pure C

Why use a retrograde orbit?

Can the word crowd refer to just 10 people?

Divisor Rich and Poor Numbers

Prints each letter of a string in different colors

Show that the characteristic polynomial is the same as the minimal polynomial

Was Tyrion always a poor strategist?

How to customize the pie chart background in PowerPoint?

Is it possible to determine from only a photo of a cityscape whether it was taken close with wide angle or from a distance with zoom?

Pedaling at different gear ratios on flat terrain: what's the point?

Good examples of "two is easy, three is hard" in computational sciences

How do I balance a campaign consisting of four kobold PCs?

How to get all possible paths in 0/1 matrix better way?

Referring to a character in 3rd person when they have amnesia

Was murdering a slave illegal in American slavery, and if so, what punishments were given for it?

Why aren't satellites disintegrated even though they orbit earth within earth's Roche Limits?

Who is frowning in the sentence "Daisy looked at Tom frowning"?

Largest memory peripheral for Sinclair ZX81?

What color to choose as "danger" if the main color of my app is red

Could sodium in ethanol reduce amides to amines?

Shortest amud or daf in Shas?

What do you call bracelets you wear around the legs?

Is there any deeper thematic meaning to the white horse that Arya finds in The Bells (S08E05)?

Sort a section of a file



What is the probability that two cards drawn from a deck are both face cards and at least one is red?


Probability that two cards are black and one is redTwo cards are drawn without replacement from an ordinary deck, find the probability..Two cards are chosen from a deck of 52 cards without replacement.Probability of cards drawn from a deckProbability: Four cards face down, two are red, two are black. Aim is to find the red ones.Probability of face cards drawn from a deck.Two cards are drawn without replacement. Find a probability when Queens are drawn.What is the probability that if two cards are drawn from a standard deck without replacement that the first is red and the second is a heart?If five cards are drawn randomly from an ordinary deck, what is the probability of drawing exactly three face cards?Probability that two drawn cards are face cards













3












$begingroup$


Two cards are drawn from a deck of cards. What is the probability that they are both face cards and at least one is red? Assume that there are $52$ cards and without replacement.



I have two different methods, and they got different solutions. The second method below is the same as the teacher's answer: $0.0385$, but the first is not. What is wrong with my first solution?



Method 1:
$frac12cdot1152cdot51cdotfrac34=0.0373$. I got this because I calculated the probability that I get two face cards, and then I multiplied by $frac 34$ because there is $frac 34$ chance that I get at least $1$ red.



Method 2: $fracbinom122binom522-fracbinom62binom522=0.0385$. The first fraction is the probability that both are face cards. The second fraction is the probability that they are both face cards and both black.










share|cite|improve this question









$endgroup$
















    3












    $begingroup$


    Two cards are drawn from a deck of cards. What is the probability that they are both face cards and at least one is red? Assume that there are $52$ cards and without replacement.



    I have two different methods, and they got different solutions. The second method below is the same as the teacher's answer: $0.0385$, but the first is not. What is wrong with my first solution?



    Method 1:
    $frac12cdot1152cdot51cdotfrac34=0.0373$. I got this because I calculated the probability that I get two face cards, and then I multiplied by $frac 34$ because there is $frac 34$ chance that I get at least $1$ red.



    Method 2: $fracbinom122binom522-fracbinom62binom522=0.0385$. The first fraction is the probability that both are face cards. The second fraction is the probability that they are both face cards and both black.










    share|cite|improve this question









    $endgroup$














      3












      3








      3


      0



      $begingroup$


      Two cards are drawn from a deck of cards. What is the probability that they are both face cards and at least one is red? Assume that there are $52$ cards and without replacement.



      I have two different methods, and they got different solutions. The second method below is the same as the teacher's answer: $0.0385$, but the first is not. What is wrong with my first solution?



      Method 1:
      $frac12cdot1152cdot51cdotfrac34=0.0373$. I got this because I calculated the probability that I get two face cards, and then I multiplied by $frac 34$ because there is $frac 34$ chance that I get at least $1$ red.



      Method 2: $fracbinom122binom522-fracbinom62binom522=0.0385$. The first fraction is the probability that both are face cards. The second fraction is the probability that they are both face cards and both black.










      share|cite|improve this question









      $endgroup$




      Two cards are drawn from a deck of cards. What is the probability that they are both face cards and at least one is red? Assume that there are $52$ cards and without replacement.



      I have two different methods, and they got different solutions. The second method below is the same as the teacher's answer: $0.0385$, but the first is not. What is wrong with my first solution?



      Method 1:
      $frac12cdot1152cdot51cdotfrac34=0.0373$. I got this because I calculated the probability that I get two face cards, and then I multiplied by $frac 34$ because there is $frac 34$ chance that I get at least $1$ red.



      Method 2: $fracbinom122binom522-fracbinom62binom522=0.0385$. The first fraction is the probability that both are face cards. The second fraction is the probability that they are both face cards and both black.







      probability card-games






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 1 hour ago









      BadAtGeometryBadAtGeometry

      291317




      291317




















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          Your mistake is in thinking that there is a $tfrac34$ chance to get at least $1$ red; this would be the probability when drawing with replacement. But without replacement, the color of the one card affects the possibilities for the color of the other card.



          If you count the number of ways to draw two face cards, you will find there are
          $tbinom122=66$ ways. The number of ways to draw no red cards is $binom62=15$, so the number of ways to draw at least one red card is $66-15=51$. This means the probability of at least one of the two drawn cards being red is $tfrac5166neqtfrac34$. Your second computation also reflects this.






          share|cite|improve this answer











          $endgroup$








          • 2




            $begingroup$
            It's $binom 62=15$ ways of drawing only black.
            $endgroup$
            – Arthur
            1 hour ago











          • $begingroup$
            @Arthur Of course, you are right. For some reason I was thinking of four suits in stead of two colors.
            $endgroup$
            – Servaes
            1 hour ago


















          3












          $begingroup$

          $3/4$ is the probability that two cards drawn with replacement are not both black. However, because the cards are drawn without replacement, you cannot use this computation (the color of the first card affects the color probabilities for the second card).






          share|cite|improve this answer









          $endgroup$













            Your Answer








            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%2f3229175%2fwhat-is-the-probability-that-two-cards-drawn-from-a-deck-are-both-face-cards-and%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









            3












            $begingroup$

            Your mistake is in thinking that there is a $tfrac34$ chance to get at least $1$ red; this would be the probability when drawing with replacement. But without replacement, the color of the one card affects the possibilities for the color of the other card.



            If you count the number of ways to draw two face cards, you will find there are
            $tbinom122=66$ ways. The number of ways to draw no red cards is $binom62=15$, so the number of ways to draw at least one red card is $66-15=51$. This means the probability of at least one of the two drawn cards being red is $tfrac5166neqtfrac34$. Your second computation also reflects this.






            share|cite|improve this answer











            $endgroup$








            • 2




              $begingroup$
              It's $binom 62=15$ ways of drawing only black.
              $endgroup$
              – Arthur
              1 hour ago











            • $begingroup$
              @Arthur Of course, you are right. For some reason I was thinking of four suits in stead of two colors.
              $endgroup$
              – Servaes
              1 hour ago















            3












            $begingroup$

            Your mistake is in thinking that there is a $tfrac34$ chance to get at least $1$ red; this would be the probability when drawing with replacement. But without replacement, the color of the one card affects the possibilities for the color of the other card.



            If you count the number of ways to draw two face cards, you will find there are
            $tbinom122=66$ ways. The number of ways to draw no red cards is $binom62=15$, so the number of ways to draw at least one red card is $66-15=51$. This means the probability of at least one of the two drawn cards being red is $tfrac5166neqtfrac34$. Your second computation also reflects this.






            share|cite|improve this answer











            $endgroup$








            • 2




              $begingroup$
              It's $binom 62=15$ ways of drawing only black.
              $endgroup$
              – Arthur
              1 hour ago











            • $begingroup$
              @Arthur Of course, you are right. For some reason I was thinking of four suits in stead of two colors.
              $endgroup$
              – Servaes
              1 hour ago













            3












            3








            3





            $begingroup$

            Your mistake is in thinking that there is a $tfrac34$ chance to get at least $1$ red; this would be the probability when drawing with replacement. But without replacement, the color of the one card affects the possibilities for the color of the other card.



            If you count the number of ways to draw two face cards, you will find there are
            $tbinom122=66$ ways. The number of ways to draw no red cards is $binom62=15$, so the number of ways to draw at least one red card is $66-15=51$. This means the probability of at least one of the two drawn cards being red is $tfrac5166neqtfrac34$. Your second computation also reflects this.






            share|cite|improve this answer











            $endgroup$



            Your mistake is in thinking that there is a $tfrac34$ chance to get at least $1$ red; this would be the probability when drawing with replacement. But without replacement, the color of the one card affects the possibilities for the color of the other card.



            If you count the number of ways to draw two face cards, you will find there are
            $tbinom122=66$ ways. The number of ways to draw no red cards is $binom62=15$, so the number of ways to draw at least one red card is $66-15=51$. This means the probability of at least one of the two drawn cards being red is $tfrac5166neqtfrac34$. Your second computation also reflects this.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited 1 hour ago

























            answered 1 hour ago









            ServaesServaes

            32.9k444102




            32.9k444102







            • 2




              $begingroup$
              It's $binom 62=15$ ways of drawing only black.
              $endgroup$
              – Arthur
              1 hour ago











            • $begingroup$
              @Arthur Of course, you are right. For some reason I was thinking of four suits in stead of two colors.
              $endgroup$
              – Servaes
              1 hour ago












            • 2




              $begingroup$
              It's $binom 62=15$ ways of drawing only black.
              $endgroup$
              – Arthur
              1 hour ago











            • $begingroup$
              @Arthur Of course, you are right. For some reason I was thinking of four suits in stead of two colors.
              $endgroup$
              – Servaes
              1 hour ago







            2




            2




            $begingroup$
            It's $binom 62=15$ ways of drawing only black.
            $endgroup$
            – Arthur
            1 hour ago





            $begingroup$
            It's $binom 62=15$ ways of drawing only black.
            $endgroup$
            – Arthur
            1 hour ago













            $begingroup$
            @Arthur Of course, you are right. For some reason I was thinking of four suits in stead of two colors.
            $endgroup$
            – Servaes
            1 hour ago




            $begingroup$
            @Arthur Of course, you are right. For some reason I was thinking of four suits in stead of two colors.
            $endgroup$
            – Servaes
            1 hour ago











            3












            $begingroup$

            $3/4$ is the probability that two cards drawn with replacement are not both black. However, because the cards are drawn without replacement, you cannot use this computation (the color of the first card affects the color probabilities for the second card).






            share|cite|improve this answer









            $endgroup$

















              3












              $begingroup$

              $3/4$ is the probability that two cards drawn with replacement are not both black. However, because the cards are drawn without replacement, you cannot use this computation (the color of the first card affects the color probabilities for the second card).






              share|cite|improve this answer









              $endgroup$















                3












                3








                3





                $begingroup$

                $3/4$ is the probability that two cards drawn with replacement are not both black. However, because the cards are drawn without replacement, you cannot use this computation (the color of the first card affects the color probabilities for the second card).






                share|cite|improve this answer









                $endgroup$



                $3/4$ is the probability that two cards drawn with replacement are not both black. However, because the cards are drawn without replacement, you cannot use this computation (the color of the first card affects the color probabilities for the second card).







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 1 hour ago









                angryavianangryavian

                43.9k33484




                43.9k33484



























                    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%2f3229175%2fwhat-is-the-probability-that-two-cards-drawn-from-a-deck-are-both-face-cards-and%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

                    Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                    Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                    Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її