Suppose an urn contains 10 balls numbered from 1 to 10. Someone draws 3 balls simultaneously from the urn (i.e. without replacement.) What is the probability that the lowest number drawn is 2?

(8C3)/(10C3) but I know that is wrong. I also tried ((8C3)+(7C3)+(6C3))/(10C3)