We need to find all 3-digit numbers from 100 to 999 where the sum of the digits is equal to the product of the digits.
There are 900 numbers in this range. Only 6 such numbers satisfy the condition (e.g., 123, 132, etc.).
So, probability = $\dfrac{6}{900} = \dfrac{1}{150}$.