How to solve card related combination problem

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.



Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.



I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.










share|cite|improve this question

























    up vote
    0
    down vote

    favorite












    A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.



    Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.



    I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.










    share|cite|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.



      Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.



      I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.










      share|cite|improve this question













      A deck of cards has 4 suits: diamonds, hearts, clubs, and spades. The suits of diamonds and hearts are both red and the suits of clubs and spades are both black. Each suit has the following denominations: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, and King. The Jacks, Queens and Kings are also called face cards.



      Question: In how many ways 2 cards can be drawn such that one card is from red face cards and the other is a black card.



      I know this is a combination problem, and I have tried solving it by taking (26!/1!(26-1)!) * (26!/1!(26-1)!). My main concern is whether or not I have to account for whether 2 black cards can be drawn with 0 red cards or 0 black cards drawn with 2 red cards. Thank you for any advice.







      combinatorics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 7 '17 at 2:19









      ksa1234

      11




      11




















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          0
          down vote













          No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.






          share|cite|improve this answer



























            up vote
            0
            down vote













            There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.



            If order matters, then this number is doubled to $312$ valid drawings.






            share|cite|improve this answer



























              up vote
              0
              down vote













              Picking one red face card i.e. $C^6_1=6$



              Picking a black card i.e. $C^26_1=26$



              Total ways to pick $ = 6 cdot 26 = 156$



              You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.






              share|cite|improve this answer



























                up vote
                -1
                down vote













                If the order doesn't matter (drawing the red face after or before the black card is the same) then you have



                $$dfrac(texttotal of red faces)times (texttotal black cards)2 $$



                where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:



                $$dfrac6 times 262 = 78 $$






                share|cite|improve this answer




















                • Why the $2$ in the denominator?
                  – prog_SAHIL
                  Aug 5 at 16:08










                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: false,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                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%2f2175326%2fhow-to-solve-card-related-combination-problem%23new-answer', 'question_page');

                );

                Post as a guest






























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                0
                down vote













                No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.






                share|cite|improve this answer
























                  up vote
                  0
                  down vote













                  No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.






                  share|cite|improve this answer






















                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.






                    share|cite|improve this answer












                    No you don't need to take cases 0 red, 2 black and 2 red, 0 black. As from question it is cleared that we need 1 black and 1 red face card.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Mar 7 '17 at 2:59









                    Amar

                    727114




                    727114




















                        up vote
                        0
                        down vote













                        There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.



                        If order matters, then this number is doubled to $312$ valid drawings.






                        share|cite|improve this answer
























                          up vote
                          0
                          down vote













                          There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.



                          If order matters, then this number is doubled to $312$ valid drawings.






                          share|cite|improve this answer






















                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.



                            If order matters, then this number is doubled to $312$ valid drawings.






                            share|cite|improve this answer












                            There are $6$ red face cards, and $26$ black cards. The categories don't overlap, and we need one from each ("one... and the other..."). Thus there are $6cdot26=156$ combinations.



                            If order matters, then this number is doubled to $312$ valid drawings.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Jun 4 at 10:18









                            Andrew Woods

                            3,076513




                            3,076513




















                                up vote
                                0
                                down vote













                                Picking one red face card i.e. $C^6_1=6$



                                Picking a black card i.e. $C^26_1=26$



                                Total ways to pick $ = 6 cdot 26 = 156$



                                You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.






                                share|cite|improve this answer
























                                  up vote
                                  0
                                  down vote













                                  Picking one red face card i.e. $C^6_1=6$



                                  Picking a black card i.e. $C^26_1=26$



                                  Total ways to pick $ = 6 cdot 26 = 156$



                                  You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.






                                  share|cite|improve this answer






















                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    Picking one red face card i.e. $C^6_1=6$



                                    Picking a black card i.e. $C^26_1=26$



                                    Total ways to pick $ = 6 cdot 26 = 156$



                                    You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.






                                    share|cite|improve this answer












                                    Picking one red face card i.e. $C^6_1=6$



                                    Picking a black card i.e. $C^26_1=26$



                                    Total ways to pick $ = 6 cdot 26 = 156$



                                    You don't need to worry about any overlaps as both the sets i.e. Red face cards and Black cards have no intersection.







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered Aug 5 at 16:06









                                    prog_SAHIL

                                    1,517318




                                    1,517318




















                                        up vote
                                        -1
                                        down vote













                                        If the order doesn't matter (drawing the red face after or before the black card is the same) then you have



                                        $$dfrac(texttotal of red faces)times (texttotal black cards)2 $$



                                        where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:



                                        $$dfrac6 times 262 = 78 $$






                                        share|cite|improve this answer




















                                        • Why the $2$ in the denominator?
                                          – prog_SAHIL
                                          Aug 5 at 16:08














                                        up vote
                                        -1
                                        down vote













                                        If the order doesn't matter (drawing the red face after or before the black card is the same) then you have



                                        $$dfrac(texttotal of red faces)times (texttotal black cards)2 $$



                                        where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:



                                        $$dfrac6 times 262 = 78 $$






                                        share|cite|improve this answer




















                                        • Why the $2$ in the denominator?
                                          – prog_SAHIL
                                          Aug 5 at 16:08












                                        up vote
                                        -1
                                        down vote










                                        up vote
                                        -1
                                        down vote









                                        If the order doesn't matter (drawing the red face after or before the black card is the same) then you have



                                        $$dfrac(texttotal of red faces)times (texttotal black cards)2 $$



                                        where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:



                                        $$dfrac6 times 262 = 78 $$






                                        share|cite|improve this answer












                                        If the order doesn't matter (drawing the red face after or before the black card is the same) then you have



                                        $$dfrac(texttotal of red faces)times (texttotal black cards)2 $$



                                        where the 2 comes from the fact that the order doesn't matter. There are 52 cards, 26 of each color and 3 faces every suit, therefore 6 faces of each color. Hence, the numbers are:



                                        $$dfrac6 times 262 = 78 $$







                                        share|cite|improve this answer












                                        share|cite|improve this answer



                                        share|cite|improve this answer










                                        answered Mar 7 '17 at 4:51









                                        Arnold Frenzy

                                        49928




                                        49928











                                        • Why the $2$ in the denominator?
                                          – prog_SAHIL
                                          Aug 5 at 16:08
















                                        • Why the $2$ in the denominator?
                                          – prog_SAHIL
                                          Aug 5 at 16:08















                                        Why the $2$ in the denominator?
                                        – prog_SAHIL
                                        Aug 5 at 16:08




                                        Why the $2$ in the denominator?
                                        – prog_SAHIL
                                        Aug 5 at 16:08

















                                         

                                        draft saved


                                        draft discarded















































                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2175326%2fhow-to-solve-card-related-combination-problem%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        這個網誌中的熱門文章

                                        How to combine Bézier curves to a surface?

                                        Mutual Information Always Non-negative

                                        Why am i infinitely getting the same tweet with the Twitter Search API?