Question #44181

Case Study 1. Suppose that Body Mass Index (BMI) for a population of 30-60-year-old men follows a Normal distribution with mean 26, and standard deviation 4. . Please calculate the range of BMI that 95% of subjects fall within? For a randomly selected 30-60-year old man, what is the probability that he is obese (i.e. BMI ≥ 30)?
1

Expert's answer

2014-07-15T04:17:57-0400

Answer on Question #44181 - Math - Statistics and Probability

Case Study 1. Suppose that Body Mass Index (BMI) for a population of 30-60-year-old men follows a Normal distribution with mean 26, and standard deviation 4. Please calculate the range of BMI that 95%95\% of subjects fall within? For a randomly selected 30-60-year old man, what is the probability that he is obese (i.e. BMI30\mathrm{BMI} \geq 30 )?

Solution:

a). To calculate the range of BMI that 95%95\% of subjects fall within we need to determine left and right probability borders centered at mean (50%)(50\%) . The borders will be 2.5%2.5\% and 97.5%97.5\% and the probability of 95%95\% will be the area under the curve colored in blue (see Fig.1).

Using standard table of normal distribution, we calculate z-scores for given probabilities:

For p=0.025p = 0.025 z-score is z=1.96z = -1.96

For p=0.975p = 0.975 z-score is z=1.96z = 1.96

Using calculated z-score, we determine left and right borders using the formula z=(xmean)/sdz = (x - \text{mean}) / \text{sd} .

x1=z1sd+mean=1.964+26=18.16x1 = z1 * sd + \text{mean} = -1.96 * 4 + 26 = 18.16

x2=z2sd+mean=1.964+26=33.84x2 = z2 * sd + \text{mean} = 1.96 * 4 + 26 = 33.84


Fig 1.

b) To determine probability of BMI30\mathrm{BMI} \geq 30 we need to calculate z-score for this value:

z=(xmean)/sd=(3026)/4=1z = (x - \text{mean}) / sd = (30 - 26) / 4 = 1

Then, using standard table of normal distribution, we find the probability: 0.8413

This is the probability that randomly selected 30-60-year old man has BMI<30\mathrm{BMI} < 30 . The probability that he has BMI30\mathrm{BMI} \geq 30 is:

10.8413=0.15871 - 0.8413 = 0.1587

Answer:

a) the range is from 18.16 to 33.84

b) the probability is 0.1587 or 15.87%15.87\%

R code:

a) qnorm(0.025, 26, 4); qnorm(0.975, 26, 4);

b) 1 - pnorm(30, 26, 4)

www.AssignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS