Hello,
Let's say we are in a game of 10 players. Each player will have a word to describe his/her word to the other players without saying the word. In the game, there will be 10,000 unique words.
So, let's say there is a robot, and his task is to register every single word to its database. How many games would it take the robot to register all the 10,000 words to its database? By the way, the expected amount of words in each game is 10 since there are 10 players and each player will have a unique word IN A SINGLE GAME, however, a word may occur multiple times from previous games. In other words, for example, in game 1 your word is apple and player’s 2 word is banana and in game 2 your word is apple again. This is fine but what's not fine is in game one player 1 and 2 have the same word. Given the examples and the explanation, how many games would it take a robot to register all the 10,000 words?
Let's say we are in a game of 10 players. Each player will have a word to describe his/her word to the other players without saying the word. In the game, there will be 10,000 unique words.
So, let's say there is a robot, and his task is to register every single word to its database. How many games would it take the robot to register all the 10,000 words to its database? By the way, the expected amount of words in each game is 10 since there are 10 players and each player will have a unique word IN A SINGLE GAME, however, a word may occur multiple times from previous games. In other words, for example, in game 1 your word is apple and player’s 2 word is banana and in game 2 your word is apple again. This is fine but what's not fine is in game one player 1 and 2 have the same word. Given the examples and the explanation, how many games would it take a robot to register all the 10,000 words?