When u flip a coin there are two possible outcomes. when u flip 2 coins there are 4 possible outcomes.
how many outcomes are possible when you flip 33 coins?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
When you flip a coin, there are only 2 possible outcomes, a head ( denote by H ) or a tail ( denote by T ) . Thus, the sample space of possible outcomes for the i th coin, when flipped, is S i = S = { H , T } ⟹ n ( S ) = 2 .
When 3 3 coins are flipped, each of the coins can give either one of the outcomes from S and their outcomes are independent of the outcomes of the other coins. Using the rule of product, we have,
Total no. of outcomes = i = 1 ∏ 3 3 n ( S ) = 2 3 3 = 8 5 8 9 9 3 4 5 9 2
Yes , Fundamental principle of counting
a simple solution for it could be 2^11 2^11 2^11 i.e = 2048 * 2048 * 2048
which is equal to = 8589934592
for one coin its 2^1=2 for 2 coins its 2^2 =4 so for 33 coins its 2^33=8589934592
Problem Loading...
Note Loading...
Set Loading...
Just the formula of 2^n for n number of coins.