document.write( "Question 286508: An accounting professor claims that one quarter of undergraduate business students major in accounting. If we assume this is true, what is the probability that in a random sample of 790 undergraduate business students, 179 or more will major in accounting? \n" ); document.write( "
Algebra.Com's Answer #207801 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
An accounting professor claims that one quarter of undergraduate business students major in accounting. If we assume this is true, what is the probability that in a random sample of 790 undergraduate business students, 179 or more will major in accounting?
\n" ); document.write( "-----------------------------
\n" ); document.write( "Binomial Problem with n = 790 ; p = 0.25
\n" ); document.write( "---
\n" ); document.write( "P(179 <= x <= 790)
\n" ); document.write( "= 1- P(0<= x <=178)
\n" ); document.write( "= 1 - binomcdf(790,0.25,178)
\n" ); document.write( "= 0.94198...
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );