AP EAMCET 2003 Chemistry Question Paper with Answer and Solution

219 QuestionsEnglishWith Solutions

ChemistryQ101150 of 219 questions

Page 3 of 4 · English

101
ChemistryMCQAP EAMCET · 2003
The sum of two numbers is $20$. If the product of the square of one number and the cube of the other is maximum,then the numbers are:
A
$12, 8$
B
$3, 4$
C
$9, 12$
D
$15, 18$

Solution

(A) Let the two numbers be $x$ and $y$.
Given that $x + y = 20$,so $y = 20 - x$.
Let the function to be maximized be $f(x) = x^2 y^3 = x^2 (20 - x)^3$.
To find the maximum,differentiate $f(x)$ with respect to $x$:
$f'(x) = 2x(20 - x)^3 + x^2 \cdot 3(20 - x)^2 (-1)$
$f'(x) = x(20 - x)^2 [2(20 - x) - 3x]$
$f'(x) = x(20 - x)^2 [40 - 2x - 3x] = x(20 - x)^2 (40 - 5x)$
Setting $f'(x) = 0$,we get $x = 0$,$x = 20$,or $5x = 40 \Rightarrow x = 8$.
Since $x$ and $y$ must be positive,we test $x = 8$.
If $x = 8$,then $y = 20 - 8 = 12$.
Thus,the numbers are $8$ and $12$.
102
ChemistryMCQAP EAMCET · 2003
The minimum value of $2x^2+x-1$ is:
A
$-\frac{1}{4}$
B
$\frac{3}{2}$
C
$-\frac{9}{8}$
D
$\frac{9}{8}$

Solution

(C) Let $y = 2x^2 + x - 1$.
To find the minimum value,we differentiate $y$ with respect to $x$:
$y' = 4x + 1$.
For critical points,set $y' = 0$:
$4x + 1 = 0 \Rightarrow x = -\frac{1}{4}$.
Now,find the second derivative:
$y'' = 4$.
Since $y'' > 0$,the function has a minimum at $x = -\frac{1}{4}$.
Substituting $x = -\frac{1}{4}$ into the original equation:
$y = 2(-\frac{1}{4})^2 + (-\frac{1}{4}) - 1$
$y = 2(\frac{1}{16}) - \frac{1}{4} - 1$
$y = \frac{1}{8} - \frac{2}{8} - \frac{8}{8} = -\frac{9}{8}$.
Thus,the minimum value is $-\frac{9}{8}$.
103
ChemistryMCQAP EAMCET · 2003
$A$ tower subtends angles $\alpha, 2 \alpha$ and $3 \alpha$ respectively at points $A, B$ and $C$,all lying on a horizontal line through the foot of the tower. Then $\frac{A B}{B C}$ is equal to:
A
$\frac{\sin 3 \alpha}{\sin 2 \alpha}$
B
$1+2 \cos 2 \alpha$
C
$2 \cos 2 \alpha$
D
$\frac{\sin 2 \alpha}{\sin \alpha}$

Solution

(B) Let the height of the tower be $h$ and the foot of the tower be $D$. In $\triangle E D C$,$\tan 3 \alpha = \frac{h}{C D} \Rightarrow C D = h \cot 3 \alpha$.
In $\triangle E D B$,$\tan 2 \alpha = \frac{h}{B D} \Rightarrow B D = h \cot 2 \alpha$.
In $\triangle E D A$,$\tan \alpha = \frac{h}{A D} \Rightarrow A D = h \cot \alpha$.
Now,$A B = A D - B D = h(\cot \alpha - \cot 2 \alpha)$ and $B C = B D - C D = h(\cot 2 \alpha - \cot 3 \alpha)$.
Therefore,$\frac{A B}{B C} = \frac{\cot \alpha - \cot 2 \alpha}{\cot 2 \alpha - \cot 3 \alpha} = \frac{\frac{\cos \alpha}{\sin \alpha} - \frac{\cos 2 \alpha}{\sin 2 \alpha}}{\frac{\cos 2 \alpha}{\sin 2 \alpha} - \frac{\cos 3 \alpha}{\sin 3 \alpha}} = \frac{\frac{\sin(2 \alpha - \alpha)}{\sin \alpha \sin 2 \alpha}}{\frac{\sin(3 \alpha - 2 \alpha)}{\sin 2 \alpha \sin 3 \alpha}} = \frac{\sin \alpha}{\sin \alpha \sin 2 \alpha} \times \frac{\sin 2 \alpha \sin 3 \alpha}{\sin \alpha} = \frac{\sin 3 \alpha}{\sin \alpha}$.
Using $\sin 3 \alpha = 3 \sin \alpha - 4 \sin^3 \alpha$,we get $\frac{\sin 3 \alpha}{\sin \alpha} = 3 - 4 \sin^2 \alpha = 3 - 2(1 - \cos 2 \alpha) = 1 + 2 \cos 2 \alpha$.
Solution diagram
104
ChemistryMCQAP EAMCET · 2003
$\int (1+x-x^{-1}) e^{x+x^{-1}} dx$ is equal to :
A
$(1+x) e^{x+x^{-1}}+C$
B
$(x-1) e^{x+x^{-1}}+C$
C
$-x e^{x+x^{-1}}+C$
D
$x e^{x+x^{-1}}+C$

Solution

(D) Let $I = \int (1+x-x^{-1}) e^{x+x^{-1}} dx$.
We can rewrite the integral as:
$I = \int e^{x+x^{-1}} dx + \int (x-x^{-1}) e^{x+x^{-1}} dx$.
Using integration by parts on the first term $\int e^{x+x^{-1}} dx$ by taking $u = x$ and $dv = e^{x+x^{-1}} dx$ is not direct,so let us consider the derivative of $x e^{x+x^{-1}}$:
$\frac{d}{dx} (x e^{x+x^{-1}}) = 1 \cdot e^{x+x^{-1}} + x \cdot e^{x+x^{-1}} \cdot (1 - x^{-2}) = e^{x+x^{-1}} + x e^{x+x^{-1}} - x^{-1} e^{x+x^{-1}} = (1 + x - x^{-1}) e^{x+x^{-1}}$.
Since the derivative of $x e^{x+x^{-1}}$ is exactly the integrand,the integral is $x e^{x+x^{-1}} + C$.
105
ChemistryMCQAP EAMCET · 2003
$A$ minimum value of $\int_0^x t e^{t^2} d t$ is
A
$0$
B
$1$
C
$2$
D
$3$

Solution

(A) Let $f(x) = \int_0^x t e^{t^2} dt$.
To evaluate the integral,let $u = t^2$,then $du = 2t dt$,which implies $t dt = \frac{1}{2} du$.
When $t = 0$,$u = 0$. When $t = x$,$u = x^2$.
Thus,$f(x) = \int_0^{x^2} \frac{1}{2} e^u du = \frac{1}{2} [e^u]_0^{x^2} = \frac{1}{2} (e^{x^2} - 1)$.
To find the minimum value,we differentiate $f(x)$ with respect to $x$:
$f'(x) = \frac{1}{2} \cdot e^{x^2} \cdot (2x) = x e^{x^2}$.
Setting $f'(x) = 0$ gives $x = 0$.
Now,find the second derivative: $f''(x) = e^{x^2} + x(e^{x^2} \cdot 2x) = e^{x^2}(1 + 2x^2)$.
At $x = 0$,$f''(0) = e^0(1 + 0) = 1 > 0$.
Since $f''(0) > 0$,the function has a local minimum at $x = 0$.
The minimum value is $f(0) = \frac{1}{2} (e^0 - 1) = \frac{1}{2} (1 - 1) = 0$.
106
ChemistryMCQAP EAMCET · 2003
$\int_0^1 \sin \left(2 \tan ^{-1} \sqrt{\frac{1+x}{1-x}}\right) d x$ is equal to :
A
$\frac{\pi}{6}$
B
$\frac{\pi}{4}$
C
$\frac{\pi}{2}$
D
$\pi$

Solution

