document.write( "Question 919769: past experience suggest that 43% of students pass a certain exam. If a class contains 150 students, what is probability that 50 or fewer students will pass?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #557954 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! sample p = 50/150 = .33 \n" ); document.write( "z = (.33 - .43) /sqrt(.43*.57/150) = -.10/.04 = -2.4739 \n" ); document.write( "P(x ≤ 50) = P( z < -2.4739) = normalcdf(-100, -2.4739) = .0067 0r .67% \n" ); document.write( " |