calendarBack
Quant

/

Modern Maths

/

Permutations & Combinations
ALL MODULES

CAT 2025 Lesson : Permutations & Combinations - Using Blanks

bookmarked

2.2 Blanks Technique

This is a very useful approach when only a few elements need to be arranged. This does not involve any formula and simply requires us to identify the possible elements that can occupy each blank.

Example 8

A new flag is designed with six vertical stripes using some or all of the colours – yellow, green, blue and red. Then, the number of ways this can be done such that no two adjacent stripes have the same colour is
[CAT 2004]

(1)
12×8112 \times 81            (2) 16×19216 \times 192            (3) 20×12520 \times 125            (4) 24×21624 \times 216           

Solution

Below is a representation of the flag. There are a total of 44 colours available. The general condition is that adjacent stripes should not be of the same colour. The stripes have been named from A to F, for use in explanation only. And, below each letter is the number of ways in which that stripe can be coloured.

When we start from stripe A, we can use any of the
4\bold{4} colours in stripe A.
The next stripe B cannot have A's colour. So,
3\bold{3} colours can be used in stripe B.
The next stripe C cannot have B's colour. So,
3\bold{3} colours can be used in stripe C.
The same logic applies for D, E and F stripes, which can take
33 colours each.

A B C D E F
4 3 3 3 3 3


Going forward, we will use blanks to explain the same, wherein the position of each blank will correspond to each of the stripes from A to F. In these blanks, we will fill the the number of ways that blank (in this case stripe) can be filled. Product of these blanks is the total ways in which the flag can be coloured

In this question, number of ways
=4×3×3×3×3×3=12×81= \underline{4} \times \underline{3} \times \underline{3} \times \underline{3} \times \underline{3} \times \underline{3} = 12 \times 81

Answer: (
11) 12×8112 \times 81

2.2.1 Permutation of Numbers

Almost always, we use blanks to solve permutations of digits in a number as shown in the examples below. In most questions, we first fill up the blanks which have conditions.

In most numbers questions, the first digit from the left will have to be a digit other than zero. This typically forms the first condition.

Example 9

How many 44-digit numbers exist such that
(I) no
22 digits of the number are equal?
(II) the number remains the same when the digits are reversed?
(III) they are less than
60006000 and multiples of 55?
(IV) they are multiples of
44 and none of their digits are 44, 55, 66, 77 or 88?

Solution

Case I
The digits of the number are distinct and cannot be repeated. In a 44-digit number, the left-most blank or thousands digit cannot be zero. This is a blank with a condition.

Thousands place has to be filled first and can be filled with any of the
9\bold{9} digits (digits from 11 to 99).

After filling the thousands place, we are now left with
9\bold{9} digits to fill the hundreds place, including 0.
Similarly, we are left with
8\bold{8} digits to fill the tens place and 7\bold{7} digits to fill the units place.

\therefore Total Permutations =9×9×8×7=4536= \underline{9} \times \underline{9} \times \underline{8} \times \underline{7} = 4536

Case II
If the 4-digit number remains the same when digits are reversed, then the thousands and units digits are the same, and the hundreds and tens digits are the same. Note that digits can be repeated in this question.

Thousands place can be filled in
9\bold{9} ways (digits from 11 to 99) and hundreds place in 1010 ways (00 to 99). Tens and Units places can be filled in 1\bold{1} way each, i.e. the same as the hundreds and thousands respectively.

\therefore Total Permutations =9×10×1×1=90= \underline{9} \times \underline{10} \times \underline{1} \times \underline{1} = 90

Case III
Thousands place can only take
55 values(1,2,3,41,2,3,4 and 55), hundreds and tens place can take all the 1010 digits and the units place can take only 22 values (00 and 55).

\therefore Total Permutations =5×10×10×2=1000= \underline{5} \times \underline{10} \times \underline{10} \times \underline{2} = 1000

Case IV
Only the digits
0,1,2,3,90, 1, 2, 3, 9 can be used. For a number to be divisible by 44, the last two digits should be divisible by 44. Therefore, the last 2\bold{2} digits (tens and units places) can only take 5\bold{5} values - 00,20,12,32,9200, 20, 12, 32, 92. As repetition is allowed, thousands place can take 4\bold{4} values (1,2,3,91, 2, 3, 9) and hundreds place can take 5\bold{5} values.

\therefore Total Permutations =4×5×5=100= \underline{4} \times \underline{5} \times \underline{5} = 100

Answer: (I)
45364536; (II) 9090; (III) 10001000; (IV) 100100

Example 10

When 33 dice are rolled, in how many ways can we have a prime number on the first die, even number on the second and a multiple of 33 on the third die?

Solution

The first die can take 33 digits (2,3,52, 3, 5), the second die can take 33 digits (2,42, 4 and 66) and the third die can take two digits (33 and 66).

\therefore Total Permutations =3×3×2=18= \underline{3} \times \underline{3} \times \underline{2} = 18

Answer:
1818

2.2.2 And (Multiplication) vs Or (Addition)