(B) Let $I = \int_0^1 \sin \left(2 \tan ^{-1} \sqrt{\frac{1+x}{1-x}}\right) d x$.
Substitute $x = \cos \theta$,then $d x = -\sin \theta d \theta$.
When $x = 0$,$\theta = \frac{\pi}{2}$. When $x = 1$,$\theta = 0$.
$I = \int_{\pi/2}^0 \sin \left(2 \tan ^{-1} \sqrt{\frac{1+\cos \theta}{1-\cos \theta}}\right) (-\sin \theta) d \theta$.
Using $\sqrt{\frac{1+\cos \theta}{1-\cos \theta}} = \sqrt{\frac{2\cos^2(\theta/2)}{2\sin^2(\theta/2)}} = \cot(\theta/2) = \tan(\frac{\pi}{2} - \frac{\theta}{2})$.
$I = \int_0^{\pi/2} \sin \left(2 \tan^{-1} \tan(\frac{\pi}{2} - \frac{\theta}{2})\right) \sin \theta d \theta$.
$I = \int_0^{\pi/2} \sin(\pi - \theta) \sin \theta d \theta = \int_0^{\pi/2} \sin^2 \theta d \theta$.
Using $\sin^2 \theta = \frac{1-\cos 2\theta}{2}$,we get $I = \int_0^{\pi/2} \frac{1-\cos 2\theta}{2} d \theta$.
$I = \frac{1}{2} [\theta - \frac{\sin 2\theta}{2}]_0^{\pi/2} = \frac{1}{2} [(\frac{\pi}{2} - 0) - (0 - 0)] = \frac{\pi}{4}$.
107
ChemistryMCQAP EAMCET · 2003
$\int_0^3 \frac{3x+1}{x^2+9} dx$ is equal to :
A
$\log (2 \sqrt{2})+\frac{\pi}{12}$
B
$\log (2 \sqrt{2})+\frac{\pi}{2}$
C
$\log (2 \sqrt{2})+\frac{\pi}{6}$
D
$\log (2 \sqrt{2})+\frac{\pi}{3}$

Solution

(A) We need to evaluate the integral $I = \int_0^3 \frac{3x+1}{x^2+9} dx$.
Split the integral into two parts:
$I = \int_0^3 \frac{3x}{x^2+9} dx + \int_0^3 \frac{1}{x^2+9} dx$
For the first part,let $u = x^2+9$,then $du = 2x dx$,so $x dx = \frac{du}{2}$.
$\int_0^3 \frac{3x}{x^2+9} dx = \frac{3}{2} \int_9^{18} \frac{1}{u} du = \frac{3}{2} [\log |u|]_9^{18} = \frac{3}{2} (\log 18 - \log 9) = \frac{3}{2} \log 2$.
For the second part,use the formula $\int \frac{1}{x^2+a^2} dx = \frac{1}{a} \tan^{-1}(\frac{x}{a}) + C$:
$\int_0^3 \frac{1}{x^2+3^2} dx = [\frac{1}{3} \tan^{-1}(\frac{x}{3})]_0^3 = \frac{1}{3} (\tan^{-1}(1) - \tan^{-1}(0)) = \frac{1}{3} (\frac{\pi}{4} - 0) = \frac{\pi}{12}$.
Combining both parts:
$I = \frac{3}{2} \log 2 + \frac{\pi}{12} = \log (2^{3/2}) + \frac{\pi}{12} = \log (2 \sqrt{2}) + \frac{\pi}{12}$.
108
ChemistryMCQAP EAMCET · 2003
$\int_{-2}^2 |[x]| \, dx$ is equal to
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(D) We have $\int_{-2}^2 |[x]| \, dx = \int_{-2}^{-1} |[x]| \, dx + \int_{-1}^0 |[x]| \, dx + \int_0^1 |[x]| \, dx + \int_1^2 |[x]| \, dx$.
Since $[x]$ is the greatest integer function:
For $x \in [-2, -1)$,$[x] = -2$,so $|[x]| = |-2| = 2$.
For $x \in [-1, 0)$,$[x] = -1$,so $|[x]| = |-1| = 1$.
For $x \in [0, 1)$,$[x] = 0$,so $|[x]| = |0| = 0$.
For $x \in [1, 2)$,$[x] = 1$,so $|[x]| = |1| = 1$.
Substituting these values:
$\int_{-2}^2 |[x]| \, dx = \int_{-2}^{-1} 2 \, dx + \int_{-1}^0 1 \, dx + \int_0^1 0 \, dx + \int_1^2 1 \, dx$.
$= 2[x]_{-2}^{-1} + [x]_{-1}^0 + 0 + [x]_1^2$.
$= 2(-1 - (-2)) + (0 - (-1)) + (2 - 1)$.
$= 2(1) + 1 + 1 = 4$.
109
ChemistryMCQAP EAMCET · 2003
$A$ ray of light is incident on the hypotenuse of a right-angled prism after travelling parallel to the base inside the prism. If $\mu$ is the refractive index of the material of the prism,the maximum value of the base angle for which light is totally reflected from the hypotenuse is
A
$\sin ^{-1}\left(\frac{1}{\mu}\right)$
B
$\tan ^{-1}\left(\frac{1}{\mu}\right)$
C
$\sin ^{-1}\left(\frac{\mu-1}{\mu}\right)$
D
$\cos ^{-1}\left(\frac{1}{\mu}\right)$

Solution

(D) For total internal reflection to occur at the hypotenuse,the angle of incidence $i$ must be greater than or equal to the critical angle $C$.
Here,the ray travels parallel to the base. From the geometry of the right-angled prism,the angle of incidence $i$ at the hypotenuse is $(90^{\circ} - \theta)$,where $\theta$ is the base angle.
For total internal reflection,$i \geq C$,where $\sin C = \frac{1}{\mu}$.
Thus,the condition is $i \geq \sin^{-1}\left(\frac{1}{\mu}\right)$.
Substituting $i = 90^{\circ} - \theta$,we get $90^{\circ} - \theta \geq \sin^{-1}\left(\frac{1}{\mu}\right)$.
Taking the sine of both sides: $\sin(90^{\circ} - \theta) \geq \frac{1}{\mu}$.
This simplifies to $\cos \theta \geq \frac{1}{\mu}$.
Therefore,the maximum value of the base angle $\theta$ is $\cos^{-1}\left(\frac{1}{\mu}\right)$.
Solution diagram
110
ChemistryMCQAP EAMCET · 2003
$A$ prism of refractive index $\mu$ and angle $A$ is placed in the minimum deviation position. If the angle of minimum deviation is $A$,then the value of $A$ in terms of $\mu$ is :
A
$\sin ^{-1}\left(\frac{\mu}{2}\right)$
B
$\sin ^{-1} \sqrt{\frac{\mu-1}{2}}$
C
$2 \cos ^{-1}\left(\frac{\mu}{2}\right)$
D
$\cos ^{-1}\left(\frac{\mu}{2}\right)$

Solution

(C) The refractive index of the material of the prism is given by the formula:
$\mu = \frac{\sin \left(\frac{A+\delta_m}{2}\right)}{\sin \frac{A}{2}}$
Given that the angle of minimum deviation $\delta_m = A$,we substitute this into the formula:
$\mu = \frac{\sin \left(\frac{A+A}{2}\right)}{\sin \frac{A}{2}}$
$\mu = \frac{\sin A}{\sin \frac{A}{2}}$
Using the trigonometric identity $\sin A = 2 \sin \frac{A}{2} \cos \frac{A}{2}$,we get:
$\mu = \frac{2 \sin \frac{A}{2} \cos \frac{A}{2}}{\sin \frac{A}{2}}$
$\mu = 2 \cos \frac{A}{2}$
$\cos \frac{A}{2} = \frac{\mu}{2}$
$\frac{A}{2} = \cos ^{-1}\left(\frac{\mu}{2}\right)$
$A = 2 \cos ^{-1}\left(\frac{\mu}{2}\right)$
111
ChemistryMCQAP EAMCET · 2003
The oxidation state of $Xe$ in $XeO_3$ and the bond angle in it respectively are:
A
$+6, 109^{\circ}$
B
$+8, 103^{\circ}$
C
$+6, 103^{\circ}$
D
$+8, 120^{\circ}$

Solution

(C) The oxidation state of $Xe$ in $XeO_3$ is calculated as follows:
$x + 3(-2) = 0 \implies x = +6$.
$XeO_3$ has a trigonal pyramidal geometry due to $sp^3$ hybridization with one lone pair on the $Xe$ atom.
Due to the presence of the lone pair,the bond angle is compressed from the ideal tetrahedral angle of $109.5^{\circ}$ to approximately $103^{\circ}$.
112
ChemistryMCQAP EAMCET · 2003
Which one of the following electrolytes is used in Down's process of extracting sodium metal?
A
$NaCl + KCl + KF$
B
$NaCl$
C
$NaOH + KCl + KF$
D
$NaCl + NaOH$

Solution

