a)
expected value = 3.2
std. dev. (xbar) = 0.17/sqrt(33) = 0.0296
b)
Here, μ = 3.2, σ = 0.0296 and x = 3.3. We need to compute P(X >=
3.3). The corresponding z-value is calculated using Central Limit
Theorem
z = (x - μ)/σ
z = (3.3 - 3.2)/0.0296 = 3.38
Therefore,
P(X >= 3.3) = P(z <= (3.3 - 3.2)/0.0296)
= P(z >= 3.38)
= 1 - 0.9996
= 0.0004
Q-7 (7.16). The body mass index (BMI) of a person is defined to be the person's...
The body mass index (BMI estimates the amount of fat in a person's body. It is defined as the person's mass m in kilograms divided by the square of the person's height h in meters. Write the formula for BMI in terms of m and h. 0 BMI In the United States, most people measure weight in pounds and height in feet and inches. When weight W is measured in pounds and height h is measured in inches, the BMI...
Body mass index (BMI) is computed as the ratio of the weight in kilograms to height in meters squared. The distribution of BMI is approximately normal for specific gender and age-groups. For females aged 30-39, the mean BMI is 24.5, with a standard deviation of 3.3. Suppose we classify females aged 30-39 in the top 10% of the BMI distribution as high risk of developing back pain. What is the threshold (minimum) BMI for classifying a female as high risk?
5. A person's Body-Mass Index (BMI) is calculated by dividing weight (in kilograms) by height2 (in meters). According to the book, The Changing Body, the BMI values of non-Hispanic adult males in the United States are approximately Normally distributed with mean (μ)-265 and standard deviation (o)-4.0. Find the standardized scores associated with the thresholds between different categories. a. Underweight vs. Normal (BMI 18.5) b. Normal vs. Overweight (BMI 25) c. Overweight vs. Obese (BMI 30) 6. Combine the standardized scores...
A Body Mass Index (BMI) of 26 for an adult indicates that the person is? a. normal body weight in relation to height b. obese c. grossly obese d. overweight
The following are body mass index (BMI) scores measured in 9 patients who are free of diabetes and participating in a study of risk factors for obesity. Body mass index is measured as the ratio of weight in kilograms to height in meters squared. 25 27 31 33 26 28 38 41 24 The range of the BMI values is?
The table shows results for the Body Mass Index (BMI) of random samples of men and women. The BMI is the weight (kg) divided by the square of the height (m). Male BMI Female BMI n = 40 _ x =28.4 s = 7.39 n = 40 _ x = 26.6 s = 5.34 At the 5% LOS, do the data suggest the men have greater variability in BMI compared to women?
The following are body mass index (BMI) scores measured in 12 patients who are free of diabetes and are participating in a study of risk factors for obesity. Body mass index is measured as the ratio of weight in kilograms to height in meters squared. Generate a 95% confidence interval estimate of the true BMI. 25 27 31 33 26 28 38 41 24 32 35 40
Body Mass Index (BMI) is determined according to the relation BMI = m·h-2, where m and h are the mass (kg) and height (m) of a person, respectively. For a national campaign, it is required that the overall uncertainty associated with the calculated BMI should not exceed ±1% of its nominal value. If it is assumed that an average person has of mass of 70 kg and a height 1.7 m, determine the maximum permissible device uncertainty for the measurement...
We have the survey data on the body mass index (BMI) of 642 young women. The mean BMI in the sample was x¯=26.1. We treated these data as an SRS from a Normally distributed population with standard deviation ?=7.3. Give confidence intervals for the mean BMI and the margins of error for 90%, 95%, and 99% confidence. Conf. Level Interval (±±0.01) margins of error (±±0.0001) 90% to 95% to 99% to
OGICAL 28. Body mass index (BMI) is a measure of obesity. In standard units, it is calculated by the formula EMENTS BMI = 7032 ATEMENT NESTED INTS where Wis weight in pounds, and His height in inches. The obesity classification is BMI Classification Below 18.5 Underweight 18.5 to 24.9 Normal 25 to 29.9 Overweight 30 and above Obese Tue Write a program in a script file that calculates the BMI of a person. The program asks the person to enter...