JEE Main 2 April 2026 Shift 2 question paper with solutions
JEE Main 2 April 2026 Shift 2: all 75 questions in paper order (Maths, Physics, Chemistry) with the answer key and worked solutions. Free to read; attempt it as a timed 3-hour mock test.
Register free to attempt this shift as a timed 180-minute test with instant scoring and chapter-wise analysis.
Maths
Question 1
Maths · Complex Numbers and Quadratic Equations · Single correct
Let $\alpha$, $\beta$ be the roots of the equation $x^2 - 3x + r = 0$, and $\frac{\alpha}{2}$, $2\beta$ be the roots of the equation $x^2 + 3x + r = 0$. If the roots of the equation $x^2 + 6x = m$ are $2\alpha + \beta + 2r$ and $\alpha - 2\beta - \frac{r}{2}$, then $m$ is equal to :-
-135
-567
135
567
Answer: (d)
Solution
Given $\alpha + \beta = 3$ and $\frac{\alpha}{2} + 2\beta = -3$. On solving, we get $\alpha = 6$; $\beta = -3$. Product of roots $= \alpha \beta = r \Rightarrow r = -18$. Now for $x^2 + 6x - m = 0$. Product of roots $= -m$. $$= (2\alpha + \beta + 2r)(\alpha - 2\beta - \frac{r}{2})$$ $$\Rightarrow -m = (-27)(21)$$ $$\Rightarrow m = 567$$
Question 2
Maths · Complex Numbers and Quadratic Equations · Single correct
Let the circle $C_1 : |z| = r$ and $C_2 : |z - 3 - 4i| = 5$, $z \in \mathbb{C}$, be such that $C_2$ lies within $C_1$. If $z_1$ moves on $C_1$, $z_2$ moves on $C_2$ and $\min |z_1 - z_2| = 2$, then $\max |z_1 - z_2|$ is equal to :-
12
17
22
24
Answer: (c)
Solution
Given $|z| = r$ and $\mathrm{OA} = r$. The minimum $|z_1 - z_2| = 2$. Therefore, $r - 10 = 2 \Rightarrow r = 12$. The maximum value of $\mathrm{CB}$ is $|z_1 - z_2| = r + 10 = 12 + 10 = 22$.
Question 3
Maths · Determinants · Single correct
If the system of equations x + 5y + 6z = 4, 2x + 3y + 4z = 7, x + 6y + az = b has infinitely many solutions, then the point (a, b) lies on the line
y - x = 3
x - y = 3
x + y = 11
x + y = 12
Answer: (b)
Solution
Given $\begin{vmatrix} 1 & 5 & 6 \\ 2 & 3 & 4 \\ 1 & 6 & a \end{vmatrix} = 0$ $\Rightarrow a = \frac{50}{7}$ $D_z = 0 \Rightarrow \begin{vmatrix} 1 & 5 & 4 \\ 2 & 3 & 7 \\ 1 & 6 & b \end{vmatrix} = 0$ $\Rightarrow b = \frac{29}{7}$ Therefore, $(a, b)$ lies on $x - y = 3$
Question 4
Maths · Sequences and Series · Single correct
Let $a_1, a_2, a_3, \ldots$ be an A.P. and $g_1 = a_1, g_2, g_3, \ldots$ be an increasing G.P. If $a_1 = a_2 + g_2 = 1$ and $a_3 + g_3 = 4$, then $a_{10} + g_5$ is equal to:
The sum $\frac{1^3}{1} + \frac{1^3 + 2^3}{1 + 3} + \frac{1^3 + 2^3 + 3^3}{1 + 3 + 5} + \ldots$ up to 8 terms, is:
70
71
72
73
Answer: (b)
Solution
Given $T_r = \frac{1^3 + 2^3 + 3^3 + \ldots r^3}{1 + 3 + 5 + \ldots + (2r-1)} = \frac{\left(\frac{r(r+1)}{2}\right)^2}{r^2}$. This simplifies to $$= \frac{r^2 + 2r + 1}{4}$$. The sum $S_n$ is given by $$S_n = \sum_{r=1}^{n} T_r$$ which becomes $$S_n = \frac{1}{4} \sum (r^2 + 2r + 1)$$. Simplifying further, $$= \frac{1}{4} \left[ \frac{n(n+1)(2n+1)}{6} + 2 \frac{n(n+1)}{2} + n \right]$$. For $S_8$, we have $$S_8 = \frac{1}{4} \left[ \frac{8 \times 9 \times 17}{6} + 8 \times 9 + 8 \right]$$ which simplifies to $$= \frac{1}{4} [204 + 72 + 8] = 71$$.
Question 6
Maths · Binomial Theorem · Single correct
If for $3\leq r\leq 30$, \[ ({}^{30}C_{30-r}) +3({}^{30}C_{31-r}) +3({}^{30}C_{32-r}) +({}^{30}C_{33-r}) ={}^{m}C_r, \] then $m$ equals:
31
32
33
34
Answer: (c)
Solution
The solution is as follows: $$^3C_3 \cdot {}^{30}C_{30-r} + {}^3C_2 \cdot {}^{30}C_{31-r} + {}^3C_1 \cdot {}^{30}C_{32-r} + {}^3C_0 \cdot {}^{30}C_{33-r}$$ This is equivalent to: $$= {}^{33}C_{33-r} \equiv {}^mC_r \equiv {}^mC_{m-r}$$ Thus, we find: $$\Rightarrow m = 33$$
Question 7
Maths · Permutations and Combinations · Single correct
Let $p_n$ denote the total number of triangles formed by joining the vertices of an $n$-side regular polygon. If $p_{n+1} - p_n = 66$, then the sum of all distinct prime divisors of $n$ is:
7
8
5
6
Answer: (c)
Solution
Given $P_n = \binom{n}{3}$. $P_{n+1} - P_n = 66$ $$\binom{n+1}{3} - \binom{n}{3} = 66$$ $$\Rightarrow \frac{(n+1)n(n-1)}{6} - \frac{n(n-1)(n-2)}{6} = 66$$ $$\Rightarrow \frac{n(n-1)}{6} [n+1-n+2] = 66$$ $$\Rightarrow n(n-1) = 132$$ $n = 12$ Prime divisors of 12 are 2 and 3. Sum $= 2 + 3 = 5$
Question 8
Maths · Probability · Single correct
A man throws a fair coin repeatedly. He gets 10 points for each head he throws and 5 points for each tail he throws. If the probability that he gets exactly 30 points is $\frac{m}{n}$, gcd $(m, n) = 1$, then $m + n$ is equal to:
The mean and variance of n observations are 8 and 16, respectively. If the sum of the first (n - 1) observations is 48 and the sum of squares of the first (n - 1) observations is 496, then the value of n is:
21
16
13
7
Answer: (d)
Question 10
Maths · Conic Sections · Single correct
Let a circle pass through the origin and its centre be the point of intersection of two mutually perpendicular lines $x + (k - 1)y + 3 = 0$ and $2x + k^2y - 4 = 0$. If the line $x - y + 2 = 0$ intersects the circle at the points $A$ and $B$, then $(AB)^2$ is equal to:
10
27
18
34
Answer: (c)
Solution
Given the equations: $$x + (k-1)y + 3 = 0$$ $$2x + k^2y - 4 = 0$$ We have: $$\left( \frac{1}{1-k} \right) \left( \frac{2}{k^2} \right) = 1$$ Solving gives: $$2 = k^2 - k^3$$ $$k^3 - k^2 + 2 = 0$$ $$k = -1$$ Solving: $$2(x - 2y + 3) = 0$$ $$2x + y - 4 = 0$$ This simplifies to: $$-5y + 10 = 0$$ $$y = 2$$ The circle has center $(1, 2)$ and radius $\sqrt{5}$. So the circle equation is: $$(x - 1)^2 + (y - 2)^2 = 5$$ The chord is given by $x - y + 2 = 0$. The perpendicular distance $p$ is: $$p = \frac{1}{\sqrt{2}}$$ The length $\ell$ is: $$\ell = \sqrt{5 - \frac{1}{2}} = \frac{3}{\sqrt{2}}$$ The length $AB$ is: $$AB = \frac{6}{\sqrt{2}} \therefore AB^2 = 18$$
Question 11
Maths · Conic Sections · Single correct
Let O be the origin, and P and Q be two points on the rectangular hyperbola $xy = 12$ such that the mid point of the line segment $PQ$ is $\left( \frac{1}{2}, -\frac{1}{2} \right)$. Then the area of the triangle $OPQ$ equals:
Let the parabola $y = x^2 + px + q$ passing through the point $(1, -1)$ be such that the distance between its vertex and the x-axis is minimum. Then the value of $p^2 + q^2$ is:
Maths · Three Dimensional Geometry · Single correct
Let the point A be the foot of perpendicular drawn from the point P(a, b, 0) on the line $\frac{x-1}{2} = \frac{y-2}{1} = \frac{z-\alpha}{3}$. If the midpoint of the line segment PA is $\left(0, \frac{3}{4}, -\frac{1}{4}\right)$, then the value of $a^2 + b^2 + \alpha^2$ is equal to:
1
2
6
9
Answer: (a)
Solution
Given $\frac{2r + 1 + a}{2} = 0 \Rightarrow 2r + a = -1$ and $\frac{r + 2 + b}{2} = \frac{3}{4} \Rightarrow r + b = -\frac{1}{2}$. The points are $P(a, b, 0)$ and $A(2r + 1, r + 2, 3r + \alpha)$. For the equation $\frac{3r + \alpha}{2} = -\frac{1}{4} \Rightarrow 3r + \alpha = -\frac{1}{2}$. Solving the equations: $$2 \cdot a + 1 \cdot (b - 3/4) + 3 \cdot \frac{1}{4} = 0 \Rightarrow a + b = 0$$ $$\Rightarrow 2(-1 - 2r) + (-r - 1/2) = 0$$ $$\Rightarrow -3/2 = 3r = 1 \Rightarrow r = -1/2, \ a = 0, \ b = 0, \ \alpha = 1$$ Thus, $a^2 + b^2 + \alpha^2 = 1$.
Question 16
Maths · Vector Algebra · Single correct
Two adjacent sides of a parallelogram PQRS are given by $\overrightarrow{PQ} = \hat{j} + \hat{k}$ and $\overrightarrow{PS} = \hat{i} - \hat{j}$. If the side PS is rotated about the point P by an acute angle $\alpha$ in the plane of the parallelogram so that it becomes perpendicular to the side PQ, then $\sin^2 \left( \frac{5\alpha}{2} \right) - \sin^2 \left( \frac{\alpha}{2} \right)$ is equal to:
The value of $\int_{0}^{20\pi} (\sin^4 x + \cos^4 x) \, dx$ is equal to:
$\frac{15\pi}{2}$
$25\pi$
$15\pi$
$\frac{25\pi}{2}$
Answer: (c)
Solution
Given $$I = \int_0^{20\pi} (1 - 2 \sin^2 x \cos^2 x) \, dx$$ This simplifies to $$= 20\pi - \frac{1}{2} \int_0^{20\pi} \sin^2 2x \, dx$$ Next, we have $$20\pi - \frac{1}{2} (40) \int_0^{\pi/2} \sin^2 2x$$ This becomes $$20\pi - \frac{20}{2} \left( x - \frac{\sin 2x}{2} \right) \bigg|_0^{\pi/2}$$ Finally, we get $$20\pi - 10 \left( \frac{\pi}{2} \right) = 15\pi$$
Question 18
Maths · Limits and Derivatives · Single correct
Let f(x) be a polynomial of degree 5, and have extrema at x = 1 and x = -1. If $\lim_{x \to 0} \left( \frac{f(x)}{x^3} \right) = -5$, then $f(2) - f(-2)$ is equal to :
Let $x = x(y)$ be the solution of the differential equation $2y^2 \frac{dx}{dy} - 2xy + x^2 = 0$, $y > 1$, $x(e) = e$. Then $x(e^2)$ is equal to:
$\frac{3}{2} e^2$
$\frac{2}{3} e^2$
$e^2$
$2e^2$
Answer: (b)
Solution
Given $2y(ydx - xdy) + x^2 dy = 0$. $$\Rightarrow -2yx^2 \frac{d\left(\frac{y}{x}\right)}{dx} + x^2 dy = 0$$ $$\Rightarrow -2y \frac{d\left(\frac{y}{x}\right)}{dx} + dy = 0$$ $$\Rightarrow -2d\left(\frac{y}{x}\right) + \frac{1}{y} dy = 0$$ $$\Rightarrow \frac{-2y}{x} + \log_e y = C$$ Given $x(e) = e$ $$\Rightarrow C = -1$$ Thus, $$\frac{-2y}{x} + \log_e y = -1$$ $$\Rightarrow \frac{2y}{x} - \log_e y = 1$$ Put $y = e^2$, we get $$\Rightarrow \frac{2e^2}{x} - 2 = 1 \Rightarrow \frac{2e^2}{x} = 3 \Rightarrow x = \frac{2e^2}{3}$$ $$\Rightarrow x(e^2) = \frac{2e^2}{3}$$
Question 21
Maths · Relations and Functions · Numerical
Let A = {$2, 3, 4, 5, 6$\}. Let R be a relation on the set A $\times$ A given by (x, y)R(z, w) if and only if x divides z and y $\leq$ w. Then the number of elements in R is $\ldots$.
Answer: 120
Solution
For $x = 2$, $z = 2, 4, 6$. $x = 3$, $z = 3, 6$. $x = 4$, $z = 4$. $x = 5$, $z = 5$. $x = 6$, $z = 6$. Total case $= 8$. And number of combinations of $y$ and $w$ satisfying $y \leq w$ is $1 + 2 + 3 + 4 + 5 = 15$. Number of relations satisfying $(x, y) R(z, w)$ is $8 \times 15 = 120$.
Question 22
Maths · Matrices · Numerical
Consider the matrices $A = \begin{bmatrix} 2 & -2 \\ 4 & -2 \end{bmatrix}$ and $B = \begin{bmatrix} 3 & 9 \\ 1 & 3 \end{bmatrix}$. If matrices $P$ and $Q$ are such that $PA = B$ and $AQ = B$, then the absolute value of the sum of the diagonal elements of $2(P + Q)$ is $\ldots$.
Let A be the point (3, 0) and circles with variable diameter AB touch the circle $x^2 + y^2 = 36$ internally. Let the curve C be the locus of the point B. If the eccentricity of C is e, then $72e^2$ is equal to ____.
Answer: 18
Solution
Let $B(h, k)$. Equation of circle with $AB$ as diameter: $$(x-h)(x-3) + (y-k)(y-0) = 0$$ $$x^2 + y^2 - (h+3)x - ky + 3h = 0$$ Centre: $$\left( \frac{h+3}{2}, \frac{k}{2} \right)$$ Circle touches internally. Therefore, $C_1C_2 = |R - r|$: $$\sqrt{\left( \frac{h+3}{2} \right)^2 + \left( \frac{k}{2} \right)^2} = \left| 6 - \frac{1}{2} \left( \sqrt{(h-3)^2 + k^2} \right) \right|$$ $$\sqrt{(x+3)^2 + y^2} + \sqrt{(x-3)^2 + y^2} = 12$$ $$2a = 12 \therefore a = 6$$ $(-3, 0)$ and $(3, 0)$ are foci. $$2ae = 6$$ $$12e = 6$$ $$e = \frac{1}{2}$$ Therefore, $$72e^2 = 72 \left( \frac{1}{4} \right) = 18$$
Question 24
Maths · Applications of Integrals · Numerical
If the area of the region bounded by $16x^2 - 9y^2 = 144$ and $8x - 3y = 24$ is $A$, then $3(A + 6 \log_e(3))$ is equal to $\ldots$.
Maths · Continuity and Differentiability · Numerical
The number of points in the interval $[2, 4]$, at which the function $f(x) = \left[ x^2 - x - \frac{1}{2} \right]$, where $[\cdot]$ denotes the greatest integer function, is discontinuous, is$\ldots$.
Answer: 10
Physics
Question 26
Physics · Physical World, Units and Measurements · Single correct
Dimensions of universal gravitational constant (G) in terms of Planck's constant (h), distance (L), mass (M) and time (T) are $\ldots$.
A $0.5\,\mathrm{kg}$ mass is in contact against the inner wall of a cylindrical drum of radius $4\,\mathrm{m}$ rotating about its vertical axis. The minimum rotational speed of the drum to enable the mass to remain stuck to the wall (without falling) is $5\,\mathrm{rad/s}$. The coefficient of friction between the drum's inner wall surface and mass is $\ldots$ (Take g = $10\,\mathrm{m/s^2}$)
0.1
0.5
0.7
0.3
Answer: (a)
Solution
The normal force is given by $N = m \omega^2 R$. The static friction force is $f_s = mg$. The static friction force must be less than or equal to the limiting friction force $f_s \leq f_\ell$. Therefore, $mg \leq \mu N$. Substituting for $N$, we have $mg \leq \mu m \omega^2 R$. This implies $\mu \geq \frac{g}{\omega^2 R}$. Calculating the minimum coefficient of friction, $\mu_{\min} = \frac{g}{\omega^2 R} = \frac{10}{10^2 \times 1} = 0.1$.
Question 28
Physics · Laws of Motion · Single correct
Two blocks of masses $2\,\mathrm{\,kg}$ and $1\,\mathrm{\,kg}$ respectively, are tied to the ends of a string which passes over a light frictionless pulley as shown in the figure below. The masses are held at rest at the same horizontal level and then released. The distance traversed by the centre of mass in 2 s is $\ldots$ m. (Take $g = 10 \mathrm{\,m/s^2}$)
Physics · Moving Charges and Magnetism · Single correct
A particle having charge $10^{-9} \, \mathrm{C}$ moving in $x-y$ plane in fields of $0.4 \, \hat{j} \, \mathrm{N/C}$ and $4 \times 10^{-3} \, \hat{k} \, \mathrm{T}$ experiences a force of $(4\hat{i} + 2\hat{j}) \times 10^{-10} \, \mathrm{N}$. The velocity of the particle at that instant is $\ldots$ m/s.
Physics · Semiconductor Electronics: Materials, Devices and Simple Circuits · Single correct
If X and Y are the inputs, the given circuit works as $\ldots$.
OR gate
AND gate
NAND gate
NOR gate
Answer: (d)
Solution
The circuit diagram shows the logic gates used to derive the output C. The inputs are x and y. The NOT gates invert the inputs to produce $\overline{x}$ and $\overline{y}$. These are then combined using an OR gate to produce $z = x + y$. Finally, the output C is given by the expression: $$C = \overline{x + y}$$
Question 31
Physics · Gravitation · Single correct
If a body of mass 1 kg falls on the earth from infinity, it attains velocity (v) and kinetic energy (k) on reaching the surface of earth. The values of v and k respectively are______. (Take radius of earth to be 6400 km and $g = 9.8 \, \mathrm{m/s^2}$)
In a screw gauge the zero of main scale reference line coincides with the fifth division of the circular scale when two studs are in contact. There are 100 divisions in circular scale and pitch of screw gauge is $0.1 \, \mathrm{mm}$. When diameter of a sphere is measured, the reading of main scale is $5 \, \mathrm{mm}$ and $50^{th}$ division of circular scale coincides with the reference line of main scale. The diameter of sphere is $\ldots \, \mathrm{mm}$.
Physics · Mechanical Properties of Fluids · Numerical
The surface tension of a soap bubble is $0.03\,\mathrm{N/m}$. The work done in increasing the diameter of bubble from $2\,\mathrm{cm}$ to $6\,\mathrm{cm}$ is $\alpha \pi \times$ $10^{-4}$ $\mathrm{J}$. The value of $\alpha$ is $\ldots$. (Take $\pi$ = 3.14)
A mixture of carbon dioxide and oxygen has volume $8310 \, \mathrm{cm}^3$, temperature $300 \, \mathrm{K}$, pressure $100 \, \mathrm{kPa}$ and mass $13.2 \, \mathrm{g}$. The number of moles of carbon dioxide and oxygen gases in the mixture respectively are $\ldots$. (Assume both carbondioxide and oxygen gases behave like ideal gases) $[R = 8.31 \, \mathrm{J/mol.K}]$
0.15 and 0.18
0.25 and 0.08
0.21 and 0.12
0.13 and 0.20
Answer: (c)
Solution
First, we determine the total number of moles ($n_{total}$) in the mixture using the Ideal Gas Law: $PV = nRT$. Given the values: Pressure (P): $100 \, kPa = 10^5 \, Pa$ Volume (V): $8310 \, cm^3 = 8.31 \times 10^{-3} \, m^3$ Temperature (T): $300 \, K$ Gas Constant (R): $8.31 \, J/mol \cdot K$ $$\frac{PV}{RT} = \frac{10^5 \times 8.31 \times 10^{-3}}{8.31 \times 300} = \frac{100}{300} \approx 0.333 \, mole$$ 1. Mole equation: $n_1 + n_2 = 0.333$ 2. Mass equation: $44n_1 + 32n_2 = 13.2$ (where 44 and 32 are the molar masses of $CO_2$ and $O_2$ respectively) 3. Solve for individual moles Using the first equation to express $n_2$ as $0.333 - n_1$, we substitute this into the mass equation: $$44n_1 + 32(0.333 - n_1) = 13.2$$ $$44n_1 + 10.667 - 32n_1 = 13.2$$ $$12n_1 = 2.533$$ $$n_1 \approx 0.211 \, mol$$ Then, calculate $n_2$: $$n_2 = 0.333 - 0.211 = 0.122 \, mol$$
Question 35
Physics · Mechanical Properties of Fluids · Single correct
If an air bubble of diameter $2\,\mathrm{mm}$ rises steadily through a liquid of density $2000\,\mathrm{kg/m^3}$ at a rate of $0.5\,\mathrm{cm/s}$, then the coefficient of viscosity of liquid is $\ldots \mathrm{Poise}$. (Take g = $10\,\mathrm{m/s^2}$)
A spherical ball of mass $2\,\mathrm{kg}$ falls from a height of $10\,\mathrm{m}$ and is brought to rest after penetrating $10\,\mathrm{cm}$ into sand. The average force exerted by sand on the ball is $\ldots \mathrm{N}$.
An electromagnetic wave travels in free space along the $x$-direction. At a particular point in space and time, $\mathbf{B} = 2 \times 10^{-7} \hat{\mathbf{j}} \, \mathrm{T}$ is associated with this wave. The value of corresponding electric field $\mathbf{E}$ at this point is $\ldots$ V/m.
Two resistors of 200 $\Omega$ and 400 $\Omega$ are connected in series with a battery of $100 \, \mathrm{V}$. A bulb rated at $200 \, \mathrm{V}$, $100 \, \mathrm{W}$ is connected across the $400 \Omega$ resistance. The potential drop across the bulb is $\ldots$ V.
25
50
66.6
100
Answer: (b)
Solution
For resistance of bulb $$R = \frac{V^2}{P} = \frac{200 \times 200}{100} = 400\, \Omega$$ Now circuit will look like this $V_1$ and $V_2$ will be same as resistances are same $$V_1 = V_2 = 50\, \mathrm{V}$$ $$V_{bulb} = V_2 = 50\, \mathrm{V}$$
Question 39
Physics · Electrostatic Potential and Capacitance · Single correct
Two metal plates (A, B) are kept horizontally with separation of $\frac{12}{\pi}$ cm, with plate A on the top. An atomizer jet sprays oil (density 1.5 g/cm$^3$) droplets of radius 1 mm horizontally. All oil droplets carry a charge 5 nC. The potentials $V_A$ and $V_B$ are required on plates A and B respectively in order to ensure the droplets do not descend. The values of $V_A$ and $V_B$ are $\ldots$ (Neglect the air resistance to the droplets and take $g = 10 \, \mathrm{m/s^2}$)
100 V and 580 V
580 V and 100 V
60 V and 400 V
0 V and -200 V
Answer: (a)
Solution
Given the setup with plates A and B, the forces acting are $qE$ upwards and $mg$ downwards. $$\frac{\Delta V}{(12/\pi) \times 10^{-2}} \times 5 \times 10^{-9} = \frac{4}{3} \pi (r^3) \rho (g)$$ $$\Delta V \times 5 \times 10^{-7} = 16 (r^3) \rho (g)$$ $$\Delta V = 480, \ V_A < V_B$$ Plate A will be lower potential.
Question 40
Physics · Electric Charges and Fields · Single correct
Two point charges $8\,\mu\mathrm{C}$ and $-2\,\mu\mathrm{C}$ are located at $x = 2\,\mathrm{cm}$ and $x = 4\,\mathrm{cm}$, respectively on the x-axis. The ratio of electric flux due to these charges through two spheres of radii $3\,\mathrm{cm}$ and $5\,\mathrm{cm}$ with their centers at the origin is $\ldots$
4 : 1
3 : 4
4 : 3
4 : 5
Answer: (c)
Solution
For sphere with radius 3 cm and center origin $$\phi_1 = \frac{q_{en}}{\varepsilon_0} = \frac{8 \, \mu \mathrm{C}}{\varepsilon_0}$$ for sphere of radius 5 cm $$\phi_2 = \frac{q_{en}}{\varepsilon_0} = \frac{(8 - 2) \, \mu \mathrm{C}}{\varepsilon_0} = \frac{6 \, \mu \mathrm{C}}{\varepsilon_0}$$ $$\frac{\phi_1}{\phi_2} = \frac{8}{6} = \frac{4}{3} = 1.33$$ $$\frac{\phi_1}{\phi_2} = 1.33$$
Question 41
Physics · Ray Optics and Optical Instruments · Single correct
One side of an equilateral prism is painted by a transparent material of refractive index $n_2$. The refractive index of prism is $1.6$. The minimum value of $n_2$ required for total internal reflection from painted face is $\ldots$.
The figure given below shows an LCR series circuit with two switches $S_1$ and $S_2$. When switch $S_1$ is closed keeping $S_2$ open, the phase difference ($\phi$) between the current and source voltage is $30^\circ$ and phase difference is $60^\circ$ when $S_2$ is closed keeping $S_1$ open. The value of $(3L_1 - L_2)$ is $\ldots$ H.
$\frac{9}{2}$
$\frac{2}{9}$
$\frac{1}{3}$
3
Answer: (b)
Solution
For $S_1$ is closed and $S_2$ open. $V = V_0 \sin (300 \, t)$ $$\frac{X_{L_1} - X_C}{R} = \tan (30^\circ) = \frac{1}{\sqrt{3}}$$ $$\sqrt{3} \left( X_{L_1} - X_C \right) = R .....(1)$$ For $S_1$ is open and $S_2$ is closed. $V = V_0 \sin (300t)$ $$\frac{|X_{L_2} - X_C|}{R} = \tan 60^\circ = \sqrt{3}$$ $$\frac{|X_{L_2} - X_C|}{\sqrt{3}} = R ....(2)$$ From Eq. (1) and (2) $$\sqrt{3} \left( X_{L_1} - X_C \right) = \frac{(X_{L_2} - X_C)}{\sqrt{3}}$$ $$3 \left( \omega L_1 - \frac{1}{\omega C} \right) = \left( \omega L_2 - \frac{1}{\omega C} \right)$$ $$|3L_1 - L_2| = \frac{3}{\omega^2 C} - \frac{1}{\omega^2 C} = \frac{2}{9 \times 10^4 \times 100 \times 10^{-6}}$$ $$|3L_1 - L_2| = \frac{2}{9}$$
Question 43
Physics · Electromagnetic Induction · Single correct
A circular current loop of radius $R$ is placed inside square loop of side length $L (L \gg R)$ such that they are co-planar and their centers coincide. The permeability of free space is $\mu_0$. The mutual inductance between circular loop and square loop is____.
The binding energy per nucleon of $^{209}_{83}\mathrm{Bi}$ is $\ldots$ MeV. [Take $m(^{209}_{83}\mathrm{Bi}) = 208.980388 \, \mathrm{u}$, $m_p = 1.007825 \, \mathrm{u}$, $m_n = 1.008665 \, \mathrm{u}$, $1 \, \mathrm{u} = 931 \, \mathrm{MeV/c^2}$]
7.48
7.84
8.79
6.94
Answer: (b)
Solution
The reaction is $^{209}_{83}\mathrm{P}^1 + ^{1}_{0}\mathrm{n} \rightarrow ^{209}_{83}\mathrm{Bi}$. The mass defect $\Delta m$ is calculated as $\Delta m = 83m_p + 126m_n - M_{\mathrm{Bi}}$. Substituting the values, we have $$\Delta m = 83 \times 1.007825 + 126 \times 1.008665 - 208.980388$$ $$= 1.760877 \, \mathrm{u}$$ The binding energy (BE) is given by $$\mathrm{BE} = 1.760877 \times 931 \, \mathrm{MeV} = 1639.3764$$ The binding energy per nucleon is $$\frac{\mathrm{BE}}{A} = \frac{1639.3764}{209} \, \mathrm{MeV} = 7.8439 \, \mathrm{MeV}$$
Question 45
Physics · Oscillations · Single correct
The equation of motion of a particle is given by $x = a \sin(50t + \pi/3) \, \mathrm{cm}$. The particle will come to rest at time $t_1$ and it will have zero acceleration at time $t_2$. The $t_1$ and $t_2$ respectively are $\ldots$.
Phase of the motion of particle is as follows: $V = 0$, when particle crosses A. Therefore, $t_1 = \frac{\pi}{6\omega} = \frac{\pi}{300}$. a = 0, when particle crosses B. Therefore, $t_2 = \frac{2\pi}{3\omega} = \frac{\pi}{75}$.
Question 46
Physics · Wave Optics · Numerical
In a Young's double slit experiment, the intensity at some point on the screen is found to be $\frac{3}{4}$ times of the maximum of the interference pattern. The path difference between the interfering waves at this point is $\frac{\lambda}{x}$ where $\lambda$ is wavelength of the incident light. The value of $x$ is $\ldots$.
Using Bohr's model, calculate the ratio of the magnetic fields generated due to the motion of the electrons in the $2^{nd}$ and $4^{th}$ orbits of hydrogen atom.
Answer: 64
Solution
The magnetic field $B$ is given by $$B = \frac{\mu_0 I}{2 \pi r}$$ where $I$ is the current. The current $I$ is given by $$I = \frac{ev}{2 \pi r}$$ where $e$ is the charge and $v$ is the velocity. The magnetic field $B$ is proportional to $$B \propto \frac{V}{r^2}$$ where $V$ is the potential. The potential $V$ is proportional to $$V \propto \frac{Z}{n}$$ where $Z$ is the atomic number and $n$ is the principal quantum number. The radius $r$ is proportional to $$r \propto \frac{n^n}{Z}$$ Therefore, $$B \propto \left(\frac{Z}{n}\right) \left(\frac{n^2}{Z}\right)^2$$ Simplifying, $$B \propto \frac{Z^3}{n^5}$$ The ratio of magnetic fields is given by $$\frac{B_1}{B_2} = \frac{n_2^5}{n_1^5} = \frac{4^5}{2^5} = 64$$
Question 48
Physics · Thermodynamics · Numerical
5 moles of unknown gas is heated at constant volume from $10^\circ \mathrm{C}$ to $20^\circ \mathrm{C}$. The molar specific heat of this gas at constant pressure $c_p = 8 \, \mathrm{cal/mol.} \ ^\circ \mathrm{C}$ and $R = 8.36 \, \mathrm{J/mol.} \ ^\circ \mathrm{C}$. The change in the internal energy of the gas is $\ldots$ calorie.
Answer: 300
Solution
Given $C_p - C_V = R \Rightarrow C_V = (C_p - R)$. $C_V = 6 \, cal/mol°C$. $\Delta U = n C_V \Delta T$. $$= 5 \times 6 \times 10 = 300 \, cal$$
Question 49
Physics · Ray Optics and Optical Instruments · Numerical
If sunlight is focused on a paper using convex lens, it starts burning the paper in shortest time when the lens is kept at $30 \, \mathrm{cm}$ above the paper. If the radius of curvature of the lens is $60 \, \mathrm{cm}$ then the refractive index of the lens material is $\frac{\alpha}{10}$. The value of $\alpha$ is $\ldots$.
Answer: 20
Solution
To burn in minimum time distance of paper must be at focus. So $f = 30 \, \mathrm{cm}$ $$\frac{1}{30} = (\mu - 1) \left( \frac{1}{60} - \frac{1}{-60} \right)$$ $$\frac{1}{30} = \frac{\mu - 1}{30}$$ $$\mu = 2$$ $$\alpha = 20$$
Question 50
Physics · System of Particles and Rotational Motion · Numerical
Moment of inertia about an axis AB for a rod of mass $40\,\mathrm{kg}$ and length $3\,\mathrm{m}$ is same as that of a solid sphere of mass $10\,\mathrm{kg}$ and radius R about an axis parallel to AB axis with separation of $3\,\mathrm{m}$ as shown in figure below. The value of R is given as $\sqrt{\frac{\alpha}{2}}$. The value of $\alpha$ is $\ldots$.
The ratio of mass percentage (w/w) of C : H in a hydrocarbon is 12 : 1. It has two carbon atoms. The weight (in g) of $CO_2(g)$ formed when $3.38\,\mathrm{g}$ of this hydrocarbon is completely burnt in oxygen is : (Given : Molar mass in g $\mathrm{mol}^{-1}$ C : 12, H : 1, O : 16)
5.68
11.44
22.74
17.05
Answer: (b)
Solution
Molecular formula of hydrocarbon is $\mathrm{C_2H_2}$. Moles of $\mathrm{C_2H_2} = \frac{3.38}{26}$. $$\mathrm{C_2H_2(g) + \frac{5}{2}O_2(g) \rightarrow 2CO_2(g) + H_2O(l)}$$ Moles of $\mathrm{CO_2}$ produced $= \left( \frac{3.38}{26} \times 2 \right)$. Mass of $\mathrm{CO_2}$ produced $= \left( \frac{3.38}{26} \times 2 \right) \times 44 = 11.44$.
Question 52
Chemistry · Equilibrium · Single correct
The first and second ionization constants of a weak dibasic acid $\mathrm{H_2A}$ are $8.1 \times 10^{-8}$ and $1.0 \times 10^{-13}$ respectively. $0.1$ mol of $\mathrm{H_2A}$ was dissolved in $1\, \mathrm{L}$ of $0.1\, \mathrm{M}\ \mathrm{HCl}$ solution. The concentration of $\mathrm{HA^-}$ in the resultant solution is:
$0.1\, \mathrm{M}$
$9.53 \times 10^{-6}\, \mathrm{M}$
$8.1 \times 10^{-8}\, \mathrm{M}$
$1.0 \times 10^{-13}\, \mathrm{M}$
Answer: (c)
Solution
HCl $\rightarrow \mathrm{H^+}$ + $\mathrm{Cl^-}$ 0.1 M $\hspace{1cm}$ - $\hspace{1cm}$ - $\hspace{2.5cm}$ 0.1 $\hspace{1cm}$ 0.1 $\mathrm{H_2A} \rightleftharpoons \mathrm{H^+}$ + $\mathrm{HA^-}$ 0.1-x $\hspace{1cm}$ x+0.1 $\hspace{1cm}$ x (Due to common ion effect $x$ is very less) $$K_{a_1} = \frac{[\mathrm{H^+}][\mathrm{HA^-}]}{[\mathrm{H_2A}]}$$ $$K_{a_1} = \frac{0.1 \times [\mathrm{HA^-}]}{0.1}$$ $$[\mathrm{HA^-}] = K_{a_1} = 8.1 \times 10^{-8}$$
Question 53
Chemistry · Chemical Bonding and Molecular Structure · Single correct
$\mathrm{SF_4}$ is isostructural with: \ A. $\mathrm{BrF_4^-}$ \ B. $\mathrm{CH_4}$ \ C. $\mathrm{IF_4^+}$ \ D. $\mathrm{XeF_4}$ \ E. $\mathrm{XeO_2F_2}$ \ Choose the correct answer from the options given below:
C only
C and E only
A and D only
B and E only
Answer: (b)
Solution
SF_4 has a see-saw structure. IF_4^+ also has a see-saw structure. BrF_4^- has a square planar structure. XeO_2F_2 has a see-saw structure. CH_4 has a tetrahedral structure. XeF_4 has a square planar structure.
Question 54
Chemistry · Thermodynamics · Single correct
Gas 'A' undergoes change from state 'X' to state 'Y'. In this process, the heat absorbed and work done by the gas is $10\,\mathrm{J}$ and $18\,\mathrm{J}$ respectively. Now gas is brought back to state 'X' by another process during which $6\,\mathrm{J}$ of heat is evolved. In the reverse process of 'Y' to 'X',
$18\,\mathrm{J}$ of the work is done by the gas 'A'.
$2\,\mathrm{J}$ of the work is done by the gas 'A'.
$12\,\mathrm{J}$ of the work is done on the gas 'A' by the surrounding.
$14\,\mathrm{J}$ of the work is done on the gas 'A' by the surrounding.
Solution A is prepared by dissolving 1 g of a protein (molar mass = 50000 $g$ $mol^{-1}$) in 0.5 L of water at 300 K. Its osmotic pressure is x bar. Solution B is made by dissolving 2 g of same protein in 1 L of water at 300 K. Osmotic pressure of solution B is y bar. Entire solution of A is mixed with entire solution of B at same temperature. The osmotic pressure of resultant solution is z bar. x, y and z respectively are: (R = 0.083 L bar $mol^{-1} K^{-1}$)
'x' = $\frac{1}{50,000 \times 0.5} \times$ R $\times$ 300 = 9.96 $\times$ 10^{-4} bar 'y' = $\frac{2}{50,000 \times 1} \times$ R $\times$ 300 = 9.96 $\times$ 10^{-4} bar 'z' = $\frac{'x' \times \frac{1}{2} + 'y' \times 1}{\frac{3}{2}}$ = 9.96 $\times$ 10^{-4} bar
Question 56
Chemistry · Equilibrium · Single correct
At $25^\circ\mathrm{C}$, $20.0 \, \mathrm{mL}$ of $0.2 \, \mathrm{M}$ weak monoprotic acid $\mathrm{HX}$ is titrated against $0.2 \, \mathrm{M}$ NaOH. The pH of the solution (a) at the start of the titration (when NaOH has not been added) and (b) when $10 \, \mathrm{mL}$ of NaOH is added respectively, are: Given: $K_a = 5 \times 10^{-4}$, $\mathrm{p}K_a = 3.3$, $\alpha \ll 1$
0.7, 2.0
2.0, 3.3
1.1, 2.2
3.0, 2.2
Answer: (b)
Solution
For 0.2 M, 20 ml HX solution, pH of weak acid is given by $$\frac{1}{2} [pK_a - \log c]$$ which simplifies to $$\frac{1}{2} [4 - \log 5 - \log 0.2]$$ and further to $$\frac{1}{2} [4 - \log 5 + \log 5]$$ resulting in $$2$$. The reaction is: $$HX + NaOH \xrightarrow{(LR)} NaA + H_2O$$ For 20 ml, 0.2 M HX and 10 ml, 0.2 M NaOH, we have: 4 m mole of HX and 2 m mole of NaOH. After reaction: 2 m mole of HX remains and 2 m mole of NaOH is used. This forms an acidic buffer: $$[HX + NaA] \Rightarrow acidic buffer$$ The pH is calculated as: $$pH = pK_a + \log \frac{salt}{acid}$$ Substituting the values: $$pH = 3.3 + \log \frac{2}{2}$$ Thus, $$pH = 3.3$$
Question 57
Chemistry · Chemical Kinetics and Nuclear Chemistry · Single correct
Consider the reaction $\mathrm{aX \rightarrow bY}$, for which the rate constant at $30^\circ\mathrm{C}$ is $1\times10^{-3}\,\mathrm{mol^{-1}\,L\,s^{-1}}$. \ Which of the following statements are true? \ A. When concentration of `X' is increased to four times, the rate of reaction becomes 16 times. \ B. The reaction is a second order reaction. \ C. The half-life period is independent of the concentration of X. \ D. Decomposition of $\mathrm{N_2O_5}$ is an example of the above reaction. \ E. is valid for the above reaction. Choose the correct answer from the options given below:
A and B only
A, B and C only
A, B, D and E only
C and D only
Answer: (a)
Solution
Rate of constant (k) = $10^{-3} \, \mathrm{M^{-1} \, sec^{-1}}$ $\therefore \, 1 - n = -1$ [unit of $k = \mathrm{M^{1-n} \, sec^{-1}}$] $n = 2 \Rightarrow 2^{nd}$ order reaction rate = $k[A]^2$ (A) If concentration of A is 4 times then reaction will become 16 times. (B) Order of reaction is 2 (C) Half-life of the reaction is independent of the concentration of the reactant for $1^{st}$ order, not for $2^{nd}$ order reaction. (D) Decomposition of $\mathrm{N_2O_5}$ is example of $1^{st}$ order reaction (E) Graph of $\ln \left( \frac{[R]_0}{[R]_t} \right)$ vs $t$ is straight line for $1^{st}$ order not for $2^{nd}$ order reaction. So statement (A) & (B) are correct
Question 58
Chemistry · The p-Block Elements (Group 15, 16, 17 & 18) · Single correct
The correct set that contains all kinds (basic, acidic, amphoteric and neutral) of oxides is:
$\mathrm{Na_2O}, \mathrm{K_2O}, \mathrm{Al_2O_3}$ and $\mathrm{As_2O_3}$
$\mathrm{Al_2O_3}, \mathrm{As_2O_3}, \mathrm{CO}$ and $\mathrm{NO}$
$\mathrm{K_2O}, \mathrm{Cl_2O_7}, \mathrm{As_2O_3}$ and $\mathrm{NO}$
$\mathrm{Na_2O}, \mathrm{N_2O}, \mathrm{Al_2O_3}$ and $\mathrm{CO}$
Chemistry · Classification of Elements and Periodicity in Properties · Single correct
Given below are two statements : Statement-I : The second ionization enthalpy of B, Al and Ga is in the order of B > Al > Ga. Statement-II : The correct order in terms of first ionization enthalpy is Si < Ge < Pb < Sn. In the light of the above statements, choose the correct answer from the options given below :
Both Statement-I and Statement-II are true.
Both Statement-I and Statement-II are false.
Statement-I is true but Statement-II is false.
Statement-I is false but Statement-II is true.
Answer: (b)
Solution
Order of II ionization energy for boron family elements is: $$\mathrm{B} \,(2427 \, \mathrm{KJ/mol}) > \mathrm{Ga} \,(1979 \, \mathrm{KJ/mol}) > \mathrm{Al} \,(1816 \, \mathrm{KJ/mol})$$ Order of I ionization energy for carbon family elements is: $$\mathrm{Si} \,(786 \, \mathrm{KJ/mol}) > \mathrm{Ge} \,(761 \, \mathrm{KJ/mol}) > \mathrm{Pb} \,(715 \, \mathrm{KJ/mol}) > \mathrm{Sn} \,(708 \, \mathrm{KJ/mol})$$
Question 60
Chemistry · The d-and f-Block Elements · Single correct
Given below are two statements: \ Statement-I: Among Zn, Mn, Sc and Cu, the energy required to remove the third valence electron is highest for Zn and lowest for Sc. \ Statement-II: The correct order of the following complexes in terms of CFSE is $[\mathrm{Co}(\mathrm{H}_2\mathrm{O})_6]^{2+} < [\mathrm{Co}(\mathrm{H}_2\mathrm{O})_6]^{3+} < [\mathrm{Co(en)}_3]^{3+}$. \ In the light of the above statements, choose the correct answer from the options given below:
Both Statement-I and Statement-II are true.
Both Statement-I and Statement-II are false.
Statement-I is true but Statement-II is false.
Statement-I is false but Statement-II is true.
Answer: (a)
Solution
Statement I $\mathrm{IE_3}$ (kJ/mol) Sc: 2393 Mn: 3260 Cu: 3556 Zn: 3837 Sc WFL (en > $\mathrm{H_2O}$) CFSE $\propto$ Charge on metal $\mathrm{Co^{+2} < Co^{+3}}$ $[\mathrm{Co(H_2O)_6}]^{2+} < [\mathrm{Co(H_2O)_6}]^{3+} < [\mathrm{Co(en)_3}]^{3+}$
Question 61
Chemistry · Co-ordination Compounds · Single correct
Which of the following complexes will show coordination isomerism? \ (A) $[\mathrm{Ag(NH_3)_2}][\mathrm{Ag(CN)_2}]$ \ (B) $[\mathrm{Co(NH_3)_6}][\mathrm{Cr(CN)_6}]$ \ (C) $[\mathrm{Co(NH_3)_6}][\mathrm{Co(CN)_6}]$ \ (D) $[\mathrm{Fe(NH_3)_6}][\mathrm{Co(CN)_6}]$ \ (E) $[\mathrm{Co(NH_3)_6}][\mathrm{Fe(CN)_6}]$ \ Choose the correct answer from the options given below:
B, C and D Only
B, D and E Only
A, C and D Only
C, D and E Only
Answer: (a), (b), (d)
Solution
Compound, $[\mathrm{Ag(NH_3)_2}][\mathrm{Ag(CN)_2}]$ cannot show coordination isomerism. All other complexes (B, C, D and E) will show co-ordination isomerism.
Question 62
Chemistry · Some Basic Concepts of Chemistry · Single correct
Complete combustion of $X$ g of an organic compound gave 0.25 g of $\mathrm{CO}_2$ and 0.12 g of $\mathrm{H}_2\mathrm{O}$. If the $\%$ of carbon is 25$\%$ and of hydrogen is 4.89$\%$, then $X = \ldots \times 10^{-3}$ g. (Nearest integer) (Molar mass of C, H and O are 12, 1 and 16 g mol$^{-1}$ respectively.)
273
27
2730
227
Answer: (a)
Solution
Mass of carbon = $\frac{0.25}{44} \times$ 12 Mass$\%$ of carbon = $\frac{Mass of carbon}{x} \times$ 100 x = $\frac{\frac{0.25 \times 12}{44} \times 100}{25}$ x = $\frac{12}{44}$ x = 0.2727 = 272.7 $\times$ 10^{-3} $\simeq$ 273 $\times$ 10^{-3}
Question 63
Chemistry · Organic Chemistry — Some Basic Principles & Techniques · Single correct
Given below are two statements In the light of the above statements, choose the correct answer from the options given below:
Both Statement I and Statement II are true
Both Statement I and Statement II are false
Statement I is true but Statement II is false
Statement I is false but Statement II is true
Answer: (a)
Solution
Both statements are correct.
Question 64
Chemistry · Hydrocarbons · Single correct
The compound (X) on (i) on heating in the presence of anhydrous $\mathrm{AlCl_3}$ and HCl gas gives 2, 4-dimethyl pentane (ii) aromatization gives toluene and (iii) cyclisation gives methyl cyclohexane The correct name of compound (X) is:
Hept-2-ene
Hept-1,3,5-triene
Heptane
Hept-2,4,6-triene
Answer: (c)
Solution
n-Heptane undergoes aromatisation in the presence of $\mathrm{Cr_2O_3}$ at $773 \, \mathrm{K}$ and $10-20 \, \mathrm{atm}$ to form an aromatic compound. It can also undergo isomerisation with anhydrous $\mathrm{AlCl_3}$ and $\mathrm{HCl}$ to form a branched alkane.
Question 65
Chemistry · Haloalkanes and Haloarenes · Single correct
Correct statements regarding alkyl halides (R–X) among the following are: (A) Alcohol being less polar solvent as compared to water, alcoholic KOH favours elimination reaction with R–X. (B) Order of reactivity towards $S_N1$ mechanism is $C_6H_5–CH_2–Cl > C_6H_5–CHCl–C_6H_5$. (C) Non substituted aryl halides exhibit properties similar to alkyl halides. (D) Vinyl chloride is an example of haloalkene and allyl chloride is an example of haloalkyne. (E) R–Cl can be prepared by reacting R–OH with $SOCl_2$ but Ar–Cl cannot be prepared by reacting Ar–OH with $SOCl_2$. Choose the correct answer from the options given below:
A, B and C Only
B and D Only
A and E Only
D and E Only
Answer: (c)
Solution
Ar-Cl and R-Cl shows different chemical properties. Rate of $S_N1 \propto$ stability of first formed carbocation. Water is more polar than alcohol. Vinyl alcohol, allyl alcohol, both are alkene unsaturated alcohols. $$R-OH \xrightarrow{SOCl_2} R-Cl$$ Phenol does not give Ph-Cl with SOCl$_2$.
Question 66
Chemistry · Aldehydes, Ketones and Carboxylic Acids · Single correct
An organic compound "x" where molar ratio of C, O and H are equal, on treatment with 50$\%$ KOH under reflux followed by acidification produced "y". The most likely structure of "y" is: [Molar mass of 'x' is $58\,\mathrm{g \, mol^{-1}}$]
CH$_3$–CH=CH–CH=O
Answer: (c)
Solution
The reaction involves an intramolecular Cannizzaro reaction. The starting compound is treated with $\mathrm{KOH}$ to form an intermediate with $\mathrm{CH_2OH}$ and $\mathrm{COO}^-$. Upon protonation, the final product is $\mathrm{CH_2OH}$ and $\mathrm{COOH}$.
Question 67
Chemistry · Aldehydes, Ketones and Carboxylic Acids · Multiple correct
A molecule (X) with following structure under mild acidic condition is hydrolysed to produce (Y) and (Z). Identify the correct statements about (Y) and (Z). \ (A) Both $(Y)$ and $(Z)$ have same molar mass. \ (B) $(Y)$ and $(Z)$ can be distinguished from each other by $\mathrm{NaHCO_3}$. \ (C) $(Y)$ and $(Z)$ react with HCN with same rates. \ (D) $(Y)$ and $(Z)$ undergo addition reaction with 2,4-DNP. \ Choose the correct answer from the options given below:
A, B and C Only
B and C Only
C and D Only
A and D Only
Answer: (d)
Solution
Y will give positive Fehling's test. Molar mass of [Z] $\mathrm{(C_3H_6O)} = 58$. Molar mass of [Y] $\mathrm{(C_3H_6O)} = 58$.
Question 68
Chemistry · Amines · Single correct
Identify compounds A and E in the following reaction sequence.
Answer: (b)
Solution
The solution involves a series of chemical reactions starting with compound (A) which is brominated using $\mathrm{Br_2}$ and $\mathrm{Fe}$ to form compound (B). Compound (B) is then reduced using $\mathrm{Sn}$ and $\mathrm{HCl}$ to form compound (C). Compound (C) undergoes diazotization with $\mathrm{NaNO_2}$ and $\mathrm{HCl}$ at $0-5^\circ\mathrm{C}$ to form compound (D) with $\mathrm{N_2^+Cl^-}$. This is followed by an ethanol/heat ($\mathrm{EtOH/\Delta}$) reaction to form compound (E). Finally, compound (E) is oxidized using (i) $\mathrm{KOH/KMnO_4}$ and (ii) $\mathrm{H^+}$ to form compound (F).
Question 69
Chemistry · Biomolecules · Single correct
Identify the correct pair having amino acid (A) and the hormone (B) that is iodinated derivative of the amino acid (A). (T and Y represent one letter code for amino acids)
T Insuline
T Thyroxine
Y Thyroxine
Y Insuline
Answer: (c)
Solution
Thyroxine is derivative of Tyrosine and single letter symbol of Tyrosine amino acid is Y.
Question 70
Chemistry · The d-and f-Block Elements · Single correct
Among $\mathrm{Fe}^{2+}$, $\mathrm{Fe}^{3+}$, $\mathrm{Cr}^{2+}$ and $\mathrm{Zn}^{2+}$, the ion that shows positive borax bead test and with highest ionisation enthalpy is:
$\mathrm{Fe}^{2+}$
$\mathrm{Zn}^{2+}$
$\mathrm{Cr}^{2+}$
$\mathrm{Fe}^{3+}$
Answer: (d)
Solution
Zn^{2+} does not show Borax Bead Test. Among remaining ions; Fe^{3+} has maximum ionization energy.
Question 71
Chemistry · Structure of Atom · Numerical
The surface of sodium metal is irradiated with radiation of wavelength $x$ nm. The kinetic energy of ejected electrons is $2.8 \times 10^{-20}$ J. The work function of sodium is $2.3$ eV. The value of $x$ is $\ldots \times 10^2$ nm. (Nearest integer) (Given : $h = 6.6 \times 10^{-34}$ J s; $1 \mathrm{eV} = 1.6 \times 10^{-19}$ J; $c = 3.0 \times 10^8$ m s$^{-1}$)
Chemistry · Chemical Kinetics and Nuclear Chemistry · Numerical
Consider the following gas phase reaction being carried out in a closed vessel at $25^\circ\mathrm{C}$. \[2\mathrm{A(g)} \rightarrow 4\mathrm{B(g)}+\mathrm{C(g)}\] \begin{tabular}{|c|c|}\hlineTime (min) & Total pressure of the system (mm Hg) \\\hline30 & 300 \\\hline$\infty$ & 600 \\\hline\end{tabular} The pressure of $\mathrm{C(g)}$ at $30$ minutes time interval would be \_\_\_\_\_\_\_\_\_\_ mm Hg. (Nearest integer)
Answer: 20
Question 73
Chemistry · Electrochemistry · Numerical
Consider the following two half-cell reactions along with the standard reduction potential given: \ $\mathrm{CO_2 + 6H^+ + 6e^- \rightarrow CH_3OH + H_2O}\qquad E^\circ_{\mathrm{red}}=0.02\,\mathrm{V}$ \ $\frac{1}{2}\mathrm{O_2}+2\mathrm{H^+}+2e^- \rightarrow \mathrm{H_2O}\qquad E^\circ_{\mathrm{red}}=1.23\,\mathrm{V}$ \ The fuel cell was set up using the above two reactions such that the cell operates under the standard condition of 1 bar pressure and 298 K temperature. The fuel cell works with 80$\%$ efficiency. If the work derived from the cell using 1 mol of $\mathrm{CH_3OH}$ is used to compress an ideal gas isothermally against a constant pressure of 1 kPa, then the change in the volume of the gas, $\Delta V = \ldots\,\mathrm{m^3}$. (Nearest integer) Given: $F=96500\,\mathrm{C\,mol^{-1}}$
Chemistry · The d-and f-Block Elements · Numerical
Number of paramagnetic ions among the following d- and f-block metal ions is $\ldots$. \ $\mathrm{Mn}^{2+},\ \mathrm{Cu}^{2+},\ \mathrm{Zn}^{2+},\ \mathrm{Yb}^{2+},\ \mathrm{Sc}^{3+},\ \mathrm{La}^{3+},\ \mathrm{Gd}^{3+},\ \mathrm{Lu}^{3+},\ \mathrm{Ti}^{4+},\ \mathrm{Ce}^{4+}$ \ (Atomic number of $\mathrm{Mn}=25$, $\mathrm{Cu}=29$, $\mathrm{Zn}=30$, $\mathrm{Yb}=70$, $\mathrm{Sc}=21$, $\mathrm{La}=57$, $\mathrm{Gd}=64$, $\mathrm{Lu}=71$, $\mathrm{Ti}=22$, $\mathrm{Ce}=58$)
Chemistry · Haloalkanes and Haloarenes · Numerical
Consider the following reactions sequence When the product (P) is subjected to Carius analysis using AgNO$_3$, 1.0 g of the product (P) will produce $\ldots$ g of the precipitate of AgBr. (Nearest integer) (Given : molar mass in g mol$^{-1}$ C : 12, H : 1, O : 16, N : 14, Br : 80, Ag : 108)
Answer: 1
Solution
The reaction sequence starts with the reduction of the nitro group to an amine using $\mathrm{Sn + HCl}$. The amine is then acetylated using $\mathrm{Ac_2O}$. Bromination occurs in the presence of $\mathrm{FeBr_3 + Br_2}$. Finally, hydrolysis with $\mathrm{H_3O^+}$ gives the product. Molar mass of product = 186 Mass of $\mathrm{AgBr} = \frac{1}{186} \times 188 \approx 1$