(A) Sodium metal is manufactured by the electrolysis of fused sodium chloride mixed with $KCl$ and $KF$.
On electrolysis:
At iron cathode: $Na^{+} + e^{-} \longrightarrow Na_{(s)}$ (metallic sodium)
At graphite anode: $2Cl^{-} \longrightarrow Cl_{2(g)} + 2e^{-}$
$NaCl$ melts at $800^{\circ}C$. It is difficult to attain and maintain this melting point. So,$KCl$ and $KF$ are added to lower the melting point of the mixture to about $600^{\circ}C$. $KCl$ and $KF$ are not electrolyzed under the voltage conditions used for sodium.
113
ChemistryMCQAP EAMCET · 2003
Which one of the following reactions occurs at the anode in the Castner process of extracting sodium metal?
A
$H_2 \longrightarrow 2 H^{+} + 2 e^{-}$
B
$2 Cl^{-} \longrightarrow Cl_2 + 2 e^{-}$
C
$4 OH^{-} \longrightarrow 2 H_2 O + O_2 + 4 e^{-}$
D
$Na^{+} + e^{-} \longrightarrow Na$

Solution

(C) In the Castner process,the extraction of sodium metal involves the electrolysis of molten sodium hydroxide $(NaOH)$.
The dissociation of sodium hydroxide is represented as: $4 NaOH \longrightarrow 4 Na^{+} + 4 OH^{-}$.
At the anode,oxidation occurs,where hydroxide ions $(OH^{-})$ lose electrons to form water and oxygen gas:
$4 OH^{-} \longrightarrow 2 H_2 O + O_2 + 4 e^{-}$.
114
ChemistryMCQAP EAMCET · 2003
What are the products formed when an aqueous solution of magnesium bicarbonate is boiled?
A
$MgO, H_2O, CO_2$
B
$Mg(HCO_3)_2, H_2O$
C
$Mg(OH)_2, H_2O$
D
$Mg, CO_2, H_2O$

Solution

(A) When an aqueous solution of magnesium bicarbonate is boiled,it undergoes thermal decomposition to form magnesium oxide,water,and carbon dioxide gas.
The chemical equation is:
$Mg(HCO_3)_2(aq) \xrightarrow{\Delta} MgO(s) + H_2O(l) + 2CO_2(g)$
115
ChemistryDifficultMCQAP EAMCET · 2003
$A$ mixture of sodium oxide and calcium oxide is dissolved in water and saturated with excess carbon dioxide gas. The resulting solution is ...... It contains ......... :
A
basic; $NaOH$ and $Ca(OH)_2$
B
neutral; $Na_2CO_3$ and $CaCO_3$
C
basic; $Na_2CO_3$ and $Ca(HCO_3)_2$
D
acidic; $NaHCO_3$ and $Ca(HCO_3)_2$

Solution

(C) When $Na_2O$ and $CaO$ are dissolved in water,they form $NaOH$ and $Ca(OH)_2$ respectively.
$Na_2O + H_2O \longrightarrow 2NaOH$
$CaO + H_2O \longrightarrow Ca(OH)_2$
When this mixture is saturated with excess $CO_2$,the hydroxides react to form bicarbonates:
$2NaOH + 2CO_2 \longrightarrow 2NaHCO_3$
$Ca(OH)_2 + 2CO_2 \longrightarrow Ca(HCO_3)_2$
Since $NaHCO_3$ is a salt of a strong base $(NaOH)$ and a weak acid $(H_2CO_3)$,the solution is basic due to the hydrolysis of the bicarbonate ion $(HCO_3^- + H_2O \rightleftharpoons H_2CO_3 + OH^-)$.
116
ChemistryMCQAP EAMCET · 2003
When $n-p-n$ transistor is used as an amplifier:
A
electrons move from base to collector
B
holes move from emitter to base
C
holes move from collector to base
D
holes move from base to emitter

Solution

(A) In an $n-p-n$ transistor,the emitter is $n$-type,the base is $p$-type,and the collector is $n$-type.
When used as an amplifier,the base-emitter junction is forward-biased and the collector-base junction is reverse-biased.
Due to the forward bias,electrons are injected from the emitter into the base.
Because the base is very thin and lightly doped,most of these electrons diffuse through the base into the collector region.
The collector is kept at a positive potential relative to the base to attract these electrons.
Therefore,electrons move from the base to the collector.
117
ChemistryMCQAP EAMCET · 2003
The differential equation of the family of parabolas with the focus at the origin and the axis along the $X$-axis is:
A
$y\left(\frac{dy}{dx}\right)^2+4x\frac{dy}{dx}=4y$
B
$-y\left(\frac{dy}{dx}\right)^2=2x\frac{dy}{dx}-y$
C
$y\left(\frac{dy}{dx}\right)^2+y=2xy\frac{dy}{dx}$
D
$y\left(\frac{dy}{dx}\right)^2+2xy\frac{dy}{dx}+y=0$

Solution

(B) The standard equation of a parabola with focus at $(0,0)$ and axis along the $X$-axis is $(y-0)^2 = 4a(x+a)$,where $a$ is a parameter.
This simplifies to $y^2 = 4ax + 4a^2$.
Differentiating both sides with respect to $x$,we get $2y \frac{dy}{dx} = 4a$,which implies $a = \frac{y}{2} \frac{dy}{dx}$.
Substituting this value of $a$ into the original equation:
$y^2 = 4\left(\frac{y}{2} \frac{dy}{dx}\right)x + 4\left(\frac{y}{2} \frac{dy}{dx}\right)^2$.
$y^2 = 2xy \frac{dy}{dx} + 4\left(\frac{y^2}{4} \left(\frac{dy}{dx}\right)^2\right)$.
$y^2 = 2xy \frac{dy}{dx} + y^2 \left(\frac{dy}{dx}\right)^2$.
Dividing by $y$ (assuming $y \neq 0$):
$y = 2x \frac{dy}{dx} + y \left(\frac{dy}{dx}\right)^2$.
Rearranging the terms gives $-y \left(\frac{dy}{dx}\right)^2 = 2x \frac{dy}{dx} - y$.
118
ChemistryMCQAP EAMCET · 2003
The solution of $\frac{dy}{dx} = \frac{x \log x^2 + x}{\sin y + y \cos y}$ is
A
$y \sin y = x^2 \log x + C$
B
$y \sin y = x^2 + C$
C
$y \sin y = x^2 + \log x$
D
$y \sin y = x \log x + C$

Solution

(A) Given the differential equation: $\frac{dy}{dx} = \frac{x \log x^2 + x}{\sin y + y \cos y}$
By separating the variables,we get: $(\sin y + y \cos y) dy = (x \log x^2 + x) dx$
Integrating both sides: $\int (\sin y + y \cos y) dy = \int (x \log x^2 + x) dx$
For the left side,using integration by parts on $\int y \cos y dy$: $\int \sin y dy + (y \sin y - \int \sin y dy) = y \sin y$
For the right side,$\int (2x \log x + x) dx = 2 \int x \log x dx + \int x dx$
Using integration by parts for $\int x \log x dx = \frac{x^2}{2} \log x - \int \frac{x^2}{2} \cdot \frac{1}{x} dx = \frac{x^2}{2} \log x - \frac{x^2}{4}$
Thus,$\int (x \log x^2 + x) dx = 2(\frac{x^2}{2} \log x - \frac{x^2}{4}) + \frac{x^2}{2} + C = x^2 \log x - \frac{x^2}{2} + \frac{x^2}{2} + C = x^2 \log x + C$
Therefore,the solution is $y \sin y = x^2 \log x + C$.
119
ChemistryMCQAP EAMCET · 2003
If $D, E$ and $F$ are respectively the mid-points of $AB, AC$ and $BC$ in $\triangle ABC$,then $\overrightarrow{BE} + \overrightarrow{AF}$ is equal to :
A
$\overrightarrow{DC}$
B
$\frac{1}{2} \overrightarrow{BF}$
C
$2 \overrightarrow{BF}$
D
$\frac{3}{2} \overrightarrow{BF}$

Solution

(A) Let the position vectors of vertices $A, B, C$ be $\vec{a}, \vec{b}, \vec{c}$ respectively.
Since $D, E, F$ are mid-points of $AB, AC, BC$ respectively,their position vectors are:
$\vec{d} = \frac{\vec{a} + \vec{b}}{2}$,$\vec{e} = \frac{\vec{a} + \vec{c}}{2}$,$\vec{f} = \frac{\vec{b} + \vec{c}}{2}$.
Now,we calculate the vectors $\overrightarrow{BE}$ and $\overrightarrow{AF}$:
$\overrightarrow{BE} = \vec{e} - \vec{b} = \frac{\vec{a} + \vec{c}}{2} - \vec{b} = \frac{\vec{a} + \vec{c} - 2\vec{b}}{2}$
$\overrightarrow{AF} = \vec{f} - \vec{a} = \frac{\vec{b} + \vec{c}}{2} - \vec{a} = \frac{\vec{b} + \vec{c} - 2\vec{a}}{2}$
Adding these two vectors:
$\overrightarrow{BE} + \overrightarrow{AF} = \frac{\vec{a} + \vec{c} - 2\vec{b} + \vec{b} + \vec{c} - 2\vec{a}}{2} = \frac{2\vec{c} - \vec{a} - \vec{b}}{2} = \vec{c} - \frac{\vec{a} + \vec{b}}{2}$
Since $\vec{d} = \frac{\vec{a} + \vec{b}}{2}$,we have $\overrightarrow{BE} + \overrightarrow{AF} = \vec{c} - \vec{d} = \overrightarrow{DC}$.
Solution diagram
120
ChemistryMCQAP EAMCET · 2003
If $\overrightarrow{a}, \overrightarrow{b}, \overrightarrow{c}$ are three non-coplanar vectors,then the vector equation $\overrightarrow{r}=(1-p-q) \overrightarrow{a}+p \overrightarrow{b}+q \overrightarrow{c}$ represents a :
A
straight line
B
plane
C
plane passing through the origin
D
sphere

