Solve the Game Theory Problem: How Many Players Started?

AI Thread Summary
The discussion revolves around solving a game theory problem involving players starting with $300 each and a unique set of game rules. Players pay $10 to the house each round, and the loser distributes their money among the remaining players, continuing until one player remains. The total initial amount is calculated as 300p, and the money given to the house decreases with each round. A quadratic equation emerges from these calculations, leading to the conclusion that there were 58 players initially. The participants clarify the rounds and the formula for summing natural numbers to arrive at the solution.
galois427
Messages
16
Reaction score
0
i need help with solving tihs problem. I'm not really sure how to prove it.

several people started with $300 each, and played a game with the following strange rules. each player pays $10 to the house at the beginning of each round. during each round, one active player is declared the loser, and he distributes all of his money in equal amounts to the remaining players. the loser must then leave, but all of the other players go on to the next round. the game is over when only one player remains. at the end of the game, the surviving olayer was surprised to discover that he had exactly $300, equaling his starting amount. how many players were there at the beginning?
 
Physics news on Phys.org
This looks more like an algebra/number theory problem to me...

Assume there are p players.

The total initial amount of money is 300p

The money going to the house is as follows :

1st round : 10p
2nd round : 10(p-1)
3rd round : 10(p-2)
.
.
(p-2)th round : 20

Sum these to find the total money given to the house.

The difference is what the winner has.

You have a simple quadratic equation in p. Solve it.
 
can you explain that a little more. how does (p-2)th round : 20?
i found out, by guess and check, that p=58, but how do you go about proving it?
 
Last edited:
nvm, i just figured it out. thanks.
 
galois427 said:
can you explain that a little more. how does (p-2)th round : 20?
i found out, by guess and check, that p=58, but how do you go about proving it?

Oops, sorry. The last round should be the (p-1)th round. :redface:

Use the formula for the sum of p consecutive natural numbers.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top