21MA301T Part B.docx-1
21MA301T Part B.docx-1
TWO MARKS
UNIT – 1 – LINEAR PROGRAMMING
Subject to
And
6. A firm manufactures two types of products A and B and sells them at profit of Rs 2 on type A and Rs 3
on type B. Each product is processed on two machines M1 and M2.Type A requires 1 minute of
processing time on M1 and 2 minutes on M2 Type B requires 1 minute of processing time on M1 and 1
minute on M2. Machine M1 is available for not more than 6 hours 40 minutes while machine M2 is
available for 10 hours during any working day. Formulate the problem as a LPP so as to maximize the
profit. (MAY ’07)
Max subject to the constraints
7. A company sells two different products A and B making a profit of Rs. 40 and Rs. 30 per unit
respectively. They are produced in a common production process and sold in two different markets; the
production process has a total capacity of 30,000 man-hours. It takes 3 hours to produce unit A and 1
hour for Unit B. The market surveyed and company official feel that the maximum number of units of A
that can be sold is 8000 units and 12,000 units of B. Formulate and LPP so as to maximize the profit.
Max subject to the constraints
8. What are the factors of decision problem?
● Past experience
● Individual difference
● Cognitive bias
● Escalation
9. What are the components of a decision problem?
● Information
● Alternate course of action
● Criteria
● Preferences
● Acceptance
10.What is feasibility region in LPP?
A region in which all the constraints of LPP are satisfied is called feasibility region and the region is
always convex
11.Define feasible solution (May 2007)
Any solution of LPP which satisfied the non-negativity restrictions of LPP is called feasible solution
12.Define Optimal solution
Any feasible solution which optimizes the objective function of the LPP’s called the optimal solution
13.State the applications of LPP
● Work scheduling
● Production planning and production process
● Capital budgeting
● Financial planning
● Blending
● Distribution
● Farm planning
● Inventory model
14.State the limitation of LPP
● LPP treats all functional relations are linear equations or inequalities
● LPP do not take into account of time and accuracy
● No guarantee for integer solution
● Deals with single objective function
15.Define unbounded solution
If the feasible solution region does not have a bounded area the maximum value of Z occurs at infinity,
the LPP is said to have unbounded solution
16.What is slack variable?
If the constraint as general LPP be <= type then a non-negative variable is introduced to convert the
inequalities into equalities are called slack variables. The values of these variables are interpreted as the
amount of unused resources
17.What is surplus variable?
If the constraint as general LPP be >= type then a non-negative variable is introduced to convert the
inequalities into equalities are called surplus variables
18.Define Basic solution
Given a system of m linear equations with n variables(m<n).The solution obtained by setting (n-m)
variables equal to zero and solving for the remaining m variables is called a basic solution
19.Define non-degenerate basic feasible solution
The basic solution is said to be non-degenerate if none of the basic variables are zero
20.How to identify that LPP has no solution in two phase method?
If all Zj – Cj ≤ 0 & then at-least one artificial variable appears in the optimum basis at non-zero level of
LPP does not possess any solution
21.What is resource allocation?
Resource allocation is a process and strategy involving a company deciding where scare resources
should be used in the production of goods or services.
22.What is sensitivity analysis?
Sensitivity analysis is a study of how the uncertainty in the output of mathematical model or system.
23.How would you recognize optimality in the simplex methods?
The feasible solution which optimizes the objective function is called the optimal solution and in the
simplex table if all the values of , then the optimal solution exits
24.What are the variants of simplex method?
● Degeneracy and cycling
● Unbounded solution
● Multiple solution
● Non-existing feasible solution
● Unrestricted variables
25.How to solve LPP involving unrestricted variables?
In LPP if any variable is unconstrained then it is called unrestricted variables, such variables are
expressed as difference of two non-negative variables to be solved using LPP
subject to
subject to
9. Define transportation problem
It is a special type of LP model in which the goods are shipped from various origins to different
destinations. The objective is to find the best possible allocations of goods from various origins to
different destinations such that the transportation cost is minimized
10.Write the mathematical formulation of TP
subject to
and
Subject to
And
23.Find the starting solution of the following transportation mode
A B C Supply
X 1 2 6 7
Y 0 4 2 12
Z 3 1 5 11
Demand 10 10 10
Solution: Transportation cost: Rs 94
24.Find the initial basic feasible solution by Least Cost method
A B C D Supply
X 1 2 1 4 30
Y 3 3 2 1 50
Z 4 2 5 9 20
Demand 20 40 30 10
Transportation Cost: Rs 180
25.How to solve maximization case in assignment problem?
The maximization problem of Assignment problem is converted to minimization problem by adding
Negative sign to all the values of the square matrix and is solved by Hungarian method under the usual
procedure.
UNIT – III - INTEGER PROGRAMMING
1. Define Integer Programming Problem.
A linear programming in which some or all variables in the optimal solution are restricted to assume
non-negative integer values is called IPP
2. Explain briefly the importance of IPP
In LPP the values of variables are real in optimal solution. In certain cases this assumption is unrealistic,
since some problems needs only integers values for decision variables. Therefore IPP is necessary to
round off the fractional values
3. List out some applications of IPP
● TP, Assignment Problems
● Sequencing and routing decision problems
● Capital Budgeting and Production scheduling
● Allocation problems
● Business and industry
4. Define zero-one programming problem
If all the variables in the optimal solution are allowed to take values either 0 or 1, then the problem is
said to be zero-one Programming problem.
5. List the various types of IPP
● Pure IPP
● Mixed IPP
6. What is Pure IPP
In LPP, if all the variables in optimal solutions are restricted to assumed non-negative integer values,
then it is called pure IPP
7. What is Mixed IPP
In LPP, 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 non-negative values, then it is called
mixed IPP
8. What are the methods used for solving IPP?
● Cutting Plane method
● Branch and Bound method
9. State the general form of IPP
Subject to
and are integers
10.What is the purpose of fractional cut constraints?
In cutting plane method, the fractional cut constraints cut the useful area of the feasible region in the
graphical solution which eliminates all the non-integral solutions without loosing any integer valued
solution.
11.Define the Gomorian slack for the Pure IPP
in the form of
in the form of
the objective function and the constraints i.e., and global minimum if .
3. State the necessary conditions for existence of local maximum and local minimum
The first order and second order partial derivatives of the relevant function should exist
4. Define the stationary points of a function
The point at which the slope of the function is zero is called stationary points. Ie.,
5. Give the formula of Newton Raphson method to find the next approximation
non-negativity constraint .
Necessary conditions are
i)
ii)
iii)
iv)
11.Discuss the types of NLPP
● Lagrangian
● Jacobina
● Kuhn-Tucker