Solution

(B) The given vector equation is $\overrightarrow{r}=(1-p-q) \overrightarrow{a}+p \overrightarrow{b}+q \overrightarrow{c}$.
This can be rewritten as $\overrightarrow{r} = \overrightarrow{a} + p(\overrightarrow{b} - \overrightarrow{a}) + q(\overrightarrow{c} - \overrightarrow{a})$.
Let $\overrightarrow{u} = \overrightarrow{b} - \overrightarrow{a}$ and $\overrightarrow{v} = \overrightarrow{c} - \overrightarrow{a}$.
Then the equation becomes $\overrightarrow{r} = \overrightarrow{a} + p\overrightarrow{u} + q\overrightarrow{v}$.
Since $\overrightarrow{a}, \overrightarrow{b}, \overrightarrow{c}$ are non-coplanar,the vectors $\overrightarrow{u}$ and $\overrightarrow{v}$ are non-collinear.
An equation of the form $\overrightarrow{r} = \overrightarrow{a} + p\overrightarrow{u} + q\overrightarrow{v}$ represents a plane passing through the point with position vector $\overrightarrow{a}$ and parallel to the vectors $\overrightarrow{u}$ and $\overrightarrow{v}$.
121
ChemistryMCQAP EAMCET · 2003
If $\overrightarrow{a}, \overrightarrow{b}, \overrightarrow{c}$ are three vectors such that $\overrightarrow{a}=\overrightarrow{b}+\overrightarrow{c}$ and the angle between $\overrightarrow{b}$ and $\overrightarrow{c}$ is $\frac{\pi}{2}$,then:
A
$a^2=b^2+c^2$
B
$b^2=c^2+a^2$
C
$c^2=a^2+b^2$
D
$2 a^2-b^2=c^2$

Solution

(A) Given that $\overrightarrow{a} = \overrightarrow{b} + \overrightarrow{c}$.
Taking the dot product of both sides with themselves:
$(\overrightarrow{a}) \cdot (\overrightarrow{a}) = (\overrightarrow{b} + \overrightarrow{c}) \cdot (\overrightarrow{b} + \overrightarrow{c})$
$|\overrightarrow{a}|^2 = |\overrightarrow{b}|^2 + |\overrightarrow{c}|^2 + 2(\overrightarrow{b} \cdot \overrightarrow{c})$
Since the angle between $\overrightarrow{b}$ and $\overrightarrow{c}$ is $\frac{\pi}{2}$,their dot product $\overrightarrow{b} \cdot \overrightarrow{c} = |\overrightarrow{b}||\overrightarrow{c}| \cos(\frac{\pi}{2}) = 0$.
Therefore,$a^2 = b^2 + c^2$.
Solution diagram
122
ChemistryMCQAP EAMCET · 2003
Let $\overrightarrow{a}, \overrightarrow{b}, \overrightarrow{c}$ be the position vectors of the vertices $A, B, C$ respectively of $\triangle ABC$. The vector area of $\triangle ABC$ is :
A
$\frac{1}{2}\{\overrightarrow{a} \times(\overrightarrow{b} \times \overrightarrow{c})+\overrightarrow{b} \times(\overrightarrow{c} \times \overrightarrow{a})+\overrightarrow{c} \times(\overrightarrow{a} \times \overrightarrow{b})\}$
B
$\frac{1}{2}\{\overrightarrow{a} \times \overrightarrow{b}+\overrightarrow{b} \times \overrightarrow{c}+\overrightarrow{c} \times \overrightarrow{a}\}$
C
$\frac{1}{2}\{\overrightarrow{a}+\overrightarrow{b}+\overrightarrow{c}\}$
D
$\frac{1}{2}\{(\overrightarrow{b} \cdot \overrightarrow{c}) \overrightarrow{a}+(\overrightarrow{c} \cdot \overrightarrow{a}) \overrightarrow{b}+(\overrightarrow{a} \cdot \overrightarrow{b}) \overrightarrow{c}\}$

Solution

(B) The vector area of a triangle with vertices having position vectors $\overrightarrow{a}, \overrightarrow{b}, \overrightarrow{c}$ is given by the formula:
$\text{Vector Area} = \frac{1}{2} (\overrightarrow{AB} \times \overrightarrow{AC})$
Since $\overrightarrow{AB} = \overrightarrow{b} - \overrightarrow{a}$ and $\overrightarrow{AC} = \overrightarrow{c} - \overrightarrow{a}$,we have:
$\text{Vector Area} = \frac{1}{2} ((\overrightarrow{b} - \overrightarrow{a}) \times (\overrightarrow{c} - \overrightarrow{a}))$
$= \frac{1}{2} (\overrightarrow{b} \times \overrightarrow{c} - \overrightarrow{b} \times \overrightarrow{a} - \overrightarrow{a} \times \overrightarrow{c} + \overrightarrow{a} \times \overrightarrow{a})$
Since $\overrightarrow{a} \times \overrightarrow{a} = 0$,$-\overrightarrow{b} \times \overrightarrow{a} = \overrightarrow{a} \times \overrightarrow{b}$,and $-\overrightarrow{a} \times \overrightarrow{c} = \overrightarrow{c} \times \overrightarrow{a}$,we get:
$\text{Vector Area} = \frac{1}{2} (\overrightarrow{a} \times \overrightarrow{b} + \overrightarrow{b} \times \overrightarrow{c} + \overrightarrow{c} \times \overrightarrow{a})$
123
ChemistryMCQAP EAMCET · 2003
If $\overrightarrow{a}=\hat{i}+\hat{j}+\hat{k}$,$\overrightarrow{b}=\hat{i}+\hat{j}$,$\overrightarrow{c}=\hat{i}$ and $(\overrightarrow{a} \times \overrightarrow{b}) \times \overrightarrow{c}=\lambda \overrightarrow{a}+\mu \overrightarrow{b}$,then $\lambda+\mu$ is equal to:
A
$0$
B
$1$
C
$-1$
D
$3$

Solution

(A) Given vectors are $\overrightarrow{a}=\hat{i}+\hat{j}+\hat{k}$,$\overrightarrow{b}=\hat{i}+\hat{j}$,and $\overrightarrow{c}=\hat{i}$.
First,calculate the cross product $\overrightarrow{a} \times \overrightarrow{b}$:
$\overrightarrow{a} \times \overrightarrow{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 1 & 1 \\ 1 & 1 & 0 \end{vmatrix} = \hat{i}(0-1) - \hat{j}(0-1) + \hat{k}(1-1) = -\hat{i} + \hat{j}$.
Now,calculate $(\overrightarrow{a} \times \overrightarrow{b}) \times \overrightarrow{c}$:
$(-\hat{i} + \hat{j}) \times \hat{i} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -1 & 1 & 0 \\ 1 & 0 & 0 \end{vmatrix} = \hat{k}(0-1) = -\hat{k}$.
We are given $(\overrightarrow{a} \times \overrightarrow{b}) \times \overrightarrow{c} = \lambda \overrightarrow{a} + \mu \overrightarrow{b}$.
Substituting the vectors:
$-\hat{k} = \lambda(\hat{i} + \hat{j} + \hat{k}) + \mu(\hat{i} + \hat{j})$
$-\hat{k} = (\lambda + \mu)\hat{i} + (\lambda + \mu)\hat{j} + \lambda\hat{k}$.
Comparing the coefficients of $\hat{i}$,$\hat{j}$,and $\hat{k}$:
$1$) $\lambda + \mu = 0$
$2$) $\lambda + \mu = 0$
$3$) $\lambda = -1$
From equation $(1)$,since $\lambda = -1$,we have $-1 + \mu = 0$,which implies $\mu = 1$.
Therefore,$\lambda + \mu = -1 + 1 = 0$.
124
ChemistryMCQAP EAMCET · 2003
If the direction ratios of two lines are given by $3lm - 4ln + mn = 0$ and $l + 2m + 3n = 0$,then the angle between the lines is:
A
$\frac{\pi}{6}$
B
$\frac{\pi}{4}$
C
$\frac{\pi}{3}$
D
$\frac{\pi}{2}$

