www.ieor.iitb.ac.in Industrial Engineering and Operations Research : M.Tech Entrance Test Model Question Paper
Interdisciplinary programme in
INDUSTRIAL ENGINEERING & OPERATIONS RESEARCH
INDIAN INSTITUTE OF TECHNOLOGY BOMBAY
Sample Questions for M.Tech. Admissions Entrance Test
(some of which appeared in 2006 paper)
Instructions: No clarifications on the questions should be sought during the examination. Calculator not required
1. The Normal probability distribution is also called ________________ (in honor of the person who proposed it as a model for statistical measurement errors)
(P) Gaussian Distribution (Q) Student’s t Distribution
(R) Bernoulli Distribution (S) Poisson Distribution
2. If the probability of head appearing in a single toss of a coin is p, then the probability that head appears for the first time in the 10th toss is:
(P) p(1-p)^9 (Q) p^10
(R) p(1-p) (S) (1-p) p^9
3. A and B working together can finish a job in T days. If A works alone and completes the job, he will take T + 5 days. If B works alone and completes the same job, he will take T + 45 days. What is T?
(P) 25 (Q) 60 (R) 15 (S) None of these
4. Let random variable X and Y have probability mass as shown in the table on the right side. For example, P(X=3, Y=0) = 0.2.
(i) P(X = 1) = ___________________
(ii) P(X = 2 | Y = 0) = ___________________
(iii) E[X | Y = 0] = ___________________
(iv) Let Z = min(X, Y). Now, E[Z] = ____________________
7. Let X and Y be two random variables with E[X] = 2 and E[Y] = 3.
In the space given on the right side, plot E[Z] as a function of a
where, Z = aX + ßY for reals a and ß such that a + ß = 1.
8. Let A be a N x N matrix with each element 1 N
. Now, it is true that:
(P) Zero is an eigenvalue of A
(Q) Determinant of A is non-zero
(R) Determinant of A is zero
(S) Determinant depends on value of N
10. Find the maxima and/or the minima of the function f (x) = x3 + 3x2 - 24x + 3 .
11. For the following pseudo-code, write the entire output when n = 10: (Note: the write() function prints the
value of its parameters on the screen)
x = 0; y = 1;
write(x, y);
while (n != 0)
{
f = x + y;
write(f);
n--;
x = y;
y = f;
}
12. Consider the Linear Programming model on the right side:
(i) Identify the solution space using a graph that defines all
the feasible solutions of the model.
(ii) For the given objective, identify the corner point(s) that
define the optimum solution.
13. For the system of linear equations Ax = b for a square, non-singular matrix A (of dimension n), which of the following are true?
(P) There is a unique solution of this system for any vector b
(Q) There is a non zero solution for any non zero vector b
(R) There is no solution for the case b = 0
(S) There are infinitely many solutions for any vector b
14. The function of two variables f(x,y) = x2 – y2 over 2 ?? has
(P) A local minimum and a local maximum, but no global minima or maxima
(Q) No local minimum or local maximum
(R) No stationary point (where the gradient vector is zero)
(S) One global minima and one local maxima
15. The transportation problem in linear programming is of the form
Min Si S j cij xij
s.t. Sj xij = ai for i from 1, …, m
Si xij = bj for j from j = 1, …, n,
all xij >= 0.
If the transportation problem has an optimal solution, then
(P) The maximum number of non zero xij values is m
(Q) The maximum number of non zero xij values is n
(R) The maximum number of non zero xij values is m+n
(S) The maximum number of non zero xij values is m+n-1
16. With respect to the assignment problem in linear programming, which of the following is true?
(P) The assignment problem is a special case of the transportation problem
(Q) The transportation problem is a special case of the assignment problem
(R) Neither the transportation nor the assignment problems are special cases of the other
(S) The assignment problem will result in a degenerate solution for the relevant LP
18. Let A be the optimal objective function value for the problem min f(x) s.t. g1 (x) = 0 and
B be the optimal objective function value for the problem min f(x) s.t. g1 (x) = 0, g2 (x) = 0,
for some real-valued functions f, g1 and g2 of n ?? . Assume that there is some x that satisfies g1(x) = 0
and g2(x) = 0. Then
(P) A = B (Q) A = B
(R) A = B (S) Not possible to conclude any of the above.
19. Suppose the stock price that is S now becomes S*u with probability 0.6, or S*d with probability 0.4 after one week for given reals u and d. Price fluctuations from first week to second week have same probability distribution and independent of those in first week. Take S = 100, u = 1/d = 1.1.
(i) What is the mean of stock price after second week?
(ii) The variance of stock price after second week = ____________.
(iii) Suppose you bought 1 unit of stock at the beginning of first week and you don’t want to sell the stock
after second week if the prevailing price is less than Rs.100. The return is max{S2 – 100, 0} where S2 is the price after second week. What is the mean return?
Last edited by mariammal; January 18th, 2012 at 12:44 PM.