RMT-Unit 3 To Unit5
RMT-Unit 3 To Unit5
PART A
1. What is integer programming? What are the types?
A linear programming problem in which some or all of the variables in the optimal
solution are restricted to assume non-negative integer values is called an integer
programming problem or integer linear programming.
Types : Mixed IPP,Pure IPP
• In a linear programming problem, if all the variables in the optimal solution are
restricted to assume nonnegative integer values,then it is called the pure(all) integer
programming problem.
• In a linear programming problem, if only some of the variables in the optimal
solution are restricted to assume non-negative integer values, while the remaining
variables are free to take any nonnegative values,then it is called mixed
programming problems
the equation
𝟏 x4=−𝟐 That appears in the non-integer optimal simplex table of an integer
𝟑 𝟑
programming
−2 −2
problem. 2
x3 − 3 x4 + s1 = 3
3
11. Why not round off the optimum values instead of resorting to IP? (MAY ’08)
There is no guarantee that the integer valued solution (obtained by simplex method)
will satisfy the constraints. i.e. ., it may not satisfy one or more constraints and as such the
new solution may not feasible. So there is a need for developing a systematic and efficient
algorithm for obtaining the exact optimum integer solution to an IPP.
PART-A
1. Write down the sufficient condition for the Extrema?
A sufficient condition for a stationary point 𝑋0 to be extremum is that the Hessian
matrix H evaluated at is
i) Positive definite when 𝑋0 is a minimum point.
ii) Negative definite when 𝑋0 is a maximum point
c. ∅𝑖 𝑔𝑖 (X1,X2,…Xn)=0,i=1,2,…m
d. 𝑔𝑖 (X1,X2,…Xn)≤ 0,i=1,2,…m
PART B
191
192
193
194
Visit & Downloaded from : www.LearnEngineering.in
195
PART-A
1. Define project. What are the three main phases of project
A project is defined as a combination of interrelated activities,all of which must be
executed in a certain order to achieve a set of goal.
Phases of project: Planning, Scheduling and Control
3. What are the two basic planning and controlling techniques in a network
analysis?
Critical Path Method (CPM)
Programme Evaluation and Review Technique (PERT)
196
197
cases rule of thumb is insufficient. It must be combined with other rules to take into
additional factors or exceptional circumstances. A collection of such rules for solving a
particular problem is called a heuristic program,
7. What are the two main costs for a project? Illustrate with examples.
• Direct costs are the costs directly associated with each activity such as machine
costs, labour costs etc for each activity.
• Indirect costs are the costs due to management services ,rentals, insurance
including allocation of fixed expenses, cost of security etc.
198
10. What is the formula to compute the cost slope for each activity?
Cost slope = (Crash cost-Normal cost)/(Normal duration-Crash duration)
200
14. What is standard deviation and variance in PERT network? (NOV ’07)
The expected time of an activity in actual execution is not completely reliable and is
likely to vary. If the variability is known we can measure the reliability of the expected
time as determined from three estimates. The measure of the variability of possible activity
time is given by standard deviation, their probability distribution Variance of the activity
is the square of the standard deviation
201
PART-B
202
203
204
205
206
205
206
207
208
209
210
211
212
213
214
215
216
PART B – (5 * 16 = 80 Marks )
218
𝟖𝒙𝟏 + 𝟐𝒙𝟐 ≤ 𝟏6
𝟑𝒙𝟏 − 𝟐𝒙𝟐 ≥ 𝟔
and 𝒙𝟏, 𝒙𝟐 ≥ 𝟎
(OR)
B) Solve the following LPP by simplex method. (Pg. No. 42) (16)
𝐌𝐚𝐱 𝒁 = 𝟒𝒙𝟏 + 𝒙𝟐 + 𝟑𝒙𝟑 + 𝟓𝒙𝟒
Subject to 𝟒𝒙𝟏 − 𝟔𝒙𝟐 − 𝟓𝒙𝟑 + 𝟒𝒙𝟒 ≥ −𝟐𝟎
𝟑𝒙𝟏 − 𝟐𝒙𝟐 + 𝟒𝒙𝟑 + 𝒙𝟒 ≤ 𝟏0
8𝒙𝟏 − 𝟑𝒙𝟐 + 𝟑𝒙𝟑 + 𝟐𝒙𝟒 ≤ 𝟐0
𝒙𝟏, 𝒙𝟐,𝒙𝟑,𝒙𝟒, ≥ 𝟎
12. A) Using dual simplex method solves the LPP. (Pg. No. 75) (16)
𝐌𝐚𝐱 𝒁 = − 𝟑𝒙𝟏 − 𝟐𝒙𝟐
Subject to
𝒙𝟏 + 𝒙𝟐 ≥ 𝟏
𝒙𝟏 + 𝒙𝟐 ≤ 7
𝒙𝟏 + 𝟐𝒙𝟐 ≥ 𝟏𝟎
𝒙𝟐 ≤ 3
and 𝒙𝟏, 𝒙𝟐 ≥ 𝟎
(OR)
B) Consider the problem of assigning four sales persons to four
different sales regions as shown in the following table such that the total
sales is maximized. (Pg. No. 129) (16)
Sales Region
1 2 3 4
1 10 22 12 14
Salesman 2 16 18 22 10
3 24 20 12 18
4 16 14 24 20
The cell entries represent annual sales figures in lakhs of rupees. Find
the optimal allocation of the sales persons to different regions.
219
(OR)
B) A student has to take examinations in three courses A, B, and C. He
has three days available for study. He feels it would be best to devote a
whole day to the study of the same course. So that he may study a
course for one day, two days or three days or not at all. His estimation
of grades he may get by study is as follows: (Pg. No. 125)
(OR)
220
(OR)
221
B 1 2 3
C 2 5 14
D A 1 4 7
E A 1 2 3
F A 1 5 9
G B, C 1 2 9
H C 4 4 4
I D 2 2 5
J K, G 6 7 8
222
7. Write down the necessary condition for general non linear programming
problem by Lagrange’s multiplier method for equal constraints. (Pg. No.
181)
8. Define the Jacobian matrix J and the control matrix C. (Pg. No. 177)
9. Draw the network for the project whose activities and their precedence
relationship are as given below: (Pg. No. 203)
Activities: A B C D E F G H I
Precedence: - A A - D B, C, E F E G,H
10. State the rules for network construction. (Pg. No. 213)
223
PART B – (5 * 16 = 80 marks )
(OR)
B) Solve the LPP by simplex method. (Pg. No. 48) (16)
𝑴𝒊𝒏 𝒁 = 𝒙𝟐 − 𝟑𝒙𝟑 + 𝟐𝒙𝟓
Subject to
𝟑𝒙𝟐 − 𝒙𝟑 + 𝟐𝒙𝟓 ≤ 𝟕
−𝟐𝒙𝟐 + 𝟒𝒙𝟑 ≤ 𝟏𝟐
−𝟒𝒙𝟐 + 𝟑 𝒙𝟑 + 𝟖𝒙𝟓 ≤ 𝟏𝟎
and 𝒙𝟏, 𝒙𝟐,𝒙𝟑 ≥ 𝟎
12. A) Using dual simplex method solves the LPP. (Pg. No. 69) (16)
Minimize Z =2x1+x2
Subject to
3x1+x2 ≥3
4x1+3x2 ≥ 6
x1+2x2 ≥ 3
and x1,x2 ≥ 0
(OR)
B) Solve the transportation problem: (Pg. No. 103) (16)
1 2 3 4 Supply
I 21 16 25 13 11
II 17 18 14 23 13
III 32 27 18 41 19
Demand 6 10 12 15
224
Minimize 𝐙 = 𝒙𝟏 + 𝟐𝒙𝟐
Subject to 𝟐𝒙𝟐 ≤ 𝟕
𝒙𝟏 + 𝒙𝟐 ≤ 𝟕
𝟐𝒙𝟏 = 𝟏𝟏
and 𝒙𝟏, 𝒙𝟐 ≥ 𝟎 are Integer
(OR)
B) Use branch and bound method to solve the following: (Pg. No. 165)
(16)
Maximize 𝐙 = 𝟐𝒙𝟏 + 𝟐𝒙𝟐
Subject to 𝟓𝒙𝟏 + 𝟑𝒙𝟐 ≤ 𝟖
𝒙𝟏 + 𝟐𝒙𝟐 ≤ 𝟒.
And𝒙𝟏, 𝒙𝟐 ≥ 𝟎 are Integer
(OR)
B) Solve the non linear programming problem by Lagrangian
multiplier method. (Pg. No. 183) (16)
Minimize Z = 𝒙 + 𝟑𝒙 + 𝟓𝒙
𝟐 𝟐 𝟐
𝟏 𝟐 𝟑
Subject to 𝒙𝟏 + 𝒙𝟐 + 𝟑𝒙𝟑 = 𝟐
𝟓𝒙𝟏 + 𝟐𝒙𝟐 + 𝒙𝟑 = 𝟓
𝒙𝟏, 𝒙𝟐, 𝒙𝟑 ≥ 𝟎
225
Activity : 1-2 1-4 1-7 2-3 3-6 4-5 4-8 5-6 6-9
7-8 8-9
Duration : 2 2 1 4 1 5 8 4 3
3 5
(i) Construct a PERT network and find the critical path and
the project duration
(ii) Activities 2-3, 4-5, 6-9 each requires one unit of the same
key equipment to complete it. Do you think availability of
one unit of the equipment in the organization is sufficient
for completing the project without delaying it; if so what
is the schedule of these activities? (16)
226