Non Cs Subjective - Merged
Non Cs Subjective - Merged
8
6. Find all values of a 2 C for which the equation
x4 + ax2 + a2 x 1=0
Your job is to help the company select 5 out of 10 sites for drilling
such that the above constraints are satisfied and the total drilling
cost is minimised. Formulate the problem as an Integer Linear
Program (ILP). [10]
9
10. Given a permutation of {1, 2, . . . , n}, we define the symmetric
binary matrix A as follows:
(
1 if (i j)( (i) (j)) < 0,
Aij =
0 otherwise.
10
Non-CS Group (Mathematics)
Note: Answer all questions from Part-A and any eight ques-
tions from Part-B.
Part-A
NC1. Suppose a crime has been committed and there are three sus-
pects: Professor Plum, Mrs. Peacock, and Mr. Green. Given
that:
[3+3 = 6]
NC2. A room has four walls. In how many different ways can you
color the four walls, using colors from the set {Red, Green, Blue,
Yellow}, such that no two adjacent walls have the same color?
[7]
[7]
6
Part-B
S = {(i, j) ∈ Z × Z | 1 ≤ i, j ≤ n} .
[5+(2+3) = 10]
7
NC7. Let a0 , a1 , . . . , an be real numbers with property that
a1 a2 an
a0 + + + ··· + = 0.
2 3 n+1
Prove that the equation
a0 + a1 x + · · · + an xn = 0
NC8. Find the largest positive real number δ such that, for real num-
bers x and y
√
|x − y| < δ implies | cos x − cos y| < 2.
[10]
[4+4+2 = 10]
8
NC11. Let A, A1 , A2 , . . . , Am be n × n matrices with real entries such
that m
�
A= At .
t=1
[3+7 = 10]
[3+7 = 10]
9
Non-CS Group (Mathematics)
NC1. Consider a standard balance with two pans where weights can only
be placed on the left pan, and the object to be weighed on the right
pan. Find the minimum number of weights required to weigh any
object whose weight in grams could be any integer ranging from 1 to
127. Give precise argument in favor of your answer.
[10]
NC3. Consider a two-player game between Alice and Bob, in which the
players take turns to roll a fair six-faced die. Alice rolls the die first.
Then Bob rolls the die and he wins if he gets the same outcome as
Alice. Otherwise, Alice rolls the die again and she wins if she gets
the same outcome as Bob. The game continues in this way, and it
terminates as soon as one player gets the same outcome as obtained
by the opponent in the previous roll of the die. The player who
succeeds in doing so first is the winner.
(i) Find the probability that the game does not terminate after the
first three rolls (two by Alice and one by Bob) of the die.
(ii) What is the probability that Alice will win the game?
[3+7]
7
NC4. In the figure below, there are three circles touching each other exter-
nally and also touching the line below. Let r1 , r2 and r3 be the radii
of the three circles as shown in the figure. If r1 = 25 and r3 = 9, then
find r2 .
[10]
NC7. Let G be a cubic graph, that is, every vertex has degree exactly 3.
8
NC8. (i) Calculate the number of di↵erent ways you can divide 2n ele-
ments of the set S = {1, 2, . . . , 2n} to form n disjoint subsets,
each containing a pair of elements.
(ii) Calculate the number of di↵erent ways in which the above di-
vision can be done if each subset is required to contain an even
number and an odd number.
[6+4]
9
Group B
Non Computer Science
NC1. Let {an } be a decreasing sequence such that ∞
P
n=1 an is convergent.
Prove that the sequence {nan } goes to zero as n → ∞.
NC3. Let A and B be two invertible real matrices of order n. Show that
det (xA + (1 − x)B) = 0 has finitely many solutions for x.
NC4. Show that for every θ ∈ (0, π2 ), there exists a unique real number xθ
such that
3
(sin θ)xθ + (cos θ)xθ = .
2
NC5. Suppose f and g are continuous real valued functions on [a, b] and are
differentiable on (a, b). Assume that g 0 (x) 6= 0 for any x ∈ (a, b). Prove
that there exists ξ ∈ (a, b) such that
f 0 (ξ) f (b) − f (a)
0
= .
g (ξ) g(b) − g(a)
7
NC8. Let f be a real valued function on R. If for all real x,
f (x) + 3f (1 − x) = 5
Prove that cm ∈ [a, b], for all m ≥ 1, limm→∞ cm exists and find its
value.
NC11. Let m be a fixed integer greater than 2. Prove that all simple graphs
having n (n≥ 3) vertices and with m edges are connected if and only
if m > n−1
2 .
NC12. Suppose the collection {A1 , · · · , Ak } forms a group under matrix mul-
tiplication, where each Ai is an n × n real matrix. Let A = ki=1 Ai .
P
NC13. Let A be an n × n integer matrix whose entries are all even. Show that
the determinant of A is divisible by 2n . Hence or otherwise, show that
if B is an n × n matrix whose entries are ±1, then the determinant of
B is divisible by 2n−1 .
8
NC14. Let
1 2 1 −1
A= 2 0 t 0 .
0 −4 5 2
If rank( A) = 2, calculate t.
NC19. Let G be a finite group and H the only subgroup of G of order |H|.
Prove that H is normal in G.
NC21. Consider all the permutations of the numbers 1, 2, . . . , 9. Find the num-
ber of permutations which satisfy all of the following:
• the sum of the numbers lying between 1 and 2 (including 1 and
2) is 12,
• the sum of the numbers lying between 2 and 3 (including 2 and
3) is 23,
• the sum of the numbers lying between 3 and 4 (including 3 and
4) is 34,
• the sum of the numbers lying between 4 and 5 (including 4 and
5) is 45.
9
NC23. Let X ∼ Bin (n, p), and Y ∼ P oisson (λ). Let
T = X1 + X2 + · · · + XY ,
S = Y1 + Y2 + · · · + YX ,
10