document.write( "Question 828966: Of 1000 employees in a company, 250 are males and 750 are females. A total of 200 of the male and 400 of the female employees are in favor of a proposed paying scheme. If an employee is chosen at random, what is the probability that:
\n" );
document.write( " a) the employee is a male and is in favor
\n" );
document.write( " b) the employee is not in favor and is a famale \n" );
document.write( "
Algebra.Com's Answer #499599 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Of 1000 employees in a company, 250 are males and 750 are females. A total of 200 of the male and 400 of the female employees are in favor of a proposed paying scheme. If an employee is chosen at random, what is the probability that: \n" ); document.write( "a) the employee is a male and is in favor \n" ); document.write( "P(male and in favor) = P(favor |male)P(male) = (200/250)(250/1000) = 1/5 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "b) the employee is not in favor and is a famale \n" ); document.write( "= P(favor and female) = P(favor |female)*P(female) = (450/750)(750/1000)= 9/20 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |