Introduction: Given an experiment with 2 possible outcomes (Success & Failure ie. 1 and 0 ie. Binary) ran 5 times. Sample space Ω becomes a combination of the 5 results ie. Ω = {0,1} x {0,1} x {0,1} x {0,1} x {0,1}. With the information that event A is when any one experiment is a success we are able to deduce that set A = {(0,0,0,0,1),(0,0,0,1,0),(0,0,1,0,0),(0,1,0,0,0),(1,0,0,0,0)} Equate the probability of success happening (not necessarily in A, only in general as a result of the experiment being ran any 1 time) is given by p, and consequently (as there are only 2 possibilities) failure is given by 1-p. Remember p is the probability of a single result occuring that is considered a success. In the case we are flipping a coin and heads is a success p = P(H) = 1/2, in the case of a dice where 5 is considered a success p = P(5) = 1/6 We can obviously see that P(A) = 5(1-p)4p or in plain english - "There are 5 possible combinations of A occuring, contained within each 4 failures (1-p)4 and 1 success p" |