Chances

elviajero

Board Regular
Joined
Jun 5, 2015
Messages
97
I am looking for the formula required to calculate the chances of matching numbers in the following scenario.

4 Separate Draws
Each draw has numbers 1 - 49
Player can choose 1 number between 1 - 49

Example draw:
45, 34, 14, 18, 32, 10
27, 12, 24, 45, 31, 03
08, 24, 23, 13, 17, 45
05, 45, 30, 08, 06, 13

How do I calculate the chances that a player matches their chosen number Once, Twice, Three or Four times from the 24 drawn numbers.
 
Thank you very much.

That helps greatly to make sense of it.

I'm having problems getting the array to work (Mac for Excel 2011). I've tried (Control, Shift, Return) which creates an {array} but the result for column P2 is 210 for each row.
 
Upvote 0

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
I'm having problems getting the array to work (Mac for Excel 2011). I've tried (Control, Shift, Return) which creates an {array} but the result for column P2 is 210 for each row.

I'm afraid I'm 100% MacIgnorant.

Have you tried Cmd+Return?
 
Upvote 0
I just twigged ...

You'll get 210 in every cell in column P if you array-enter one formula over the range P2:P12.
Instead, array-enter the formula in just one cell P2. Then copy that cell down to P3:P12.
And similar for column Q.

If all else fails, try longhand formulae:

P2: =COMBIN(10,B2)*COMBIN(10-SUM(B2:B2),C2)*COMBIN(10-SUM(B2:C2),D2)*COMBIN(10-SUM(B2:D2),E2)*COMBIN(10-SUM(B2:E2),F2)*COMBIN(10-SUM(B2:F2),G2)

Q2: =FACT(6)/(FACT(C$1)^C2*FACT(D$1)^D2*FACT(E$1)^E2*FACT(F$1)^F2*FACT(G$1)^G2)
 
Upvote 0
I just twigged ...

You'll get 210 in every cell in column P if you array-enter one formula over the range P2:P12.
Instead, array-enter the formula in just one cell P2. Then copy that cell down to P3:P12.
And similar for column Q.

If all else fails, try longhand formulae:

P2: =COMBIN(10,B2)*COMBIN(10-SUM(B2:B2),C2)*COMBIN(10-SUM(B2:C2),D2)*COMBIN(10-SUM(B2:D2),E2)*COMBIN(10-SUM(B2:E2),F2)*COMBIN(10-SUM(B2:F2),G2)

Q2: =FACT(6)/(FACT(C$1)^C2*FACT(D$1)^D2*FACT(E$1)^E2*FACT(F$1)^F2*FACT(G$1)^G2)

Yes you're right. I was highlighting the whole range and not copying down from P2. I haven't used an array in years but seem to recall the need to highlight the range. Anyway, its working now. Thanks for the longhand, that helps too.
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,816
Members
449,095
Latest member
m_smith_solihull

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