Magic Intuition:Probability

From Olekdia Wiki

Probability is the measure of the likelihood of getting no less than certain amount of right answers out of total number of trials. It is quantified as a number between 0 and 1 (where 0 indicates impossibility and 1 indicates certainty). It is calculated in different ways for different types of games.

  1. For Forex, Dice, Soccer and Space games we use Bernoulli formula, as in each round probability to get the true answer doesn't depend on the previous rounds results:
    Pn(k) = Cnk * pk * qn-k;
    where p - probability to guess right in every single round.
    For example, for Forex it is 1/2, for Dice - 1/6, and Space - 1/2 (easy), 2/5 (medium), 1/3 (hard)
    q = 1 - p
    Probability to guess no less than k times in n rounds:
    Probability = Pn(n) + Pn(n-1) + … + Pn(k);
  2. For Sector game conditional probability rule is used. Here probability describes how likely is to reach the round k with t attempts for each round:
    Probability = t/ν1 * t/ν2 * … * t/νk;
    where νk - number of sectors in round k.
  3. For Color and Suit games we apply conditional probability rule together with the rule of the sum of probabilities. We assume that player chooses the most probable variant every round. Here probability shows how likely it is to guess correct no less than k times with n cards in the shuffled deck, using such strategy.
    Probability = p1n + … + ptn;
    where pt - probability to win within the certain order of cards (t) in the deck
    ζn = n! / ((n / 2)! * (n / 2)!) - all possible card orders of this deck (permutations of n cards with repetitions).
Other languages: