Forum
A place to discuss topics/games with other webDiplomacy players.
Page 451 of 1419
FirstPreviousNextLast
Carpysmind (1423 D)
31 Dec 09 UTC
Game Play Question
If you have one unit moving to “bounce” while you have another unit holding the moving unit what happens?
18 replies
Open
StevenC. (1047 D(B))
31 Dec 09 UTC
A New Game.....
http://webdiplomacy.net/board.php?gameID=17890
9 replies
Open
Crazyter (1335 D(G))
01 Jan 10 UTC
Live Game New Years
anyone wanna play live now 5 min phases with talking? Committed players only. No CDs please!!!
5 replies
Open
curtis (8870 D)
01 Jan 10 UTC
New Gunboat 5 pt 5 min game... come join
http://webdiplomacy.net/board.php?gameID=17944
6 replies
Open
SpeakerToAliens (147 D(S))
01 Jan 10 UTC
Happy Easter and all the best for 1982... C U at the bonfire next week and don't forget your swimsui
Hope you all have a Happy New Decade.

P.S. Dear "year zero" pedants: I know! I know! It's a year early. I don't want to hear it.
1 reply
Open
denis (864 D)
31 Dec 09 UTC
Happy New Years!!!
As the time of the new years travels across the world post here!!!!
10 replies
Open
orathaic (1009 D(B))
31 Dec 09 UTC
Climate change?

http://news.bbc.co.uk/2/hi/science/nature/8430276.stm
see inside...
19 replies
Open
`ZaZaMaRaNDaBo` (1922 D)
31 Dec 09 UTC
Hardy Partiers
Live game. gameID=17937
2 replies
Open
klokskap (550 D)
31 Dec 09 UTC
Last Live Game of 2009
5 minutes/phase, Anonymous, Gunboat. If this sounds like your kind of fun, join up!

gameID=17932
6 replies
Open
surf (171 D)
31 Dec 09 UTC
Rules Question
I convoyed a unit from Edinburgh to Norway. Russia moved an army from St Petersburg to Norway. The fleet in North Sea doing the convoying was unattacked. I thought and still think that this is a standoff, yet the computer moved the unit into Norway from St. Petersburg. Am I wrong? Can someone give me a reference indicating why? Thanks.
4 replies
Open
dave bishop (4694 D)
31 Dec 09 UTC
Riddle/maths question
20 decks of cards
one random card drawn from each deck.
What are the chances that exactly one pair (no more or less) comes up?
Could you find an equation to find chances of exactly n pairs coming up?
Guttersniper (100 D)
31 Dec 09 UTC
It's a version of the birthday problem. I don't really want to try figuring out how to solve it, but you can read up on it here: http://en.wikipedia.org/wiki/Birthday_problem.
Draugnar (0 DX)
31 Dec 09 UTC
Actually, it is a step beyond the birthday problem. We went through the birthday problem and moved it to cards to make the maths easier in another thread. But this goes a step further by limiting the number of matches.
TheGhostmaker (1545 D)
31 Dec 09 UTC
This is quite easy, I reckon. I'll come back with the answer in a few mins.
TheGhostmaker (1545 D)
31 Dec 09 UTC
Given k decks of j cards, we want the chances of n pairs coming up.

The number of ways of having a unordered pile of k cards (i.e. one from each deck) so that there are n pairs in the pile is:

jCn x (j-n)C(k-2n). jCn is counting the number of options for n pairs cards that are the same, then (j-n)C(k-2n) picks the remaining distinct cards.

To find the number of different ordered lines of k cards, we must find the number of permutations of k cards with n pairs in them
This is k!/2^n, k! being the number of permutations when all cards are different, and then divide by 2 for every pair.

So the number of different ways we can draw exactly n pairs is:

jCn x (j-n)C(k-2n) x k!/2^n.

So to find the probability, we just divide by the total number of possibilities: j x k.
leaving us:
P(n pairs from k decks of j)=jCn x (j-n)C(k-2n) x k!/(j x k x2^n)

Which can be simplified a bit, of course.
TheGhostmaker (1545 D)
31 Dec 09 UTC
For 1 pair and 20 decks of 50, I got 1.697E+30
TheGhostmaker (1545 D)
31 Dec 09 UTC
which is clearly dodgy, so I'm gunna have to check my spreadsheet.
TheGhostmaker (1545 D)
31 Dec 09 UTC
Because it should be j^k as the total number of possibilities, silly me.
denis (864 D)
31 Dec 09 UTC
I wish I was as good as math... I am technically two years ahead ( algebra 2 freshman year) but i am not good at math by any means I guess I'm just good at passing classes...
denis (864 D)
31 Dec 09 UTC
As good as that at math is what I meant
TheGhostmaker (1545 D)
31 Dec 09 UTC
I now get 0.08445968. Hopefully there aren't any lingering errors in that.
orathaic (1009 D(B))
31 Dec 09 UTC
ok, for 20 decks of 52 cards, each with 4 cards of the same number... Usually a pair in a card game is like "a pair of 3's" so suit doesn't matter.

