Combination Question

xenou

MrExcel MVP
Joined
Mar 2, 2007
Messages
16,836
Office Version
  1. 2019
Platform
  1. Windows
Maths problem:

Six cards are drawn from an ordinary deck of 52 cards. How many ways is it possible to draw exactly 2 queens or kings?

The answer is (allegedly) 3,801,028 but how do you get to it? I interpret exactly 2 queens or 2 kings to mean:

2 queens and 4 other cards that are not queens.
OR
2 kings and 4 other cards that are not kings.

----------------------------------------------------

I may be interpreting this wrong. The answer I get is:

QUEENS: [6 ways to choose a pair] * [194,580 ways to choose the remaining four cards, excluding the queens] = 1,167,480, by which I mean (4 C 2) * (48 C 4) = 1,167,480
KINGS: Ditto

Added together: (4 C 2) * (48 C 4) * 2 = 2,334,960
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Six cards are drawn from an ordinary deck of 52 cards. How many ways is it possible to draw exactly 2 queens or kings?
If emphasis is put more on "or" then it could well mean:
2 cards are either queen or king i.e. any two cards out of 8 available.
Thus : COMBIN(8,2) = 28

And the rest is COMBIN(44,4) = 135751

Combined : 135751 * 28 = 3,801,028
 
Last edited:
Excellent. Thanks - that's it I think.
ξ
 

Forum statistics

Threads
1,222,622
Messages
6,167,091
Members
452,094
Latest member
Roberto Saveru

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top