A class with 10 kids lines up for recess. Two of the kids in the class are named Lucy and Frank. Assume that the order in which the kids line up is random (that is, all outcomes are equally likely). What is the probability that Lucy is first in line or Frank is last in line?
$$\frac{\binom{10}{9}}{2^{10}}+\frac{\binom{10}{9}}{2^{10}}=\frac{5}{2^8}$$
Can anyone verify this answer please..
The probability that Lucy is first is $\frac 1{10}$. The probability that Frank is last is $\frac 1{10}$. The probability that both happens is $\frac1{10}\cdot \frac 19$. So the probaility of "OR" is $\frac1{10}+\frac1{10}-\frac1{90}=\frac{17}{90}$