You can put this solution on YOUR website! If a coin is flipped twice, what is the probability that it will land heads at
least once?
-----------
P(at least one) = 1 - P(no heads)
---
= 1 - (1/2)^2
---
= 1 - 1/4
---
= 3/4
=============
Cheers,
Stan H.