document.write( "Question 417624: A recent study of cardiovascular risk factors reports that 30% of adults meet the criteria for hypertension. If 15 adults are assessed, what is the probability that:
\n" ); document.write( "a. Exactly 15 meet the criteria for hypertension?
\n" ); document.write( "b. None meet the criteria for hypertension?
\n" ); document.write( "c. Less than or equal to 7 meet the criteria for hypertension?\r
\n" ); document.write( "\n" ); document.write( "Diastolic blood pressures are assumed to follow a normal distribution with a mean of 85 and a standard deviation of 12.
\n" ); document.write( "a. What proportion of people have diastolic blood pressures less that 90?
\n" ); document.write( "b. What proportions have diastolic blood pressures between 80 and 90?
\n" ); document.write( "c. If someone has a diastolic blood pressure of 100, what percentile does this represent?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #292367 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A recent study of cardiovascular risk factors reports that 30% of adults meet the criteria for hypertension. If 15 adults are assessed, what is the probability that:
\n" ); document.write( "---
\n" ); document.write( "Binomial Problem with n=15 and p = 0.3
\n" ); document.write( "----------
\n" ); document.write( "a. Exactly 15 meet the criteria for hypertension?:::0.3^15
\n" ); document.write( "------------------------------------------------------------------
\n" ); document.write( "b. None meet the criteria for hypertension?::0.7^15
\n" ); document.write( "------------------------------------------------------------------
\n" ); document.write( "c. Less than or equal to 7 meet the criteria for hypertension?
\n" ); document.write( "binomcdf(15,0.3,7) = 0.9500
\n" ); document.write( "======================================================================
\n" ); document.write( "Diastolic blood pressures are assumed to follow a normal distribution with a mean of 85 and a standard deviation of 12.
\n" ); document.write( "a. What proportion of people have diastolic blood pressures less that 90?
\n" ); document.write( "z(90) = (90-85)/12 = 0.4167
\n" ); document.write( "P(x<90) = P(z<0.4167) = normalcdf(-100,0.4167) = 0.6616
\n" ); document.write( "==================================================================
\n" ); document.write( "b. What proportions have diastolic blood pressures between 80 and 90?
\n" ); document.write( "Find the z-values and find the proportion between them.
\n" ); document.write( "----------------------------
\n" ); document.write( "c. If someone has a diastolic blood pressure of 100, what percentile does this represent?
\n" ); document.write( "On a normal distribution the probability of any particular value is zero.
\n" ); document.write( "==============================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H. \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );