document.write( "Question 452468: An accounting professor claims that no more than one-quarter of undergraduate business students will major in accounting. What is the probablity that in a random sample of 1,200 undergraduate business students, 336 or more will major in accounting? \n" ); document.write( "
Algebra.Com's Answer #311063 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An accounting professor claims that no more than one-quarter of undergraduate business students will major in accounting. What is the probablity that in a random sample of 1,200 undergraduate business students, 336 or more will major in accounting? \n" ); document.write( "------------- \n" ); document.write( "mean = np = 0.25(1200) = 300 \n" ); document.write( "std = sqrt(npq) = sqrt[300*0.75] = 15 \n" ); document.write( "--- \n" ); document.write( "z(336) = (336-300)/[15/sqrt(1200)] = 83 \n" ); document.write( "--- \n" ); document.write( "P(phat > 336) = p(z > 83) is practically zero. \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |