A string that contains only 0s,1s, and 2s is called a ternary string. How many strings of 10 ternary digits (0, 1, or 2) are there that contain exactly two 0s, three 1s, and five 2s? Generalize this to the number of ternary strings of length k with a 0’s, b 1’s, and c 2’s where a + b + c = k.