this for odds masters
17 posts
• Page 1 of 2 • 1, 2
this for odds masters
I know that this is a poker page but a friend told this would be a good place to post my question because it has to do with odds theory. that said I am a Magic the Gathering player and i am thrying to figure out what the formula of draw a paticular card when i have drawn X cards is. The deck is 60 cards. Idon't know how much more info you need so just ask. any help woiuld be Great and much apriciated. thanks
- redwizard
- Posts: 3
- Joined: Tue Dec 21, 2004 5:36 am GMT
- Location: da' burgh
(# of copies of your card) / (60 - (number of cards drawn))
Ie, say you draw your first seven cards and get no lands, but you know there are, say 15 lands in the deck. Your odds of drawing any land on the next card are = 15/53, or about 2.5 to 1 against.
Or, let's say you've drawn 20 cards so far, but you really need to draw the one Force of Nature in your deck. The odds of course would be 1/40, or 39-to-1 against.
Is that what you were asking?
Ie, say you draw your first seven cards and get no lands, but you know there are, say 15 lands in the deck. Your odds of drawing any land on the next card are = 15/53, or about 2.5 to 1 against.
Or, let's say you've drawn 20 cards so far, but you really need to draw the one Force of Nature in your deck. The odds of course would be 1/40, or 39-to-1 against.
Is that what you were asking?
-

xDiamond_CutteRx - Moderator
- Posts: 4703
- Joined: Sat Mar 05, 2005 5:26 am GMT
- Location: Northern California
-

xDiamond_CutteRx - Moderator
- Posts: 4703
- Joined: Sat Mar 05, 2005 5:26 am GMT
- Location: Northern California
-

MasterShake - Posts: 1745
- Joined: Sun Apr 18, 2004 8:28 pm GMT
- Location: Somewhere between Caribou and New Haven.
Diamond, you are an excellent poster.
I think what you wanted here was "what are the chances of drawing 0-7 lands when I have a deck of x lands and y total cards?"
That would involve figuring out the chance to have a starting hand of 0, 1, 2, 3, 4, 5, 6, and 7 lands (assuming an initial draw of 7 cards), I think? You would have to do each of those seperately, I think. Is there any other way?
By the way, red, it's much easier to break up this calculation into just two clases, lands and non-lands. You start breaking lands up into five different things and then break up your non-lands into whatever then the math to calculate initial drawing chances are much, much tougher. In other words, nobody's going to figure that one out for ya.
Anyway, here's my solution with just algebra for the "chance of having __ lands in a starting hand, given x lands and y total cards.
It should spit out the probablity (multiply it by 100 to get a percent) of drawing 0 - 7 lands. Look right?
Did I use the f(y) there correctly? I think you get the idea, but I haven't used the actual function notation in a while..
I could've used the number of cards drawn as a variable (like if you took a mulligan and only drew 6 cards, you dork), but the equations would be extra messy and they're tough enough to look at as it is.
I think what you wanted here was "what are the chances of drawing 0-7 lands when I have a deck of x lands and y total cards?"
That would involve figuring out the chance to have a starting hand of 0, 1, 2, 3, 4, 5, 6, and 7 lands (assuming an initial draw of 7 cards), I think? You would have to do each of those seperately, I think. Is there any other way?
By the way, red, it's much easier to break up this calculation into just two clases, lands and non-lands. You start breaking lands up into five different things and then break up your non-lands into whatever then the math to calculate initial drawing chances are much, much tougher. In other words, nobody's going to figure that one out for ya.
Anyway, here's my solution with just algebra for the "chance of having __ lands in a starting hand, given x lands and y total cards.
x = number of lands in the deck
y = total number of cards in the deck
z =number of non-land cards in the deck = (y-x)
f(y) = combinations of seven cards = y! / ((y-7)! * 7!)
7 lands - ( x! / ((x-7)! * 7!) ) / f(y)
6 lands - ( x! / ((x-6)! * 6!) ) (z) / f(y)
5 lands - ( x! / ((x-5)! *5!) ) ( (z)(z-1)/2 ) / f(y)
4 lands - ( x! / ((x-4)! *4!) ) ( z! / ((z-3)! * 3!) ) / f(y)
3 lands - ( x! / ((x-3)! *3!) ) ( z! / ((z-4)! * 4!) ) / f(y)
2 lands - ( (x)(x-1)/2 ) ( z! / ((z-5)! * 5!) ) / f(y)
1 land - (x) ( z! / (z-6)! * 6! ) / f(y)
0 lands - ( z! / (z-7)! * 7! ) / f(y)
It should spit out the probablity (multiply it by 100 to get a percent) of drawing 0 - 7 lands. Look right?
Did I use the f(y) there correctly? I think you get the idea, but I haven't used the actual function notation in a while..
I could've used the number of cards drawn as a variable (like if you took a mulligan and only drew 6 cards, you dork), but the equations would be extra messy and they're tough enough to look at as it is.
Last edited by Adamm on Thu Sep 14, 2006 5:09 pm GMT, edited 4 times in total.
-

Adamm - Admin
- Posts: 758
- Joined: Tue Jan 21, 2003 6:03 am GMT
- Location: Pittsburgh
looks right to me....if you wanna stick in the chances for paris mulligans, you can make all those 7's a new variable...of course you'll have fewer equations since you can't have 7 lands when yer hand size is only 6...btw, mtgo has a little stats button that cranks this crap out for you....by turn number also
...however, their accuracy is to the nearest percentage
-

Sid Lambert - Posts: 718
- Joined: Wed Sep 17, 2003 2:52 pm GMT
I'm about 99% sure those formulae are correct, Adam. I knew I was missing a factorial in the terms somewhere, and I couldn't find the right formula since I lent my Probability Theory book to a guy who needed it for summer school. Thanks for clearing up the question.
-

xDiamond_CutteRx - Moderator
- Posts: 4703
- Joined: Sat Mar 05, 2005 5:26 am GMT
- Location: Northern California
Problems??? with equations
there are a few problems with the math. here are some that i have found
if goes into the realm of " In other words, nobody's going to figure that one out for ya. :D " or i have to learn calculus then dn't worry about it.
first one is what happens if there are exactly 7 lands in the deck because the equation makes you divide by 0. but u can use logic to find out the percantage since there is only one possible hand of getting exact same cards.
so proablity is 1/ f(y).
the other is when ther are less than 7 'lands' in the deck since the first equation( the funtction to find 7 lands) makes a negative number but in using logic it is impossible
plus i used 4 for the lands value and came up with 0 lands of about 60 % and the % for finding 1 to be about 50 % defies logic.????
i double check my number but will triple check them tommorrow
once again thanks very much for the help so far
if goes into the realm of " In other words, nobody's going to figure that one out for ya. :D " or i have to learn calculus then dn't worry about it.
first one is what happens if there are exactly 7 lands in the deck because the equation makes you divide by 0. but u can use logic to find out the percantage since there is only one possible hand of getting exact same cards.
so proablity is 1/ f(y).
the other is when ther are less than 7 'lands' in the deck since the first equation( the funtction to find 7 lands) makes a negative number but in using logic it is impossible
plus i used 4 for the lands value and came up with 0 lands of about 60 % and the % for finding 1 to be about 50 % defies logic.????
i double check my number but will triple check them tommorrow
once again thanks very much for the help so far
- redwizard
- Posts: 3
- Joined: Tue Dec 21, 2004 5:36 am GMT
- Location: da' burgh
redwizard wrote:first one is what happens if there are exactly 7 lands in the deck because the equation makes you divide by 0. but u can use logic to find out the percantage since there is only one possible hand of getting exact same cards.
so proablity is 1/ f(y).
the other is when ther are less than 7 'lands' in the deck since the first equation( the funtction to find 7 lands) makes a negative number but in using logic it is impossible
True, you can break the equation. It's not quite a computer program, it's math. Which came before computers, I think.
Plugging in exact values or negative values (or imaginary numbers, or fractions, etc.) will make the result kooky. I guess I could describe a bunch of parameters for the values like x cannot be greater than y and x can't be = 0, etc. Some common sense will have to be in there sometimes when values are 0 or 1 and the equation doesn't work.
redwizard wrote:plus i used 4 for the lands value and came up with 0 lands of about 60 % and the % for finding 1 to be about 50 % defies logic.????
I think the only way to respond to that is, "what?"
-

Adamm - Admin
- Posts: 758
- Joined: Tue Jan 21, 2003 6:03 am GMT
- Location: Pittsburgh
redwizard...i like that your profile says
i like settling too, but i dunno if its manly
Interests: other games manly settl'ing
i like settling too, but i dunno if its manly
-

Sid Lambert - Posts: 718
- Joined: Wed Sep 17, 2003 2:52 pm GMT
The answer depends on the amount of multi color lands your deck runs. The more tundras,karpulsan forests, and stomping grounds you run, the more likely it is to draw on more colors. In addition, cards like flooded strand improve your chances as well of getting the right colors.
As an aside, cards like birds of paradise that require you to wait a turn for mana do not count towards your mana sources.
theres a book called advanced mtg players guide which has some great insight. specifically the section by henry stern, and his hymn hymn i win deck.
As an aside, cards like birds of paradise that require you to wait a turn for mana do not count towards your mana sources.
theres a book called advanced mtg players guide which has some great insight. specifically the section by henry stern, and his hymn hymn i win deck.
- davepoker
- Posts: 76
- Joined: Tue Jul 04, 2006 1:58 am GMT
17 posts
• Page 1 of 2 • 1, 2
Return to Odds, Math, & Probability
Who is online
Users browsing this forum: No registered users and 0 guests

