document.write( "Question 293958: The Wilson has three job openings, dishwasher paying $5 per hour, chef paying $10 per hour and assistant manager at $15 an hour. Twelve people apply for all three. How many ways can the new employees be hired?\r
\n" );
document.write( "\n" );
document.write( "How do you do this? I need help! thanks! \n" );
document.write( "
Algebra.Com's Answer #212082 by stanbon(75887) ![]() You can put this solution on YOUR website! The Wilson has three job openings, dishwasher paying $5 per hour, chef paying $10 per hour and assistant manager at $15 an hour. Twelve people apply for all three. How many ways can the new employees be hired? \n" ); document.write( "How do you do this? \n" ); document.write( "-------------------- \n" ); document.write( "# of ways to pick three people: 12C3 = 220 \n" ); document.write( "--- \n" ); document.write( "# of ways to assign the jobs: 3! = 6 \n" ); document.write( "------------------------------------------- \n" ); document.write( "Total # of ways to hire the new employees: 220*6 = 1320 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |