Question 540429
1)You order fourteen burritos to go from a Mexican restaurant, five with hot peppers and nine without. However, the restaurant forgot to label them. 
-------------------
If you pick three burritos at random, find the probability of the given event. (Round your answer to three decimal places.) 
At most two have hot peppers.
------
Binomial Problem with n = 3 ; p(hot) = 5/9
---
P(0<= x <=2) = 1 - P(x = 3)
= 1 - (5/9)^3
---
= 1 - 0.1715
= 0.8285
==============
Cheers,
Stan H.
==============