Tool to compute an expected value for a game, the probability of winning indicates the chances of winning a given game, while expected value helps to know how much a player can earn (on average).
Expected Value of Winning - dCode
Tag(s) : Statistics
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The calculation of the mathematical expected value is to multiply the probability of winning by the bet multiplier (in case of winning).
Expected value is generally calculated for a bet of 1 unit. Multiply the probability to win by the bet value to know the expected gain.
Example: The game of Casino's French Roulette with 37 boxes 0 to 36. The player bets on RED. There are 18 red boxes (1, 3, 5, 7, 9, 12, 14, 16, 18, 19, 21, 23, 25, 27, 30, 32, 34 or 36) so 18 winning events and 19 losing events (0, 2, 4, 6, 8, 10, 11, 13, 15, 17, 20, 22, 24, 26, 28, 29, 31, 33, 35). The probability of winning is 18/37, the probability of losing is 19/37, the bet multiplier is 2. Expected gain for a bet of 1 is $$ \frac{35}{37}-\frac{36}{37} \approx -0.027 $$
So every time the player plays 1, he will lose on average 2.7% of his bet.
A fair game is a game in which all players have an equal chance of winning. The expected value is zero (equal to 0).
Example: In the coin toss game, the player bets on TAILS, if he loses, he loses his bet, if he wins, he wins twice his bet.
There is one (1) winning event: the piece is returned on TAILS.
There are a total of two (2) events as possible: either the piece is on HEADS, or it is on TAILS.
Probability of winning: 1/2 = 50%
Expected value: (2-1) * 1 / 2-1 * 1/2 = 0
This game is fair.
The reasoning is the same for a die roll where a player will win 6 times his bet when he predicts the correct number.
dCode retains ownership of the "Expected Value of Winning" source code. Except explicit open source licence (indicated Creative Commons / free), the "Expected Value of Winning" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Expected Value of Winning" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Expected Value of Winning" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Expected Value of Winning" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Expected Value of Winning on dCode.fr [online website], retrieved on 2024-11-20,