document.write( "Question 725497:  Discipline Male Female Total
\n" );
document.write( "Mathematics 6 4 10
\n" );
document.write( "Science 5 2 7
\n" );
document.write( "Engineering 1 0 1
\n" );
document.write( "Total 12 6 18\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Suppose that two faculty members are chosen at random to win a door prize at the MS&E Division end-ofsemester party (only one prize per person). Find the fractional probability that the two faculty members are 
\n" );
document.write( "of the opposite sex.  \n" );
document.write( "
| Algebra.Com's Answer #444172 by stanbon(75887)      You can put this solution on YOUR website! Discipline Male Female Total \n" ); document.write( "Mathematics 6 4 10 \n" ); document.write( "Science.... 5 2 7 \n" ); document.write( "Engineering 1 0 1 \n" ); document.write( "-------------------------- \n" ); document.write( "Total..... 12 6 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Suppose that two faculty members are chosen at random to win a door prize at the MS&E Division end-ofsemester party (only one prize per person). Find the fractional probability that the two faculty members are of the opposite sex. \n" ); document.write( "---- \n" ); document.write( "# of pairs of opposite sex: 12*6 = 72 \n" ); document.write( "# of pairs of same sex: 12C2 + 6C2 = 66+15 = 81 \n" ); document.write( "P(pair of opposite sex) = 72/81 = 0.89 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |