document.write( "Question 1074651: Suppose that 85% of graduating students attend their graduation ceremony. A group of 15 students is randomly chosen. What is the probability that at least 12 students from the sample attend graduation \n" ); document.write( "
Algebra.Com's Answer #689346 by Boreal(15235) You can put this solution on YOUR website! At least 12 includes 12,13,14,15 \n" ); document.write( "for 12 \n" ); document.write( "15C12.85^12*.15^3=0.2184 \n" ); document.write( "15C13.85^13*.15^2=0.2856 \n" ); document.write( "15C14^.85^14*.15=0.2312 \n" ); document.write( "15C15.85^15=0.0874 \n" ); document.write( "Sum is 0.8226 \n" ); document.write( "probability at least 12 attend is 0.823. \n" ); document.write( " |