document.write( "Question 867258: University statistics indicate that approximately 61% of students will retake one or more courses during their undergraduate career. A sample of 200 students is selected. Determine the probability that no more than 112 will have had to repeat a class before graduating. \n" ); document.write( "
Algebra.Com's Answer #522882 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(retake) = .61, n = 200
\n" ); document.write( "P(x ≤ 112) = binomcdf(200, .61, 112) = .0849
\n" ); document.write( "
\n" );