Starting from:

$34.99

CSE412 Assignment 4-Fund raising event simulation Solution


A sports club is holding an event which is advertised as a cultural programme, but the real purpose is fund raising (or, money extraction) from the participants/attendants of the event by gambling. There is a fixed cost of 50,000 Taka for arrangement of the event (hiring the artistes) and a variable cost of 30 Taka/person (for serving tea/lemonade). There is an entry fee of 30 Taka/person.
The number of attendants (4500/2500/1500) depend on the weather (sunny/cloudy/rainy) respectively. There are three gambling instruments: [1] Two-Sided Game Table (TST), [2] wheel of fortune (WF), and [3] Roulette Wheels (RT). The playing odds are (0.4/0.4/0.5) for (TST/WF/RT) respectively. This means a player’s probability of winning a game of TST is 0.4 and the house’s probability of winning it is (1 - 0.4) = 0.6. To play a game, a player bets an amount of 50 Taka. The house also bets the same amount which means the pot of money has 2 * 50 Taka = 100 Taka. The winner takes all of 100 Taka at the end of the game.
To calculate profit, you need to determine the revenue and the costs. The revenue consists of the earnings of the games and the entry fee. The costs include the bets of the house for the games and the cost of arrangement (fixed + variable costs).
The three types of games have participation odds. If a particular type of game has a participation odd of 0.8, then 80% of the attendants play it. It is assumed that everybody participates in all the games in the first round. This means all three type have participation odds of 1.0 in the first round. The participation odds of a type of game in the second round depends on its playing odds in the first round. If the first round playing odd is x, then the second round participation odd is minimum (1, 2*x). This means the participation odd of TST in the second round is minimum (1, 2*0.4) = 0.8. The playing odds in the second round also depend on the first round playing odds. If the first round playing odd is x, then the second round playing odd is maximum (0.1, x - 0.1). This means the participation odd of TST in the second round is maximum (0.1, 0.4 - 0.1) = 0.3.

1.
a) Find out the profits, costs, and revenues of the first round only. Show how the profit varies for two variables bets and entry fee. This is a deterministic model with no randomness. Vary the values of the parameters to find a few break-even points (when the profit is zero).
b) Find out the profits, costs, and revenues of the first round and the second round. The total profit is the sum of the first and second round profits.

2. Consider that the weather conditions can be either sunny (5000 participants) or rainy (2500 participants), depending on standard uniform random probability distribution. Find out average profit for 10 runs for two cases: (i) 30 % sunny, 70% rainy (ii) 30 % rainy, 70% sunny.

More products