Solution

(D) Given equations are:
$3lm - 4ln + mn = 0$ ... $(i)$
$l + 2m + 3n = 0$ ... (ii)
From (ii),$l = -(2m + 3n)$.
Substituting this in $(i)$:
$-3(2m + 3n)m + 4(2m + 3n)n + mn = 0$
$-6m^2 - 9mn + 8mn + 12n^2 + mn = 0$
$-6m^2 + 12n^2 = 0$
$m^2 = 2n^2 \Rightarrow m = \pm \sqrt{2}n$.
Case $1$: $m = \sqrt{2}n$. Then $l = -(2\sqrt{2} + 3)n$.
Direction ratios $(l_1, m_1, n_1) = (-(3 + 2\sqrt{2}), \sqrt{2}, 1)$.
Case $2$: $m = -\sqrt{2}n$. Then $l = -(-2\sqrt{2} + 3)n = (2\sqrt{2} - 3)n$.
Direction ratios $(l_2, m_2, n_2) = (2\sqrt{2} - 3, -\sqrt{2}, 1)$.
For angle $\theta$ between lines:
$\cos \theta = \frac{l_1l_2 + m_1m_2 + n_1n_2}{\sqrt{l_1^2 + m_1^2 + n_1^2} \sqrt{l_2^2 + m_2^2 + n_2^2}}$
Numerator: $(-(3 + 2\sqrt{2}))(2\sqrt{2} - 3) + (\sqrt{2})(-\sqrt{2}) + (1)(1)$
$= -((2\sqrt{2})^2 - 3^2) - 2 + 1 = -(8 - 9) - 1 = 1 - 1 = 0$.
Since the numerator is $0$,$\cos \theta = 0$,which implies $\theta = \frac{\pi}{2}$.
125
ChemistryMCQAP EAMCET · 2003
$XOZ$-plane divides the line segment joining the points $(2, 3, 1)$ and $(6, 7, 1)$ in the ratio: (in $: 7$)
A
$3$
B
$2$
C
$-3$
D
$-2$

Solution

(C) Let the $XOZ$-plane divide the line segment joining the points $A(2, 3, 1)$ and $B(6, 7, 1)$ in the ratio $m: n$.
Using the section formula,the coordinates of the point of division are given by:
$\left(\frac{m x_2 + n x_1}{m + n}, \frac{m y_2 + n y_1}{m + n}, \frac{m z_2 + n z_1}{m + n}\right)$
Substituting the given values:
$\left(\frac{6m + 2n}{m + n}, \frac{7m + 3n}{m + n}, \frac{m + n}{m + n}\right)$
Since the point lies on the $XOZ$-plane,its $y$-coordinate must be $0$.
Therefore,$\frac{7m + 3n}{m + n} = 0$.
$7m + 3n = 0$
$7m = -3n$
$\frac{m}{n} = -\frac{3}{7}$.
Thus,the ratio is $-3: 7$.
126
ChemistryMCQAP EAMCET · 2003
$A$ plane $\pi$ makes intercepts $3$ and $4$ respectively on $Z$-axis and $X$-axis. If $\pi$ is parallel to $Y$-axis,then its equation is:
A
$3x + 4z = 12$
B
$3z + 4x = 12$
C
$3y + 4z = 12$
D
$3z + 4y = 12$

Solution

(A) The intercept form of a plane is $\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1$,where $a, b, c$ are the intercepts on the $X, Y, Z$ axes respectively.
Given that the plane makes intercepts $4$ on the $X$-axis $(a=4)$ and $3$ on the $Z$-axis $(c=3)$.
Since the plane is parallel to the $Y$-axis,the intercept on the $Y$-axis is infinite,which means $\frac{1}{b} = 0$.
Substituting these values into the intercept form equation:
$\frac{x}{4} + \frac{y}{\infty} + \frac{z}{3} = 1$
$\frac{x}{4} + 0 + \frac{z}{3} = 1$
Multiplying the entire equation by $12$ to clear the denominators:
$3x + 4z = 12$.
127
ChemistryMCQAP EAMCET · 2003
The equation of the plane passing through $(1, 1, 1)$ and $(1, -1, -1)$ and perpendicular to $2x - y + z + 5 = 0$ is:
A
$2x + 5y + z + 8 = 0$
B
$x + y - z - 1 = 0$
C
$2x + 5y + z + 4 = 0$
D
$x - y + z - 1 = 0$

Solution

(B) Let the equation of the plane passing through $(1, 1, 1)$ be $a(x - 1) + b(y - 1) + c(z - 1) = 0$ $\dots (i)$.
Since the plane passes through $(1, -1, -1)$,we have $a(1 - 1) + b(-1 - 1) + c(-1 - 1) = 0$,which simplifies to $-2b - 2c = 0$,or $b + c = 0$ $\dots (ii)$.
The plane is perpendicular to $2x - y + z + 5 = 0$,so their normal vectors are perpendicular. Thus,$2a - b + c = 0$ $\dots (iii)$.
From $(ii)$,we have $b = -c$. Substituting this into $(iii)$,we get $2a - (-c) + c = 0$,which simplifies to $2a + 2c = 0$,or $a = -c$.
Let $c = -1$,then $a = 1$ and $b = 1$.
Substituting these values into $(i)$,we get $1(x - 1) + 1(y - 1) - 1(z - 1) = 0$.
$x - 1 + y - 1 - z + 1 = 0$.
$x + y - z - 1 = 0$.
128
ChemistryMCQAP EAMCET · 2003
If $P(A \cup B)=0.8$ and $P(A \cap B)=0.3$,then $P(\bar{A})+P(\bar{B})$ is equal to:
A
$0.3$
B
$0.5$
C
$0.8$
D
$0.9$

Solution

(D) We know that for any two events $A$ and $B$,$P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Given $P(A \cup B) = 0.8$ and $P(A \cap B) = 0.3$,we have:
$P(A) + P(B) = P(A \cup B) + P(A \cap B) = 0.8 + 0.3 = 1.1$.
We know that $P(\bar{A}) = 1 - P(A)$ and $P(\bar{B}) = 1 - P(B)$.
Therefore,$P(\bar{A}) + P(\bar{B}) = (1 - P(A)) + (1 - P(B)) = 2 - (P(A) + P(B))$.
Substituting the value of $P(A) + P(B)$:
$P(\bar{A}) + P(\bar{B}) = 2 - 1.1 = 0.9$.
129
ChemistryMCQAP EAMCET · 2003
$A$ coin is tossed $n$ times. The probability of getting a head at least once is greater than $0.8$. Then,the least value of such $n$ is:
A
$2$
B
$3$
C
$4$
D
$5$

Solution

(B) The probability of getting a head in a single toss is $p = \frac{1}{2}$,and the probability of getting a tail is $q = 1 - p = \frac{1}{2}$.
The probability of getting no heads in $n$ tosses is $P(\text{no head}) = q^n = (\frac{1}{2})^n$.
The probability of getting at least one head is $P(\text{at least one head}) = 1 - P(\text{no head}) = 1 - (\frac{1}{2})^n$.
Given that $1 - (\frac{1}{2})^n > 0.8$,we have:
$1 - 0.8 > (\frac{1}{2})^n$
$0.2 > (\frac{1}{2})^n$
$\frac{1}{5} > \frac{1}{2^n}$
$2^n > 5$.
For $n = 2$,$2^2 = 4 < 5$.
For $n = 3$,$2^3 = 8 > 5$.
Thus,the least value of $n$ is $3$.
130
ChemistryMCQAP EAMCET · 2003
Which one of the following represents the graph between $\log p$ (on $Y$-axis) and $\frac{1}{T}$ (on $X$-axis)?
($p=$ vapour pressure of a liquid,$T=$ absolute temperature)
A
Option A
B
Option B
C
Option C
D
Option D

Solution

(C) According to the Clausius-Clapeyron equation,the relationship between vapour pressure $(p)$ and absolute temperature $(T)$ is given by:
$\log p = -\frac{\Delta H_{vap}}{2.303 R} \cdot \frac{1}{T} + C$
Here,$\Delta H_{vap}$ is the enthalpy of vaporization,$R$ is the gas constant,and $C$ is an integration constant.
This equation is in the form of a straight line $y = mx + c$,where $y = \log p$,$x = \frac{1}{T}$,and the slope $m = -\frac{\Delta H_{vap}}{2.303 R}$.
Since the slope is negative,the graph of $\log p$ versus $\frac{1}{T}$ is a straight line with a negative slope.
131
ChemistryMCQAP EAMCET · 2003
What is the volume (in litres) of oxygen required at $STP$ to completely convert $1.5 \ mol$ of sulphur into sulphur dioxide?
A
$11.2$
B
$22.4$
C
$33.6$
D
$44.8$

