BCA 8th Semester
Operational Research 2023 Board Question Paper

Views: ...
tribhuvan university logo

Tribhuvan university

Bachelor In Computer Application

Course Title: Operational Research

Code No:

Semester:VIII

2023

Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to answer the question in their own words as far as possible.

Group A
Group B
Attempt any SIX question.
[6x5=30]
2.

What is operational research? Explain the general methods of solving OR model.

3.

A chair manufacturing company produces two types of chairs A and B using three machines, X, Y and Z. The time required for each chair on each machine and the maximum time available on each machine for a given below:

MachineTime required for each typeMaximum time available
A | BPer week in hrs
X6 | 8120
Y3 | 5100
Z12 | 4144
The profit on the A and B are rupees 500 and rupees 300 respectively. What combination of chairs should be produced to obtain maximum profit?

4.

Write an algorithm to minimize the solution of LPP using simplex method.

5.

Given the transportation framework, find the optimal solution

FromTo → ABCPlant Capacity
X121160
Y71160240
Z21603535
Requirement653535115

6.

Find the cost per period of machine replacement policy of an installation given in the following table. The $200 street lamps
a. Cost of replacing individually bulb is given in table
b. Cumulative probability of failure is given below

Week012345
Cumulative probability of failure00.10.30.50.71.0

7.

Discuss single channel queuing model with suitable example? Give its assumptions.

8.

Write short notes on (any two)
a. Kendall's notation
b. Big M method
c. Importance and advantage of duality problem

Group C

Attempt any TWO questions

[2x10=20]
9.

Solve duality to solve the LLP Minimize z = 20x₁ + 40x₂
Subject to 3x₁ + 6x₂ ≥ 600
5x₁ + 12x₂ ≥ 36
20x₁ + 10x₂ ≥ 100
and x₁, x₂ ≥ 0

10.

A City Corporation has decided to carry out Maintenance work on city. There are four tasks to be completed using 5 contractors. Which of these contractors should be assigned those tasks? Solve the assignment problem to get best result.

ContractorTask 1Task 2Task 3Task 4
A19243728
B18372839
C19283126
D30162830
E20253126

11.

a) Two types of food manufacturers are competing for an increased market share. The payoff matrix describes the increase in market share of A and decrease of share of B. Determine optimal strategies for both the manufacturers and the value of the game.

A \ BGive PriceDecrease PriceMaintain present strategyIncrease Advertising
Give Price2520148
Decrease Price27161214
Maintain present strategy358156
Increase Advertising-28135
b) Write Hungarian algorithm to solve the assignment problem.