CAT 2003 Slot 1 — QA Question 34
Permutation & CombinationEasy
How many three digit positive integers, with digits x, y and z in the hundred's, ten's and unit's place respectively, exist such that x < y, z < y and x ≠ 0?
Answer & solution
Correct answer: 240
- A
245
- B
285
240
- D
320
Solution
x, y and z are at hundred’s , ten’s and unit's position in a three digit number.
Both x and z have to be less than y.
When y = 9, then x can take values from 1 to 8 and z can take values from 0 to 8.
∴ Total number of ways in which this number can be written when y is 9 = 8 × 9 = 72
The table given below represents the number of ways of writing this number for all possible values of y from 2 to 9.
âââââââ
∴ Total number of ways = 72 + 56 + 42 + 30 + 20 + 12 + 6 + 2 = 240
Hence, option (c).
Related Permutation & Combination questions
- There are 6 boxes numbered 1, 2,..., 6. Each box is to be filled up either with …
- A graph may be defined as a set of points connected by lines called edges. Every…