Step 1: Understanding the Concept:
We are forming 3-digit numbers using 3 distinct digits without repetition.
There are \(3! = 6\) such numbers. We need to find their sum. Step 2: Key Formula or Approach:
The sum of all \(n\)-digit numbers formed by \(n\) distinct digits without repetition is given by:
\[ \text{Sum} = (n-1)! \times (\text{Sum of digits}) \times (111\dots \text{n times}) \]
Step 3: Detailed Explanation:
The given digits are 3, 5, and 7.
Number of digits \(n = 3\).
Sum of the digits = \(3 + 5 + 7 = 15\).
Apply the formula:
\[ \text{Sum} = (3-1)! \times (15) \times 111 \]
\[ \text{Sum} = 2! \times 15 \times 111 = 2 \times 15 \times 111 \]
\[ \text{Sum} = 30 \times 111 = 3330 \]
Step 4: Final Answer:
The sum is 3330.