ProblemSetMatrices
ProblemSetMatrices
1
5. A firm has three factories (F1, F2, F3) and four warehouses (W1, W2, W3, W4). It wants to
find the minimum per unit transport cost from each factory to each warehouse. Given the cost
data in matrix form
W arehouses
W1 W2 W3 W4
F 1 15 17 20 12 .
F actories F 2 21 10 17 19
F 3 10 27 18 16
Find the minimum as well as maximum unit cost for each factory to transport its product to
warehouses.
6. For two different products, the sales quantities for each month are given below:
• Product A: Jan: 120 units, Feb: 150 units, Mar: 110 units, Apr: 130 units, May: 140 units,
Jun: 160 units.
• Product B: Jan: 90 units, Feb: 100 units, Mar: 80 units, Apr: 95 units, May: 110 units,
Jun: 120 units.
7. A company operates in three regions - North, South, and West. The quarterly sales revenue (in
million rands) for the past year is given below:
Create a matrix to represent the quarterly sales revenue for each region.
8. The total cost of manufacturing three types of motor vehicles is given as follows
A 40 100 50
B 80 150 80
Labour costs R3000 per hour, units of material cost R1500 each and a unit of subcontracted
work costs R4500 per unit. Find the total cost of manufacturing 3000, 2000, and 1000 vehicles
of type A, type B and type C cars respectively using matrices.