Solution

(C) The balanced chemical equation for the combustion of sulphur is:
$S(s) + O_2(g) \longrightarrow SO_2(g)$
From the stoichiometry of the reaction,$1 \ mol$ of $S$ reacts with $1 \ mol$ of $O_2$.
At $STP$,$1 \ mol$ of any gas occupies $22.4 \ L$.
Therefore,$1 \ mol$ of $S$ requires $22.4 \ L$ of $O_2$.
For $1.5 \ mol$ of $S$,the volume of $O_2$ required is:
$V = 1.5 \ mol \times 22.4 \ L/mol = 33.6 \ L$.
132
ChemistryMCQAP EAMCET · 2003
If a gas contains only three molecules that move with velocities of $100, 200, 500 \ ms^{-1}$. What is the $rms$ velocity of that gas in $ms^{-1}$?
A
$100 \frac{\sqrt{8}}{3}$
B
$100 \sqrt{30}$
C
$100 \sqrt{10}$
D
$\frac{800}{3}$

Solution

(C) Given velocities: $C_1 = 100 \ ms^{-1}, C_2 = 200 \ ms^{-1}, C_3 = 500 \ ms^{-1}$.
$rms$ velocity is defined as $C_{rms} = \sqrt{\frac{C_1^2 + C_2^2 + C_3^2}{n}}$.
Substituting the values: $C_{rms} = \sqrt{\frac{100^2 + 200^2 + 500^2}{3}}$.
$C_{rms} = \sqrt{\frac{10000 + 40000 + 250000}{3}} = \sqrt{\frac{300000}{3}}$.
$C_{rms} = \sqrt{100000} = 100 \sqrt{10} \ ms^{-1}$.
133
ChemistryMCQAP EAMCET · 2003
If the mass defect of a nuclide is $3.32 \times 10^{-26} \ g$,its binding energy is (in $MeV$)?
A
$9.31$
B
$18.62$
C
$27.93$
D
$37.24$

Solution

(B) The mass defect is given as $3.32 \times 10^{-26} \ g$.
First,convert the mass defect from grams to atomic mass units $(amu)$ using the conversion factor $1 \ amu = 1.66 \times 10^{-24} \ g$.
$\text{Mass defect in } amu = \frac{3.32 \times 10^{-26} \ g}{1.66 \times 10^{-24} \ g/amu} = 0.02 \ amu$.
The binding energy is calculated by multiplying the mass defect in $amu$ by $931 \ MeV/amu$.
$\text{Binding energy} = 0.02 \ amu \times 931 \ MeV/amu = 18.62 \ MeV$.
134
ChemistryMCQAP EAMCET · 2003
If the electron of a hydrogen atom is present in the first orbit,the total energy of the electron is
A
$\frac{-e^2}{r}$
B
$\frac{-e^2}{r^2}$
C
$\frac{-e^2}{2r}$
D
$\frac{-e^2}{2r^2}$

Solution

(C) The kinetic energy $(KE)$ of an electron in an orbit is given by $KE = \frac{1}{2}mv^2$.
From the electrostatic force balance,the centripetal force is provided by the Coulombic attraction: $\frac{mv^2}{r} = \frac{e^2}{r^2}$,which implies $mv^2 = \frac{e^2}{r}$.
Substituting this into the $KE$ expression: $KE = \frac{1}{2} \times \frac{e^2}{r} = \frac{e^2}{2r}$.
The potential energy $(PE)$ of the electron is given by $PE = \frac{-e^2}{r}$.
The total energy $(E)$ is the sum of kinetic and potential energy: $E = KE + PE = \frac{e^2}{2r} - \frac{e^2}{r} = \frac{-e^2}{2r}$.
135
ChemistryMCQAP EAMCET · 2003
If the wavelength of an electromagnetic radiation is $2000 \ \mathring{A}$,what is its energy in ergs?
A
$9.94 \times 10^{-12}$
B
$9.94 \times 10^{-19}$
C
$4.97 \times 10^{-12}$
D
$4.97 \times 10^{-19}$

Solution

(A) The energy $E$ of a photon is given by the formula $E = \frac{hc}{\lambda}$.
Given: $\lambda = 2000 \ \mathring{A} = 2000 \times 10^{-8} \ cm = 2 \times 10^{-5} \ cm$.
Speed of light $c = 3 \times 10^{10} \ cm/s$.
Planck's constant $h = 6.626 \times 10^{-27} \ erg \ s$.
Substituting the values: $E = \frac{6.626 \times 10^{-27} \ erg \ s \times 3 \times 10^{10} \ cm/s}{2 \times 10^{-5} \ cm}$.
$E = \frac{19.878 \times 10^{-17}}{2 \times 10^{-5}} \ erg = 9.939 \times 10^{-12} \ erg \approx 9.94 \times 10^{-12} \ erg$.
136
ChemistryMCQAP EAMCET · 2003
Which one of the following equations represents the Freundlich adsorption isotherm?
A
$\frac{x}{m} = K p$
B
$\frac{x}{m} = K p^{1/n}$
C
$\log \frac{x}{m} = K p^n$
D
$\log \frac{x}{m} = K n \log p$

Solution

(B) The Freundlich adsorption isotherm is given by the empirical relation:
$\frac{x}{m} = K p^{1/n}$
where:
$x$ is the mass of the adsorbate,
$m$ is the mass of the adsorbent,
$p$ is the pressure,
$K$ and $n$ are constants which depend on the nature of the adsorbent and the gas at a particular temperature.
137
ChemistryMCQAP EAMCET · 2003
The radiation emitted by a star $A$ is $10000$ times that of the sun. If the surface temperatures of the sun and the star $A$ are $6000 \ K$ and $2000 \ K$ respectively,the ratio of the radii of the star $A$ and the sun is : (in $: 1$)
A
$300$
B
$600$
C
$900$
D
$1200$

Solution

(C) The energy radiated per unit time is given by the Stefan-Boltzmann law: $E = \sigma A T^4$,where $\sigma$ is the Stefan-Boltzmann constant and $A = 4\pi R^2$ is the surface area of the star.
For the sun: $E_{\text{sun}} = \sigma (4\pi R_{\text{sun}}^2) T_{\text{sun}}^4$.
For the star $A$: $E_{\text{star}} = \sigma (4\pi R_{\text{star}}^2) T_{\text{star}}^4$.
Given that $E_{\text{star}} = 10000 E_{\text{sun}}$,we have:
$\sigma (4\pi R_{\text{star}}^2) T_{\text{star}}^4 = 10000 \times \sigma (4\pi R_{\text{sun}}^2) T_{\text{sun}}^4$.
Canceling $\sigma$ and $4\pi$ from both sides:
$R_{\text{star}}^2 T_{\text{star}}^4 = 10000 R_{\text{sun}}^2 T_{\text{sun}}^4$.
Rearranging to find the ratio of radii:
$\left(\frac{R_{\text{star}}}{R_{\text{sun}}}\right)^2 = 10000 \left(\frac{T_{\text{sun}}}{T_{\text{star}}}\right)^4$.
Substituting the given values $T_{\text{sun}} = 6000 \ K$ and $T_{\text{star}} = 2000 \ K$:
$\left(\frac{R_{\text{star}}}{R_{\text{sun}}}\right)^2 = 10000 \left(\frac{6000}{2000}\right)^4 = 10000 \times (3)^4 = 10000 \times 81 = 810000$.
Taking the square root of both sides:
$\frac{R_{\text{star}}}{R_{\text{sun}}} = \sqrt{810000} = 900$.
Thus,the ratio $R_{\text{star}} : R_{\text{sun}} = 900 : 1$.
138
ChemistryMCQAP EAMCET · 2003
The densities of a liquid at $0^{\circ} C$ and $100^{\circ} C$ are respectively $1.0127$ and $1$. $A$ specific gravity bottle is filled with $300 \ g$ of the liquid at $0^{\circ} C$ up to the brim and it is heated to $100^{\circ} C$. Then,the mass of the liquid expelled in grams is: (Coefficient of linear expansion of glass $= 9 \times 10^{-6} /^{\circ} C$)
A
$\frac{3}{10.1}$
B
$\frac{3}{1.01}$
C
$\frac{3.81}{1.0127}$
D
$\frac{3.81}{0.0127}$

