solution: I and II are standard uses (verb; idiom “against the run of play”). III can be correct (“run over someone” with a vehicle). “A popular run” is idiomatic for shows/films, not for a book.
$F_4\subseteq F_2$ and $F_4\subseteq F_3$, and $F_2\subseteq F_1,\ F_3\subseteq F_1$.
Thus $F_1\cup F_2\cup F_3\cup F_4=F_1$ (since the others are subsets of $F_1$).
Let $z = x + iy$
Then $\left|\dfrac{z+i}{z-1}\right| = 1 \Rightarrow |z+i| = |z-1|$
$\Rightarrow (x)^2 + (y+1)^2 = (x-1)^2 + y^2$
$\Rightarrow 2x = 1 - 2y$
$\Rightarrow x + y = \dfrac{1}{2}$
Hence the locus is a straight line.
A five-digit number divisible by $3$ is to be formed using the numbers $0,1,2,3,4,5$ without repetitions.
The total number of ways this can be done is:
Sum of digits $0+1+2+3+4+5 = 15$, which is divisible by $3$.
If we remove one digit, the remaining sum must also be divisible by $3$ for divisibility.
Possible removals giving divisible sums:
- Remove $0$ → sum $15$ ✔
- Remove $3$ → sum $12$ ✔
- Remove $6$ → not present
- Remove others → not divisible.
Hence, we can form numbers using digits $\{1,2,3,4,5\}$ and $\{0,1,2,4,5\}$.
Case 1: Using $\{1,2,3,4,5\}$ — 5 digits, all used, so $5! = 120$.
Case 2: Using $\{0,1,2,4,5\}$ — first digit cannot be 0, so $4\times4! = 96$.
Total = $120 + 96 = 216$.
Given 5 different green dyes, 4 different blue dyes and 3 different red dyes,
the number of combinations of dyes which can be chosen taking at least 1 green and 1 blue dye is:
Total dyes = $5 + 4 + 3 = 12$.
Total combinations (excluding none) = $2^{12} - 1 = 4095$.
Exclude sets with no green or no blue:
- No green → choose from $(4+3)=7$: $2^7 - 1 = 127$.
- No blue → choose from $(5+3)=8$: $2^8 - 1 = 255$.
Add back those with no green and no blue → only red $(3)$: $2^3 - 1 = 7$.
Hence required = $4095 - (127 + 255 - 7) = 4095 - 375 = 3720$.
$(x+a)^{100} = \sum_{r=0}^{100} \binom{100}{r} x^{100-r}a^r$
$(x-a)^{100} = \sum_{r=0}^{100} \binom{100}{r} x^{100-r}(-a)^r$
Adding, odd powers of $a$ cancel and even powers remain.
Even $r$: total even $r$ from 0 to 100 → 51 terms.
The probability that at least one of the events A and B occurs is 0.6.
If A and B occur simultaneously with probability 0.2,
then $P(\bar{A}) + P(\bar{B})$ is:
For a one-one onto (bijective) mapping, the two sets must have the **same number of elements**.
Here, $|A| = 5$, $|B| = 6$. Since $5 \ne 6$, no bijection exists.
$\boxed{\text{Answer: (C) 0}}$
Let $f(t) =
\begin{vmatrix}
\cos t & 1 & 1 \\
2\sin t & 2t & 1 \\
\sin t & t & t
\end{vmatrix}$,
then $\displaystyle \lim_{t \to 0}\dfrac{f(t)}{t^2}$ is equal to:
Expand the determinant using first row:
$f(t) = \cos t
\begin{vmatrix}
2t & 1 \\ t & t
\end{vmatrix}
- 1
\begin{vmatrix}
2\sin t & 1 \\ \sin t & t
\end{vmatrix}
+ 1
\begin{vmatrix}
2\sin t & 2t \\ \sin t & t
\end{vmatrix}$
Simplify and expand around $t \to 0$ using $\sin t \approx t$ and $\cos t \approx 1 - t^2/2$.
After simplification, $\dfrac{f(t)}{t^2} \to 3$.
$\boxed{\text{Answer: (D) 3}}$
If $x, y, z$ are all different from zero and
$\begin{vmatrix}
1 + x & 1 & 1 \\
1 & 1 + y & 1 \\
1 & 1 & 1 + z
\end{vmatrix} = 0$,
then the value of $x^{-1} + y^{-1} + z^{-1}$ is:
Let
$\displaystyle y = \left(\dfrac{1}{x}\right)^x = e^{x\ln(1/x)} = e^{-x\ln x}$
Take $\ln$ on both sides:
$\ln y = -x\ln x$
Differentiate w.r.t $x$:
$\dfrac{1}{y}\dfrac{dy}{dx} = -(\ln x + 1)$
$\Rightarrow \dfrac{dy}{dx} = -y(\ln x + 1)$
For maximum or minimum, set $\dfrac{dy}{dx}=0$:
$\ln x + 1 = 0 \Rightarrow x = \dfrac{1}{e}$
Now,
$y_{\max} = \left(\dfrac{1}{1/e}\right)^{1/e} = e^{1/e}$
**Solution:**
To find the degree, remove the fractional exponent by squaring both sides:
$\left[\,1 + \left(\dfrac{dy}{dx}\right)^2\right]^3 = \left(\dfrac{d^2y}{dx^2}\right)^2$
Now the equation is polynomial in derivatives, and the highest order derivative is $\dfrac{d^2y}{dx^2}$ appearing as a square term.
Therefore,
**Degree = 2**
$\boxed{\text{Answer: (D) 2}}$
Given equation: $xy + yz = 0 \Rightarrow y(x + z) = 0$
This represents two planes:
1️⃣ $y = 0$
2️⃣ $x + z = 0$
Normal to first plane = $(0,1,0)$
Normal to second plane = $(1,0,1)$
Their dot product = $0(1) + 1(0) + 0(1) = 0$,
so the planes are perpendicular.
$\boxed{\text{Answer: (D) A pair of perpendicular planes}}$
Three persons A, B, and C fire at a target in turn, starting with A.
Their probabilities of hitting the target are $0.4,\ 0.3,\ 0.2$ respectively.
The probability of exactly two hits is:
A and B are two students. Their chances of solving a problem correctly are
$\dfrac{1}{3}$ and $\dfrac{1}{4}$ respectively.
If the probability of their making a **common error** is $\dfrac{1}{20}$,
and they obtain the same answer, then the probability that their answer is correct is:
If $a_n = \alpha^n - \beta^n$ and $\alpha, \beta$ are the roots of the equation
$x^2 - 6x - 2 = 0$, then find the value of $\dfrac{a_{10} - 2a_8}{3a_9}$.
Let the quadratic equation $ax^2 + bx + c = 0$
where $a, b, c$ are obtained by rolling a dice thrice.
What is the probability that the equation has equal roots?
**Solution:**
For equal roots, discriminant $b^2 - 4ac = 0$.
Each of $a, b, c$ can take values $1$ to $6$.
Total outcomes = $6^3 = 216$.
For given $a, c$, $b^2 = 4ac$ must be a perfect square $\le 36$.
Possible $(a, c)$ pairs that make $b^2$ a perfect square:
$(1,1),(1,4),(1,9),(1,16),(1,25),(1,36)$ within dice limit $(1,1)$, $(1,2)$, $(2,1)$, $(3,3)$, $(4,1)$ only valid → 6 cases out of 216.
Hence probability = $\dfrac{6}{216} = \dfrac{1}{36}$.
$\boxed{\text{Answer: (C) }\dfrac{1}{36}}$
Domain: $x - 3 > 0 \Rightarrow x > 3$
Let $f(x) = 4(x - 1)$ and $g(x) = \log_2(x - 3)$
For $x > 3$, $f(x)$ is linear and increasing rapidly, while $g(x)$ grows slowly.
Graphically, they intersect once.
For a triangle inscribed in a circle, maximum area occurs when the triangle is right-angled,
since the hypotenuse = diameter = $2r$.
Area $= \dfrac{1}{2} \times AB \times BC = \dfrac{1}{2} r \times r = r^2$.
$\boxed{\text{Answer: (B) Right angled triangle with side } 2r, r}$
From the point $A(3,2)$, a line is drawn to any point on the circle $x^2 + y^2 = 1$.
If the locus of the midpoint of this line segment is a circle, then its radius is:
A **process** is a program that is currently being executed by the operating system.
However, more precisely — it is not just the program itself, but the **instance** of the program in execution, including its state, resources, and data.
When data is stored exactly as represented in memory (bit-by-bit), such files are called **binary files**.
Text files, on the other hand, store data in human-readable form (ASCII or Unicode).
lution:
- DOS was developed by **Microsoft Corporation** → Q
- P4 (Pentium 4) is a processor by **Intel Corporation** → S
- Java was developed by **Sun Microsystems** → P
- PC (Personal Computer) was introduced by **IBM** → R
Hence the correct matching:
$(1, Q), (2, S), (3, P), (4, R)$
Match List-I and List-II and select the correct group.
List-I: 1. Azim Premji 2. Narayana Murthy 3. Bill Gates 4. Ramalinga Raju
List-II: P. Microsoft Q. Wipro R. Satyam S. Infosys
A ten-rupee coin is placed on a plain paper. How many coins of the same size can be placed around it so that each one touches the central and adjacent coins?
solution: Differences: 13, 16, 20, 25, 31, 48. The increments should grow by +3, +4, +5, +6, +7 ⇒ last diff should be 38, not 48. Expected last term = 110 + 38 = 148.
Two pipes A and B can fill a tank in 12 min and 16 min respectively. Both are opened together; after how much time should B be closed so that the tank gets filled in 9 min?
A man packs boxes into parcels. If he packs 3, 4, 5 or 6 in a parcel, he is left with one over; if he packs 7 in a parcel, none is left. What is the number of boxes?
“Every human being, after the first few days of his life, is a product of two factors: on the one hand, there is his ______ endowment; and on the other hand, there is the effect of environment, including ______.”