You can put this solution on YOUR website! What is probability of having less than 3 boys in a family if there are four children total?
---
Binomial with n = 4 and p(boy) = P(girl) = 1/2
-----------------
P(0<= x <=2) = binomcdf(4,1/2,2) = 0.6875
------------
Cheers,
Stan H.