CAT 2023 Slot 2 — DILR Question 20
Answer the following questions based on the information given below:
There are nine boxes arranged in a 3×3 array as shown in Tables 1 and 2. Each box contains three sacks. Each sack has a certain number of coins, between 1 and 9, both inclusive.
The average number of coins per sack in the boxes are all distinct integers. The total number of coins in each row is the same. The total number of coins in each column is also the same.
âââââââ
Table 1 gives information regarding the median of the numbers of coins in the three sacks in a box for some of the boxes. In Table 2 each box has a number which represents the number of sacks in that box having more than 5 coins. That number is followed by a * if the sacks in that box satisfy exactly one among the following three conditions, and it is followed by ** if two or more of these conditions are satisfied.
- The minimum among the numbers of coins in the three sacks in the box is 1.
- The median of the numbers of coins in the three sacks is 1.
- The maximum among the numbers of coins in the three sacks in the box is 9.
In how many boxes do all three sacks contain different numbers of coins?
Answer & solution
Answer: 5
Easy
Same solved grid. A box counts only if all three sack-values are distinct — i.e. no repeated number among its three sacks.
Distinctness of each box's three sacks:
| Box | Sacks | All different? |
|---|---|---|
| C1R1 | 1, 1, 7 | — (two 1s) |
| C1R2 | 1, 2, 9 | ✓ |
| C1R3 | 7, 8, 9 | ✓ |
| C2R1 | 3, 9, 9 | — (two 9s) |
| C2R2 | 1, 2, 3 | ✓ |
| C2R3 | 1, 8, 9 | ✓ |
| C3R1 | 1, 6, 8 | ✓ |
| C3R2 | 9, 9, 9 | — (all 9s) |
| C3R3 | 1, 1, 1 | — (all 1s) |
Boxes with three different sack-counts: C1R2, C1R3, C2R2, C2R3, C3R1 — five in all.