Okay so, like I said there are m cards, n of which are marked. k cards are selected at random, what is the probability of l being marked out of the k cards chosen.
So for the sample space cardinality I put n choose k.
And for the event cardinality I did m choose l {To account for the marked card combinations} multiplied by (n-m) choose (k-l) { to account for the unmarked card combinations.
So P(E) = |sample space| / |event|.
Is this correct? If not am I on the right track?