Solution

(B) Density at $0^{\circ} C$,$\rho_0 = 1.0127$.
Density at $100^{\circ} C$,$\rho_{100} = 1$.
Coefficient of real expansion of liquid,$\gamma_{\text{real}} = \frac{\rho_0 - \rho_{100}}{\rho_{100} \times \Delta t} = \frac{1.0127 - 1}{1 \times 100} = 1.27 \times 10^{-4} /^{\circ} C$.
Coefficient of volume expansion of glass,$\gamma_g = 3 \alpha = 3 \times 9 \times 10^{-6} = 2.7 \times 10^{-5} = 0.27 \times 10^{-4} /^{\circ} C$.
Coefficient of apparent expansion,$\gamma_{\text{app}} = \gamma_{\text{real}} - \gamma_g = 1.27 \times 10^{-4} - 0.27 \times 10^{-4} = 1 \times 10^{-4} /^{\circ} C$.
The mass expelled is given by $\Delta m = m_0 \times \gamma_{\text{app}} \times \Delta t$ (approximately,for small changes) or using the relation $\frac{m_1}{m_2} = 1 + \gamma_{\text{app}} \Delta t$.
Here,$m_1 = 300 \ g$.
$\frac{300}{m_2} = 1 + (10^{-4} \times 100) = 1 + 0.01 = 1.01$.
$m_2 = \frac{300}{1.01}$.
Mass expelled $= m_1 - m_2 = 300 - \frac{300}{1.01} = 300 \left(1 - \frac{1}{1.01}\right) = 300 \left(\frac{0.01}{1.01}\right) = \frac{3}{1.01} \ g$.
139
ChemistryMCQAP EAMCET · 2003
Consider the two following statements $A$ and $B$,and identify the correct choice given in the answers: $(A)$ Duddell's thermo galvanometer is suitable to measure direct current only. $(B)$ Thermopile can measure temperature differences of the order of $10^{-3} {}^{\circ}C$.
A
Both $A$ and $B$ are true
B
Both $A$ and $B$ are false
C
$A$ is true but $B$ is false
D
$A$ is false but $B$ is true

Solution

(D) Statement $(A)$ is false because Duddell's thermo galvanometer is designed to measure both alternating current $(AC)$ and direct current $(DC)$ by utilizing the heating effect of the current.
Statement $(B)$ is true because a thermopile is a highly sensitive device consisting of several thermocouples connected in series,which allows it to detect very small temperature differences,typically on the order of $10^{-3} {}^{\circ}C$.
140
ChemistryMCQAP EAMCET · 2003
$A$ horizontal uniform glass tube of $100 \ cm$ length, sealed at both ends, contains a $10 \ cm$ mercury column in the middle. The initial temperature and pressure of air on either side of the mercury column are $31^{\circ} C$ and $76 \ cm$ of mercury, respectively. If the air column at one end is kept at $0^{\circ} C$ and the other end at $273^{\circ} C$, then the pressure of the air at $0^{\circ} C$ is (in $cm$ of $Hg$):
A
$76$
B
$88.2$
C
$102.4$
D
$122$

Solution

(C) The total length of the tube is $100 \ cm$. The mercury column is $10 \ cm$ long, so the total length of the air columns is $100 - 10 = 90 \ cm$. Initially, the air columns on both sides are equal, each being $45 \ cm$.
Initial state: $P_0 = 76 \ cm$ of $Hg$, $T_0 = 31 + 273 = 304 \ K$, $V_0 = 45 \ A$ (where $A$ is the cross-sectional area).
Final state: Let the length of the air column at $0^{\circ} C$ $(273 \ K)$ be $l$. The pressure is $P$. The length of the other air column at $273^{\circ} C$ $(546 \ K)$ is $(90 - l)$. Since the mercury column is at rest, the pressure on both sides must be equal, so $P_1 = P_2 = P$.
Using the ideal gas law $\frac{PV}{T} = \text{constant}$:
For the first side: $\frac{76 \times 45}{304} = \frac{P \times l}{273}$ --- $(1)$
For the second side: $\frac{76 \times 45}{304} = \frac{P \times (90 - l)}{546}$ --- $(2)$
Equating $(1)$ and $(2)$:
$\frac{P \times l}{273} = \frac{P \times (90 - l)}{546}$
$2l = 90 - l \Rightarrow 3l = 90 \Rightarrow l = 30 \ cm$.
Substituting $l = 30 \ cm$ into equation $(1)$:
$\frac{76 \times 45}{304} = \frac{P \times 30}{273}$
$P = \frac{76 \times 45 \times 273}{30 \times 304} = 102.4 \ cm$ of $Hg$.
Solution diagram
141
ChemistryMCQAP EAMCET · 2003
When $10 \ g$ of methane is completely burnt in oxygen,the heat evolved is $560 \ kJ$. What is the heat of combustion (in $kJ \ mol^{-1}$) of methane?
A
-$1120$
B
-$968$
C
-$896$
D
-$560$

Solution

(C) The combustion reaction of methane is: $CH_4 + 2O_2 \longrightarrow CO_2 + 2H_2O$.
The molar mass of methane $(CH_4)$ is $12 + (4 \times 1) = 16 \ g \ mol^{-1}$.
Given that the heat evolved for $10 \ g$ of $CH_4$ is $560 \ kJ$,the enthalpy change $\Delta H$ for $10 \ g$ is $-560 \ kJ$.
To find the heat of combustion per mole $(16 \ g)$,we use the unitary method:
Heat of combustion $= \frac{-560 \ kJ}{10 \ g} \times 16 \ g \ mol^{-1} = -896 \ kJ \ mol^{-1}$.
142
ChemistryMCQAP EAMCET · 2003
In Young's double slit experiment, an interference pattern is obtained on a screen by a light of wavelength $6000 \text{ } \mathring{A}$ coming from the coherent sources $S_1$ and $S_2$. At a certain point $P$ on the screen, the third dark fringe is formed. Then, the path difference $S_1 P - S_2 P$ in microns is:
A
$0.75$
B
$1.5$
C
$3$
D
$4.5$

Solution

(B) Given wavelength $\lambda = 6000 \text{ } \mathring{A} = 6 \times 10^{-7} \text{ m}$.
For dark fringes in Young's double slit experiment, the path difference $\Delta x$ is given by $\Delta x = (2n - 1) \frac{\lambda}{2}$ for $n = 1, 2, 3, \dots$ where $n$ represents the order of the dark fringe.
For the third dark fringe, we take $n = 3$.
Substituting the values: $\Delta x = (2 \times 3 - 1) \frac{6 \times 10^{-7}}{2} \text{ m}$.
$\Delta x = 5 \times 3 \times 10^{-7} \text{ m} = 15 \times 10^{-7} \text{ m}$.
$\Delta x = 1.5 \times 10^{-6} \text{ m} = 1.5 \text{ } \mu\text{m}$.
143
ChemistryMCQAP EAMCET · 2003
If the length of a stretched string is shortened by $40 \%$ and the tension is increased by $44 \%$,then the ratio of the final and initial fundamental frequencies is :
A
$2: 1$
B
$3: 2$
C
$3: 4$
D
$1: 3$

Solution

(A) The fundamental frequency of a stretched string is given by $n = \frac{1}{2l} \sqrt{\frac{T}{m}}$,where $l$ is the length,$T$ is the tension,and $m$ is the mass per unit length.
Initial frequency $n_1 = \frac{1}{2l} \sqrt{\frac{T}{m}}$.
New length $l' = l - 0.40l = 0.6l$.
New tension $T' = T + 0.44T = 1.44T$.
New frequency $n_2 = \frac{1}{2l'} \sqrt{\frac{T'}{m}}$.
Taking the ratio of the final to initial frequency: $\frac{n_2}{n_1} = \frac{l}{l'} \sqrt{\frac{T'}{T}}$.
Substituting the values: $\frac{n_2}{n_1} = \frac{l}{0.6l} \sqrt{\frac{1.44T}{T}} = \frac{1}{0.6} \times \sqrt{1.44} = \frac{1.2}{0.6} = 2$.
Therefore,the ratio $n_2 : n_1 = 2 : 1$.
144
ChemistryMCQAP EAMCET · 2003
Two uniform strings $A$ and $B$ made of steel are made to vibrate under the same tension. If the first overtone of $A$ is equal to the second overtone of $B$ and if the radius of $A$ is twice that of $B$,the ratio of the lengths of the strings is :
A
$1: 2$
B
$1: 3$
C
$1: 4$
D
$1: 5$

Solution

