322,694 views
2 votes
2 votes
The sales department at a certain company consists of three people, the manufacturing department consists of five people, and the accounting department consists of five people. Three people will be selected at random from these peopleand will be given gift certificates to a local restaurant. Determine the probability that two of those selected will be from the accounting department and one will be from the sales department. Assume that the selection is done withoutreplacementThe probability that two of those selected will be from the accounting department and one will be from the sales department is(Simplilly your answer.)

User Furqan
by
2.0k points

1 Answer

19 votes
19 votes

We need to find the probability that two people are selected from the accounting department and one will be from the sales department. To do that, we need first to determine the total amount of people. We have that for each department the number of people is:


\begin{gathered} n_{\text{sales}}=3 \\ n_{\text{manuf}}=5 \\ n_{\text{acc}}=5 \end{gathered}

Therefore, the total number of people is:


n=3+5+5=13

Now, for this problem, we need to use combinatoric of a selection without replacement. The number of possible combinations of possible "r" combinations of a population of "n" individuals is given by the formula:


nCr=(n!)/((n-r)!r!)

In our case we have to determine first the total number of combinations from selecting 3 people of the total population, that is:


\begin{gathered} n=13 \\ r=3 \end{gathered}

replacing in the formula we get:


13C3=(13!)/((13-3)!(3)!)

Solving the operations we get:


13C3=286

Now we find the possible combination of getting 2 people from a total of 5 people from the accounting department, that is:


\begin{gathered} n=5 \\ r=2 \end{gathered}

replacing in the formula we get:


5C2=(5!)/((5-2)!(2)!)

Solving the operations we get:


5C2=10

Now we find the total combinations of getting 1 person from a total of 3 people in the sales department, that is:


\begin{gathered} n=3 \\ r=1 \end{gathered}

Replacing in the formula:


3C1=(3!)/((3-1)!(1)!)

Solving the operations we get:


3C1=3

The total number of possible outcomes is then the product of both combinations, that is:


(5C2)(3C1)=(10)(3)=30

The probability is then given by the formula:


P=\frac{possible\text{ outcomes}}{total\text{ outcomes}}

Replacing we get:


P=(30)/(286)

Solving we get:


P=0.105\approx10.5percent

User AshK
by
2.8k points