document.write( "Question 1153839: A contracting company ranks its employees into three levels: Level 1, Level 2, and Level 3. The number of employees that the company currently has at each level is provided below.\r
\n" );
document.write( "\n" );
document.write( "8 Level 1 Employees
\n" );
document.write( "16 Level 2 Employees
\n" );
document.write( "28 Level 3 Employees
\n" );
document.write( "The company currently has four positions available: Position A, Position B, Position C, and Position D.\r
\n" );
document.write( "\n" );
document.write( "Position A requires a Level 3 employee.
\n" );
document.write( "Position B requires a Level 3 employee.
\n" );
document.write( "Position C requires a Level 2 or Level 3 employee.
\n" );
document.write( "Position D can be filled by an employee of any level.
\n" );
document.write( "Determine the number of different ways in which the company can fill the four positions. \n" );
document.write( "
Algebra.Com's Answer #776159 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Number of choices for position A: 28 (any of the 28 level 3 employees) \n" ); document.write( "Number of choices for position B: 27 (any of the remaining 27 level 3 employees) \n" ); document.write( "Number of choices for position C: 42 (any of the remaining 26 level 3 employees, or any of the 16 level 2 employees) \n" ); document.write( "Number of choices for position D: 49 (any of the remaining employees) \n" ); document.write( "Total number of ways to fill the four positions: \n" ); document.write( "28*27*42*49 \n" ); document.write( "Use a calculator.... \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |