Approach: Instead of adding \(\binom{6}{0}+\binom{6}{1}+\binom{6}{2}\) directly, use the symmetry of Pascal's Triangle: choosing \(k\) sauces out of 6 has the same count as choosing \(6-k\) sauces, and all 7 possible subset sizes (0 through 6) must add up to \(2^6 = 64\).
Step 1: Fixed choices. Sandwich type, bread, size: \(5 \times 4 \times 2 = 40\) ways.
Step 2: Sauce count via symmetry. By symmetry, the number of subsets of size 0, 1, 2 equals the number of subsets of size 6, 5, 4 respectively, and the middle size, 3, is left over. So
\[ 2^6 = 2\big[\text{(subsets of size 0, 1 or 2)}\big] + \binom{6}{3}. \]
Since \(\binom{6}{3} = 20\), this gives
\[ 64 = 2(\text{sauce count}) + 20 \Rightarrow \text{sauce count} = \frac{64-20}{2} = 22. \]
Step 3: Combine. \(40 \times 22 = 880\).
\[ \boxed{880} \] option (3).