(B) The fundamental frequency of a stretched string is given by $n = \frac{1}{2l} \sqrt{\frac{T}{m}}$,where $m = \pi r^2 \rho$ is the mass per unit length.
Thus,$n = \frac{1}{2lr} \sqrt{\frac{T}{\pi \rho}}$.
The frequency of the $p$-th overtone is $(p+1)n$.
For string $A$,the first overtone is $2n_A = \frac{2}{2l_A r_A} \sqrt{\frac{T}{\pi \rho}} = \frac{1}{l_A r_A} \sqrt{\frac{T}{\pi \rho}}$.
For string $B$,the second overtone is $3n_B = \frac{3}{2l_B r_B} \sqrt{\frac{T}{\pi \rho}}$.
Given $2n_A = 3n_B$ and $r_A = 2r_B$:
$\frac{1}{l_A r_A} = \frac{3}{2l_B r_B}$
$\frac{l_A}{l_B} = \frac{2 r_B}{3 r_A} = \frac{2 r_B}{3(2 r_B)} = \frac{2}{6} = \frac{1}{3}$.
Therefore,the ratio of the lengths $l_A : l_B = 1 : 3$.
145
ChemistryMCQAP EAMCET · 2003
Consider the following statements $A$ and $B$ and identify the correct answer given below:
$(A)$ $A$ body initially at rest is acted upon by a constant force. The rate of change of its kinetic energy varies linearly with time.
$(B)$ When a body is at rest,it must be in equilibrium.
A
$A$ and $B$ are correct
B
$A$ and $B$ are wrong
C
$A$ is correct and $B$ is wrong
D
$A$ is wrong and $B$ is correct

Solution

(C) For statement $A$: The kinetic energy $KE$ of a body starting from rest under a constant force $F$ is given by $KE = \frac{1}{2}mv^2$. Since $v = at$,we have $KE = \frac{1}{2}m(at)^2 = \frac{1}{2}ma^2t^2$.
The rate of change of kinetic energy is $\frac{d(KE)}{dt} = \frac{d}{dt}(\frac{1}{2}ma^2t^2) = ma^2t$.
Since $m$ and $a$ are constants,$\frac{d(KE)}{dt} \propto t$. Thus,the rate of change of kinetic energy varies linearly with time. Statement $A$ is correct.
For statement $B$: $A$ body at rest is in equilibrium only if the net force acting on it is zero. $A$ body can be momentarily at rest (e.g.,a ball thrown vertically upward at its highest point) while being acted upon by a non-zero net force (gravity). Thus,it is not necessarily in equilibrium. Statement $B$ is wrong.
146
ChemistryMCQAP EAMCET · 2003
Two particles having position vectors $r_1 = (3 \hat{i} + 5 \hat{j}) \ m$ and $r_2 = (-5 \hat{i} - 3 \hat{j}) \ m$ are moving with velocities $v_1 = (4 \hat{i} + 3 \hat{j}) \ m/s$ and $v_2 = (a \hat{i} + 7 \hat{j}) \ m/s$. If they collide after $2 \ s$,then the value of $a$ is:
A
$2$
B
$4$
C
$6$
D
$8$

Solution

(D) For two particles to collide,their position vectors at time $t$ must be equal: $r_1(t) = r_2(t)$.
Given $r_1(t) = r_1 + v_1 t$ and $r_2(t) = r_2 + v_2 t$,the condition for collision is $r_1 + v_1 t = r_2 + v_2 t$.
Rearranging,we get $r_1 - r_2 = (v_2 - v_1) t$.
Substitute the given values:
$r_1 - r_2 = (3 \hat{i} + 5 \hat{j}) - (-5 \hat{i} - 3 \hat{j}) = 8 \hat{i} + 8 \hat{j}$.
$v_2 - v_1 = (a \hat{i} + 7 \hat{j}) - (4 \hat{i} + 3 \hat{j}) = (a - 4) \hat{i} + 4 \hat{j}$.
Given $t = 2 \ s$,substitute into the equation:
$8 \hat{i} + 8 \hat{j} = ((a - 4) \hat{i} + 4 \hat{j}) \times 2$.
Dividing by $2$:
$4 \hat{i} + 4 \hat{j} = (a - 4) \hat{i} + 4 \hat{j}$.
Comparing the coefficients of $\hat{i}$:
$a - 4 = 4 \implies a = 8$.
147
ChemistryMediumMCQAP EAMCET · 2003
Compound $X$ is the anhydride of sulphuric acid. The number of $\sigma$-bonds and the number of $\pi$-bonds present in $X$ are,respectively:
A
$3, 3$
B
$4, 2$
C
$2, 4$
D
$4, 3$

Solution

(A) The anhydride of sulphuric acid $(H_2SO_4)$ is sulphur trioxide $(SO_3)$.
In the structure of $SO_3$,there are three $S=O$ double bonds.
Each double bond consists of one $\sigma$-bond and one $\pi$-bond.
Therefore,the total number of $\sigma$-bonds is $3$ and the total number of $\pi$-bonds is $3$.
148
ChemistryMediumMCQAP EAMCET · 2003
Chlorine atom,in its third excited state,reacts with fluorine to form a compound $X$. The formula and shape of $X$ are :
A
$ClF_5$,pentagonal
B
$ClF_4$,tetrahedral
C
$ClF_4$,pentagonal bipyramidal
D
$ClF_7$,pentagonal bipyramidal

Solution

(D) The ground state electronic configuration of $Cl$ $(Z=17)$ is $[Ne] 3s^2 3p_x^2 3p_y^2 3p_z^1$.
In the first excited state,one electron from $3p$ moves to $3d$,giving $3$ unpaired electrons.
In the second excited state,one electron from $3s$ moves to $3d$,giving $5$ unpaired electrons.
In the third excited state,one more electron from $3p$ moves to $3d$,resulting in $7$ unpaired electrons $(3s^1, 3p_x^1, 3p_y^1, 3p_z^1, 3d^3)$.
These $7$ unpaired electrons react with $7$ fluorine atoms to form $ClF_7$.
The hybridization is $sp^3d^3$,which corresponds to a pentagonal bipyramidal geometry.
149
ChemistryEasyMCQAP EAMCET · 2003
Sulphur trioxide is dissolved in heavy water to form a compound $X$. The hybridisation state of sulphur in $X$ is :
A
$sp^2$
B
$sp^3$
C
$sp$
D
$dsp^2$

Solution

(B) When $SO_3$ is dissolved in heavy water $(D_2O)$,it forms deuterated sulphuric acid $(D_2SO_4)$ as the compound $X$.
The chemical reaction is: $SO_3 + D_2O \longrightarrow D_2SO_4$ $(X)$.
In $D_2SO_4$,the central sulphur atom is bonded to two $OD$ groups and two oxygen atoms via double bonds.
The steric number of sulphur is calculated as: $\text{Number of sigma bonds} + \text{Number of lone pairs} = 4 + 0 = 4$.
$A$ steric number of $4$ corresponds to $sp^3$ hybridisation.
150
ChemistryEasyMCQAP EAMCET · 2003
Which one of the following is a correct set?
A
$H_2O, sp^3$,angular
B
$H_2O, sp^2$,linear
C
$NH_4^+, dsp^2$,square planar
D
$CH_4, dsp^2$,tetrahedral

Solution

(A) In $H_2O$,the oxygen atom is $sp^3$ hybridized with two lone pairs and two bond pairs,resulting in an angular (bent) shape.
$NH_4^+$ is $sp^3$ hybridized and tetrahedral.
$CH_4$ is $sp^3$ hybridized and tetrahedral.
Therefore,the correct set is $H_2O, sp^3$,angular.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real AP EAMCET style covering Chemistry with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D Chemistry papers from 7.5L+ questions in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Run live AP EAMCET mock exams with unlimited students, 360° analytics & white-label branding.

See Demo

Frequently Asked Questions

How many Chemistry questions are in AP EAMCET 2003?

There are 219 Chemistry questions from the AP EAMCET 2003 paper on Vedclass, each with a detailed step-by-step solution in English.

Are AP EAMCET 2003 Chemistry solutions available in English?

Yes. All solutions on this page are in English. You can also switch to English or Hindi using the language buttons above the questions.

Can I practice AP EAMCET 2003 Chemistry as a timed test?

Yes. Use the Vedclass Test Series to attempt a full AP EAMCET mock test covering Chemistry with time limits and instant score analysis.

Can teachers create Chemistry papers from AP EAMCET previous year questions?

Yes. The Vedclass Exam Paper Generator lets teachers mix AP EAMCET Chemistry questions and generate Set A/B/C/D papers in minutes.

For Teachers & Institutes

Build a Custom Chemistry Paper

Pick AP EAMCET 2003 Chemistry questions, set difficulty, and generate Set A/B/C/D in 2 minutes.