Simulation Problems Ans
Simulation Problems Ans
Simulation Problems Ans
Problem-1:
The management of ABC Company is considering the question of marketing a new product.
The fixed cost required in the project is Rs.4000. Three factors are uncertain, viz. the selling
price, variable cost and the annual sales volume. The product has a life of only one year. The
management has the data on these three factors as under:
Selling Probability Variable Probability Sales volume Probability
price (Rs.) cost (Rs.) (Units)
3 0.2 1 0.3 2000 0.3
4 0.5 2 0.6 3000 0.3
5 0.3 3 0.1 4000 0.4
Consider the following sequence of thirty random numbers:
81, 32, 60, 04, 46, 31, 67, 25, 24, 10, 40, 02, 39, 68, 08, 59, 66, 90, 12, 64, 79, 31, 86, 68,
82, 89, 25, 11, 98, 16. Using the sequence, simulate the average profit for the above project
on the basis of ten trials.
Solution:
We shall have to simulate the selling price, the variable cost and the sales volume. The selling
price minus the variable cost will give the contribution per unit. The total contribution for the
sales volume can be worked out. Profit will be equal to the total contribution less fixed costs
of Rs.4000. Let us first assign Random Number blocks.
Use the following sequence of random numbers to simulate the demand for next 10 days.
Random numbers: 40, 19, 87, 83, 73, 84, 29, 09, 02, 20
Solution:
Problem-3:
An ice-cream parlor's record of previous month’s sale of a particular variety of ice cream as follows
Random numbers: 17, 46, 85, 09, 50, 58, 04, 77, 69 and 74
Simulate the demand for first 10 days of the month
Solution:
Problem-4:
A dealer sells a particular model of washing machine for which the probability distribution of daily
demand is as given in Table.
Solution:
(b). Due to fluctuating market price, the price per kg of tomatoes varies from Rs. 5.00 to Rs.
10.00 per kg. The probability of price variations is given in the Table below. Simulate the
price for next 12 months to determine the revenue per acre. Also find the average revenue per
acre. Use the following random numbers 53, 74, 05, 71, 06, 49, 11, 13, 62, 69, 85 and 69.
Solution:
Average revenue per acre = 21330 / 12 Rs. 1777.50
Problem-6: An automobile production line turns out about 100 cars per day, but deviations
occur owing to many causes. The production is more accurately described by the probability
distribution given below:
Production / day Probability
95 0.03
96 0.05
97 0.07
98 0.10
99 0.15
100 0.20
101 0.15
102 0.10
103 0.07
104 0.05
105 0.03
Finished cars are transported across the bay, at the end of each day, by ferry. If the ferry has
space only for 101 cars, what will be the average number of cars waiting to be shipped, and
what will be the average number of empty spaces on the boat? Use Monte Carlo simulation
and simulate for 20 days. Random numbers are given below:
07 21 12 80 08 03 32 65 43 75 23 37 16 28 30 18 25 34 19 21
Solution:
We shall have to simulate the number of cars produced daily. Let us first assign random
number blocks to the production distribution:
Production per day Probability Cumulative Probability Random number block
95 0.03 0.03 0002
96 0.05 0.08 0307
97 0.07 0.15 0814
98 0.10 0.25 1524
99 0.15 0.40 2539
100 0.20 0.60 4059
101 0.15 0.75 6074
102 0.10 0.85 7584
103 0.07 0.92 8591
104 0.05 0.97 9296
105 0.03 1.00 9799
Now let us run the simulation.
Day Random number Production Cars waiting for shipment Empty space on boat
1 07 96 5
2 21 98 3
3 12 97 4
4 80 102 1
5 08 97 4
6 03 96 5
7 32 99 2
8 65 101
9 43 100 1
10 75 102 1
11 23 98 3
12 37 99 2
13 16 98 3
14 28 99 2
15 30 99 2
16 18 98 3
17 25 99 2
18 34 99 2
19 19 98 3
20 21 98 3
Total 2 49
At an average 2/20 or 0.1 car is waiting for shipment and 49/20 or 2.45 empty spaces are
there on the ferry.