QUESTION IMAGE
Question
76% of all bald eagles survive their first year of life. give your answers as decimals, not percents. if 37 bald eagles are randomly selected, find the probability that
a. exactly 28 of them survive their first year of life.
b. at most 29 of them survive their first year of life.
c. at least 27 of them survive their first year of life.
d. between 25 and 32 (including 25 and 32) of them survive their first year of life.
This is a binomial probability problem. The binomial probability formula is $P(X = k)=C(n,k)\times p^{k}\times(1 - p)^{n - k}$, where $n$ is the number of trials, $k$ is the number of successes, $p$ is the probability of success on a single - trial, and $C(n,k)=\frac{n!}{k!(n - k)!}$. Here, $n = 37$, $p=0.76$, and $1 - p = 0.24$.
Step1: Calculate binomial coefficient for part a
For $k = 28$, $C(37,28)=\frac{37!}{28!(37 - 28)!}=\frac{37!}{28!9!}=\frac{37\times36\times\cdots\times30}{9!}=21860940$
$P(X = 28)=C(37,28)\times(0.76)^{28}\times(0.24)^{9}$
$P(X = 28)=21860940\times(0.76)^{28}\times(0.24)^{9}\approx0.149$
Step2: Calculate cumulative probability for part b
$P(X\leq29)=\sum_{k = 0}^{29}C(37,k)\times(0.76)^{k}\times(0.24)^{37 - k}$
Using a binomial cumulative - distribution function (e.g., on a calculator or software), $P(X\leq29)\approx0.544$
Step3: Calculate cumulative probability for part c
$P(X\geq27)=1 - P(X\leq26)$
$P(X\leq26)=\sum_{k = 0}^{26}C(37,k)\times(0.76)^{k}\times(0.24)^{37 - k}$
Using a binomial cumulative - distribution function, $P(X\leq26)\approx0.229$
$P(X\geq27)=1 - 0.229 = 0.771$
Step4: Calculate cumulative probability for part d
$P(25\leq X\leq32)=\sum_{k = 25}^{32}C(37,k)\times(0.76)^{k}\times(0.24)^{37 - k}$
$P(25\leq X\leq32)=P(X\leq32)-P(X\leq24)$
Using a binomial cumulative - distribution function, $P(X\leq32)\approx0.945$, $P(X\leq24)\approx0.077$
$P(25\leq X\leq32)=0.945 - 0.077=0.868$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
a. $0.149$
b. $0.544$
c. $0.771$
d. $0.868$