You didn't sat whether each card is replaced back in the deck after it's picked. That makes a big difference. However, the way the question is worded ("pick 10 cards ... from a deck") makes it sound like you are picking a set of 10 cards and keeping them out -- i.e., WITHOUT replacement. So let's assume that.
In each suit, there are 3 face cards, out of 13. Since the distribution is the same in all suits, that means that the probability of picking a face card when you pick the first card is 3/13, or 12/52
After you've picked the first card, if it's a face card then there are only 11 faces cards left, out of a total of 51. So the probability of the next card also being a face card is 11/51.
Keep going like that for all ten picks, and you end up with the following probability:
12 11 10 3
--- x --- x --- x ... x ---
52 51 50 43
Another way to express this is to see that the numerator is 12! / 2! and the denominator is 52! / 42!
So it would be (12! / 2!) / (52! / 42!) = (12! 42!) / (2! 52!)
Michael F.
09/14/15