Flash Flash Revolution

Flash Flash Revolution (http://www.flashflashrevolution.com/vbz/index.php)
-   Homework & Help (http://www.flashflashrevolution.com/vbz/forumdisplay.php?f=68)
-   -   [Information - Statistics] Analyzing C9++ and family - a missing equation (http://www.flashflashrevolution.com/vbz/showthread.php?t=136430)

Brilliant Dynamite Neon 04-17-2014 03:17 AM

[Information - Statistics] Analyzing C9++ and family - a missing equation
 
The most elegant way I can think to phrase this problem is:


Within a set number X of random drawings, what is the chance of producing results of Y% probability Z times within the set?



This is critical to analyze the possibilities of "generative" setups in Mafia, like C9++. You don't need to be too knowledgeable about the game to do this (although The Werewolf Game on this forum is an offshoot of it.) I'm just culling an example from it... so that it's clear what I'm talking about.

http://wiki.mafiascum.net/index.php?titl...

7 random drawings are made. I want to find out the probability that four out of those seven are Cs (a result which has a 15% chance of being drawn on any given drawing)

Therefore, in this particular instance:
X is 7
Y is 15
Z is 4

What is the general equation needed to solve this problem (and what is the answer in this particular instance, if it's not too much trouble)?

Guest15937 04-17-2014 07:11 AM

Re: [Information - Statistics] Analyzing C9++ and family - a missing equation
 
I believe the formula you are looking for is: Y^Z * (1-Y)^(X-Z) * C(X,Z)

So in this case, the probability is (0.15^4) * (0.85^3) * 35 = 1.088%.

Reincarnate 04-17-2014 07:40 AM

Re: [Information - Statistics] Analyzing C9++ and family - a missing equation
 
^this

Brilliant Dynamite Neon 04-17-2014 06:16 PM

Re: [Information - Statistics] Analyzing C9++ and family - a missing equation
 
Is C a form of nCr?

EDIT: yes it is, just found out. Thanks a lot!


All times are GMT -5. The time now is 06:57 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution