document.write( "Question 469896: If the probability that a student in the statistic class will score grade A in the final exams is 0.72, determine the probability that out of 5 students selected random from the class at least 2 scored grade A? \n" ); document.write( "
Algebra.Com's Answer #322339 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .72 & q =.28
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "5 students selected
\n" ); document.write( "P(at least 2 scored an A) = 1 - P(0 scoring an A) -P(1 scoring an A)
\n" ); document.write( " = 1 - (.28)^5 - 5(.72)^1(.28)^4 = .9762 \n" ); document.write( "
\n" );