document.write( "Question 1197829: A random sample is to be selected from a population that has a proportion of successes p = 0.41. What is the smallest sample size that meets the conditions for the sampling distribution of the sample proportion to be approximately normal? Give your answer as an integer. \n" ); document.write( "
Algebra.Com's Answer #831252 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! We can use the normal distribution as a close approximation to the \n" ); document.write( " binomial distribution whenever np > 5 and nq > 5: \n" ); document.write( " n(.41) > 5 & n(.59) > 5 \n" ); document.write( " n > 5/.41 \n" ); document.write( " n > 12.2 round Up \n" ); document.write( " n > 13 and 13(.59) > 5 \n" ); document.write( " \n" ); document.write( " |