document.write( "Question 1156611: The U.S. Citizenship and Immigration Services collects and reports information about naturalized persons in Statistical Yearbook. During one year, there were 463,204 persons who became naturalized citizens of the United States and, of those, 41.5% were originally from some country in Asia. Suppose 200 people who became naturalized citizens of the United States that year are selected at random.
\n" );
document.write( " (i) Which method would you use to find the probability that the number who were originally from some Asian country is between 60 and 95, inclusive? Provide the reason in your own words.
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "(ii) Find the probability that the number who were originally from some Asian country is between 60 and 95, inclusive. \n" );
document.write( "
Algebra.Com's Answer #779355 by Boreal(15235) You can put this solution on YOUR website! One might prefer to use the normal approximation given the size of the sample. But one can do binomial with a calculator but not by hand given the size of the numbers. The binomial is exact and is the second below. \n" ); document.write( "mean is np=0.415*200=83 \n" ); document.write( "variance is np(1-p)=83*.585=48.555 \n" ); document.write( "sd is sqrt(V)=6.97 \n" ); document.write( "less than or equal to 95 \n" ); document.write( "z<(95.5-83)/6.97= 1.721 We use 95.5 to cover the fact that it is 95 or fewer. That z has probability 0.9633 \n" ); document.write( "now use z<60 (60-83)/6.97 \n" ); document.write( "z<-23/6.97=-3.29. That probability is 0.0005 \n" ); document.write( "The difference between those probabilities is 0.9628\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Calculator left of 95 has probability of 0.9630 \n" ); document.write( "to the left of 60 has probability of 0.0005 \n" ); document.write( "the difference is probability of 0.9625 \n" ); document.write( " |