Math Problem Statement

65% of all Americans live in cities with population greater than 100,000 people. If 50 Americans are randomly selected, find the probability that

a. Exactly 35 of them live in cities with population greater than 100,000 people.

b. At most 31 of them live in cities with population greater than 100,000 people.

c. At least 30 of them live in cities with population greater than 100,000 people.

d. Between 31 and 39 (including 31 and 39) of them live in cities with population greater than 100,000 people.

Solution

This is a binomial probability problem since each selected American either lives in a city with a population greater than 100,000 (success) or does not (failure).

Given:

  • n=50n = 50 (total selections)
  • p=0.65p = 0.65 (probability of success)
  • q=1p=0.35q = 1 - p = 0.35 (probability of failure)

The binomial probability formula is:

P(X=k)=(nk)pkqnkP(X = k) = \binom{n}{k} p^k q^{n-k}

where (nk)\binom{n}{k} is the binomial coefficient.

Approximating with the Normal Distribution

Since nn is large, we use the normal approximation to the binomial distribution:

XN(μ,σ2)X \sim N(\mu, \sigma^2)

where
μ=np=50(0.65)=32.5\mu = np = 50(0.65) = 32.5 σ=npq=50(0.65)(0.35)3.63\sigma = \sqrt{npq} = \sqrt{50(0.65)(0.35)} \approx 3.63

Using this, we standardize to the normal ZZ-score:

Z=XμσZ = \frac{X - \mu}{\sigma}

Now, let’s compute the probabilities.


(a) P(X=35)P(X = 35)

Using the binomial formula directly is cumbersome, so we approximate using the normal distribution with a continuity correction (X=35X = 35 is approximated as P(34.5X35.5)P(34.5 \leq X \leq 35.5)):

Z1=34.532.53.63=23.630.55Z_1 = \frac{34.5 - 32.5}{3.63} = \frac{2}{3.63} \approx 0.55

Z2=35.532.53.63=33.630.83Z_2 = \frac{35.5 - 32.5}{3.63} = \frac{3}{3.63} \approx 0.83

Using the standard normal table:

P(Z0.83)0.7967,P(Z0.55)0.7088P(Z \leq 0.83) \approx 0.7967, \quad P(Z \leq 0.55) \approx 0.7088

P(34.5X35.5)=0.79670.7088=0.0879P(34.5 \leq X \leq 35.5) = 0.7967 - 0.7088 = 0.0879

Answer: P(X=35)0.0879P(X = 35) \approx 0.0879


(b) P(X31)P(X \leq 31) (At Most 31)

Using continuity correction: P(X31)=P(X31.5)P(X \leq 31) = P(X \leq 31.5)

Z=31.532.53.63=13.630.28Z = \frac{31.5 - 32.5}{3.63} = \frac{-1}{3.63} \approx -0.28

P(Z0.28)0.3897P(Z \leq -0.28) \approx 0.3897

Answer: P(X31)0.3897P(X \leq 31) \approx 0.3897


(c) P(X30)P(X \geq 30) (At Least 30)

P(X30)=1P(X29.5)P(X \geq 30) = 1 - P(X \leq 29.5)

Z=29.532.53.63=33.630.83Z = \frac{29.5 - 32.5}{3.63} = \frac{-3}{3.63} \approx -0.83

P(Z0.83)0.2033P(Z \leq -0.83) \approx 0.2033

P(X30)=10.2033=0.7967P(X \geq 30) = 1 - 0.2033 = 0.7967

Answer: P(X30)0.7967P(X \geq 30) \approx 0.7967


(d) P(31X39)P(31 \leq X \leq 39) (Between 31 and 39, inclusive)

Using continuity correction: P(30.5X39.5)P(30.5 \leq X \leq 39.5)

Z1=30.532.53.63=23.630.55Z_1 = \frac{30.5 - 32.5}{3.63} = \frac{-2}{3.63} \approx -0.55

Z2=39.532.53.63=73.631.93Z_2 = \frac{39.5 - 32.5}{3.63} = \frac{7}{3.63} \approx 1.93

From the normal table:

P(Z1.93)0.9732,P(Z0.55)0.2912P(Z \leq 1.93) \approx 0.9732, \quad P(Z \leq -0.55) \approx 0.2912

P(31X39)=0.97320.2912=0.6820P(31 \leq X \leq 39) = 0.9732 - 0.2912 = 0.6820

Answer: P(31X39)0.6820P(31 \leq X \leq 39) \approx 0.6820


Final Answers:

(a) 0.08790.0879
(b) 0.38970.3897
(c) 0.79670.7967
(d) 0.68200.6820

Would you like any additional clarification or step-by-step calculations?

Related Questions:

  1. How would the probabilities change if the percentage of Americans living in large cities increased to 70%?
  2. What is the probability that fewer than 25 people live in large cities?
  3. How can we use the Poisson approximation instead of the normal approximation?
  4. What is the probability that exactly half of the selected people live in large cities?
  5. If we change the sample size to 100, how does it affect the standard deviation?

Tip:

Always check if a binomial distribution problem meets the conditions for a normal approximation: np5np \geq 5 and nq5nq \geq 5. If these conditions fail, use the exact binomial probability formula.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Binomial Probability
Normal Approximation to Binomial Distribution
Z-Scores
Continuity Correction

Formulas

P(X = k) = C(n, k) * p^k * (1-p)^(n-k)
Z = (X - μ) / σ
μ = np
σ = √(npq)

Theorems

Central Limit Theorem
Normal Approximation to Binomial Distribution

Suitable Grade Level

Grades 11-12