Brian F. answered 10/17/20
Patient & Energetic Math Tutor
Hey Sean,
(1) It's almost always easier to find "at-least" probabilities by finding their complementary event. For example, the probability of selecting at least one is equal to one minus the probability of selecting none:
P(≥1) = 1 - P(<1) = 1- P(0)
P(≥2) = 1 - P(<2) = 1 - (P(1) + P(0)) = 1- P(1) - P(0)
... and so on ...
To solve your problem, find the probability of selecting zero pasta dinners and the probability of selecting exactly one pasta dinner (which is unfortunately a bit tedious), plug those numbers in, and work out the arithmetic.
(2) Let the random variable X = {1, 2, 3, 4, 5, 6} denote the outcome of rolling one die. Given the weighting, we know:
P(1) = P(3) = P(5) = k
P(2) = P(4) = P(6) = 1⁄18
P(even) = P(2) + P(4) + P(6)
Like question 1, we'll need to use the complementary event to solve for k.
P(odd) = P(1) + P(3) + P(5) = k = 1 - P(even)
Solve by working out the arithmetic.
Hope this helps!