Flip 2 Coins - 10 times

Settings
close

Flip coin(s) times

Features of this Coin Tosser

  • Toss a coin
  • Uses American dime for the toss
  • Also allows side landing according to the probability of 1 in 6000
  • Start and Stop the coin at your own will

Statistics of this Coin Flipper

  • Flip 2 Coins - 10 times
    Total Possible Combinations 21

    Number of combinations are calculated using the formula
    [ (2+20-1) choose (20) ] or [ 21 choose 20 ]
    where 2 is the number of sides of the coin and 20 is the number of coins.

    You can try generating all the combinations of Heads and Tails using the following combination generator
    All possible combinations of 20 coins
  • Flip 2 Coins - 10 times
    Total Possible Permutations 1,048,576
    (around 1 million)


    Number of permutations are calculated using the formula [ 2^20 ]
    where 2 is the number of sides of the coin and 20 is the number of coins.

    You can try generating all the permutations of Heads and Tails using the following permutations generator
    All possible permutations of 20 coins

Probabilities of this 20 Coin Tosser

Assuming that all the coins are fair coins and probability of getting either Heads or Tails is 1/2 or 50%

Probability of getting a Heads when flipping a coin 20 times

In technical terms, this is equivalent of getting atleast one Heads.

Probability of getting atleast one Heads is close to 1., about 100% percent.

The probability of getting atleast one Heads is calculated by multiplying all the probabilities of not getting a Heads for each coin and then subtracting the answer from 1.

P(Heads>=1)
            = 1 - [ P(H=0)Coin1 x P(H=0)Coin2 x P(H=0)Coin3 x P(H=0)Coin4 x P(H=0)Coin5 x P(H=0)Coin6 x P(H=0)Coin7 x P(H=0)Coin8 x P(H=0)Coin9 x P(H=0)Coin10 x P(H=0)Coin11 x P(H=0)Coin12 x P(H=0)Coin13 x P(H=0)Coin14 x P(H=0)Coin15 x P(H=0)Coin16 x P(H=0)Coin17 x P(H=0)Coin18 x P(H=0)Coin19 x P(H=0)Coin20 ]
            = 1 - [ 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 ]
            
You can generate all possible permutations and combinations of 2 Coins - 10 times containing atleast one Heads using the following permutations and combinations generator All possible combinations of 20 coins with atleast one Heads All possible permutations of 20 coins with atleast one Heads

To verify the answer, you can divide the number of permutations containing atleast 1 Heads by number of total possible permutations of 20 coins.

Probability of not getting a Heads when flipping 2 Coins - 10 times

Probability of not getting any Heads is close to 0.000000954, about 0.000095% percent.

Probability of getting zero Heads is calculated by multiplying all the probabilities of not getting a Heads for each coin.

P(Heads=0)
            = P(H=0)Coin1 x P(H=0)Coin2 x P(H=0)Coin3 x P(H=0)Coin4 x P(H=0)Coin5 x P(H=0)Coin6 x P(H=0)Coin7 x P(H=0)Coin8 x P(H=0)Coin9 x P(H=0)Coin10 x P(H=0)Coin11 x P(H=0)Coin12 x P(H=0)Coin13 x P(H=0)Coin14 x P(H=0)Coin15 x P(H=0)Coin16 x P(H=0)Coin17 x P(H=0)Coin18 x P(H=0)Coin19 x P(H=0)Coin20
            = 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2            

Probability of getting exactly 1 Heads or 19 Tails when flipping 2 Coins - 10 times

Probability of getting exactly 1 Heads is close to 0.0000191, about 0.0019% percent.

You can calculate this using counting or by using the binomial distribution

Using Counting

You can think of 20 coins as spots to be filled. There are 1,048,576 ways to fill these spots with either a Heads or Tails (all possible permutations). Now, we need to find how many of these permutations contain exactly 1 Heads. In other words, in how many different ways can we place 1 Heads in 20 spots? Or, in how many ways can we pick 1 out of 20 spots? The answer can be caclulated using the formula [ 20 choose 1 ]. So, there are 20 ways to choose 1 out of 20 spots. The probability is calculated by dividing the number of ways to pick 1 spots by the number of total permuations.

