198k views
2 votes
Boeing currently produces five models of airplanes for commercial sale. The airline that Lauren works for is rapidly expanding and would like to purchase three airplanes of different models to service various routes. Her job is to analyze which three to buy. How many combinations will she have to analyze

User Bert F
by
6.4k points

1 Answer

7 votes

Answer:

10 combinations

Explanation:

Given


n = 5 --- total production


r = 3 --- aircraft to select

Required

The total number of combination

The number of combination is calculated using:


^nC_r = (n!)/((n - r)!r!)

So, we have:


^5C_3 = (5!)/((5 - 3)!*3!)


^5C_3 = (5!)/(2!*3!)

Expand


^5C_3 = (5*4*3!)/(2*1*3!)


^5C_3 = (5*4)/(2*1)


^5C_3 = (20)/(2)


^5C_3 = 10

User Abdul Mohsin
by
6.5k points