Math Problem Statement

7. The proportion of Subang Jaya residents who donated blood frequently at the Medical Center is 0.22. If you randomly select 200 Subang Jaya residents, determine the probability that: a) Exactly 40 of them frequently donated blood at the center. (5m) b) More than 54 of them frequently donated blood at the center. (3m) c) At most 165 of them do not frequently donate blood at the center. (5m) (use normal approximation to calculate the above probabilities) 8. The daily lunch expenses of students at a private school follow a normal distribution with a mean of RM15 and a standard deviation of RM1.5. a) How many percent of the students at the private school spend less than RM12.50 for lunch? (3m) b) If you randomly select a sample of thirty students, what is the probability that the mean lunch expenses for this sample is more than RM16.75? (5m)

Solution

Let's solve these problems step by step.

Problem 7: Normal Approximation to the Binomial Distribution

The proportion of residents who frequently donate blood is given as p=0.22p = 0.22. The sample size is n=200n = 200.

To use the normal approximation to the binomial, we first calculate the mean μ\mu and the standard deviation σ\sigma:

  • μ=np=200×0.22=44\mu = np = 200 \times 0.22 = 44
  • σ=np(1p)=200×0.22×0.785.83\sigma = \sqrt{np(1 - p)} = \sqrt{200 \times 0.22 \times 0.78} \approx 5.83

(a) Probability of Exactly 40 Donors

We need to calculate P(X=40)P(X = 40) using the normal approximation, so we apply the continuity correction:

  • We calculate the probability between 39.539.5 and 40.540.5: Z1=39.5445.830.77Z_1 = \frac{39.5 - 44}{5.83} \approx -0.77 Z2=40.5445.830.60Z_2 = \frac{40.5 - 44}{5.83} \approx -0.60 Using the standard normal table, we find: P(Z1<Z<Z2)=P(Z<0.60)P(Z<0.77)P(Z_1 < Z < Z_2) = P(Z < -0.60) - P(Z < -0.77) From the Z-table: P(Z<0.60)0.2743,P(Z<0.77)0.2206P(Z < -0.60) \approx 0.2743, \quad P(Z < -0.77) \approx 0.2206 Thus, P(39.5<X<40.5)=0.27430.2206=0.0537P(39.5 < X < 40.5) = 0.2743 - 0.2206 = 0.0537.

(b) Probability of More Than 54 Donors

We need to calculate P(X>54)P(X > 54). Again, applying continuity correction:

  • We calculate P(X>54.5)P(X > 54.5): Z=54.5445.831.80Z = \frac{54.5 - 44}{5.83} \approx 1.80 From the Z-table: P(Z>1.80)=1P(Z<1.80)10.9641=0.0359P(Z > 1.80) = 1 - P(Z < 1.80) \approx 1 - 0.9641 = 0.0359

(c) Probability of At Most 165 Not Donating

The problem asks for the probability that at most 165 residents do not frequently donate, meaning X165X \leq 165 do not donate blood.

Let Y=200XY = 200 - X represent the number of people who frequently donate blood. Therefore, Y165Y \leq 165, meaning X35X \geq 35. We now calculate P(X35)P(X \leq 35):

  • Using continuity correction, we calculate P(X35.5)P(X \leq 35.5): Z=35.5445.831.46Z = \frac{35.5 - 44}{5.83} \approx -1.46 From the Z-table: P(Z<1.46)0.0721P(Z < -1.46) \approx 0.0721

Problem 8: Normal Distribution of Lunch Expenses

Given:

  • Mean μ=15\mu = 15
  • Standard deviation σ=1.5\sigma = 1.5

(a) Percentage of Students Spending Less Than RM12.50

We calculate the Z-score for X=12.50X = 12.50: Z=12.50151.5=2.51.51.67Z = \frac{12.50 - 15}{1.5} = \frac{-2.5}{1.5} \approx -1.67 From the Z-table: P(Z<1.67)0.0475P(Z < -1.67) \approx 0.0475 So, approximately 4.75% of students spend less than RM12.50 for lunch.

(b) Probability that Mean Expenses for a Sample Exceed RM16.75

For a sample of 30 students, the standard error SESE of the mean is: SE=σn=1.5300.274SE = \frac{\sigma}{\sqrt{n}} = \frac{1.5}{\sqrt{30}} \approx 0.274 Now, we calculate the Z-score for X=16.75X = 16.75: Z=16.75150.2746.39Z = \frac{16.75 - 15}{0.274} \approx 6.39 From the Z-table, a Z-score of 6.39 is extremely high, leading to a probability close to 0. Hence, the probability is virtually zero that the mean lunch expense of a sample of 30 students exceeds RM16.75.


Would you like further details on any of these solutions, or do you have any questions?

Here are 5 related questions to expand on these concepts:

  1. What is the difference between binomial distribution and normal distribution?
  2. How does the continuity correction affect binomial approximations using the normal distribution?
  3. What are the applications of normal distribution in real-world problems?
  4. How does increasing the sample size affect the standard error of the mean?
  5. How can you determine the appropriate sample size to achieve a desired level of precision in estimates?

Tip: Always remember to apply continuity correction when approximating binomial probabilities using the normal distribution.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Binomial Distribution
Normal Distribution
Continuity Correction
Standard Error

Formulas

μ = np
σ = sqrt(np(1 - p))
Z = (X - μ) / σ
SE = σ / sqrt(n)

Theorems

Central Limit Theorem
Normal Approximation to Binomial

Suitable Grade Level

Undergraduate Statistics