document.write( "Question 1178064: Let X be a random variable that represents the diastolic blood pressure (DBP) of the population of 18- to 74-year-old men in the United States who are not taking any corrective medication. Suppose that X has mean 80.7 mm Hg and standard deviation 9.2.
\n" );
document.write( "(a) Obtain a bound on the probability that the DBP of this population will assumes values
\n" );
document.write( "between 53.1 and 108.3 mm Hg.
\n" );
document.write( "(b) In addition, assume that the distribution of X is approximately normal. Using the
\n" );
document.write( "normal table, find P(53.1 ≤ X ≤ 108.3). Compare this with the empirical rule.\r
\n" );
document.write( "\n" );
document.write( "Thank you :) \n" );
document.write( "
Algebra.Com's Answer #850365 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve this problem step-by-step.\r \n" ); document.write( "\n" ); document.write( "**Given Information**\r \n" ); document.write( "\n" ); document.write( "* X: Diastolic blood pressure (DBP) \n" ); document.write( "* μ (mean) = 80.7 mm Hg \n" ); document.write( "* σ (standard deviation) = 9.2 mm Hg\r \n" ); document.write( "\n" ); document.write( "**(a) Chebyshev's Inequality**\r \n" ); document.write( "\n" ); document.write( "Chebyshev's Inequality provides a bound on the probability that a random variable falls within a certain range. It states:\r \n" ); document.write( "\n" ); document.write( "* P(|X - μ| ≥ kσ) ≤ 1/k² \n" ); document.write( "* Or equivalently, P(|X - μ| < kσ) ≥ 1 - 1/k²\r \n" ); document.write( "\n" ); document.write( "We want to find P(53.1 ≤ X ≤ 108.3). Let's rewrite this as:\r \n" ); document.write( "\n" ); document.write( "* |X - μ| < kσ \n" ); document.write( "* |X - 80.7| < k(9.2)\r \n" ); document.write( "\n" ); document.write( "We need to find the range of X:\r \n" ); document.write( "\n" ); document.write( "* 108.3 - 80.7 = 27.6 \n" ); document.write( "* 80.7 - 53.1 = 27.6\r \n" ); document.write( "\n" ); document.write( "So, we have:\r \n" ); document.write( "\n" ); document.write( "* |X - 80.7| < 27.6\r \n" ); document.write( "\n" ); document.write( "Now, find k:\r \n" ); document.write( "\n" ); document.write( "* k(9.2) = 27.6 \n" ); document.write( "* k = 27.6 / 9.2 = 3\r \n" ); document.write( "\n" ); document.write( "Now, apply Chebyshev's Inequality:\r \n" ); document.write( "\n" ); document.write( "* P(|X - 80.7| < 27.6) ≥ 1 - 1/k² \n" ); document.write( "* P(53.1 ≤ X ≤ 108.3) ≥ 1 - 1/3² \n" ); document.write( "* P(53.1 ≤ X ≤ 108.3) ≥ 1 - 1/9 = 8/9 ≈ 0.8889\r \n" ); document.write( "\n" ); document.write( "Therefore, a bound on the probability is 8/9 or approximately 0.8889.\r \n" ); document.write( "\n" ); document.write( "**(b) Normal Distribution and Empirical Rule**\r \n" ); document.write( "\n" ); document.write( "Assume X is normally distributed.\r \n" ); document.write( "\n" ); document.write( "1. **Calculate Z-scores:** \n" ); document.write( " * Z1 = (53.1 - 80.7) / 9.2 = -27.6 / 9.2 = -3 \n" ); document.write( " * Z2 = (108.3 - 80.7) / 9.2 = 27.6 / 9.2 = 3\r \n" ); document.write( "\n" ); document.write( "2. **Find P(-3 ≤ Z ≤ 3) using Normal Table:** \n" ); document.write( " * P(-3 ≤ Z ≤ 3) = P(Z ≤ 3) - P(Z ≤ -3) \n" ); document.write( " * From the normal table, P(Z ≤ 3) ≈ 0.9987 and P(Z ≤ -3) ≈ 0.0013 \n" ); document.write( " * P(-3 ≤ Z ≤ 3) = 0.9987 - 0.0013 = 0.9974\r \n" ); document.write( "\n" ); document.write( "3. **Empirical Rule (68-95-99.7 Rule):** \n" ); document.write( " * The empirical rule states that approximately 99.7% of the data falls within 3 standard deviations of the mean in a normal distribution. \n" ); document.write( " * This is consistent with our calculated value of 0.9974.\r \n" ); document.write( "\n" ); document.write( "**Comparison**\r \n" ); document.write( "\n" ); document.write( "* **Chebyshev's Inequality:** Provides a lower bound (8/9 ≈ 0.8889). It is a general result and works for any distribution with a defined mean and standard deviation. \n" ); document.write( "* **Normal Distribution:** Provides a more precise probability (0.9974) when the distribution is known to be normal. \n" ); document.write( "* **Empirical Rule:** Agrees with the Normal Distribution calculation.\r \n" ); document.write( "\n" ); document.write( "**Results**\r \n" ); document.write( "\n" ); document.write( "(a) A bound on the probability is 8/9 or approximately 0.8889. \n" ); document.write( "(b) P(53.1 ≤ X ≤ 108.3) ≈ 0.9974. This agrees with the empirical rule. \n" ); document.write( " \n" ); document.write( " |