To calculate in how many ways the vacancies can be filled, we'll be using combinations and permutations.
a) Any two candidates: C(10,2)
Answer: 45 ways
b) Any two of the right-leading candidates: C(4,2)
Answer: 6 ways
c) With one right-leaning and one left-leaning: C(4,1)*C(3,1)
Answer: 12 ways