document.write( "Question 1180934: 2) According to Statistics Canada, 68% of Canadians owned their own home in 2003. A local real
\n" );
document.write( "estate office wants to see if this is the case for its area. The office selects a random sample of 200 people to
\n" );
document.write( "estimate the percentage who own their own homes.
\n" );
document.write( "a. Verify that the normal model can be used to approximate the binomial in this situation.
\n" );
document.write( "b. What is the probability that at least 140 people own their own home? \n" );
document.write( "
Algebra.Com's Answer #811070 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! np and n(1-p)>10 \n" ); document.write( "mean is np=0.68*200=136 \n" ); document.write( "variance is 136*0.32=43.52 \n" ); document.write( "sd is sqrt(V)=6.60 \n" ); document.write( "at least 140 people is z>(140-136)/6.60. \n" ); document.write( "z > 4/6.60=0.606 \n" ); document.write( "probability is 0.2723 \n" ); document.write( " \n" ); document.write( " |