thus you have the equivalent system of 20 decks of 13 cards, and it is not possible for you to draw only one pair.

In the system decsribed above - 20 deck, one random card drawn from each deck, asusme you randomly draw an Ace from the first deck, 2, 3, 4, 5... from the next 11 decks. You draw a king from the 13th deck, and from the 14th deck you are guarenteed to make a pair. - I might point out that if you didn't want to use the normal definition of 'pair' you could probably have avoided tlakign about cards at all..

So let's assume you require that we match both number AND suit.
your chances of drawing a card from the 1st deck are 100%
you then have 19 chances of making an exact match - each chance is 1/52 - that is 19/52 chance of making a exact pair (at least)

Now given that you draw a pair, the specific card doesn't matter, and the order that you draw the cards in doesn't matter. Thus Assuming you draw a pair from any two decks - What is the chance that every other drawn card will be unique.

you've got 18 cards to draw, and each must not match either each other or the 1 pair you have drawn - is this an easier problem?
orathaic (1009 D(B))
31 Dec 09 UTC
51/52 chance of the first card not matching the one pair you have.
50/52 of the next card still not making a pair...


so we have (19/52) * (51*50*49*48*47*46*45*44*43*42*41*40*39*38*37*36*35*34) / 52^18 - 0.008446 which i think doesn't take into account the number of combinations in which this can occur... em...
orathaic (1009 D(B))
31 Dec 09 UTC
though that it matches ghostmaker's answer except by a factor of 10 suggests to me that i've got it right.
orathaic (1009 D(B))
31 Dec 09 UTC
yeah, my 19/52, and 51*50*...*34 / 52^18 don't care what orders they happen in; but i'm not sure i fully understand the combination thing - would appreciate if anyone can explain it to me.
orathaic (1009 D(B))
31 Dec 09 UTC
- not combinaiton, arrangments...
orathaic (1009 D(B))
31 Dec 09 UTC
the alternative route to an answer is work out the probability of at least 1 match, then subtract the probability of more than 1 match.

at least one would be: draw card - second card matching is 1/52
assuming you you haven't gotten a match you add the chance the third card will match either: 2/52 by the probability that you haven't gotten a match (which is 1 - 1/52) = 2/52 * 51/52
assuming you still don't have a match, we add the chance of a match on the third card 3/52*(1 - 51/52 - 2/52*51/52 )... and so on. (this seems longer and harder to do - and is therefore wrong :P )
Le_Roi (913 D)
31 Dec 09 UTC
Couldn't you just do...

1-((51/52) x (50/52) x (49/52) x (48/52) etc, etc, to (33/52)) ?

No, that'd give you the chance that at least one pair was drawn.
If you want a single pair, uh...give me some time. I doubt I'll do this. But meanwhile, he's another one I'd like an answer to.

A test has 20 questions, all of them multiple choice. Each question has 5 answers; A, B, C, D, and E. I would like to know the probability of getting exactly 12 of them E's.
TheGhostmaker (1545 D)
31 Dec 09 UTC
P(12 Es)=(0.2^12)*(0.8^8)*20C12=8.66*10^-5
orathaic (1009 D(B))
31 Dec 09 UTC
Ghost, does that not sound very small?

12/20 is pretty high. so to satisfy my reasoning skills, the average would be 4/20.
once you start deviating from this average you very quickly move to unlikely results. (that would be the normal of the distribution) there is obviosuly 1 possible test with all answers being E, however there are ~95,360,000,000,000 possible different solutions, so 1 is very small and unlikely.

How do we get a feel for the likelyhood of 12 rather than 20? any suggestions?
TheGhostmaker (1545 D)
31 Dec 09 UTC
Then again the odds are very small too.


TheGhostmaker (1545 D)
31 Dec 09 UTC
For a specific orientation of the 12 Es and 8 Not Es, the odds are clearly (0.2^12)*(0.8^8). Then you just multiply by the number of orientations, giving what I have above.
TheGhostmaker (1545 D)
31 Dec 09 UTC
Look up a binomial distribution table to check that one.
orathaic (1009 D(B))
31 Dec 09 UTC
i'm still confused by when it is necceasry to multiply by the orientations or not :(
TheGhostmaker (1545 D)
31 Dec 09 UTC
When you care about the order they come in, you don't, when you don't care, you do. :)
orathaic (1009 D(B))
31 Dec 09 UTC
but i'm fairly sure there is a way to count when you don't care about the order which includes that multiplication as an addition... i think...


