document.write( "Question 450068: At Med U. the failure rate is 20%. Of 15 students registered in the freshman class;
\n" ); document.write( "What is the probability that they all pass?
\n" ); document.write( "What is the probability that a least 1 fails?
\n" ); document.write( "How many freshman are likely to pass?\r
\n" ); document.write( "\n" ); document.write( "An algebra class has 18 girls and 14 boys. Five tickets to a concert have just been made available to the class. The students to get the tickets will be chosen at random. What is the probability that:
\n" ); document.write( "a) five girls are chosen?
\n" ); document.write( "b) five boys are chosen?
\n" ); document.write( "c) at least 1 girl is chosen?
\n" ); document.write( "d) How many girls are likely to be chosen?\r
\n" ); document.write( "\n" ); document.write( "Thanks so much for your help!
\n" ); document.write( "Shauna
\n" ); document.write( "

Algebra.Com's Answer #309639 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(failing) = .20 and q(passing) = .80 |the failure rate is 20%.
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "Of 15 students registered in the freshman class;
\n" ); document.write( " P(all pass) = (.80)^15 = .0352
\n" ); document.write( "P(at least 1 fails) = 1 - P(none failing) = 1 - .0352 = .9648
\n" ); document.write( "How many freshman are likely to pass? .80*15 = 12\r
\n" ); document.write( "\n" ); document.write( "An algebra class has 18 girls and 14 boys.
\n" ); document.write( "Five tickets to a concert have just been made available to the class.
\n" ); document.write( "The students to get the tickets will be chosen at random.
\n" ); document.write( "What is the probability that:
\n" ); document.write( "a) five girls are chosen = 18C5/32C5 = 8568/201,376 = .0425
\n" ); document.write( " nCx = \"n%21%2F%28x%21%28n-x%29%21%29\" 18C5 = 18!/(5!13!) and 32C5 = 32!/5!27!
\n" ); document.write( "These can be found with a calculator that has a factorial function.\r
\n" ); document.write( "\n" ); document.write( "b) five boys are chosen = 14C5/32C5 = 2002/201,376 = .0099
\n" ); document.write( "c) at least 1 girl is chosen? 1 - P(all boys) = 1 - .0099 = .9901
\n" ); document.write( "d) How many girls are likely to be chosen? (18/32)*5 = 2.8
\n" ); document.write( " \n" ); document.write( "
\n" );