*snip*
What you did won't quite work. Why it won't work is rather hard to explain, but basically you just overcount some things. However, it should get you in the ballpark, and when I when back and ran the more likely successful hands, the number was distinctly higher than I gave before (ballparking it as somewhere in the 30s). The formulas I gave are correct, so I must have entered them wrong. Unfortunately, I'm not at a computer where running them again would be easy, so I'll have to get back to you on the exact numbers.
I did also forget about the possibility of drawing the discord on the turn you play it, so that would raise it a bit as well (same goes for wings).
My formulas give the complete chances of getting them, but for most purposes that's overkill (ie it includes hands like 7 pendulums and 1 discord). The way they're setup is to run over all the ranges for pendulums and discords that would be considered successful. The curly brackets are the {variable sum is over, starting value, ending value}.
Just to show one example *so the formulas are a bit easier to understand), let's look at the chances of having 8 cards with exactly 3 pendulums and 1 discord.
ncr[10,3] (number of ways to get exactly 3 pendulums) * ncr[3,1] (number of ways to get exactly 1 discord) * ncr[17,4] (number of ways to get remaining 4 cards that aren't discords or pendulums) / ncr[30,8] (divide by total number of hands)
=14.6% chance to have exactly 3 pendulums and 1 discord.
So you have to go through and calculate the probabilities for all other successful hands (4 pends 1 discord, 3 pends 2 discords, etc) and add them up.
PS- I'm not trying to argue, I just like trying to teach people who are interested new things.
I will post statistics of actual victories when I have them; likely I will test the decks against each other 30 times to get an accurate win%.
You seem to understand math pretty well. So you should know that 30 games is a very, very, small sample size and that it will not get you an accurate win %.
It should be enough to get you in the ballpark though. Obviously it won't be exact, but it will most likely be within 10% or so of the right answer.