document.write( "Question 965005: An article in the Washington Post on March 16, 1993 stated that nearly 45 percent of all Americans have brown eyes. A random sample of 140 American college students found 42 with brown eyes.
\n" );
document.write( "(a). Give the numerical value of the sample proportion \hat{p}.
\n" );
document.write( "\hat{p} =\r
\n" );
document.write( "\n" );
document.write( "(b). Assuming that 45% of the population have brown eyes, determine the mean and standard deviation of the distribution of sample proportions for samples of size n = 140.\r
\n" );
document.write( "\n" );
document.write( "The mean is \r
\n" );
document.write( "\n" );
document.write( "The standard deviation is \r
\n" );
document.write( "\n" );
document.write( "(c). What is the probability that in a random sample of 140 Americans, more than 47.2 % have brown eyes?\r
\n" );
document.write( "\n" );
document.write( "The probability is \n" );
document.write( "
Algebra.Com's Answer #589802 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! a) ^p = 42 / 140 = 0.30 \n" ); document.write( "b) P = .45 and Q = .55, then \n" ); document.write( "The mean = P = .45 \n" ); document.write( "Standard Deviation = sqrt(PQ/n) = sqrt((.45*.55) / 140) = 0.042045893 approx 0.04 \n" ); document.write( "c) z-score = (X - mean) / std dev = (0.472 - 0.45) / 0.04 = 0.55 \n" ); document.write( "consult the z-tables for the probability associated with z-score = 0.55 \n" ); document.write( "The probability (X < 0.472) = 0.7088 approx .71 \n" ); document.write( "now we want the probability (X > 0.472) which is equal to \n" ); document.write( "1 - 0.71 = 0.29 \n" ); document.write( " \n" ); document.write( " |