document.write( "Question 442602: According to the U.S Census, 67.5% of the U.S. population were born in their state of residence. IN a random sample of 200 Americans, what is the probability that fewer than 125 were born in their state of residence? \n" ); document.write( "
Algebra.Com's Answer #305352 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! According to the U.S Census, 67.5% of the U.S. population were born in their state of residence. IN a random sample of 200 Americans, what is the probability that fewer than 125 were born in their state of residence? \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n= 200 and p = 0.675 \n" ); document.write( "---- \n" ); document.write( "P(0<= x <=124) = binomcdf(200,0.675,124) = 0.0578 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===== \n" ); document.write( " |