document.write( "Question 92111: a football coach needs 12 players to ride on a float in a parade. he randomly selects names from a helmet. the helmet contains the names of 4 freshmen, 13 sophmores, 14 juniors, and 8 seniors. what is the probability the first two names chosen are seniors? \n" ); document.write( "
Algebra.Com's Answer #66966 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a football coach needs 12 players to ride on a float in a parade. he randomly selects names from a helmet. the helmet contains the names of 4 freshmen, 13 sophmores, 14 juniors, and 8 seniors. what is the probability the first two names chosen are seniors?
\n" ); document.write( "-----------
\n" ); document.write( "Number of ways to pick the 2 seniors: 8C2 = [8*7]/[1*2] = 28
\n" ); document.write( "Number of ways to pick any two from the group = 39C2 = 39*38/1*2 = 741
\n" ); document.write( "--------
\n" ); document.write( "Probability(1st two are seniors) = 28/741 = 0.037786...
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );