Watermarked 31 Jan Shift 2
Watermarked 31 Jan Shift 2
Question 1. The number of ways in which 21 identical apples can be distributed among
three children such that each child gets at least 2 apples, is
1. 406
2. 130
3. 142
4. 136
Remaining apples = 21 − 6 = 15
Now, we need to distribute these remaining 15 apples among the 3 children with no addi-
tional restrictions (each child can get zero or more apples).
This problem now becomes a ”distribution of identical items into distinct groups” problem.
We can use the stars and bars method to calculate the number of ways to distribute 15 identical
apples among 3 children.
The formula for distributing n identical items into r distinct groups is:
n+(r−1)
Cr−1
1
Now, calculating 17 C2 :
17 17 × 16
C2 = = 136
2
Thus, the number of ways to distribute the 21 apples such that each child receives at least
2 apples is 136.
Quick Tip
When distributing identical items with minimum requirements per person, reduce the
total by giving the minimum first, then apply combinations.
Question 2. Let A(a, b), B(3, 4) and (−6, −8) respectively denote the centroid, circumcen-
ter, and orthocenter of a triangle. Then, the distance of the point P (2a + 3, 7b + 5) from
the line 2x + 3y − 4 = 0 measured parallel to the line x − 2y − 1 = 0 is
√
15 5
1. 7
√
17 5
2. 6
√
17 5
3. 7
√
5
4. 17
a = 0, b=0 ⇒ P (3, 5)
To find the distance of point P from the line 2x + 3y − 4 = 0 measured parallel to the line
x − 2y − 1 = 0, we first find the direction cosine.
Let the line x − 2y − 1 = 0 represent:
x = 3 + r cos θ, y = 5 + r sin θ
2
For the line parallel:
r (2 cos θ + 3 sin θ) = −17
Thus: √ √
−17 5 17 5
r= =
7 7
Quick Tip
|Ax1 +By1 +C|
For calculating the distance of a point from a line, use the formula √
A2 +B 2
, substi-
tuting in line and point values.
Question 3. Let z1 and z2 be two complex numbers such that z1 + z2 = 5 and z13 + z23 =
20 + 15i. Then z14 + z24 equals
√
1. 30 3
2. 75
√
3. 15 15
√
4. 25 3
S=5
Substitute S = 5:
5(25 − 3P ) = 20 + 15i
3
125 − 15P = 20 + 15i
P =7−i
(z12 + z22 )2 = (11 + 2i)2 = 121 + 44i + 4i2 = 121 + 44i − 4 = 117 + 44i
Thus,
z14 + z24 = (117 + 44i) − 2(48 − 14i)
= 21 + 72i
Quick Tip
When dealing with complex numbers and powers, use identities such as the sum of
cubes and express terms in terms of known values. For modulus calculations, remember
to square the real and imaginary parts.
4
Question 4. Let a variable line passing through the center of the circle x2 +y 2 −16x−4y =
0, meet the positive coordinate axes at the points A and B . Then the minimum value of
OA + OB , where O is the origin, is equal to
1. 12
2. 18
3. 20
4. 24
(x − 8)2 + (y − 2)2 = 68
(y − 2) = m(x − 8)
0 − 2 = m(x − 8)
−2
x= +8
m
For the y -intercept, set x = 0:
y − 2 = m(0 − 8)
y = −8m + 2
5
2
=8
m2
1
m2 =
4
1
m=±
2
Substitute m = − 12
1
f − = 18
2
Thus, the minimum value of OA + OB is:
18
Quick Tip
For finding the minimum value of distances involving intercepts, express the intercepts
in terms of the slope and apply calculus to find the minimum.
1. 6
2. 9
3. 8
4. 10
6
Rx 2
Evaluate f (x) The function f (x) = −x
(|t|−t2 )e−t dt can be simplified by splitting the integral
at t = 0 due to the absolute value:
Z 0 Z x
−t2 2
f (x) = 2
(−t − t )e dt + (t − t2 )e−t dt
−x 0
Using symmetry properties and simplifying, we find that this integral evaluates to a constant
p
value when x = loge 9.
R x2 p
Evaluate g(x) For g(x) = 0 t1/2 e−t dt, substitute x = loge 9, so x2 = loge 9.
Both integrals sum to give:
p p
f loge 9 + g loge 9 = 8
Quick Tip
When working with integrals involving absolute values or square roots, split the integral
into appropriate intervals and use symmetry to simplify calculations.
Question 6. Let (α, β, γ) be the mirror image of the point (2, 3, 5) in the line
x−1 y−2 z−3
− − .
2 3 4
Then 2α + 3β + 4γ is equal to
1. 32
2. 33
3. 31
4. 34
7
−→
Therefore, P R ⊥ (2, 3, 4).
−→
So, P R · (2, 3, 4) = 0.
−→
Let P R = (α − 2, β − 3, γ − 5).
Now,
(α − 2, β − 3, γ − 5) · (2, 3, 4) = 0
which gives:
2(α − 2) + 3(β − 3) + 4(γ − 5) = 0
⇒ 2α + 3β + 4γ = 4 + 9 + 20 = 33
Quick Tip
For finding the mirror image of a point in a line, use the perpendicularity condition to
set up an equation with the direction ratios of the line.
Question 7. Let P be a parabola with vertex (2, 3) and directrix 2x + y = 6. Let an ellipse
x2 y2 √1 ,
E: a2 + b2 = 1, with a > b and eccentricity 2
pass through the focus of the parabola P .
Then the square of the length of the latus rectum of E is
385
(1) 8
347
(2) 8
512
(3) 25
656
(4) 25
Find the focus of the parabola The equation of the directrix is:
2x + y = 6
The vertex of the parabola is (2, 3). The equation of a parabola with vertex (h, k) and directrix
8
Ax + By + C = 0 has focus at:
A B
h+ √ ,k + √
A2 + B 2 A2 + B 2
For our parabola:
A = 2, B = 1, C = −6, h = 2, k=3
Use the eccentricity of the ellipse The eccentricity e of the ellipse E is given as √1 . For an
√ 2
a2 −b2
ellipse, e = a . Thus: √
1 a2 − b 2
√ =
2 a
Squaring both sides:
1 a2 − b 2
=
2 a2
2 2 a2
a −b =
2
a 2
b2 =
2
Calculate the length of the latus rectum The length of the latus rectum of an ellipse is given
2b2 a2
by a . Substituting b2 = 2:
2
2 · a2 a2
Latus Rectum = = =a
a a
Find a using the focus of the parabola Since the ellipse passes through the focus of the
parabola, substitute the coordinates of the focus into the ellipse equation and solve for a and
b.
2
2b2
After finding a, calculate a to get the square of the latus rectum.
Thus, the answer is:
656
25
9
Quick Tip
For ellipses, use the relationship between a, b, and eccentricity to solve for unknowns.
2b2
Remember that the latus rectum of an ellipse is proportional to a .
Given:
dT
= −K(T − 80)
dt
Separate variables and integrate:
Z T Z t
1
dT = − K dt
160 T − 80 0
This gives:
[ln |T − 80|]T160 = −Kt
ln |T − 80| − ln 80 = −Kt
T − 80
ln = −Kt
80
Exponentiate both sides:
T − 80
= e−Kt
80
T = 80 + 80e−Kt
10
Use the initial condition T (15) = 120 to find K
120 = 80 + 80e−K·15
40 = 80e−15K
1
= e−15K
2
Take the natural logarithm:
1
−15K = ln = − ln 2
2
ln 2
K=
15
Find T (45) Substitute t = 45:
T (45) = 80 + 80e−K·45
3
= 80 + 80 e−15K
1 3
= 80 + 80
2
1
= 80 + 80 ·
8
= 80 + 10 = 90
Quick Tip
When solving differential equations for temperature change, use separation of variables
and apply initial conditions to find constants.
Question 9. Let 2nd , 8th , and 44th terms of a non-constant A.P. be respectively the 1st , 2nd ,
and 3rd terms of a G.P. If the first term of the A.P. is 1, then the sum of the first 20 terms
is equal to
(1) 980
(2) 960
(3) 990
(4) 970
11
Correct Answer: (4)
Solution:
Let the A.P. have the first term a = 1 and common difference d. Then:
6d2 − 30d = 0
d=5
= 10 · (2 + 95) = 10 · 97 = 970
Quick Tip
When terms of an A.P. form a G.P., use the property that the square of the middle term
equals the product of the two outer terms.
Question 10. Let f : R → (0, ∞) be a strictly increasing function such that limx→∞ ff(7x)
(x)
=
h i
f (5x)
1. Then, the value of limx→∞ f (x) − 1 is equal to
(1) 4
(2) 0
7
(3) 5
(4) 1
12
Correct Answer: (2)
Solution:
Given:
f (7x)
lim =1
x→∞ f (x)
This implies:
f (5x)
lim =1
x→∞ f (x)
Then:
f (5x)
lim −1 =1−1=0
x→∞ f (x)
Thus, the answer is:
0
Quick Tip
For limits involving functions at scaled arguments, consider using the given limit as a
reference for other values.
Question 11. The area of the region enclosed by the parabola y = 4x−x2 and 3y = (x−4)2
is equal to
32
(1) 9
(2) 4
(3) 6
14
(4) 3
y = 4x − x2
and
3y = (x − 4)2 .
13
Rewrite the second equation for y :
(x − 4)2
y= .
3
Find the points of intersection To find the points of intersection, set the two expressions for
y equal to each other:
(x − 4)2
4x − x2 = .
3
Multiply through by 3 to eliminate the fraction:
3(4x − x2 ) = (x − 4)2
−4x2 + 20x − 16 = 0.
Divide by −4:
x2 − 5x + 4 = 0.
(x − 4)2 x2 − 8x + 16 x2 8x 16
= = − + .
3 3 3 3 3
Now rewrite the integrand:
x2 8x 16
2
4x − x − + − .
3 3 3
Combine like terms: Z 4
4x2 20x 16
= − + − dx.
1 3 3 3
Integrate term by term Now integrate each term separately:
Z 4 2 3 4
4x 4 x 4 4 × 63
− dx = − · = − (64 − 1) = − = −28.
1 3 3 3 1 9 9
14
4
20 x2
Z 4
20x 20 15
dx = · = · = 10 · 5 = 50.
1 3 3 2 1 3 2
Z 4
16 16 16 × 3
− dx = − · (4 − 1) = − = −16.
1 3 3 3
Add the results
Area = −28 + 50 − 16 = 6.
Quick Tip
For areas enclosed by curves, set up the integral by finding the upper and lower functions
over the interval of intersection.
Question 12. Let the mean and variance of 6 observations a, b, 68, 44, 48, 60 be 55 and 194,
respectively. If a > b, then a + 3b is
(1) 200
(2) 190
(3) 180
(4) 210
a + b + 68 + 44 + 48 + 60 = 330.
Simplify to get:
a + b = 110 (Equation 1).
Set up the equation for the variance The variance of the six observations is given as 194.
Recall that the variance formula for a set of observations x1 , x2 , . . . , xn with mean x̄ is:
n
1X
Variance = (xi − x̄)2 .
n
i=1
15
Here, the mean x̄ is 55. Applying this to our observations:
(a − 55)2 + (b − 55)2 + (68 − 55)2 + (44 − 55)2 + (48 − 55)2 + (60 − 55)2
= 194.
6
Calculate known terms in the variance expression Evaluate each squared term involving
the known observations:
(68 − 55)2 = 132 = 169,
Simplify:
(a − 55)2 + (b − 55)2 + 364
= 194.
6
Multiply both sides by 6:
Solve the system of equations We have the following two equations: 1. a + b = 110. 2.
(a − 55)2 + (b − 55)2 = 800.
From Equation 1, express a in terms of b:
a = 110 − b.
16
Since (55 − b)2 = (b − 55)2 , we can write:
(b − 55)2 = 400.
b − 55 = ±20.
a + 35 = 110.
a = 75.
Calculate a + 3b
a + 3b = 75 + 3 · 35 = 75 + 105 = 180.
is one-one and onto, then the distance of the point P (2b+4, a+2) from the line x+e−3 y = 4
is:
√
(1) 2 1 + e6
√
(2) 4 1 + e6
√
(3) 3 1 + e6
√
(4) 1 + e6
17
Correct Answer: (1)
Solution:
3
Analyze the function f (x) = ex −3x+1 To determine if f (x) is one-one, we need to check if
f (x) is strictly increasing or decreasing. Calculate the derivative f ′ (x):
3
f ′ (x) = ex −3x+1
· (3x2 − 3)
3
−3x+1
= ex · 3(x2 − 1)
3
−3x+1
= ex · 3(x − 1)(x + 1)
3
Since ex −3x+1 > 0 for all x ∈ (−∞, −1], the sign of f ′ (x) depends on (x − 1)(x + 1). For
x ≤ −1, f ′ (x) ≥ 0, indicating that f (x) is an increasing function on (−∞, −1]. Thus, f (x) is
one-one. Determine the range of f (x) Since f (x) is one-one and increasing: - As x → −∞,
3
x3 − 3x + 1 → −∞, so f (x) → 0. - At x = −1, f (−1) = e(−1) −3(−1)+1 = e1+3+1 = e3 .
Thus, a = 0 and b = e3 , so the range of f (x) is (0, e3 ]. Define point P and line equation The
point P is given by P (2b + 4, a + 2). Substitute a = 0 and b = e3 :
Find the distance from P to the line The distance d from a point (x1 , y1 ) to a line Ax+By+C =
0 is given by:
|Ax1 + By1 + C|
d= √
A2 + B 2
Rewrite the line equation in standard form:
x + e−3 y − 4 = 0
|2e3 + 4 + 2e−3 − 4|
= √
1 + e−6
18
2(e3 + e−3 )
= √
1 + e−6
Multiply the numerator and the denominator by e3 to simplify:
2(e6 + 1) 2(e6 + 1)
=p = √
e6 (1 + e−6 ) e6 + 1
p
=2 1 + e6
Quick Tip
To find the distance from a point to a line, use the standard distance formula. Simplify
expressions carefully, especially when exponential terms are involved.
Question 14. Consider the function f : (0, ∞) → R defined by f (x) = e−| log x| . If m and n
be respectively the number of points at which f is not continuous and f is not differen-
tiable, then m + n is
(1) 0
(2) 3
(3) 1
(4) 2
1
Check for continuity The function f (x) is continuous for x > 0 because: - f (x) = x for
0 < x < 1, - f (x) = x for x ≥ 1, - At x = 1, f (1) = 1 from both the left and right limits.
Thus, f (x) is continuous at x = 1 and everywhere else in (0, ∞). So, m = 0.
Check for differentiability at x = 1 To check differentiability at x = 1, compute the left-
hand derivative and the right-hand derivative at x = 1.
19
For 0 < x < 1, f (x) = x1 , so:
1
f (x) − f (1) −1
f−′ (1) = lim = lim x = −1.
x→1− x−1 x→1− x − 1
Quick Tip
To check for continuity and differentiability at a point, compute the left and right limits
for continuity, and the left and right derivatives for differentiability.
Question 15. The number of solutions of the equation esin x − 2e− sin x = 2 is
(1) 2
(2) more than 2
(3) 1
(4) 0
y 2 − 2 = 2y.
20
Rearrange terms:
y 2 − 2y − 2 = 0.
Quick Tip
When solving exponential equations, consider substituting to simplify the equation, then
check if the resulting values are within the range of the original function.
Thus,
a = 5 − 2π.
Calculate b = cos−1 (cos(5)) To find b, note that cos−1 (cos(x)) gives a result in the range [0, π].
21
Since 5 is within this range, we can write:
b = cos−1 (cos(5)) = 2π − 5.
Quick Tip
For inverse trigonometric functions like sin−1 (sin(x)) and cos−1 (cos(x)), ensure the ar-
gument is within the principal range by adjusting it as necessary.
Question 17. If for some m, n: 6 Cm + 2 6C
m+1 +6 Cm+2 > 8C3 and n−1 P
3 :n P4 = 1 : 8,
then n Pm+1 +n+1 Cm is equal to
(1) 380
(2) 376
(3) 384
(4) 372
6 6
Cm+1 +6 Cm+2 = 8 ×8 C3 .
Cm + 2
22
First, calculate 8 C3 :
8 8! 8×7×6
C3 = = = 56.
3!(8 − 3)! 3×2×1
So,
6 6
Cm+1 +6 Cm+2 = 8 × 56 = 448.
Cm + 2
This implies:
nP
n−1 4
P3 = .
8
After evaluating this ratio, we find n = 8.
Calculate n Pm+1 +n+1 Cm Now, m = 2 and n = 8:
n 8! 8×7×6
Pm+1 =8 P3 = = = 336.
(8 − 3)! 1
n+1 9×8
Cm =9 C2 = = 36.
2
Thus,
n
Pm+1 +n+1 Cm = 336 + 36 = 372.
Quick Tip
For questions involving combinations and permutations, carefully apply factorial calcu-
lations and simplify step by step. Verify the conditions given to identify the values of m
and n.
Question 18. A coin is based so that a head is twice as likely to occur as a tail. If the coin
is tossed 3 times, then the probability of getting two tails and one head is
2
(1) 9
1
(2) 9
2
(3) 27
23
1
(4) 27
Calculate the probability of getting two tails and one head The scenario ”two tails and one
head” can happen in three possible orders: {TTH, THT, HTT}. The probability of each
specific order is:
1 1 2
× × .
3 3 3
Thus, the probability of getting exactly two tails and one head is:
1 1 2
= × × ×3
3 3 3
2 2
= ×3= .
27 9
Quick Tip
For problems involving biased coins, define the probabilities for each outcome based on
the given ratios, then use combinations to calculate the probability of specific sequences.
24
x 1
Then, the system (A − 3I) y = 2 has
z 3
(1) unique solution
(2) exactly two solutions
(3) no solution
(4) infinitely many solutions
x1 + z1 = 2, x2 + z2 = 0, x3 + z3 = 1. (1)
1 4
From A 1 = 0:
1 1
1 1 1
z1 · 1 = 4, z2 · 1 = 0, z3 · 1 = 1.
x1 y 1 x2 y2 x3 y 3
1 1 1
25
Expanding each dot product:
x1 + y1 + z1 = 4, x2 + y2 + z2 = 0, x3 + y3 + z3 = 1. (2)
0 2
From A 1 = 1:
1 0
0 0 0
z1 · 1 = 2, z2 · 1 = 1, z3 · 1 = 0.
x1 y 1 x2 y 2 x3 y 3
1 1 1
y1 + z1 = 2, y2 + z2 = 1, y3 + z3 = 0. (3)
Solve for elements of A Using equations (1), (2), and (3), we can solve for the individual
elements of A:
From equation (2): x1 + y1 + z1 = 4 and y1 + z1 = 2 from equation (3). Substitute z1 = 2 − y1
into equation (1) to find x1 , y1 , z1 .
Similarly, solve for x2 , y2 , z2
andx3 , y3
, z3to complete the matrix A.
x 1
Set up the system (A − 3I) y = 2 Now, calculate A − 3I and substitute to find the
z 3
unique solution for the system.
Therefore, the answer is:
unique solution.
Quick Tip
For matrix equations, use dot products to relate matrix rows and column vectors, ensur-
ing accurate setup and solution for each condition.
26
x−1 y+1 z+4
Question 20. The shortest distance between lines L1 and L2 , where L1 : 2 = −3 = 2
and L2 is the line passing through the points A(−4, 4, 3), B(−1, 6, 3) and perpendicular to
x−3 y z−1
the line −2 = 3 = 1 , is
(1) √121
221
24
(2) √
117
(3) √141
221
42
(4) √
117
Use the shortest distance formula The shortest distance (S.D) between two skew lines with
−→
direction vectors d⃗1 = ⟨2, −3, 2⟩ and d⃗2 = ⟨3, 2, 0⟩, and a vector AB between points on each
line, is given by:
−→
|AB · (d⃗1 × d⃗2 )|
S.D = .
|d⃗1 × d⃗2 |
3 2 0
Expanding the determinant:
27
= ⟨−4, 6, 13⟩.
−→
Compute AB · (d⃗1 × d⃗2 )
−→ ⃗
AB · (d1 × d⃗2 ) = ⟨−5, 5, 7⟩ · ⟨−4, 6, 13⟩.
= 20 + 30 + 91 = 141.
Quick Tip
To find the shortest distance between skew lines, use the cross product of their direction
vectors and the vector between points on each line.
Question 21.
π
x2 sin x cos x
Z
120
| 3 dx| is equal to .
π 0 sin4 x + cos4 x
Correct Answer: (15)
Solution:
28
To simplify the denominator, use the identity:
2
sin4 x + cos4 x = sin2 x + cos2 x − 2 sin2 x cos2 x.
sin 2x 2 sin2 2x
Now use sin2 x cos2 x =
2 = 4 :
sin2 2x
sin4 x + cos4 x = 1 − .
2
Use Symmetry and Simplify Further Observe that the function sin 2x is symmetric around
π
x= 2, and use this symmetry property to evaluate over [0, π]. Split the integral and evaluate
each part carefully.
After evaluating the integral, we find that:
Z π 2
120 x sin x cos x
dx = 15.
π2 0 sin4 x + cos4 x
Thus, the answer is:
15.
Quick Tip
For integrals involving trigonometric functions in the denominator, try using trigono-
metric identities and symmetry to simplify before integrating.
29
Question 22. Let a, b, c be the lengths of three sides of a triangle satisfying the condition
If the set of all possible values of x is the interval (α, β), then 12(α2 + β 2 ) is equal to .
Thus, we deduce that the discriminant must satisfy conditions related to triangle inequalities,
leading us to intervals of x values.
By evaluating the possible values of x, we find that the interval (α, β) corresponds to:
√ √
1− 5 1+ 5
α= , β= .
2 2
Then, calculate 12(α2 + β 2 ):
12(α2 + β 2 ) = 36.
Quick Tip
For quadratic equations with constraints, analyze the discriminant and interpret roots
within given conditions, especially for triangle inequalities.
Question 23. Let A(−2, −1), B(1, 0), C(α, β), and D(γ, δ) be the vertices of a parallelogram
ABCD. If the point C lies on 2x − y = 5 and the point D lies on 3x − 2y = 6, then the value
of |α + β + γ + δ| is equal to .
Correct Answer: 32
Solution:
30
Given that A(−2, −1) and B(1, 0) are two vertices of the parallelogram and C(α, β) and
D(γ, δ) are the other two vertices.
Since P is the midpoint of diagonals AC and BD, we have:
α−2 β−1 γ+1 δ
P = , = ,
2 2 2 2
Equating coordinates:
α−2 γ+1 β−1 δ
= and =
2 2 2 2
Simplifying:
α − 2 = γ + 1 =⇒ α − γ = 3 (1)
β − 1 = δ =⇒ β − δ = 1 (2)
3γ − 2δ = 6 (3)
2α − β = 5 (4)
Solving equations (1), (2), (3), and (4) simultaneously: From (1) and (2):
α = γ + 3, β =δ+1
3(γ) − 2(δ) = 6
2(γ + 3) − (δ + 1) = 5
Simplifying:
3γ − 2δ = 6
2γ + 6 − δ − 1 = 5 =⇒ 2γ − δ = 0
31
Quick Tip
In problems involving parallelograms, use the property that diagonals bisect each other
to set up equations for midpoint coordinates.
Solution:
This forms a geometric series with the first term 4n−1 and common ratio 43 :
n 2 n−1
X 3 3 3
αr = 4n−1 1+ + + ... +
4 4 4
r=0
Given: n
X
αr = β n − γ n
r=0
Comparing:
β = 4, γ=3
β 2 + γ 2 = 42 + 32 = 16 + 9 = 25
32
Quick Tip
For sums involving geometric series, identify the first term and common ratio, and use
the formula for the sum of a finite geometric series.
with adj(A) taken 2024 times, then the remainder when n is divided by 9 is equal to .
Correct Answer: 7
Solution:
22024 = (22 )2022 = 4 · (8)674 = 4 · (9 − 1)674 .
Thus,
22024 = 9m + 4, m is even.
Thus,
= 7.
Quick Tip
Use properties of determinants and modular arithmetic for efficient computation in ma-
trix power problems.
Question 26.Let ⃗a = 3î + 2ĵ + k̂ , ⃗b = 2î − ĵ + 3k̂ , and ⃗c be a vector such that (⃗a + ⃗b) × ⃗c =
2(⃗a × ⃗b) + 24ĵ − 6k̂ and (⃗a − ⃗b + i) · ⃗c = −3. Then |⃗c|2 is equal to .
33
Correct Answer:38
Solution: Calculate (⃗a + ⃗b) × ⃗c:
|⃗c|2 = 25 + 9 + 4 = 38.
Quick Tip
When calculating the magnitude of vectors given cross products, simplify each term
before taking the dot product.
e −b loge (1+x)+cxe−x
2 x
Question 27.If limx→0 ax x2 sin x = 1, then 16(a2 + b2 + c2 ) is equal to .
Correct Answer:81
Solution: The limit expression is:
axe + b loge (1 + x) + cxe−x
lim = 1.
x→0 x2 sin x
2 3
For b loge (1 + x), use the expansion loge (1 + x) = x − x2 + x3 − · · ·:
2 3
x x
b loge (1 + x) = b x − + + ··· .
2 3
2
For cxe−x , use the expansion e−x = 1 − x + x2! − · · ·:
2
−x x
cxe = cx 1 − x + − ··· .
2
34
Substitute these expansions into the numerator:
b a b c
(a − b + c) x + 2 − c + a x2 + 3 − 2 + 2 x3 + · · ·
= lim .
x→0 x3 sin x
Thus,
16(a2 + b2 + c2 ) = 81.
Quick Tip
For limits involving Taylor expansions, expand each term around x = 0 and simplify
step-by-step.
Question 28.A line passes through A(4, −6, −2) and B(16, −2, 4). The point P (a, b, c),
where a, b, c are non-negative integers, on the line AB lies at a distance of 21 units from
the point A. The distance between the points P (a, b, c) and Q(4, −12, 3) is equal to .
35
Correct Answer: 22
Solution:
The direction ratios of line AB are given by:
The parametric equation of the line passing through point A(4, 6, −2) in the direction of
AB is:
x = 4 + 12t, y = 6 − 8t, z = −2 + 6t
Given that the distance from point A to point P (a, b, c) is 21 units, we use the distance
formula:
p
(12t)2 + (−8t)2 + (6t)2 = 21
36
π π π
for 0 < x < 2 and y 4 = 0. If y 6 = α, then e8α is equal to
Answer: (9)
Solution:
Rearranging terms:
sec2 x dx = − e2y tan2 x + tan x dy
Let:
t = tan x =⇒ dt = sec2 x dx
Substituting:
dt = − e2y t2 + t dy
Rearranging:
dt
+ t = −e2y t2
dy
Let:
1 dt 1 du
u= =⇒ =− 2
t dy u dy
Substituting:
1 du 1
− + = −e2y
u2 dy u
Multiplying through by −u2 :
du
− u = e2y u2
dy
The equation is nonlinear, but we can solve it using separation of variables. Rearranging:
du
= u + e2y u2
dy
Separating variables: Z Z
du
= dy
u + e2y u2
π
Given that y 4 = 0, we substitute the value and integrate to find the general solution.
π
When we evaluate y 6 = α, we find:
e8α = 9
37
Quick Tip
In solving differential equations with trigonometric substitutions, simplify the equation
by isolating terms and using integrating factors as needed.
Correct Answer: 66
Solution:
The relation R consists of ordered pairs (x, y) such that 2x = 3y . For x and y to satisfy this
relation, x and y must form pairs with specific integer values that satisfy 2x = 3y .
Thus, the pairs in R are:
R = {(3, 2), (6, 4), (9, 6), (12, 8), . . . , (99, 66)}.
To make R1 symmetric, we include both (x, y) and (y, x) for each pair in R. Thus, the pairs
in R1 are:
R1 = {(3, 2), (2, 3), (6, 4), (4, 6), (9, 6), (6, 9), . . . , (99, 66), (66, 99)}.
n = 2 × 33 = 66.
Quick Tip
In symmetric relations, include both pairs (x, y) and (y, x) to ensure symmetry.
Question 31.A light string passing over a smooth light fixed pulley connects two blocks
of masses m1 and m2 . If the acceleration of the system is g/8, then the ratio of masses is
38
9
(1) 7
8
(2) 1
4
(3) 3
5
(4) 3
Rearrange terms:
7m1 = 9m2 .
Quick Tip
In pulley problems, use the net force and acceleration relation to set up equations and
solve for mass ratios.
Question 32.A uniform magnetic field of 2 × 10−3 T acts along the positive Y-direction. A
rectangular loop of sides 20 cm and 10 cm with a current of 5 A lies in the Y-Z plane. The
39
current is in an anticlockwise sense with reference to the negative X axis. The magnitude
and direction of the torque are:
(1) 2 × 10−4 N m along positive Z-direction
(2) 2 × 10−4 N m along negative Z-direction
(3) 2 × 10−4 N m along positive X-direction
(4) 2 × 10−4 N m along positive Y-direction
⃗ is given by:
The magnetic moment M
⃗ = I A.
M ⃗
⃗ = 2 × 10−3 ĵ :
Substituting B
Quick Tip
For torque in magnetic fields, use the cross product of magnetic moment and magnetic
field to determine both magnitude and direction.
Question 33.
The measured value of the length of a simple pendulum is 20 cm with 2 mm accuracy. The
time for 50 oscillations was measured to be 40 seconds with 1 second resolution. From these
40
measurements, the accuracy in the measurement of acceleration due to gravity is N %. The
value of N is:
(1) 4
(2) 8
(3) 6
(4) 5
40
∆T = 1 s, T = = 0.8 s.
50
Calculate the percentage errors:
∆ℓ 0.002
= = 0.01 = 1%.
ℓ 0.2
∆T 1
2 =2× = 0.05 = 5%.
T 40
Therefore, the total percentage error in g is:
1% + 5% = 6%.
Thus, N = 6.
41
Quick Tip
When calculating errors, remember to double the time error term in pendulum problems,
as T 2 appears in the formula for g .
Question 34.Force between two point charges q1 and q2 placed in a vacuum at r cm apart
is F . Force between them when placed in a medium having dielectric K = 5 at r/5 cm
apart will be:
F
(1) 25
(2) 5F
F
(3) 5
(4) 25F
The force between two point charges q1 and q2 separated by a distance r in a vacuum is
given by Coulomb’s law:
1 q1 q2
F = ,
4πϵ0 r2
where ϵ0 is the permittivity of free space.
In a medium with dielectric constant K , the permittivity changes from ϵ0 to Kϵ0 . This
reduces the effective force between the charges by a factor of K . Thus, the force in the
medium, if the distance remained r, would be:
1 q1 q2 F
Fmedium = 2
= .
4πKϵ0 r K
42
Combining both effects (the dielectric and the reduced distance), the modified force F ′ in
the medium is:
F
F′ = × 25 = 5F.
5
Thus, the force between the charges in the medium, with the distance changed to 5r , is
increased by a factor of 5 compared to the original force in a vacuum. Therefore, the answer
is:
5F.
Quick Tip
When the distance between charges is changed and a dielectric is introduced, remember
to adjust both the permittivity and distance in Coulomb’s law.
Question 35.An AC voltage V = 20 sin 200πt is applied to a series LCR circuit which
drives a current I = 10 sin 200πt + π3 . The average power dissipated is:
(1) 21.6 W
(2) 200 W
(3) 173.2 W
(4) 50 W
The average power dissipated ⟨P ⟩ in an AC circuit with voltage V and current I is given
by:
⟨P ⟩ = Vrms Irms cos ϕ,
where Vrms is the root mean square (RMS) value of the voltage, Irms is the RMS value of the
current, and ϕ is the phase difference between the voltage and current.
The given voltage is V = 20 sin 200πt, so the peak voltage V0 is 20 V. The RMS value of
the voltage Vrms is:
V0 20 √
Vrms = √ = √ = 10 2 V.
2 2
43
Similarly, the given current is I = 10 sin 200πt + π3 , so the peak current I0 is 10 A. The
50 W.
Quick Tip
In AC circuits, use IV cos ϕ to find average power, where ϕ is the phase difference
between voltage and current.
44
According to Brewster’s law, the reflected ray is completely polarized when the angle of
incidence θp satisfies:
tan θp = n,
Using Snell’s law n1 sin θ1 = n2 sin θ2 , with n1 = 1 (for air) and θ1 = 60◦ :
√
sin 60◦ 3/2 1
sin θ2 = √ = √ = .
3 3 2
Therefore, θ2 = 30◦ .
Quick Tip
At Brewster’s angle, the reflected ray is fully polarized, and the angle of refraction can
be calculated using Snell’s law.
45
Substitute these values into the formula:
r
1.4 × 8.3 × 273
v= .
32 × 10−3
310 m/s.
Quick Tip
q
γRT
Use the formula v = M for calculating the speed of sound in a gas at a given
temperature and pressure.
Question 38.A gas mixture consists of 8 moles of argon and 6 moles of oxygen at tem-
perature T . Neglecting all vibrational modes, the total internal energy of the system
is:
(1) 29 RT
(2) 20 RT
(3) 27 RT
(4) 21 RT
U = nCV T.
46
3R 5R
For argon (a monatomic gas), CV,Ar = 2 . For oxygen (a diatomic gas), CV,O2 = 2 .
U = n1 CV,Ar T + n2 CV,O2 T.
Substitute n1 = 8, n2 = 6:
3R 5R
U =8× ×T +6× × T = 27RT.
2 2
Quick Tip
For mixtures, calculate the internal energy for each gas component separately using
U = nCV T , then sum them up.
Question 39.The resistance per centimeter of a meter bridge wire is r, with XΩ resistance
in the left gap. The balancing length from the left end is at 40 cm with 25 Ω resistance in
the right gap. Now the wire is replaced by another wire of 2r resistance per centimeter.
The new balancing length for the same settings will be at:
(1) 20 cm
(2) 10 cm
(3) 80 cm
(4) 40 cm
47
balanced condition:
X 40
= .
25 60
Solving for X , we get:
40
X = 25 × = 16.67 Ω.
60
Now, if the wire is replaced by another wire with twice the resistance per unit length, i.e.,
2r instead of r, each segment’s resistance will be scaled proportionally by the same factor.
The new resistance per unit length affects both segments equally, so the ratio of resistances
remains the same as the original setup.
Since the balance depends only on the ratio of resistances in the two arms of the bridge,
the balancing length remains unaffected by the change in resistance per unit length.
Therefore, the balancing length will remain:
40 cm.
Quick Tip
In meter bridge problems, changing the resistance per unit length does not affect the
balancing length ratio for a given setup.
48
Electromagnetic waves indeed carry energy as they propagate through space. This energy is
equally divided between the electric and magnetic field components of the wave. Therefore,
Statement I is correct.
When electromagnetic waves hit a surface, they exert radiation pressure on it due to the
transfer of momentum. This pressure is proportional to the wave’s intensity. Therefore, State-
ment II is also correct.
Thus, both statements are correct, so the answer is:
Quick Tip
Electromagnetic waves carry energy equally in their electric and magnetic fields and
exert pressure when striking surfaces due to momentum transfer.
Question 41.In a photoelectric effect experiment, a light of frequency 1.5 times the thresh-
old frequency is made to fall on the surface of a photosensitive material. Now if the fre-
quency is halved and intensity is doubled, the number of photoelectrons emitted will be:
(1) Doubled
(2) Quadrupled
(3) Zero
(4) Halved
Initially, the frequency of the light is 1.5f0 , which is above the threshold frequency, so pho-
toelectrons are emitted. However, if the frequency is halved, the new frequency f ′ becomes:
1.5f0
f′ = = 0.75f0 .
2
49
Since f ′ < f0 , the incident frequency is now less than the threshold frequency. Therefore,
no photoelectrons will be emitted, regardless of the light’s intensity. Emission of photoelec-
trons depends on frequency, not intensity, when the frequency is below the threshold.
Thus, the answer is:
Zero.
Quick Tip
In photoelectric effect problems, remember that photoelectron emission depends on the
frequency meeting or exceeding the threshold, not on the intensity of the light.
Question 42.A block of mass 5 kg is placed on a rough inclined surface as shown in the
figure. If F1 is the force required to just move the block up the inclined plane and F2 is
the force required to just prevent the block from sliding down, then the value of |F1 − F2 |
is:
[Use g = 10 m/s2 ]
√
(1) 25 3 N
√
(2) 5 3 N
√
5 3
(3) 2 N
(4) 10 N
√
Correct Answer: (5 3 N BONUS)
Solution:
The block experiences frictional force due to the roughness of the inclined surface. The kinetic
friction force fk is given by:
fk = µmg cos θ,
50
Calculating fk :
√
◦ 3 √
fk = 0.1 × 5 × 10 × cos 30 = 0.1 × 50 × = 2.5 3 N.
2
To move the block up the incline, the force F1 must overcome both the component of
gravitational force along the incline and the frictional force. Therefore:
F1 = mg sin θ + fk .
To prevent the block from sliding down, the force F2 must balance the component of grav-
itational force along the incline, reduced by the frictional force. Thus:
F2 = mg sin θ − fk .
Quick Tip
In incline problems with friction, calculate the frictional force separately and adjust the
force required for upward and downward motion by adding or subtracting this frictional
force.
Question 43. By what percentage will the illumination of the lamp decrease if the current
drops by 20%?
(1) 46%
(2) 26%
(3) 36%
51
(4) 56%
P = I 2 R.
2
Let the initial power be Pinitial = Iinitial R.
If the current drops by 20%, the new current Ifinal is:
Ifinal = 0.8Iinitial .
Quick Tip
In resistive circuits, power is proportional to the square of the current. A percentage
drop in current results in a larger percentage drop in power.
Question 44. If two vectors A and B having equal magnitude R are inclined at an angle
θ, then
√ θ
(1) |A − B| = 2R sin 2
θ
(2) |A + B| = 2R sin 2
θ
(3) |A + B| = 2R cos 2
θ
(4) |A − B| = 2R cos 2
52
The magnitude of the resultant vector R′ of two vectors A and B inclined at an angle θ is
given by:
p
R′ = a2 + b2 + 2ab cos θ.
Here a = b = R, so:
p p
′
R = R2 + R2 + 2R · R cos θ = 2R2 (1 + cos θ).
θ
Using the identity 1 + cos θ = 2 cos2 2 , we get:
s
′ θ θ
R = 2R2 · 2 cos2 = 2R cos .
2 2
Quick Tip
When adding two vectors of equal magnitude, the resultant magnitude depends on the
cosine of half the angle between them.
Question 45. The mass number of nucleus having radius equal to half of the radius of
nucleus with mass number 192 is:
(1) 24
(2) 32
(3) 40
(4) 20
R ∝ A1/3 .
Let R1 and R2 be the radii of two nuclei with mass numbers A1 and A2 , respectively. Given:
1
R1 = R2 and A2 = 192.
2
53
Using the proportionality,
1/3
R1 A1
= .
R2 A2
Substitute R1 = 12 R2 :
1/3
1 A1
= .
2 192
Cubing both sides:
1 A1
= .
8 192
Solving for A1 :
1
A1 = 192 × = 24.
8
Thus, the answer is:
24.
Quick Tip
For nuclear radius comparisons, remember that radius is proportional to the cube root
of the mass number.
1
Question 46.The mass of the moon is 144 times the mass of a planet and its diameter is
1
16 times the diameter of a planet. If the escape velocity on the planet is v , the escape
velocity on the moon will be:
v
(1) 3
v
(2) 4
v
(3) 12
v
(4) 6
where G is the gravitational constant, M is the mass of the body, and R is its radius.
54
Given that the escape velocity on the planet is v :
r
2GM
v= .
R
M R
For the moon: - Mass Mmoon = 144 . - Radius Rmoon = 16 .
Substitute these values into the escape velocity formula for the moon:
s r r r
M
2G · 144 2GM · 16 2GM 1 2GM v
vmoon = R
= = = = .
16
144R 9R 3 R 3
Quick Tip
Escape velocity depends on both the mass and radius of a celestial body. For propor-
tional changes, apply the escape velocity formula to find the effect of changes in mass
and radius.
Question 47.A small spherical ball of radius r, falling through a viscous medium of neg-
ligible density, has terminal velocity v . Another ball of the same mass but of radius 2r,
falling through the same viscous medium, will have terminal velocity:
v
(1) 2
v
(2) 4
(3) 4v
(4) 2v
55
Let the terminal velocity of the original ball (radius r) be v and the terminal velocity of the
larger ball (radius 2r) be v ′ .
Using the inverse proportionality:
v r′
= .
v′ r
Since r′ = 2r:
v v
′
= 2 ⇒ v′ = .
v 2
Thus, the terminal velocity of the larger ball is:
v
.
2
Quick Tip
In viscous medium problems, for spheres with constant mass, the terminal velocity is
inversely proportional to the radius of the sphere.
Question 48.A body of mass 2 kg begins to move under the action of a time-dependent
force given by
F = 6t î + 6t2 ĵ N.
56
The velocity ⃗v is obtained by integrating the acceleration:
Z Z 2
2 3t
⃗v = ⃗a dt = (3t î + 3t ĵ) dt = î + t3 ĵ m/s
2
The power developed by the force is given by:
P = F⃗ · ⃗v
Quick Tip
To find the power developed by a time-dependent force, use P = F · v, where v is
obtained by integrating acceleration.
A B Y
0 0 0
1. 1 0 0
0 1 0
1 1 1
A B Y
0 0 0
2. 1 0 1
0 1 1
1 1 0
57
A B Y
0 0 0
3. 1 0 0
0 1 0
1 1 0
A B Y
0 0 0
4. 1 0 0
0 1 1
1 1 0
A B Y
0 0 1
1. 1 1 0
1 0 0
0 1 1
Quick Tip
When analyzing logic circuits, create a truth table by systematically evaluating each
gate’s output for every possible input combination.
58
(1) L−2 M T 0
(2) L2 M −1 T 1
(3) L−3 M T −1
(4) L0 M −1 T 1
Given:
B − x2
E= .
At
The dimensions of E , x, and t are:
[B] = L2 .
Quick Tip
To determine dimensions, isolate each variable and match dimensions with similar terms
on both sides of the equation.
Question 51.In the following circuit, the battery has an emf of 2 V and an internal resis-
tance of 23 Ω. The power consumption in the entire circuit is W.
59
Correct Answer: (3)
Solution:
3 W.
Quick Tip
In circuits with resistors in parallel, the equivalent resistance can be calculated using
1
P 1
Req = Ri . Don’t forget to include the internal resistance of the battery when calculat-
60
Question 52.Light from a point source in air falls on a convex curved surface of radius 20
cm and refractive index 1.5. If the source is located at 100 cm from the convex surface,
the image will be formed at cm from the object.
Quick Tip
For curved surfaces, use the lens maker’s formula, adjusting for refractive indices and
the object’s position.
Question 53.The magnetic flux Φ (in weber) linked with a closed circuit of resistance 8 Ω
varies with time t (in seconds) as Φ = 5t2 − 36t + 1. The induced current in the circuit at
t = 2 s is A.
Correct Answer: (2)
Solution: The emf ε induced in the circuit is given by Faraday’s law:
dΦ
ε=− .
dt
61
dΦ
Calculate dt :
dΦ
= 10t − 36.
dt
At t = 2 s:
ε = −(10 · 2 − 36) = −(−16) = 16 V.
2 A.
Quick Tip
Use ε = − dΦ
dt for induced emf, then divide by resistance to find the induced current.
Question 54.Two blocks of mass 2 kg and 4 kg are connected by a metal wire going over
a smooth pulley as shown in the figure. The radius of the wire is 4.0×10−5 m and Young’s
modulus of the metal is 2.0 × 1011 N/m2 . The longitudinal strain developed in the wire is
1
απ . The value of α is . [Use g = 10 m/s2 ].
∆ℓ
The strain ℓ in the wire is given by:
F T
Strain = = .
AY AY
62
Substitute the values:
80/3 1
Strain = = .
16π × 10−10 × 2 × 1011 12π
Thus, α = 12.
Quick Tip
T
For tension-based strain calculations, use Strain = AY , where T is tension, A is cross-
sectional area, and Y is Young’s modulus.
Question 55.A body of mass m is projected with a speed u making an angle of 45◦ with
the ground. The angular momentum of the body about the point of projection, at the
√
2 mu3
highest point, is expressed as Xg . The value of X is .
Correct Answer: (8)
Solution: At the highest point, the vertical component of the velocity becomes zero, and only
the horizontal component ux = u cos 45◦ = √u
2
remains.
The maximum height h reached by the body is given by:
2
√u
(u sin 45◦ )2 2 u2
h= = = .
2g 2g 4g
The angular momentum L about the point of projection at the highest point is:
√
u u2 2 mu3
L = m · ux · h = m · √ · = .
2 4g 8g
Quick Tip
For angular momentum about the point of projection at the highest point, use L =
m · ux · h, where ux is the horizontal component and h is the maximum height.
Question 56. Two circular coils P and Q of 100 turns each have the same radius of
π cm. The currents in P and Q are 1 A and 2 A, respectively. P and Q are placed
with their planes mutually perpendicular with their centers coinciding. The resultant
63
√
magnetic field induction at the center of the coils is x mT, where x = . [Use
µ0 = 4π × 10−7 TmA−1 ]
Correct Answer: (20)
Solution:
Number of turns: N = 100
Radius of coils: r = π cm = π × 10−2 m
Current in coil P : I1 = 1 A
Current in coil Q: I2 = 2 A
The magnetic field at the center of a circular coil is given by:
µ0 N I
B=
2r
p
Bnet = (2 × 10−3 )2 + (4 × 10−3 )2 T
p
Bnet = 4 × 10−6 + 16 × 10−6 T
p
Bnet = 20 × 10−6 T
√ √
Bnet = 20 × 10−3 T = 20 mT
Thus, x = 20.
Quick Tip
For mutually perpendicular coils, use vector addition for magnetic fields: Bnet =
q
BP2 + BQ
2.
64
Question 57. The distance between charges +q and −q is 2l and between +2q and −2q is
4l. The electrostatic potential at point P at a distance r from center O is −α rql2 × 109 V,
where the value of α is 1
.(U se 4πϵ0
= 9 × 109 Nm2 C−2 )
Correct Answer: (27)
Solution: The problem involves finding the net dipole moment and the resulting potential at
a point due to two pairs of charges arranged as specified.
The charges are arranged in two pairs: - Pair 1: +q and −q separated by a distance of 2l. -
Pair 2: +2q and −2q separated by a distance of 4l.
The dipole moment P for a pair of charges +Q and −Q separated by distance d is given by:
P = Q · d.
For Pair 1:
P1 = q · (2l) = 2ql.
For Pair 2:
P2 = 2q · (4l) = 8ql.
The two dipole moments P1 and P2 are positioned at an angle of 120◦ relative to each other.
The magnitude of the resultant dipole moment Pnet can be found using the vector addition
formula:
q
Pnet = P12 + P22 + 2P1 P2 cos θ.
The potential V at a point on the axis of a dipole at a distance r from the center is given by:
KP cos θ
V = .
r2
Here, K = 1
4πϵ0 = 9 × 109 Nm2 C−2 and θ = 120◦ .
65
Substitute K , Pnet = 6ql, and cos 120◦ = − 12 :
9 × 109 × 6ql × − 12
V = .
r2
27 × 109 · ql
=− .
r2
Thus, the value of α in the potential expression is:
α = 27.
Quick Tip
KP cos θ
For potentials due to dipoles, remember V = r2 , adjusting for any angles.
Question 58. Two identical spheres each of mass 2 kg and radius 50 cm are fixed at the
ends of a light rod so that the separation between the centers is 150 cm. Then, the moment
of inertia of the system about an axis perpendicular to the rod and passing through its
middle point is x
20 kg m2 , where the value of x is ˙
Correct Answer: (53)
Solution: The moment of inertia I of each sphere about the central axis (using the parallel
axis theorem) is:
Itotal = 2 Isphere + md2 .
Distance d from the center of each sphere to the midpoint of the rod is 0.75 m.
So,
53
Itotal = 2 0.2 + 2 × (0.75)2 = 2 (0.2 + 1.125) = kg m2 .
20
Thus, x = 53.
Quick Tip
Use the parallel axis theorem for combined rotational inertia: Itotal = 2 Iobject + md2 .
66
Question 59. The time period of simple harmonic motion of mass M in the given figure
q
is π αM
5k , where the value of α is ˙
67
Quick Tip
To find the equivalent spring constant in mixed spring configurations, combine series
and parallel components appropriately before calculating the angular frequency and
time period of oscillation.
Question 60. A nucleus has mass number A1 and volume V1 . Another nucleus has mass
V2
number A2 and volume V2 . If the relation between mass numbers is A2 = 4A1 , then V1 =
.
Correct Answer: (4)
Solution: For a nucleus, the volume V is proportional to A, the mass number, given by:
4
V = πR3 ,
3
where the radius R of a nucleus is proportional to the cube root of its mass number A:
R = R0 A1/3 .
V ∝ A.
Quick Tip
For nuclei, volume is directly proportional to the mass number.
68
LIST - I LIST - II
(Complex ion) (Electronic Configuration)
A. [Cr(H2 O)6 ]3+ I. t22g e0g
B. [Fe(H2 O)6 ]3+ II. t32g e0g
C. [Ni(H2 O)6 ]2+ III. t62g e2g
D. [V(H2 O)6 ]3+ IV. t32g e1g
Choose the correct answer from the options given below:
(1) A-III, B-II, C-IV, D-I
(2) A-IV, B-I, C-II, D-III
(3) A-IV, B-III, C-I, D-II
(4) A-II, B-III, C-IV, D-I
Quick Tip
Identify the electronic configuration by considering the oxidation state and coordination
of each complex ion.
Question 62. A sample of CaCO3 and MgCO3 weighed 2.21 g is ignited to constant
weight of 1.152 g. The composition of mixture is:
(Given molar mass in g mol−1 : CaCO3 : 100, MgCO3 : 84)
(1) 1.187 g CaCO3 , +1.023 g MgCO3
(2) 1.023 g CaCO3 , +1.023 g MgCO3
(3) 1.187 g CaCO3 , +1.187 g MgCO3
(4) 1.023 g CaCO3 , +1.187 g MgCO3
69
Correct Answer: (1)
Solution: Reactions:
CaCO3 (s) → CaO(s) + CO2 (g)
Solving, we find:
x = 1.1886 g (weight of CaCO3 )
Quick Tip
When solving stoichiometry problems with mass balance, set up equations for each
component and solve systematically.
70
Question 63. Identify A and B in the following reaction sequence:
Then:
NaOH, HCl
Bromonitrobenzene (A) −−−−−−→ p-Bromophenol (B)
71
Quick Tip
In organic synthesis sequences, carefully analyze each reagent’s role to determine inter-
mediates and final products.
In the light of the above statements, choose the most appropriate answer from the options
given below:
(1) Statement I is correct but statement II is incorrect.
(2) Statement I is incorrect but statement II is correct.
(3) Both statement I and statement II are incorrect.
(4) Both statement I and statement II are correct.
S8 + 12 OH− → 4 S 2− + 2 S2 O32− + 6 H2 O.
Quick Tip
Disproportionation reactions occur when an element in a compound is simultaneously
oxidized and reduced, depending on its oxidation state.
Question 65. Identify major product ‘P’ formed in the following reaction:
72
Correct Answer: (4)
Solution:
The reaction is an example of Friedel-Crafts acylation. The acylium ion (RCO+ ) generated
by the reaction of acyl chloride with AlCl3 acts as an electrophile and attacks benzene to form
the acylated product.
∗6(−C = O) − C = O
P= ∗6(−C = O)(−COP h)
73
Quick Tip
In Friedel-Crafts acylation, AlCl3 helps generate a strong electrophile, which facilitates
the addition of an acyl group to benzene.
Correct Answer: (3 or 4)
Solution:
The reaction involves the addition of D and Cl across the double bond. This is an example of
syn addition, where both D (deuterium) and Cl (chlorine) can add to the double bond in either
configuration due to the symmetrical nature of the starting compound.
The products are as follows: 1. D and Cl can add to the same side of the double bond,
leading to two stereoisomers depending on the orientation of D and Cl.
The structures for the possible products are shown below:
74
Thus, the major products are:
Quick Tip
In syn additions, consider both stereoisomers as possible products when a symmetric
alkene is involved.
75
Thus, the correct structure is:
Structure 3
Quick Tip
When identifying structures from IUPAC names, locate substituents in the given posi-
tions of the main chain to ensure correct identification.
Quick Tip
When determining magnetic properties, check the oxidation state and ligand field
strength to see if electrons are paired or unpaired.
Question 69. The azo-dye (Y) formed in the following reactions is Sulphanilic acid +
NaNO2 + CH3 COOH → X
76
Correct Answer: (4)
Solution:
The reaction involves the diazotization of sulphanilic acid, which forms a diazonium salt.
This diazonium salt then couples with the compound C6 H5 N H2 , leading to the formation of
the azo-dye product Y .
The structure of Y matches option (4) in which the diazonium ion is coupled with the
benzene ring of C6 H5 N H2 , forming the characteristic azo linkage (-N=N-) between the two
aromatic rings.
Thus, the correct answer is:
Option (4)
Quick Tip
In azo-dye formation, diazonium salts undergo coupling reactions with electron-rich
aromatic compounds, such as anilines or phenols, to form colored azo compounds.
77
p-aminobenzene sulphonic acid, which gives blood red color in the Tassaignes’s test.
Statement II: In Friedel-Crafts alkylation and acylation reactions, aniline forms salt with
the AlCl3 catalyst. Due to this, nitrogen of aniline acquires a positive charge and acts as a
deactivating group.
In the light of the above statements, choose the correct answer from the options given
below:
Quick Tip
In electrophilic aromatic substitution reactions, amino groups usually activate the ring
unless they form a complex with catalysts like AlCl3 , which changes their electronic
nature.
Question 71.
A(g) ⇌ B(g) + 12 C(g) The correct relationship between KP , α, and equilibrium pressure P is:
α1/2 P 1/2
(1) KP = (2+α)1/2
α3/2 P 1/2
(2) KP = (2+α)1/2 (1−α)
78
α1/2 P 3/2
(3) KP = (2+α)3/2
α1/2 P 1/2
(4) KP = (2+α)3/2
Quick Tip
In equilibrium calculations, always correctly assign partial pressures using the degree
of dissociation and the total pressure.
1. A and D only
2. B and C only
3. C and D only
4. A and B only
79
Correct Answer: (4)
Solution:
Statement A is true as all group 16 elements form EO2 and EO3 oxides, and these oxides are
generally acidic.
Statement B is true as TeO2 acts as an oxidising agent, while SO2 is a reducing agent.
Statement C is false. The reducing nature actually increases as we move down the group.
Statement D is false as the ozone molecule O3 contains only three lone pairs of electrons on
each oxygen atom.
Quick Tip
When analyzing periodic trends, remember that reducing power generally increases
down a group as atomic size and electron availability increase.
Quick Tip
The Gatterman-Koch reaction is specifically used for the formylation of benzene to
produce benzaldehyde using CO and HCl in the presence of AlCl3 and CuCl.
80
Question 74. Which of the following is least ionic?
(1) BaCl2
(2) AgCl
(3) KCl
(4) CoCl2
The reason is that Ag+ has a pseudo-inert gas configuration, making AgCl less ionic than the
other compounds listed.
Quick Tip
For ionic character comparisons, consider factors such as charge density and electronic
configuration, like pseudo-inert gas configurations, which can affect the degree of ionic
bonding.
Question 75. The fragrance of flowers is due to the presence of some steam volatile
organic compounds called essential oils. These are generally insoluble in water at room
temperature but are miscible with water vapour in the vapour phase. A suitable method
for the extraction of these oils from the flowers is:
1. Crystallisation
2. Distillation under reduced pressure
3. Distillation
4. Steam distillation
81
Essential oils are typically extracted from plant material by steam distillation. In this process,
the plant material is exposed to steam, which causes the volatile essential oils to vaporize and
then be condensed and collected separately.
Quick Tip
Steam distillation is effective for compounds that are steam volatile and immiscible with
water. It allows for the extraction of essential oils without decomposition.
Quick Tip
Group 13 trivalent halides undergo hydrolysis due to their covalent character, especially
in water, leading to complex ion formation.
82
Question 77. The four quantum numbers for the electron in the outermost orbital of
potassium (atomic no. 19) are
(1) n = 4, l = 2, m = −1, s = + 21
(2) n = 4, l = 0, m = 0, s = + 12
(3) n = 3, l = 0, m = 1, s = + 12
(4) n = 2, l = 0, m = 0, s = + 12
The outermost orbital is the 4s orbital. The quantum numbers for the outermost electron are:
1
n = 4, l = 0, m = 0, s = + .
2
Quick Tip
For identifying the quantum numbers, start with the electron configuration, then deter-
mine n, l, m, and s based on the outermost electron.
83
Correct Answer: (2)
Solution:
Let’s analyze each statement individually:
Statement A: Mn2 O7 is an oil at room temperature. - Mn2 O7 (manganese heptoxide) is indeed
a dark green oil that is highly unstable and explosive at room temperature. It is a covalent
oxide and behaves as an acidic oxide due to its high oxidation state. Therefore, this statement
is correct.
Statement B: V2 O4 reacts with acid to give VO2+
2 . - V2 O4 (vanadium(IV) oxide) is an am-
photeric oxide. It can react with acids, undergoing oxidation, to form the VO2+
2 ion (vanadyl
V2 O4 + 2H+ → 2VO2+
2 + H2 O
This confirms that CrO behaves as a basic oxide, so this statement is correct.
Statement D: V2 O5 does not react with acid. - V2 O5 (vanadium(V) oxide) is an amphoteric
oxide, meaning it can react with both acids and bases. In fact, V2 O5 can react with acidic
solutions, such as hydrochloric acid, and undergo reduction. Therefore, this statement is
incorrect.
Since statements A and C are correct, the correct answer is option (2).
Quick Tip
Amphoteric oxides can react with both acids and bases, while basic oxides only react
with acids.
Question 79. The correct order of reactivity in electrophilic substitution reaction of the
following compounds is:
84
1. B > C > A > D
2. D > C > B > A
3. A > B > C > D
4. B > A > C > D
Quick Tip
When considering reactivity in electrophilic substitution, both resonance and inductive
effects of substituents should be considered.
Group ↓ Period →
A′ , B ′
C ′ , D′
85
D. Order of ionic radii: B + < A++ < D++ < C ++
Choose the correct answer from the options given below:
1. A only
2. A, B and D only
3. A and B only
4. B, C and D only
Quick Tip
When analyzing atomic and ionic radii trends, remember that atomic radii generally
decrease across a period and increase down a group. Metallic character follows similar
trends.
Question 81. A diatomic molecule has a dipole moment of 1.2 D. If the bond distance is
1 Å, then the fractional charge on each atom is ×10−1 esu.
86
Correct Answer: (0)
Solution:
The dipole moment µ is given by:
µ=q×d
0 × 10−1 esu.
Quick Tip
Dipole moment µ = q × d, where q is the fractional charge and d is the bond length.
Question 82. r = k[A] for a reaction, 50% of A is decomposed in 120 minutes. The time
taken for 90% decomposition of A is minutes.
Correct Answer: (399)
Solution:
For a first-order reaction:
t1/2 = 120 min
Quick Tip
2.303 a
For first-order reactions, use t = k log a−x for completion times.
87
Question 83. A compound (x) with molar mass 108 g mol−1 undergoes acetylation to give
a product with molar mass 192 g mol−1 . The number of amino groups in the compound
(x) is .
Correct Answer: (2)
Solution:
Each NH2 group increases molecular weight by 42 upon acetylation:
192 − 108 = 84
84
=2
42
Thus, the compound x has:
2 amino groups.
Quick Tip
For each NH2 group, the molar mass increases by 42 during acetylation.
Quick Tip
For monochlorination, count unique carbon positions in the hydrocarbon.
88
Question 85. Number of moles of H + ions required by 1 mole of MnO−
4 to oxidize oxalate
ion to CO2 is .
Correct Answer: (8)
Solution:
The balanced reaction is:
2MnO− 2− +
4 + 5C2 O4 + 16H → 2Mn
2+
+ 10CO2 + 8H2 O
From the stoichiometry, we see that 16 moles of H+ are required for 2 moles of MnO−
4.
Quick Tip
In redox reactions, balance all elements and charges to find the moles of H + ions.
Question 86. In the reaction of potassium dichromate, potassium chloride, and sulfuric
acid (conc.), the oxidation state of the chromium in the product is (+) .
Correct Answer: (6)
Solution:
The reaction is as follows:
This reaction is known as the chromyl chloride test. In this reaction, the oxidation state of
chromium in CrO2 Cl2 is +6.
Quick Tip
Use oxidation states and known compound formulas to determine oxidation state
changes in reactions.
Question 87. The molarity of 1 L orthophosphoric acid H3 PO4 having 70% purity by
weight (specific gravity 1.54 g/cm3 ) is M.
Correct Answer: (11)
Solution:
89
Molar mass of H3 PO4 = 98 g/mol
Mass of solution = 1 × 1000 × 1.54 = 1540 g
Mass of H3 PO4 = 0.7 × 1540 = 1078 g
1078
Moles of H3 PO4 = 98 = 11 moles
Thus, molarity = 11 M.
Quick Tip
Mass of solute/Molar mass
For molarity calculations, use the formula: Molarity = Volume of solution in liters .
Question 88. The values of conductivity of some materials at 298.15 K in S m−1 are 2.1 ×
103 , 1.0 × 10−16 ,1.2 × 10, 3.91, 1.5 × 10−2 , 1 × 10−7 , 1.0 × 103 . The number of conductors
among the materials is .
Correct Answer: (4)
Solution:
The materials can be categorized as conductors, insulators, and semiconductors based on their
conductivity values at 298.15 K.
Conductors generally have conductivities on the order of 102 to 106 S m−1 .
Insulators have very low conductivities, typically around 10−10 to 10−8 S m−1 .
Semiconductors have conductivities ranging from 10−4 to 10 S m−1 .
Given values:
2.1 × 103 , 1.2 × 103 , 3.91, 1.5 × 10−2 , 1 × 10−7 , 1.0 × 103
Classifying each:
2.1 × 103 , 1.2 × 103 , and 1.0 × 103 are in the conductor range.
3.91 also falls within the conductor range (upper range of semiconductors).
1.5 × 10−2 represents a semiconductor.
1 × 10−7 represents an insulator.
Therefore, the number of conductors is:4
90
Quick Tip
Conductivity ranges help classify materials into conductors, insulators, or semiconduc-
tors based on their conductance at a given temperature.
Question 89. From the vitamins A, B1 , B6 , B12 , C, D, E, and K, the number of vitamins
that can be stored in our body is .
Correct Answer: (5)
Solution:
Fat-soluble vitamins can be stored in the body, typically in the liver and adipose tissue, as they
are not readily excreted.
The fat-soluble vitamins are:
A, D, E, K, and B12
Thus, the number of vitamins that can be stored in the body is: 5
Quick Tip
Fat-soluble vitamins (A, D, E, K, and sometimes B12 ) can be stored in the body, whereas
water-soluble vitamins (B-complex and C) need regular replenishment.
Question 90. If 5 moles of an ideal gas expands from 10 L to a volume of 100 L at 300 K
under isothermal and reversible conditions, then work, w, is −x J. The value of x is .
Correct Answer: (28721)
Solution:
For an isothermal reversible expansion, the work done W is given by:
Vf
W = −2.303nRT log
Vi
91
Since log(10) = 1:
W = −2.303 × 5 × 8.314 × 300
= −28720.713 J
W = −28721 J
Thus, x = 28721.
Quick Tip
Vf
In isothermal reversible expansion, use W = −2.303nRT log Vi to calculate work
done, noting that logarithmic expansion ratios play a significant role.
92