../mathventures
../blog

Coin Toss Possibilities in an expression

binomial theorem comes in handy

#math 1 min read

Okay, you've tossed a fair coin three times.
How do you usually represent the possibilities that might occur?

HHH, HHT, HTH, HTT, TTT, TTH, THT, THH

Something like this?

Yea that's fine, but, what if you can represent all this with just an algebraic expression?

Finding the expression

Okay, let us allocate some variables.
Let's take H for heads and T for tails.

Possibilities:

Now, you take all those terms together and you get:

H3+3H2T+3HT2+T3

And if you notice carefully, that is just the expansion for:

(H+T)3

Pretty clever, eh?

Okay, what can you use it for?

Suppose someone asks you what are the possibilities that you will get at least 2 heads with 3 coin tosses, you can just look into the expression:

H3+3H2Tat least 2 heads+3HT2+T3

And add up the possibilities: 1+3 = 4! Boom!

Yes, this comes especially handy in such easy permutation questions.

Wait a minute, isn't this the Binomial Expansion? YES IT IS!

In fact, you can find the possibilities of any of such coin tosses using the :Binomial Theorem!

So, the possibilities of a fair coin tossed 69 times:

(H+T)69

This method is used to represent the possibilities, not anything else.
So instead of writing all of the possibilities, just write the binomial expansion, man.

Note: this won't work for dices, because they have 6 faces, not a binomial.

What is new to this?

Well, you just learned that you can find the possibilities of things usingexpressions.

Further Reading

:x binomial

(x+y)n=k=0n(nk)xnkyk

Continue Reading in Math Ventures

Previous:

or go back to blogs..