Question 533224
A box of candy contains four orange and six cherry hot sticks. If three hot sticks are chosen at random from the box, what is the probability that no more than one will be cherry? Round your answer to two decimal place. 
-----------
Binomial with n = 3 and p(cherry) = 6/10 = 0.6
---
P(0<= x <=1) = binomcdf(3,0.6,1) = 0.3520
=================
Cheers,
Stan H.
=================