a) There are 5 unfavorable outcomes (10 of clubs + any of the four Aces). This means the first card has a (52-5)/52 = 47/52 chance of being a favorable outcome.
b) In this case, 4/52 chance of drawing an Ace on the first draw, leaving 48 non-Aces for the 2nd draw, which is drawn from the 51 remaining cards:
4/52 * 48/51 = 192/2652 (reduce or convert to decimal as needed)
c) At least one diamond -- that means the first card can be a diamond, OR the 2nd card can be a diamond, or BOTH can be a diamond. We can solve more easily by taking (1 - inverse condition) which is (1 - (probability of NO diamonds in two draws)):
1 - (39/52)(38/51) = 1 - 1482/2652 = 1170/2652 (reduce, convert as needed)
---
The long way is to consider each case and add the probabilities (D = diamond drawn): P(at least one D) = P(D)*P(not D) + P(D)P(D) + P(not D)P(D)
(13/52)(39/51) + (13/52)(12/51) + (39/52)(13/51) = (507+156+507)/2652 = 1170/2652 (same as before)
----
d. Here the first draw establishes the suit, and the 2nd draw must not match. So really it is only the 2nd draw you need to look at, or we can say the first card has "some suit" with probability 1 and include it: (52/52) * (39/51)
... by now you should get the idea: for each problem you need to consider (and count, or compute) the number of favorable outcomes and divide that number by the total number of possible outcomes. Remember the denominator is 52 on the first draw, 51 on the 2nd draw because you are not replacing cards.
Good luck.