MOI UNIVERSITY

Office of the Deputy Vice Chancellor

Academics, Research, Extension and Student Affairs

UNIVERSITY EXAMINATIONS

2024/2025 Academic Year
Third Year Second Semester Examination
For the Degree of Bachelor of Science in Project Planning and Management and Bachelor of Business Management
Course Code: BBM 351 / BPM 316
Course Title: OPERATIONS RESEARCH
Date: 7th July, 2025
Time: 9:00 A.M. - 12:00 P.M.

INSTRUCTION TO CANDIDATES

Answer Question One and Any Other Three Questions

QUESTION SIX (28 marks)

(a) Consider the following transportation problem:

R₁ R₂ R₃ R₄ R₅ Capacity
F₁ 1 9 13 36 51 50
F₂ 24 12 16 20 1 100
F₃ 14 35 1 23 26 150
Requirements 40 100 70 50 40 Total Demand = 300

(i) Obtain the initial basic feasible solution using North-West Corner Rule (3 marks)

We start allocating from the top-left (north-west) corner and move accordingly.

Step Cell Quantity Allocated Cost per unit Total Cost
1F₁R₁40140
2F₁R₂10990
3F₂R₂90121080
4F₂R₃1016160
5F₃R₃60160
6F₃R₄50231150
7F₃R₅3026780

Total Cost = 40 + 90 + 1080 + 160 + 60 + 1150 + 780 = 3360

✅ Initial Basic Feasible Solution using NWCR: Total Cost = Kshs. 3,360

(ii) Obtain the initial basic feasible solution using Least Cost Method (3 marks)

Allocate to the lowest cost cell first.

Step Cell Quantity Allocated Cost per unit Total Cost
1F₃R₃70170
2F₂R₅40140
3F₁R₁40140
4F₂R₂6012720
5F₃R₂40351400
6F₁R₂10990
7F₃R₄50231150

Total Cost = 40 + 90 + 1400 + 720 + 40 + 70 + 1150 = 3810

✅ Initial Basic Feasible Solution using Least Cost Method: Total Cost = Kshs. 3,810

(iii) Obtain the initial basic feasible solution using Vogel’s Approximation Method (4 marks)

Compute penalties and allocate to the cell with the lowest cost in the highest penalty row/column.

Step Cell Quantity Allocated Cost per unit Total Cost
1F₂R₅40140
2F₃R₃70170
3F₁R₁40140
4F₂R₂6012720
5F₃R₂40351400
6F₁R₂10990
7F₃R₄50231150

Total Cost = 40 + 70 + 40 + 720 + 1400 + 90 + 1150 = 3510

✅ Initial Basic Feasible Solution using VAM: Total Cost = Kshs. 3,510

(b) Explain the meaning of the following variations of the Assignment Problem:

(i) Unbalanced Assignment Problems (3 marks)

An unbalanced assignment problem occurs when the number of tasks (jobs) is not equal to the number of agents (people or machines). This violates the basic assumption of a 1:1 assignment.

Example:

Solution: Add dummy rows or columns with zero cost to balance the matrix before applying the Hungarian method.

(ii) Problem with Infeasible (Restricted) Assignments (3 marks)

A restricted assignment problem occurs when some assignments are not allowed due to constraints like lack of skills, incompatibility, or policy restrictions.

Example:

Solution: Assign a very large cost (M) to the restricted cell to ensure it is not selected during optimization.

(c) Suppose that there are six people applying for five jobs; and it is desired to fill each job with exactly one person. The costs for filling the jobs with six people are given in the following table.

J₁ J₂ J₃ J₄ J₅
P₁2723222427
P₂2827212624
P₃2826242528
P₄2725212424
P₅2520262626
P₆2621212427

Required: Determine the optimal assignment plan. (8 marks)

Since there are 6 people and 5 jobs, this is an unbalanced assignment problem.

Step 1: Add a dummy job (J₆) with zero cost to balance the matrix

J₁ J₂ J₃ J₄ J₅ J₆
P₁27232224270
P₂28272126240
P₃28262425280
P₄27252124240
P₅25202626260
P₆26212124270

Step 2: Apply the Hungarian Method

Optimal Assignment:

Person Job Cost
P₁J₆0
P₂J₃21
P₃J₅28
P₄J₄24
P₅J₂20
P₆J₁26

Total Cost = 0 + 21 + 28 + 24 + 20 + 26 = 119

✅ Optimal Assignment Plan: Total Cost = Kshs. 119