document.write( "Question 1071982: a nursing class consists of 14 women and 16 men. Of these 12 of the men and half of the women study computer science. A person is chosen at random from the class. Find the probability that the person selected is:
\n" );
document.write( "a. a woman who is studying computer science
\n" );
document.write( "b. a woman or is taking computer science \n" );
document.write( "
Algebra.Com's Answer #687264 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! ======M====W==Total \n" ); document.write( "CS+: 12====7===19 \n" ); document.write( "CS-: 4====7===11 \n" ); document.write( "Tot===16===14==30 \n" ); document.write( "probability woman studying CS is 7/30 \n" ); document.write( "woman or taking CS is 14+19- both or 7, and that is 26/30. Only a man not taking CS fails to meet these two criteria. \n" ); document.write( " |