Savage,
You are still off mathematically, but I do thank you for providing this exercise as I actually re-learned something, and it does result in a simplification of what I had way above...
So to make sure everyone is falling and to confirm you and I are on the same page...
From the beginning of that site:
One can calculate the probability of drawing at least ONE of a SET of TARGET cards from a deck by using the following formula.
in which D=deck size, T=number of target cards and H=number of cards to be drawn into the hand:
probability=1-((((D-T)!)-((D-T-H))!))/((D!)-((D-H)!)-1))
Notice how this equation looks very different from Savages. This is the thing I was trying to get too... what Savage was doing was actually WRONG once you expanded it beyond 1 Count of 1 Card.
I was hoping that once he realized the complexity of TWO targets that his method was off base.
Now if we step back and use this equation for ONE target (20 Pillars)
This is what that equation says:
The probability of a Pillar showing up in a 1 card draw = 33.3%
The probability of a Pillar showing up in a 2 card draw = 55.9%
The probability of a Pillar showing up in a 3 card draw = 71.1%
...
The probability of a Pillar showing up in a 7 card draw = 95.1%
Now if we use this equation for our second target (6 SoBr)
The probability of a SoBr showing up in a 7 card draw = 54.1%
Now this is fine for 1 TARGET but only accounts for 1 TARGET.
Explaining the equation:
Now many posts above I had a really broken down version of what's coming next. To add 2 or more targets, this is the thing I've learned, apparently one just needs to apply the JOIN PROPERTY to EACH EVENT. Fortunately, this equation is already handling each event.
The Join Property says:
P(A n B) = P(A) P(B)
So now we just need to join the probability of each event occurring
Or
probability(2)= (1-((((D-T)!)-((D-T-H))!))/((D!)-((D-H)!)-1))) * (1-((((D-T(2))!)-((D-T(2)-H))!))/((D!)-((D-H)!)-1)))
Or simply in this instance
95.1% * 54.1% = 51.4% That both a SoBR and a Pillar Show up in the first 7 cards.