2
Base field or ring
The answer changes with the field or ring you are working over.
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 B
Why this is wrong, and why it looks right
False. ±1 are the obvious two, but they are not the only ones once the modulus is composite. SymPy exhibits others directly: 292≡1 and 342≡1(mod105). Expecting exactly two square roots of 1 is the habit carried over from fields, where x2−1=(x−1)(x+1) has at most two roots — an argument that needs the absence of zero divisors.
From this question
See the full questionThe number of solutions of the equation x2=1 in the ring Z/105Z is
Part B · june 2023 · free
- Option B
F(x) has exactly four real roots.
Why this is wrong, and why it looks right
False. F is a quartic, so it has four roots counted with multiplicity over C — but the question asks about real roots. At C = +1 the roots are all complex (SymPy returns ±2/2±i6/2, none real). Degree bounds the number of real roots; it never guarantees them.
From this question
See the full questionLet f(x) be a cubic polynomial with real coefficients. Suppose that f(x) has exactly one real root and that this root is simple. Which one of the following statements holds for ALL antiderivatives F(x) of f(x)?
Part B · december 2023
- Option B
The Galois group of K over Q(ω) is the symmetric group S3.
Why this is wrong, and why it looks right
False on order grounds. Once ω is in the base field, [K:Q(ω)]=6/2=3, so the Galois group has order 3 — it cannot be S3, which has order 6. Enlarging the base field can only shrink the Galois group.
From this question
See the full questionLet f(X)=X3−2∈Q[X] and let K⊂C be the splitting field of f(X) over Q. Let ω= e2πi/3. Which of the following statements are true?
Part C · december 2023
- Option C
The Galois group of K over Q is Z/3Z.
Why this is wrong, and why it looks right
False. |Gal(K/Q)| =[K:Q]=6, so it cannot be Z/3Z. It is also non-abelian: complex conjugation and the 3-cycle on the roots do not commute. This option and (B) are the same confusion in mirror image — each attaches the right group to the wrong base field.
From this question
See the full questionLet f(X)=X3−2∈Q[X] and let K⊂C be the splitting field of f(X) over Q. Let ω= e2πi/3. Which of the following statements are true?
Part C · december 2023
- Option A
A does not have any non-zero invariant subspace in Cn.
Why this is wrong, and why it looks right
False over C, and this is where the field matters. C is algebraically closed, so the characteristic polynomial has a root, A has an eigenvector, and its span is a 1-dimensional invariant subspace. Over R the statement would be much closer to true — SymPy gives the rotation [[0,−1],[1,0]] eigenvalues ±i, so it has no real eigenvector and no 1-dimensional real invariant subspace. Read the field before reaching for a counterexample.
From this question
See the full questionLet A be an n × n matrix with complex entries. If n ≥ 4, which one of the following statements is true?
Part B · december 2023
- Option C
All eigenvalues of A are real.
Why this is wrong, and why it looks right
False. Nothing forces the eigenvalues of a complex matrix to be real — SymPy gives iI2 the single eigenvalue i with multiplicity 2. Real eigenvalues are guaranteed for real symmetric matrices, and that hypothesis is absent here.
From this question
See the full questionLet A be an n × n matrix with complex entries. If n ≥ 4, which one of the following statements is true?
Part B · december 2023
- Option A
For all prime numbers p, f(X) mod p is irreducible in (Z/pZ)[X].
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option B
Let A = [[3, 3], [1, 2]]. Then there is a matrix B with integer entries such that AB =I2.
The analysis of this one comes with the PYQ pack.
Part B · december 2023
- Option C
V has a unique basis.
The analysis of this one comes with the PYQ pack.
Part C · december 2023
- Option D
V has precisely two bases.
The analysis of this one comes with the PYQ pack.
Part C · december 2023
4 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