Ok, someone pm'd for an answer ... let's see if I can answer part a) ...
1] I draw two cards. My outcomes are:
A A
A xA
xA A
xA xA
The chance of getting A A is 4/52 and 3/51 or 12 / 2652
The chance of getting A xA is 4/52 and 48/51 or 192 / 2652
The chance of getting xA A is 4/52 and 48/51 or 192 / 2652
The chance of getting xA xA is 48/52 and 47/51 or 2256 / 2652
The the chance of getting at least 1 Ace is 396 / 2652 (14.9%)
As it turns out, I have given enough information above to work out this part too.
In the bolded line, the numbers 4 and 48 should reverse locations, right?
I look at both cards and I tell you that I have at least 1 Ace.
b) What is the probability that I have another Ace?
Well, as you said:
The the chance of getting at least 1 Ace is 396 / 2652 (14.9%)
In a sense, though, we only really care about those 396 cases, right?
Out of those cases, 12 of them had us picking 2 Aces.
So, would we say that the probability of having a second Ace would be 12 / 396?
You can also use this method ...
P(at least 1 Ace) = 1 - P(No Aces) = 1 - 2256 / 2652.
This is particularly useful if I change the question to:
What is the probability of having an A if I draw 20 cards from a 52 card deck? No one wants to use the 'brute force and stupidity' method I outlined above when there are 20 cards involved.
Okay, it's a bit confusing here, since the P(No Aces) value that you substituted seems to apply for a different case than when 20 cards are drawn, if I understand things correctly.
Presumaly, if I follow what you are doing, then we'd want to calculate P(No Aces) for drawing 20 cards, which should be something like:
(48/52 * 47/51 * 46/50 * 45/49 * ... * 30/34 * 29/33)
Then you'd subtract that value from "1" in order to get the probability of finding at least one Ace.
Presumably, there is a formulaic way of displaying this series of fractions?
Also, is there a simple method of entering the calculation into a calculator or a program like MatLab without simply typing out all of the fractions?
Extending that question, can you answer how you would solve it if you were asked: What would you do if you were asked for the probability of having exactly 3A if you draw 20 cards from a 52 card deck?