document.write( "Question 1198659: from a group of 6 mean and 8 women, 5 people are chosen at random.
\n" ); document.write( "find the probability that there are more men chosen that women\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #832285 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "More men than women means the number of men chosen is 3, 4, or 5.

\n" ); document.write( "Number of ways to choose 5 of the 14 people:
\n" ); document.write( "C(14,5) [1].

\n" ); document.write( "Number of ways to choose 3 of the 6 men and 2 of the 8 women:
\n" ); document.write( "C(6,3)*C(8,2) [2].

\n" ); document.write( "Number of ways to choose 4 of the 6 men and 1 of the 8 women:
\n" ); document.write( "C(6,4)*C(8,1) [3].

\n" ); document.write( "Number of ways to choose 5 of the 6 men and 0 of the 8 women:
\n" ); document.write( "C(6,5)*C(8,0) [4].

\n" ); document.write( "Probability of choosing more men than women:
\n" ); document.write( "([2]+[3]+[4])/[1]

\n" ); document.write( "Straightforward calculations that you can do without our help....

\n" ); document.write( "
\n" ); document.write( "
\n" );