MATH3290 Assignment 3
MATH3290 Assignment 3
Assignment 3
Due: Nov 14
1. Use the Monte Carlo simulation to find the volume trapped between the two paraboloids
z = 8 x2 y 2
and z = x2 + 3y 2
Corn
2
4
2
4. Your company sells a product whose demands over the next 4 months are 100, 140, 210
and 180 units respectively. You can stock just enough supply to meet the demand
each month, or you can overstock to meet the demand for two or more consecutive months. In the latter case, a holding cost of $1.2 is charged per overstocked
unit per month. You estimate the unit purchase prices for the next 4 months are
$15, $12, $10 and $14 respectively. A set up cost of $200 is incurred each time a
purchase order is placed. Your company wants to develop a purchasing plan that
will minimize the total costs of ordering, purchasing and holding an item in stock.
(a) Formulate this problem as a shortest path problem.
(b) Find the optimal solution by the Dijkstras algorithm.
5. The academic council is seeking representation from among 6 students who are
affiliated with 4 societies. The academic council representation includes three areas:
mathematics, art and engineering. At most two students in each area can be on
the council. The following table shows the membership of the 6 students in the 4
societies:
Society
1
2
3
4
Students
1,2,3
1,3,5
3,4,5
1,2,4,6
The students who are skilled in the areas of mathematics, art and engineering are
shown in the following table:
Area
Students
Mathematics
1,2,4
Art
3,4
Engineering
4,5,6
A student who are skilled in more than one area must be assigned exclusively to one
area only. Can all 4 societies be represented on the council? Show your calculations.