document.write( "Question 762540: The manager of a small business hires a consultant to help determine how the manager can improve the employees' moral. Currently there are 8 employees who like their job (have high moral) and 6 who do not like their job (have low moral). The consultant randomly selects 3 workers to interview. What is the probability the consultant selects three employees who like their job? \n" ); document.write( "
Algebra.Com's Answer #464041 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The manager of a small business hires a consultant to help determine how the manager can improve the employees' morale. Currently there are 8 employees who like their job (have high morale) and 6 who do not like their job (have low morale). The consultant randomly selects 3 workers to interview. What is the probability the consultant selects three employees who like their job? \n" ); document.write( "------------------------- \n" ); document.write( "# of ways to succeed: 8C3 = (8*7*6)/(1*2*3) = 56 \n" ); document.write( "--- \n" ); document.write( "# of random groups of three: 14C3 = 14*13*12/1*2*3 = 364 \n" ); document.write( "------ \n" ); document.write( "P(3 who like their job) = 56/364 = 0.1538 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |