In n coins are thrown then number of elements in sample space of event appearing number of heads
Reveal answer
Fill a bubble to check yourself
In n coins are thrown then number of elements in sample space of event appearing number of heads
nC0 + nC1 + nC2 +…. nCn
nC0 nC2 + nC4 +….
nC1 + nC3 + nC5 +….
2n+1
The sample space for n coins tossed is the set of all possible outcomes, which has 2^n elements. The sum of binomial coefficients nC0 + nC1 + ... + nCn equals 2^n, which represents the total number of subsets or outcomes.
When n coins are thrown, the total number of elements in the sample space is 2^n. This sample space can be partitioned into events based on the exact number of heads appearing, ranging from zero heads to n heads. The number of outcomes with k heads is given by the combination nCk, so the total number of elements is the sum of these combinations for all values of k from 0 to n. Therefore, the sample space size is represented by nC0 + nC1 + nC2 + ... + nCn.