25 replies
hellalt (80 D)
31 Dec 09 UTC
Fuck 2010!!
gameID=17935
anon wta 10 D 24hrs/turn
1 reply
Open
Kompole (546 D)
31 Dec 09 UTC
Thursday Live
Live game: 5 min/phase, WTA, anonymous, global chat.
http://webdiplomacy.net/board.php?gameID=17934

All welcome!
1 reply
Open
TheGhostmaker (1545 D)
31 Dec 09 UTC
Player of the Year 2009
Since I have a dump of game data for Ghost-Rating, and don't have to spend hours sifting through it any longer, I've compiled some Player of the Year awards for 2009. See inside.
40 replies
Open
BigZombieDude (1188 D)
29 Dec 09 UTC
Are variants likely on this site?
Im looking through GoonDip and played the practice 35 player WWIV map and wondered what the scope is to get 1 or 2 variants on here....probably alot of work, but im sure there are personalities here that would help :)
26 replies
Open
The_Master_Warrior (10 D)
31 Dec 09 UTC
New Game. 48 Hr PPSC All Chat Allowed 95 (D) buy-in. Anonymous players
http://webdiplomacy.net/board.php?gameID=17930
0 replies
Open
John.Galt (0 DX)
31 Dec 09 UTC
Live Gunboat!
gameID=17929

Join up people...
0 replies
Open
zrallo (100 D)
31 Dec 09 UTC
Live gunboat?
Anyone up for it?

http://www.webdiplomacy.net/board.php?gameID=17925
3 replies
Open
BarrackObama (368 D)
31 Dec 09 UTC
Multi-check please....
Could you have a look at Italy / Turkey / Russia in this game. http://webdiplomacy.net/board.php?gameID=17915

There was an awful lot of coordinated moves and very few in game messages. Most of them would have been directed back to me.
4 replies
Open
Gnome de Guerre (359 D)
31 Dec 09 UTC
Search for User by Name
http://goondip.com/profile.php?userID=220
DCRS is his name on Goondip; I want to see if I can find this user (and other users by name) on this site. Check the only game he is in on goondip.com; he's the only player who hasn't entered moves. I fear he is from 4chan, and has forgotten all about it.
2 replies
Open
Triskelli (146 D)
31 Dec 09 UTC
Sitter needed
What he said. I'll send you a temporary password in a pm
4 replies
Open
Merirosvo (302 D)
31 Dec 09 UTC
A no-talk account
I would like to create a no-talk account. I would stop using this account (once the last game is over) and create an account where I would join normal games but would not participate in diplomacy. The point would be to see how well I do and find out wether it is the skill of diplomacy or the skill of knowing where to move without any talk that makes you win.
92 replies
Open
Kyrios (100 D)
31 Dec 09 UTC
Live game
http://webdiplomacy.net/board.php?gameID=17918

Need 2 more!
0 replies
Open
Barakuda (100 D)
31 Dec 09 UTC
LAST LIVE GAME OF THE YEAR JOIN!!!!!!
http://webdiplomacy.net/board.php?gameID=17913
2 replies
Open
general (100 D)
31 Dec 09 UTC
NY Eve Live
http://webdiplomacy.net/board.php?gameID=17911
2 replies
Open
Alderian (2425 D(S))
31 Dec 09 UTC
1897 variant needs 2 more players
WTA, 10 point buy-in, 24 hour phases.

http://goondip.com/board.php?gameID=280 (Cut and paste entire url to get there. Must be registered on goondip.com to play.)
1 reply
Open
rhino86 (4191 D)
30 Dec 09 UTC
What are the necessary skills to be world class at playing diplomacy?
Care to share the nuances you have learned?
38 replies
Open
Rule Britannia (737 D)
31 Dec 09 UTC
new game- NOT a wta!!!! for all those who like their classsic diplomacy.
6 replies
Open
Thrawn (119 D)
31 Dec 09 UTC
Fast games keep dying...
Allright, for all the people who want to play a fast game, I've set one up. This one has a 30 minute pre-game phase, so there's enough time for people to join.
1 reply
Open
BusDespres (182 D)
31 Dec 09 UTC
2 MORE PEOPLE!
http://webdiplomacy.net/board.php?gameID=17904
0 replies
Open
Page 451 of 1419
FirstPreviousNextLast
Back to top