The probability of a Gastonian on the first pick is 5/14.
The probability of a Gastonian on the second pick is 4/13.
Overall probability = 5*4/(14 * 13) = 10/91.
Another way to think of it uses the hypergeometric distribution and gets the same result: 5C2 / 14C2, where
nCr is the binomial coefficient of n pick r.