P (H=1)
                = Ways to pick 1 out of 20 spots / Total permutations of 20 coins
                = (20 choose 1) / (2^20)                
                = 20 / 1048576                

Using Binomial Distribution

In Binomial Distribution, we look for k number of successful events in n number of trials where p is the probability of each successful event. Here, a successful event means getting a Heads and an event means a coin flip.

To get exactly 1 Heads, we need k=1 successful events out of total n=20 events. Each event has a probability p=1/2 of occuring.

Probability of k=1 successful events is then calculated as follows.
P(k=1)
                = (n choose k) pk (1-p)n-k
                = (20 choose 1) (1/2)1 (1/2)20-1
                = (20 choose 1) (1/2)20
                = 20 x (1/1048576)
                

You can generate all possible permutations and combinations of 2 Coins - 10 times containing exactly 1 Heads using the following permutations and combinations generator All possible combinations of 20 coins with exactly 1 Heads All possible permutations of 20 coins with exactly 1 Heads

To verify the answer, you can divide the number of permutations containing exactly 1 Heads by number of total possible permutations.

Probability of getting exactly 10 Heads or 10 Tails when flipping 2 Coins - 10 times

Probability of getting exactly 10 Heads is close to 0.176, about 17.62% percent.

You can calculate this using counting or by using the binomial distribution

Using Counting

You can think of 20 coins as spots to be filled. There are 1,048,576 ways to fill these spots with either a Heads or Tails (all possible permutations). Now, we need to find how many of these permutations contain exactly 10 Heads. In other words, in how many different ways can we place 10 Heads in 20 spots? Or, in how many ways can we pick 10 out of 20 spots? The answer can be caclulated using the formula [ 20 choose 10 ]. So, there are 184756 ways to choose 10 out of 20 spots. The probability is calculated by dividing the number of ways to pick 10 spots by the number of total permuations.

P (H=10)
                = Ways to pick 10 out of 20 spots / Total permutations of 20 coins
                = (20 choose 10) / (2^20)                
                = 184756 / 1048576                

Using Binomial Distribution

In Binomial Distribution, we look for k number of successful events in n number of trials where p is the probability of each successful event. Here, a successful event means getting a Heads and an event means a coin flip.

To get exactly 10 Heads, we need k=10 successful events out of total n=20 events. Each event has a probability p=1/2 of occuring.

Probability of k=10 successful events is then calculated as follows.
P(k=10)
                = (n choose k) pk (1-p)n-k
                = (20 choose 10) (1/2)10 (1/2)20-10
                = (20 choose 10) (1/2)20
                = 184756 x (1/1048576)
                

You can generate all possible permutations and combinations of 2 Coins - 10 times containing exactly 10 Heads using the following permutations and combinations generator All possible combinations of 20 coins with exactly 10 Heads All possible permutations of 20 coins with exactly 10 Heads

To verify the answer, you can divide the number of permutations containing exactly 10 Heads by number of total possible permutations.

Probability of getting exactly 19 Heads or 1 Tails when flipping 2 Coins - 10 times

Probability of getting exactly 19 Heads is close to 0.0000191, about 0.0019% percent.

You can calculate this using counting or by using the binomial distribution

Using Counting

You can think of 20 coins as spots to be filled. There are 1,048,576 ways to fill these spots with either a Heads or Tails (all possible permutations). Now, we need to find how many of these permutations contain exactly 19 Heads. In other words, in how many different ways can we place 19 Heads in 20 spots? Or, in how many ways can we pick 19 out of 20 spots? The answer can be caclulated using the formula [ 20 choose 19 ]. So, there are 20 ways to choose 19 out of 20 spots. The probability is calculated by dividing the number of ways to pick 19 spots by the number of total permuations.

P (H=19)
                = Ways to pick 19 out of 20 spots / Total permutations of 20 coins
                = (20 choose 19) / (2^20)                
                = 20 / 1048576                

Using Binomial Distribution

In Binomial Distribution, we look for k number of successful events in n number of trials where p is the probability of each successful event. Here, a successful event means getting a Heads and an event means a coin flip.

To get exactly 19 Heads, we need k=19 successful events out of total n=20 events. Each event has a probability p=1/2 of occuring.

