document.write( "Question 867249: A certain college traditionally accepts 46% of all freshmen applicants. Determine the probability that fewer than 80 high school seniors who apply for admission will be accepted into the freshman class if 150 high school seniors apply.\r
\n" );
document.write( "\n" );
document.write( "Enter your response as a three digit decimal.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #522880 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(accepted) = .46, n = 150 \n" ); document.write( "P(x < 80) = binomcdf(150, .46, 79) = .8254 \n" ); document.write( " \n" ); document.write( " |