A phrase using the numbers 3, 5, and 2: "The sum of 3 and 5 multiplied by 2."
Numerical expression: (3 + 5) \times 2
```
[SOLUTION]
16
[STEP-BY-STEP]
1. Compute the sum of 3 and 5.
3 + 5 = 8
2. Multiply the result by 2.
8 \times 2 = 16
Answer: 16
```