Mathematics - MCQ Practice Questions
Mathematics questions across competitive exams reuse a small set of ideas in many disguises, so the aim is recognition rather than memorisation. This set covers algebra, geometry and mensuration, trigonometry, number theory, statistics and probability, and applied arithmetic. Every solution shows the full working, and where a shorter route exists it is shown alongside so you can judge which one suits your speed.
217 questions | 100% Free
If A=(2513), then A−1 is:
Understanding:
We need to find the inverse of the 2×2 matrix $A =
$.
Formula:
For a 2×2 matrix $A =
$,
Step 1: Compute the determinant.
Step 2: Apply the inverse formula.
Verification:
Answer:
The inverse of A is $
$.
Quick Tip:
When det(A)=1, simply swap the main diagonal entries and negate the off-diagonal entries — no division needed.
The value of the determinant 1ωω2ωω21ω21ω, where ω is a primitive cube root of unity, is:
Understanding:
We must evaluate the determinant of the given 3×3 matrix involving cube roots of unity ω, where 1+ω+ω2=0 and ω3=1.
Formula:
For a determinant D, if we add all rows (or columns) and the resulting row (or column) is a zero vector, then D=0.
Step 1: Add all three columns together.
Adding C1+C2+C3 gives a new first column with entries:
Step 2: Conclude from the zero column.
Since the sum of all three columns yields a column of zeros, and this operation does not change the value of the determinant, the resulting determinant has an entire column of zeros.
A determinant with a column (or row) of all zeros equals 0.
Answer:
The value of the determinant is 0.
Quick Tip:
Whenever you see a matrix built from 1,ω,ω2 in a cyclic pattern, immediately check C1+C2+C3; it almost always collapses to zero using 1+ω+ω2=0.
If A is a 3×3 matrix such that det(A)=5, then det(3A) equals:
Understanding:
We need to find det(3A) given that A is a 3×3 matrix and det(A)=5.
Formula:
For an n×n matrix A and a scalar k,
Step 1: Identify n and k.
Step 2: Apply the scalar multiplication property.
Answer:
The value of det(3A) is 135.
Quick Tip:
A very common mistake is writing det(kA)=k⋅det(A). Remember: the scalar k is pulled out once per row, so for an n×n matrix the factor is kn, not k.
If x32x=4324, then the value of x is:
Understanding:
We need to find x by equating the two 2×2 determinants.
Formula:
Step 1: Evaluate the left-hand side determinant.
Step 2: Evaluate the right-hand side determinant.
Step 3: Set the two expressions equal and solve.
Answer:
The values of x satisfying the equation are x=±4.
Quick Tip:
After computing both determinants as polynomials in x, the equation is a simple quadratic — remember to include both the positive and negative roots.
If A=(1324) and B=(2103), then det(AB) is:
Understanding:
We need to compute det(AB) where $A =
andB =
$.
Formula:
For square matrices of the same order,
Step 1: Compute det(A).
Step 2: Compute det(B).
Step 3: Apply the product rule.
Verification:
Answer:
The value of det(AB) is −12.
Quick Tip:
Using det(AB)=det(A)⋅det(B) is far faster than computing the full matrix product when only the determinant is required.
The system of equations x+y=3, 2x+2y=6 has:
Understanding:
We need to determine the nature of the solution set of the system:
Formula:
For a system AX=B, the solution type depends on the rank of the coefficient matrix A and the augmented matrix [A∣B]:
Step 1: Write the coefficient matrix and compute its determinant.
Step 2: Observe the relationship between the equations.
Multiplying Equation 1 by 2: 2x+2y=6, which is exactly Equation 2.
So both equations represent the same line, meaning every point on x+y=3 is a solution.
Step 3: Confirm using rank.
This confirms infinitely many solutions.
Answer:
The system has infinitely many solutions (the two equations are identical lines).
Quick Tip:
Whenever det(A)=0, the system is either inconsistent (no solution) or dependent (infinitely many solutions). Check the augmented matrix to distinguish between the two cases.
If A is a square matrix of order 3 and det(A)=−4, then det(adjA) is:
Understanding:
We need to find det(adjA) for a 3×3 matrix A with det(A)=−4.
Formula:
For an n×n matrix A,
Step 1: Identify the values.
Step 2: Apply the formula.
Answer:
The value of det(adjA) is 16.
Quick Tip:
Two results worth memorising: det(adjA)=(detA)n−1 and adj(adjA)=(detA)n−2A. These appear repeatedly in competitive exams.
For what value of k does the system x+ky=4, kx+y=4 have no solution?
Understanding:
We need to find the value of k for which the linear system has no solution.
Formula:
A system AX=B has no solution when det(A)=0 but the system is inconsistent (i.e., ρ([A∣B])>ρ(A)).
Step 1: Write the coefficient matrix and set its determinant to zero.
Step 2: Check k=1.
Equations become x+y=4 and x+y=4 — identical lines, so infinitely many solutions. Rejected.
Step 3: Check k=−1.
Equations become x−y=4 and −x+y=4, i.e., x−y=−4.
These are parallel lines (x−y=4 and x−y=−4) — no common solution.
Answer:
The system has no solution when k=−1.
Quick Tip:
For a 2×2 system, det(A)=0 gives candidate values of k. Always substitute each back to distinguish between the "no solution" case (parallel, inconsistent) and the "infinitely many" case (coincident lines).
If A is a 3×3 matrix with det(A)=6, then det(21A) equals:
Understanding:
We need to find det(21A) where A is 3×3 and det(A)=6.
Formula:
For an n×n matrix and scalar k:
Step 1: Identify values.
Step 2: Apply the formula.
Answer:
The value of det(21A) is 43.
Quick Tip:
Note that option 86 is the same as 43 but left unsimplified — always simplify fractions in your final answer to match the standard form given in exam options.
The cofactor C23 of the matrix A=147258369 is:
Understanding:
We must find the cofactor C23 of the matrix A, i.e., the cofactor of the element in row 2, column 3.
Formula:
The cofactor Cij is defined as:
where Mij is the minor obtained by deleting row i and column j.
Step 1: Find the minor M23 by deleting row 2 and column 3.
Step 2: Apply the sign factor.
Answer:
The cofactor C23 is 6.
Quick Tip:
The sign pattern for cofactors forms a checkerboard: $
.Position(2,3)carriesa-sign,soC_{23} = -M_{23}$.
If A=(2134), then det(A2−5A) equals:
Understanding:
We must find det(A2−5A) where $A =
$.
Formula:
The Cayley–Hamilton theorem states that every square matrix satisfies its own characteristic equation. For a 2×2 matrix:
so A2−(trA)A+det(A)I=0.
Step 1: Compute the trace and determinant of A.
Step 2: Apply Cayley–Hamilton.
Step 3: Compute A−5I.
Step 4: Find the determinant.
Answer:
The determinant of A2−5A is 0.
Quick Tip:
Whenever you see a polynomial in a matrix, apply Cayley–Hamilton first — it often collapses the expression to something simple.
If A=(1324) and B=ATA, then det(B) equals:
Understanding:
We need det(B) where B=ATA and $A =
$.
Formula:
because det(AT)=det(A) for any square matrix.
Step 1: Use the multiplicative property.
Verification: Compute ATA directly.
Answer:
The determinant of B=ATA is 4.
Quick Tip:
det(ATA)=[det(A)]2 is always non-negative — a useful sanity check.
If A is a 3×3 matrix and det(A)=4, then det(adjA) equals:
Understanding:
We must find det(adjA) given that A is a 3×3 matrix with det(A)=4.
Formula:
For an n×n matrix A:
Step 1: Apply the formula with n=3 and det(A)=4.
Answer:
The determinant of the adjugate of A is 16.
Quick Tip:
The companion formula A⋅adj(A)=det(A)⋅I gives det(A)⋅det(adjA)=[det(A)]n, which immediately yields the result.
For what value of k is the system x+2y+3z=0, 2x+3y+4z=0, 3x+4y+kz=0 consistent with a non-trivial solution?
Understanding:
A homogeneous system has a non-trivial solution if and only if the coefficient matrix is singular (determinant =0).
$
Formula:
Step 1: Expand the determinant along the first row.
Step 2: Evaluate each 2×2 determinant.
Step 3: Substitute and simplify.
Step 4: Set equal to zero.
Answer:
The system has a non-trivial solution when k=5.
Quick Tip:
For a homogeneous system, always set det=0; for a non-homogeneous system, use Cramer's rule or rank conditions instead.
If A=(cosθsinθ−sinθcosθ), then ATA equals:
Understanding:
We must find ATA for the rotation matrix $A =
$.
Formula:
A matrix is orthogonal when its rows (equivalently, columns) form an orthonormal set.
Step 1: Write AT.
Step 2: Multiply ATA.
using cos2θ+sin2θ=1.
Answer:
ATA=I, the identity matrix.
Quick Tip:
Every rotation matrix is orthogonal, so AT=A−1 and det(A)=1 — both facts are worth memorising for MCQs.
The matrix A=0−1110−1−110 is:
Understanding:
We must classify the matrix $A =
$.
Formula:
A matrix A is skew-symmetric if and only if:
equivalently, aij=−aji for all i,j, and all diagonal entries are 0.
Step 1: Compute AT.
Step 2: Check whether AT=−A.
Since AT=−A, the matrix is skew-symmetric.
Step 3: Verify it is not symmetric — clearly A=AT.
Step 4: Check it is not orthogonal by noting det(A)=0 (for any odd-order real skew-symmetric matrix, det=0), so A cannot be orthogonal.
Answer:
A is a skew-symmetric matrix.
Quick Tip:
For any odd-order real skew-symmetric matrix, det(A)=0 — this is a standard result worth remembering.
If A and B are invertible matrices of the same order, which of the following is always true?
Understanding:
We identify the correct formula for the inverse of a product of two invertible matrices A and B.
Formula:
For invertible matrices A and B of the same order:
This is the reversal (socks-and-shoes) rule.
Step 1: Verify by direct multiplication.
Step 2: Similarly check the other side.
Both products give I, confirming B−1A−1 is the inverse of AB.
Answer:
The correct identity is (AB)−1=B−1A−1.
Quick Tip:
Matrix multiplication is not commutative, so the order reverses when taking inverses — just like putting on socks before shoes means removing shoes before socks.
The system of equations 2x+3y=5 and 4x+6y=10 has:
Understanding:
We analyse the solution set of the system:
Formula:
For the system AX=B, the solution exists (and is unique or infinite) based on the rank condition:
Step 1: Form the coefficient matrix and augmented matrix.
Step 2: Apply R2→R2−2R1.
Step 3: Determine ranks.
Since both ranks are equal and less than n=2 (the number of unknowns), the system is consistent with infinitely many solutions.
Step 4: Note that equation (2) is simply 2× equation (1), so the two equations represent the same line.
Answer:
The system has infinitely many solutions.
Quick Tip:
When one equation is a scalar multiple of the other (both the coefficients AND the RHS scale by the same factor), the two equations are dependent and the system has infinitely many solutions.
If A=(2513), then A−1 equals:
Understanding:
We must find the inverse of $A =
$.
Formula:
For a 2×2 matrix $A =
with\det(A) \ne 0$:
Step 1: Compute the determinant.
Step 2: Apply the inverse formula.
Verification:
Answer:
The inverse of A is $
$.
Quick Tip:
When det(A)=1, the inverse is simply the adjugate — swap the diagonal entries and negate the off-diagonal entries.