.
Hypothesis dropped
A theorem applied without checking one of its preconditions.
Would you have fallen for these?
Each is a real option from a previous-year paper. Read it cold and decide before opening it.
- Option C
Why this is wrong, and why it looks right
False unless c = 0, which is not given. With the same example A = [[0,1,0],[0,0,0],[0,0,1]], SymPy shows A3 has rank 1 — non-zero. A is nilpotent only when the whole characteristic polynomial is T3, and T2 dividing p permits a non-zero third eigenvalue.
From this question
See the full questionLet A be a 3×3 real matrix whose characteristic polynomial p(T) is divisible by T2. Which of the following statements is true?
Part B · june 2023 · free
- Option A
inf U = 5.
Why this is wrong, and why it looks right
False. 5 lies in [3, 6] but not in [3, 4], so it is not even an element of U. Choosing 5 almost always means solving x2−9x+18≤0, reading off its interval, and never imposing the second constraint.
From this question
See the full questionConsider the following subset of R:U= {x∈R:x2−9x+18≤0,x2−7x+12≤0}. Which one of the following statements is true?
Part B · december 2023
- Option D
2/5
Why this is wrong, and why it looks right
False — 2/5 is the maximum likelihood estimate, 10/25 (verified), which is the answer with no prior at all. The Bayes estimate always lies strictly between the prior mean 1/2 and the MLE 2/5, and 3/7 ≈ 0.4286 does exactly that. Seeing your answer sit outside that interval is a quick sanity check.
From this question
See the full questionThe probability of a head in tossing a coin is p ∈ (0, 1). The coin is independently tossed 25 times and heads appear 10 times. The Bayes estimate of p with respect to the prior Beta(5, 5) and squared error loss is
Part B · december 2023
- Option B
The linear transformation T:Q3→Q5 given by T(v) = Bᵗv is injective.
Why this is wrong, and why it looks right
False. Bᵀ is 5 × 3 with rank 2 — SymPy confirms rank 2 on a representative rank-2 matrix of this shape — so the map Q3→Q5 has a one-dimensional kernel and is not injective. A tall matrix is injective only when its rank equals its number of columns, which is 3 here, not 2.
From this question
See the full questionLet B be a 3×5 matrix with entries from Q. Assume that {v∈R5 | Bv = 0} is a three-dimensional real vector space. Which of the following statements are true?
Part C · june 2023
- Option C
K(x,t)=t(1−x) for t<x;x(1−t) for t > x
Why this is wrong, and why it looks right
False. t is not a solution of the homogeneous equation y″ = 0, so this kernel cannot reproduce the differential operator. Each branch of a Green's function must itself solve the homogeneous problem on its side of the diagonal.
From this question
See the full questionFor the unknown y:[0,1]→R, consider the boundary value problem y″(x) + 2y(x) = 0 for x ∈ (0,1), y(0) = y(1) = 0. It is given that it corresponds to the integral equation y(x)=2∫01K(x,t)y(t) dt. Which of the following is the kernel K(x, t)?
Part B · june 2023
- Option B
(a) is not convergent, but (b) is convergent.
Why this is wrong, and why it looks right
False, and this is the engineered trap. ∑1/n diverges (p = 1/2 ≤ 1), so comparing term-by-term suggests (a) diverges too. But sin(nπ/2) runs 1, 0, −1, 0 repeating, so the non-zero terms alternate: the series is ∑(−1)k/2k+1, which converges by Leibniz — the terms decrease to 0, and SymPy confirms that limit is 0. The mistake: the comparison and p-tests require non-negative terms. That hypothesis was dropped.
From this question
See the full questionConsider the following infinite series: (a)∑n≥1 sin(nπ/2)/n,(b)∑n≥1 log(1+1/n2). Which one of the following statements is true?
Part B · december 2023
- Option A
∑Yixi/∑xi2
Why this is wrong, and why it looks right
False here, though it is the familiar answer. ∑Yixi/∑xi2 is the ordinary least squares estimator, which is BLUE only when the errors have constant variance. Here Var(εi)=xi2σ2 grows with xi, so OLS over-weights the noisiest observations. It remains unbiased, just not best.
From this question
See the full questionConsider the simple linear regression model Yi=βxi+εi,i=1,…,n, where E(εi)=0,Cov(εi,εk)=0 for i ≠ k and Var(εi)=xi2σ2. The best linear unbiased estimator of β is
Part B · june 2023
- Option A
For c1,c2∈C, the level curves u=c1 and v=c2 are orthogonal wherever they intersect.
Why this is wrong, and why it looks right
False. f is only assumed real-differentiable, so the Cauchy–Riemann equations need not hold and there is no reason for the level curves to meet at right angles. Even for entire f the statement is delicate at points where f′ = 0, since the level sets there need not be curves at all. The hypothesis granted is much weaker than the one the claim needs.
From this question
See the full questionLet f:C→C be a real-differentiable function and define u(x, y) = Re f(x + iy), v(x, y) = Im f(x + iy). Let ∇u=(ux,uy) denote the gradient. Which one of the following is necessarily true?
Part B · december 2023
- Option B
∇u⋅∇v=0 at every point.
Why this is wrong, and why it looks right
False for exactly the same reason: without holomorphy, u and v are unrelated real functions and their gradients can point anywhere. Take f(x + iy) = x + ix, so u = v = x and ∇u⋅∇v=1=0. Option (C) is this same claim with the missing hypothesis restored.
From this question
See the full questionLet f:C→C be a real-differentiable function and define u(x, y) = Re f(x + iy), v(x, y) = Im f(x + iy). Let ∇u=(ux,uy) denote the gradient. Which one of the following is necessarily true?
Part B · december 2023
- Option A
Both (a) and (b) are true.
The analysis of this one comes with the PYQ pack.
Part B · june 2023
- Option A
⟨x, y⟩ =∑i,j=1n xiyj
The analysis of this one comes with the PYQ pack.
Part B · june 2023
- Option D
⟨x, y⟩ =∑j=1n xjyn₋j₊1
The analysis of this one comes with the PYQ pack.
Part B · june 2023
- Option B
y ≡ 0 is the only stationary function (extremal) for (P).
The analysis of this one comes with the PYQ pack.
Part B · june 2023
- Option C
1.5 second
The analysis of this one comes with the PYQ pack.
Part A · september 2022
- Option C
There is exactly one differentiable real-valued function g defined on an interval of R containing 0 such that f(x, g(x)) = 0.
The analysis of this one comes with the PYQ pack.
Part C · june 2023
- Option D
S1 and S2 are both infinite.
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option B
f(x) = eˣ
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option D
f(x) = x − 1
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option B
M is the most popular English magazine in the country.
The analysis of this one comes with the PYQ pack.
Part A · september 2022
- Option C
M is the most popular magazine in the country.
The analysis of this one comes with the PYQ pack.
Part A · september 2022
- Option D
f need not be onto.
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option C
f has infinitely many zeros in [0, 1].
The analysis of this one comes with the PYQ pack.
Part B · december 2023
- Option A
(1/∑ni)∑i∑jYij is an unbiased estimator of μ
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option B
(Xˉ−(σ/n) z0.05, Xˉ+(σ/n) z0.05)
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option C
(1/2πi)∫C(zf)′/(zf) dz =n0−np.
The analysis of this one comes with the PYQ pack.
Part B · december 2023
- Option C
(P) has infinitely many solutions.
The analysis of this one comes with the PYQ pack.
Part C · june 2023
- Option B
Let A2= {x2+y2≤1}. For each γ∈p(A2) there exists ε>0 with (γ−ε,γ+ε)⊆p(A2).
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option C
(∑ iYi,∑i2Yi2)
The analysis of this one comes with the PYQ pack.
Part B · december 2023
- Option D
{(x,y)∈Q2 | x2+y2=1} is compact in the subspace topology.
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option A
(1/σ2)YTXβ̂ has a central χp+12 distribution
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option D
(1/σ2)∑(Yi− Ȳ)2 has a central χn−12 distribution
The analysis of this one comes with the PYQ pack.
Part C · december 2023
22 more of these are in the PYQ pack
Every wrong option in the paper, analysed. Not a worked solution repeated four times — the specific mistake behind each distractor.
See pricing