IIT JEE 1968 Mathematics Question Paper with Answer and Solution

5 QuestionsEnglishWith Solutions

MathematicsQ15 of 5 questions

Page 1 of 1 · English

1
MathematicsEasyMCQIIT JEE · 1968
If $x, y, z$ are in $G.P.$ and $a^x = b^y = c^z$,then
A
$\log_a c = \log_b a$
B
$\log_b a = \log_c b$
C
$\log_c b = \log_a c$
D
None of these

Solution

(B) Given that $x, y, z$ are in $G.P.$,we have $y^2 = xz$.
Let $a^x = b^y = c^z = m$.
Taking logarithm on both sides,we get $x \log a = y \log b = z \log c = \log m$.
This implies $x = \frac{\log m}{\log a} = \log_a m$,$y = \log_b m$,and $z = \log_c m$.
Since $x, y, z$ are in $G.P.$,we have $\frac{y}{x} = \frac{z}{y}$.
Substituting the values,we get $\frac{\log_b m}{\log_a m} = \frac{\log_c m}{\log_b m}$.
Using the change of base formula $\frac{\log_b m}{\log_a m} = \log_b a$,we get $\log_b a = \log_c b$.
2
MathematicsDifficultMCQIIT JEE · 1968
If a root of the equation $ax^2 + bx + c = 0$ is the reciprocal of a root of the equation $a'x^2 + b'x + c' = 0$,then:
A
$(cc' - aa')^2 = (ba' - cb')(ab' - bc')$
B
$(bb' - aa')^2 = (ca' - bc')(ab' - bc')$
C
$(cc' - aa')^2 = (ba' + cb')(ab' + bc')$
D
None of these

Solution

(A) Let $\alpha$ be a root of the first equation,then $\frac{1}{\alpha}$ is a root of the second equation.
For the first equation: $a\alpha^2 + b\alpha + c = 0$.
For the second equation: $a'(\frac{1}{\alpha})^2 + b'(\frac{1}{\alpha}) + c' = 0$,which simplifies to $c'\alpha^2 + b'\alpha + a' = 0$.
Using the cross-multiplication method for the system of equations $a\alpha^2 + b\alpha + c = 0$ and $c'\alpha^2 + b'\alpha + a' = 0$:
$\frac{\alpha^2}{ba' - b'c} = \frac{\alpha}{cc' - aa'} = \frac{1}{ab' - bc'}$.
From the second and third terms: $\alpha = \frac{cc' - aa'}{ab' - bc'}$.
From the first and third terms: $\alpha^2 = \frac{ba' - b'c}{ab' - bc'}$.
Equating $\alpha^2 = (\alpha)^2$,we get: $\frac{ba' - b'c}{ab' - bc'} = \left(\frac{cc' - aa'}{ab' - bc'}\right)^2$.
$(cc' - aa')^2 = (ba' - b'c)(ab' - bc')$.
3
MathematicsMediumMCQIIT JEE · 1968
The quadratic equation in $t$,such that the $A.M.$ of its roots is $A$ and the $G.M.$ of its roots is $G$,is
A
$t^2 - 2At + G^2 = 0$
B
$t^2 - 2At - G^2 = 0$
C
$t^2 + 2At + G^2 = 0$
D
None of these

Solution

(A) Let the roots of the quadratic equation be $\alpha$ and $\beta$.
The $A.M.$ (Arithmetic Mean) of the roots is given by $A = \frac{\alpha + \beta}{2}$,which implies $\alpha + \beta = 2A$.
The $G.M.$ (Geometric Mean) of the roots is given by $G = \sqrt{\alpha \beta}$,which implies $\alpha \beta = G^2$.
$A$ quadratic equation with roots $\alpha$ and $\beta$ is given by $t^2 - (\text{sum of roots})t + (\text{product of roots}) = 0$.
Substituting the values,we get $t^2 - (2A)t + G^2 = 0$.
4
MathematicsMediumMCQIIT JEE · 1968
In how many ways can a committee be formed of $5$ members from $6$ men and $4$ women if the committee has at least one woman?
A
$186$
B
$246$
C
$252$
D
None of these

Solution

(B) The total number of ways to select $5$ members from $10$ people ($6$ men + $4$ women) is given by $^{10}C_5 = \frac{10 \times 9 \times 8 \times 7 \times 6}{5 \times 4 \times 3 \times 2 \times 1} = 252$.
The number of ways to form a committee with no women (i.e.,all $5$ members are men) is given by $^6C_5 = 6$.
The number of ways to have at least one woman is the total number of ways minus the number of ways with no women:
$252 - 6 = 246$.
5
MathematicsAdvancedMCQIIT JEE · 1968
Let $P(a \sec \theta, b \tan \theta)$ and $Q(a \sec \phi, b \tan \phi)$ where $\theta + \phi = \frac{\pi}{2}$ be two points on the hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$. If $(h, k)$ is the point of intersection of the normals drawn at $P$ and $Q$,then $k=$
A
$\frac{a^2+b^2}{a}$
B
$-\left(\frac{a^2+b^2}{b}\right)$
C
$-\left(\frac{a^2+b^2}{a}\right)$
D
$\frac{a^2+b^2}{b}$

Solution

(B) The equation of the normal to the hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ at point $(a \sec \theta, b \tan \theta)$ is given by $ax \cos \theta + by \cot \theta = a^2 + b^2$.
For point $P$,the normal is $ax \cos \theta + by \cot \theta = a^2 + b^2$.
For point $Q$,the normal is $ax \cos \phi + by \cot \phi = a^2 + b^2$.
Given $\phi = \frac{\pi}{2} - \theta$,we have $\cos \phi = \sin \theta$ and $\cot \phi = \tan \theta$.
So,the second normal is $ax \sin \theta + by \tan \theta = a^2 + b^2$.
Subtracting the two equations: $ax(\cos \theta - \sin \theta) + by(\cot \theta - \tan \theta) = 0$.
$ax(\cos \theta - \sin \theta) + by\left(\frac{\cos^2 \theta - \sin^2 \theta}{\sin \theta \cos \theta}\right) = 0$.
$ax(\cos \theta - \sin \theta) + by\frac{(\cos \theta - \sin \theta)(\cos \theta + \sin \theta)}{\sin \theta \cos \theta} = 0$.
Since $\cos \theta \neq \sin \theta$,we divide by $(\cos \theta - \sin \theta)$ to get $ax + by\frac{\cos \theta + \sin \theta}{\sin \theta \cos \theta} = 0$,which implies $x = -y\frac{\cos \theta + \sin \theta}{a \sin \theta \cos \theta} \cdot \frac{b}{a}$ (simplified).
Solving the system for $k$ yields $k = -\left(\frac{a^2+b^2}{b}\right)$.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real IIT JEE style covering Mathematics with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

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

Try Free
For Institutes

Online Exam Module

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

See Demo

Frequently Asked Questions

How many Mathematics questions are in IIT JEE 1968?

There are 5 Mathematics questions from the IIT JEE 1968 paper on Vedclass, each with a detailed step-by-step solution in English.

Are IIT JEE 1968 Mathematics 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 IIT JEE 1968 Mathematics as a timed test?

Yes. Use the Vedclass Test Series to attempt a full IIT JEE mock test covering Mathematics with time limits and instant score analysis.

Can teachers create Mathematics papers from IIT JEE previous year questions?

Yes. The Vedclass Exam Paper Generator lets teachers mix IIT JEE Mathematics questions and generate Set A/B/C/D papers in minutes.

For Teachers & Institutes

Build a Custom Mathematics Paper

Pick IIT JEE 1968 Mathematics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.