Probability of k=19 successful events is then calculated as follows.
P(k=19)
                = (n choose k) pk (1-p)n-k
                = (20 choose 19) (1/2)19 (1/2)20-19
                = (20 choose 19) (1/2)20
                = 20 x (1/1048576)
                

You can generate all possible permutations and combinations of 2 Coins - 10 times containing exactly 19 Heads using the following permutations and combinations generator All possible combinations of 20 coins with exactly 19 Heads All possible permutations of 20 coins with exactly 19 Heads

To verify the answer, you can divide the number of permutations containing exactly 19 Heads by number of total possible permutations.

Probability of getting all Heads when flipping 2 Coins - 10 times

Probability of getting all Heads is close to 0.000000954, about 0.000095% percent.

This is calculated by multiplying together all the probabilities of getting a Heads for each coin.

P(Heads=20)
            = P(H=1)Coin1 x P(H=1)Coin2 x P(H=1)Coin3 x P(H=1)Coin4 x P(H=1)Coin5 x P(H=1)Coin6 x P(H=1)Coin7 x P(H=1)Coin8 x P(H=1)Coin9 x P(H=1)Coin10 x P(H=1)Coin11 x P(H=1)Coin12 x P(H=1)Coin13 x P(H=1)Coin14 x P(H=1)Coin15 x P(H=1)Coin16 x P(H=1)Coin17 x P(H=1)Coin18 x P(H=1)Coin19 x P(H=1)Coin20
            = 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2            

Probability of getting one of a kind when flipping 2 Coins - 10 times

Probability of getting one of a kind is close to 0.00000191, about 0.00019% percent.

There are 2 ways to get one of a kind (all Heads or all Tails). The probability of getting all of any kind is then caclulated by adding the probability of getting all Heads or all Tails. Since, probabilities of getting all Heads or all Tails are the same, we can just multiply one of them by 2. So, multiplying the probability of getting all Heads by 2 will give us the probability of getting all of any kind.

 
    Probability of getting all of a kind
        = Pobability of getting all Heads + Pobability of getting all Tails 
        = 2 x Pobability of getting all Heads
        = 2 x (1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2 x 1/2)    
    

Javascript code to Flip 2 Coins - 10 times


    // Flip 2 Coins - 10 times
    
        
        // define the range of numbers to pick from
        var lowest = 1;             // lowest possible side of the coin // 1 for heads
        var highest = 2;           // highest possible side of the coin // 2 for tails
        var number_of_coins = 2;    // how many coin to flip
        var times = 10;              // how many times to flip

        // allow the coin to land on the side 
        // change to false if sidelanding not desired
        var allow_sidelanding = true; 

        var PROBABILITY_OF_SIDELANDING = 6000; // set the probability of sidelanding to 1 in 6000
        

        var generated_flips = [];

        
        for (var i = 1; i <= times; i++) {

            // outer loop for the number of 'times' to flip the coins       

            var this_flip = []; // array to store the results of this flip

            for (var j = 1; j <= number_of_coins; j++) {

                // inner loop for the number of coins

                // for each coin, generate a number between lowest and highest
                var coin_face = Math.floor(Math.random() * (highest-lowest+1) + lowest);

                // if sidelanding is allowed
                if (allow_sidelanding) {

                    // first check for sidelanding scenario with given probability
                    var edge = Math.floor(Math.random() * (PROBABILITY_OF_SIDELANDING-1+1) + 1);

                    // if sidelanding is probable, override the coin face with edge value i.e. 3
                    // i.e. if we generated a 1 when generating a number between 1 and PROBABILITY_OF_SIDELANDING
                    if (edge === 1) {
                        coin_face = 3;
                    }

                }

                this_flip.push(coin_face); //store this in the array
            }

            generated_flips.push(this_flip); // store the result of this flip in generated_flips

        }
        
        // print all the generated flips
        
        for (i = 0; i < generated_flips.length; i++) {    
            
            // loop through the outer times array
            
            for (j = 0; j < generated_flips[i].length; j++) {

                // loop through the inner coin array 

                //print each coin flip value followed by a space
                document.write(generated_flips[i][j]);
                document.write(" ");

            }

            //print a line break for each time
            document.writeln("<br>");

        }

    
    

    /* 

    Sample output 

    

    */
    


...