document.write( "Question 1106372: The percentage of people with advanced degrees is 16.5% on average. If 1000 people are randomly selected, what is the probability that the percentage of these people with advanced degrees is between 17% and 18.5%?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #721394 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The percentage of people with advanced degrees is 16.5% on average. If 1000 people are randomly selected, what is the probability that the percentage of these people with advanced degrees is between 17% and 18.5%?
\n" ); document.write( "-----
\n" ); document.write( "p = 0.165
\n" ); document.write( "q = 0.835
\n" ); document.write( "n = 1000
\n" ); document.write( "----
\n" ); document.write( "population standard deviation = sqrt(npq)
\n" ); document.write( "sample standard deviation = x/sqrt(n) = sqrt(p*q) = 0.37
\n" ); document.write( "-----
\n" ); document.write( "z(.17) = (0.17-0.165)/0.37 = 0.0135
\n" ); document.write( "z(0.185) = (0.185-0.165)/0.37 = 0.02/0.37 = 0.054
\n" ); document.write( "----
\n" ); document.write( "P(0.17 < p < 0.185) = P(0.0135< z < 0.054) = normalcdf(0.0135,0.054) = 0.0164
\n" ); document.write( "= 1.64%
\n" ); document.write( "---------\r
\n" ); document.write( "\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );