Solveeit Logo

Question

Question: A double-decker can accommodate \(20\) passenger, \(7\) in the lower deck and \(13\) in the upper de...

A double-decker can accommodate 2020 passenger, 77 in the lower deck and 1313 in the upper deck. Find the number of ways the passengers can be accommodated if 55 want to sit only in the lower deck and 88 want to sit only in the upper deck.

Explanation

Solution

Remember you don’t have to arrange the passengers who are already sitting or have a preference. Arrange the remaining passengers using combinations in the remaining seats in the lower or upper deck.

Complete step-by-step answer:
Let’s first try to analyse the question properly. In the given problem, there are total 2020 passengers that are to be arranged in 2020 seats of a double-decker that has 77 seats in the lower deck and 1313 in the upper deck. But we also have a condition that, 55 passenger should be arranged only in the lower deck and 88 passengers should be arranged only in the upper deck.
So basically, 55 passengers in 77 seats of the lower deck are already arranged then 88 passengers in 1313 seats of the upper deck are already arranged. And then remaining 77 passengers in 77 remaining seats.
Now we can start arranging passengers using combinations step by step. But for that, you need to know the idea of combination. A combination is a mathematical technique that determines the number of possible arrangements in a collection of items where the order of the selection does not matter.
\Rightarrow If n'n' is the number of things to choose from, and we choose r'r' of them, no repetition, the order doesn't matter; then we can represent then as: {}^n{C_r} = \left( {\begin{array}{*{20}{c}} n \\\ r \end{array}} \right) = \dfrac{{n!}}{{r!\left( {n - r} \right)!}}
Out of 77 remaining passengers, we have to arrange them in remaining 22 seats in the lower deck and in 55 seats in the upper deck.
\Rightarrow We can arrange remaining passengers in the upper deck then after those remaining two passengers will be arranged in remaining two seats by itself 7C5=7!5!(75)! \Rightarrow {}^7{C_5} = \dfrac{{7!}}{{5!\left( {7 - 5} \right)!}}
Therefore, the number of required ways=7!5!(75)!=1×2×3×4×5×6×71×2×3×4×5×1×2=6×71×2=21 = \dfrac{{7!}}{{5!\left( {7 - 5} \right)!}} = \dfrac{{1 \times 2 \times 3 \times 4 \times 5 \times 6 \times 7}}{{1 \times 2 \times 3 \times 4 \times 5 \times 1 \times 2}} = \dfrac{{6 \times 7}}{{1 \times 2}} = 21
Hence, the number of ways to arrange the passengers as required is 2121.

Note: Try to visualize the given condition properly before starting a solution. An alternative approach can be taken by arranging the remaining passengers in the lower deck first, i.e. by using7C2{}^7{C_2}. But you will find the same answer since nCr=nCnr{}^n{C_r} = {}^n{C_{n - r}}