document.write( "Question 309465: In a large university, 20% of the students are business majors. A random sample of 100 students is selected, and their majors are recorded.
\n" );
document.write( "a. compute the standard error of the proportion.
\n" );
document.write( "b. what is the probability that the sample contains at least 12 business majors?
\n" );
document.write( "c. what is the probability that the sample contains less than 15 business majors?
\n" );
document.write( "d. what is the probability that the sample contains between 12 and 14 business majors? \n" );
document.write( "
Algebra.Com's Answer #221329 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a large university, 20% of the students are business majors. A random sample of 100 students is selected, and their majors are recorded. \n" ); document.write( "--- \n" ); document.write( "a. compute the standard error of the proportion. \n" ); document.write( "Ans: sqrt[pq/n] = sqrt[0.2*0.8/100] \n" ); document.write( "------------------------------------------ \n" ); document.write( "b. what is the probability that the sample contains at least 12 business majors? \n" ); document.write( "Ans: Binomial Problem with n = 100 ; p = 0.2 ; 12<= x <=100 \n" ); document.write( "Ans: 1-binomcdf(100,0.2,11) = 0.9874 \n" ); document.write( "------------------------------------------ \n" ); document.write( "c. what is the probability that the sample contains less than 15 business majors? \n" ); document.write( "Ans: binomcdf(100,0.2,14) = 0.0804 \n" ); document.write( "------------------------------------------ \n" ); document.write( "d. what is the probability that the sample contains between 12 and 14 business majors? \n" ); document.write( "Ans: binomcdf(100,0.2,14)-binomcdf(100,0.2,11) = 0.0679 \n" ); document.write( "============================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " \n" ); document.write( " |