Explore Westonci.ca, the premier Q&A site that helps you find precise answers to your questions, no matter the topic. Get accurate and detailed answers to your questions from a dedicated community of experts on our Q&A platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

The owner of Brookstone coffee has 13 regular full-time employees. 7 are female and 6 are male. As he plans the schedule, he likes to ensure exactly two employees on any given shift are male. If 5 work a shift, how many combinations can be created?

Sagot :

Using the combination formula, it is found that 525 combinations can be created.

The order in which the employees are chosen is not important, hence the combination formula is used to solve this question.

What is the combination formula?

[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by:

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

In this problem:

  • 3 female employees are chosen from a set of 7.
  • 2 male employees are chosen from a set of 6.

Then the number of combinations is given by:

[tex]n = C_{7,3}C_{6,2} = \frac{7!}{3!4!} \times \frac{6!}{2!4!} = 525[/tex]

More can be learned about the combination formula at https://brainly.com/question/25821700

#SPJ1