And is used to link two independent events. If you need to choose a shirt and a pair of trousers from m shirts and n pairs of trousers, then for every shirt chosen, you can choose from n different pairs of trousers. So, for m shirts you can have m
×\times nways of dressing up.
In other words, number of ways to select a shirt and a pant
== m ×\times n

Or is used to add up different acceptable events. If you need to choose a shirt or a pant from m shirts and n pairs of trousers, there is only
11 item to be selected from a total of m + n items.
In other words, number of ways to select a shirt or a pant
== m ++ n

Example 11

Hanuram has 33 bats - cricket bat, baseball bat, softball bat, and 33 balls - cricket ball, baseball and softball.
(I) In how many different ways can Hanuram choose a bat and a ball from this set?
(II) If Hanuram is allowed to choose only
11 item, then in how many ways can he choose a bat or a ball?

Solution

Case I: Hanuram has to choose 11 bat and 11 ball. As there are 33 bats and 33 balls, there are 33 ways in which he can choose a bat and 33 ways in which he can choose a ball. Using blanks, the number of ways of
choosing a bat and a ball
=3×3=9= \underline{3} \times \underline{3} = 9

Case II: In this case also Hanuram has
33 choices for bats and three choices for balls. However, he needs to pick only 11 item. As there are a total of 3+3=63 + 3 = 6 items, he can choose in 66 ways.

Answer: (I)
99; (II) 66

Examples
1212 and 1313 involve addition and multiplication (and as well as or).

Example 12

Maran has 33 formal shirts, 44 formal trousers, 55 t-shirts, 66 jeans, 22 pairs of formal shoes and 33 pairs of sandals. He can either dress up all formal - wearing a formal shirt with formal trousers and a pair of formal shoes, or dress up casual - wearing a t-shirt with jeans and a pair of sandals. In how many ways can Maran get dressed for the party?

Solution

Maran can dress formally or casually for the party. So, we need to add the number of ways he can dress formally with those of casually. To dress formally, he has to wear a formal shirt and formal trousers and a pair of formal shoes. So, we multiply the number of different items of each type he has.
Number of ways of dressing up formally for the party =3×4×2=24= \underline{3} \times \underline{4} \times \underline{2} = 24

Likewise to dress casually, he has to wear a t-shirt and jeans trousers and a pair of sandals.
Number of ways of dressing up casually for the party
=5×6×3=90= \underline{5} \times \underline{6} \times \underline{3} = 90

Total number of ways in which he can dress formally or casually
=24+90=114= 24 + 90 = 114

Answer:
114114

Example 13

How many 44-digit even numbers exist such that no two digits are the same?

Solution

To solve these questions, we first need to understand where the condition is and begin by filling the blanks with the conditions. The condition lies in the thousands digit (which cannot have 00, as it would make it a 33-digit number) and units digit (which needs to be even). So, we can have 22 approaches here. Approach 1 starts with the thousands digit and Approach 2 starts with the units digit.

Approach 1: When we begin with the thousands place, what goes into this impacts the number of ways in which you can fill the units place. Therefore, we break the thousands place cases on the basis of the condition governing the units place. Note that no repetition of digits is allowed.

Cases where thousands place is even
Thousands can be filled by either of the non-zero even digits (
2,4,6,82, 4, 6, 8). After this, we are left with 44 even digits (including 00) to fill the units place. We can then fill the hundreds place with either of the 88 remaining digits, which leaves us with 77 digits for the tens place. Number of Permutations =4×8×7×4=896= \underline{4} \times \underline{8} \times \underline{7} \times \underline{4} = 896

Cases where the thousands place is odd
Thousands place can take any of the
55 odd digits (1,3,5,7,91, 3, 5, 7, 9). Units place can take any of the 55 even digits (2,4,6,8,02, 4, 6, 8, 0). The hundreds and tens places can take 88 and 77 digits respectively. Number of Permutations =5×8×7×5=1400= \underline{5} \times \underline{8} \times \underline{7} \times \underline{5} = 1400

Total Permutations
=896+1400=2296= 896 + 1400 = \bold{2296}

Approach 2: The thousands place cannot be
00. Here, we start with filling the units digit and break into two cases – one where the units place is 00 and the other where it is not.

Cases where Units place is 0
11 way to fill the units place. The thousands, hundreds and tens can be filled in 9, 89, \space 8 and 77 ways respectively.
Number of Permutations
=9×8×7×1=504= \underline{9} \times \underline{8} \times \underline{7} \times \underline{1} = 504

Cases where Units is place is not 0
44 ways to fill units place (2,4,6,82, 4, 6, 8). Thousands place can be filled in 88 ways (digits other than 00 and that occupying the units place). The hundreds and tens places can take 88 and 77 digits respectively. Number of Permutations =8×8×7×4=1792= \underline{8} \times \underline{ 8} \times \underline{7} \times \underline{4} = 1792

Total Permutations
=504+1792=2296= 504 + 1792 = \bold{2296}

Answer:
22962296

Loading...Loading Video....