I would like to do this the direct ways
a fair coin is tossed 3 times, find $P(\text{at least 2 flips were tails})$
Doing this directly,
$$P(\text{at least 2 flips were tails}) = P(\text{2 tails}) + P(\text{3 tails})$$
Is the answer:
$$ = (0.5)^2 + (0.5)^3$$
But the text says the probability should be $(1/2)$ which isnt in agreement with my answer?