I want to create a "game" that aims at supporting the decision making. The user has to consecutively select one out of two random items. Each item belongs to one of X sets.
My question is how many different choices are required to be sure which set is the preferred one.
Example:
- 3 sets of food: "German", "Italian", "Mexican".
- First screen: potatoes (german) vs spaghetti (italian). User selects: potatoes
- Second screen: taco (mexican) vs bratwurst (german). User selects: bratwurst
- …
How many selections are required to be sure that user selects the German food with a probability of 70% over Italian or Mexican food?