document.write( "Question 902252: The mathmatics club at a certain university is composed of 15 undergraduate and 6 graduate students. Three students from the club were selected, and each was asked to teach a class at a high school.
\n" );
document.write( "A) how many distinct groups of 3 students can be formed?
\n" );
document.write( "B) find the probability that the selected group has exactly two graduate students.
\n" );
document.write( "C) find the probability that the selected group has at least one undergraduate student.
\n" );
document.write( "Could someone help me with this Qs please \n" );
document.write( "
Algebra.Com's Answer #547191 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! A) how many distinct groups of 3 students can be formed? 21C3 \n" ); document.write( " B) find the probability that the selected group has exactly two graduate students. \n" ); document.write( "P = \n" ); document.write( " C) find the probability that the selected group has at least one undergraduate student. \n" ); document.write( "P = 1 - P(no UG) = 1 - \n" ); document.write( " \n" ); document.write( " |