Math Problem Statement

I need your help creating a simple game that meets all fo these criteria: Create a random chance one-player game with prizes that is fun to play. The game should include all of the following elements:

  1. The game should be fair. The expected value for the player should be 0. This could be accomplished by charging a set fee to play, or by adjusting prize amounts.
  2. At least three different actions should be taken by the player while playing. Examples include, but are not limited to, drawing a card, rolling a 12-sided die, flipping a coin, etc.
  3. For the game to be fun, the player should win 20-40% of the time.
  4. You must be able to play the game, or simulate playing it using online random number generators.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Expected Value
Combinatorics

Formulas

Expected Value = (Probability of Winning) x (Prize) - (Cost of Play)
Overall Winning Probability = P1 x P2 x P3

Theorems

Expected Value Theorem
Multiplication Rule of Probability

Suitable Grade Level

Grades 9-12