Step 1: Set up the rule.
We use $P(A\cup B) = P(A) + P(B) - P(A\cap B)$. The total ways to pick 3 from 10 is $\binom{10}{3} = 120$.
Step 2: Event A, minimum is 3.
Fix 3, then pick 2 more from $\{4,\ldots,10\}$ (7 numbers): $\binom{7}{2} = 21$.
Step 3: Event B, maximum is 7.
Fix 7, then pick 2 more from $\{1,\ldots,6\}$ (6 numbers): $\binom{6}{2} = 15$.
Step 4: Overlap, min 3 and max 7.
Fix both 3 and 7, then pick 1 from $\{4,5,6\}$: $\binom{3}{1} = 3$.
Step 5: Combine the counts.
Favorable $= 21 + 15 - 3 = 33$.
Step 6: Find the probability.
\[ P = \frac{33}{120} = \frac{11}{40} \] \[ \boxed{\tfrac{11}{40}} \]