Product of digits of 3-digit numbers

CAT 2020 Slot 1 · QA · Medium · Number Theory

How many 3-digit numbers are there, for which the product of their digits is more than 2 but less than 7?

(TITA)

Answer

21

Explanation

We need to find the number of 3-digit numbers whose digit product PP satisfies 2<P<72 < P < 7, i.e., P{3,4,5,6}P \in \{3, 4, 5, 6\}.

Let the 3-digit number be abcabc, where a{1,2,,9}a \in \{1, 2, \dots, 9\} and b,c{0,1,,9}b, c \in \{0, 1, \dots, 9\}. Since P>2P > 2, none of the digits can be 0.

  • Case 1: Product = 3 Digits must be a permutation of {1,1,3}\{1, 1, 3\}. Number of arrangements =3!2!=3= \frac{3!}{2!} = 3.

  • Case 2: Product = 4

    • Set {1,1,4}\{1, 1, 4\}: 3!2!=3\frac{3!}{2!} = 3 numbers.
    • Set {1,2,2}\{1, 2, 2\}: 3!2!=3\frac{3!}{2!} = 3 numbers. Total for Product 4 =3+3=6= 3 + 3 = 6.
  • Case 3: Product = 5 Digits must be a permutation of {1,1,5}\{1, 1, 5\}. Number of arrangements =3!2!=3= \frac{3!}{2!} = 3.

  • Case 4: Product = 6

    • Set {1,1,6}\{1, 1, 6\}: 3!2!=3\frac{3!}{2!} = 3 numbers.
    • Set {1,2,3}\{1, 2, 3\}: 3!=63! = 6 numbers. Total for Product 6 =3+6=9= 3 + 6 = 9.

Summing all cases: 3+6+3+9=213 + 6 + 3 + 9 = 21.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace