pws
Hey there. I sit for the GMATic on Tuesday. I am generally pretty strong on probability, but these type of coin toss questions occassionally trip me up:
A coin is tossed four times. How many ways can you get exactly two heads?
Any suggestions on how to best conceptualize this type of question (as well as how you arrived at the answer) would be greatly appreciated.
Such problems can be easily solved by using the binomial formula. For calculating probability of "r" outcomes in an experiment with n-trials, the formula states that:
P = C(n,r) (p^r ) (q^(n-r))
where p is the probability of getting 1 outcome succesful, and q is the probability of getting that same outcome as a failure.
In this case, p = 1/2 , the probability of getting a head in a given coin toss. q = 1/2 as there is no other outcome aside from tail.
Thus: P = C(4.2) (0.5)^2 * (0.5)^2
= 3 (0.25)(0.25) = 3/8