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
The magnitude of a×b where a=i^+j^ and b=j^+k^ is:
Understanding:
We must find ∣a×b∣.
Formula:
Step 1: Evaluate the determinant
Step 2: Find the magnitude
Answer:
The magnitude of a×b is 3.
Quick Tip:
∣a×b∣ gives the area of the parallelogram formed by a and b; here that area is 3.
The angle between the vectors a=i^+j^+k^ and b=i^−j^+k^ is:
Understanding:
We must find the angle θ between two vectors using the dot product formula.
Formula:
Step 1: Compute the dot product
Step 2: Compute the magnitudes
Step 3: Find cosθ
Step 4: Find θ
Answer:
The angle between the vectors is cos−1(31).
The unit vector in the direction of v=3i^−4j^+0k^ is:
Understanding:
We must find the unit vector along v=3i^−4j^.
Formula:
Step 1: Compute the magnitude
Step 2: Divide by the magnitude
Answer:
The unit vector in the direction of v is 53i^−54j^.
Quick Tip:
A common trap is preserving the sign: the j-component is negative, matching the original vector's direction.
The position vectors of points A and B are 2i^+3j^−k^ and 4i^+j^+3k^ respectively. The length of AB is:
Understanding:
We must find the distance between points A and B given their position vectors.
Formula:
Step 1: Compute AB=OB−OA
Step 2: Find the magnitude
Answer:
The length of AB is 26.
The scalar triple product a⋅(b×c) for a=i^, b=j^, c=k^ is:
Understanding:
We must evaluate the scalar triple product (box product) [abc].
Formula:
Step 1: Set up the determinant
Step 2: Evaluate
Answer:
The scalar triple product equals 1.
Quick Tip:
For the standard basis vectors i^,j^,k^ in order, the scalar triple product is always 1; reversing any two gives −1.
The direction cosines of the line joining the origin O(0,0,0) to the point P(1,2,2) are:
Understanding:
We must find the direction cosines of line OP.
Formula:
Step 1: Find r=∣OP∣
Step 2: Compute direction cosines
Verification:
Answer:
The direction cosines are 31,32,32.
Quick Tip:
Always verify: the sum of squares of direction cosines must equal 1.
If a and b are two vectors such that ∣a∣=3, ∣b∣=4 and a⋅b=6, then the angle between them is:
Understanding:
We must find θ between a and b.
Formula:
Step 1: Substitute values
Step 2: Find θ
Answer:
The angle between the vectors is 3π.
The area of the triangle with vertices A(1,1,1), B(2,3,1) and C(1,2,3) (using vectors) is:
Understanding:
We must find the area of triangle ABC using the cross product formula.
Formula:
Step 1: Find AB and AC
Step 2: Compute AB×AC
Step 3: Find the magnitude
Step 4: Compute area
Answer:
The area of the triangle is 221.
Quick Tip:
Remember to halve ∣AB×AC∣; omitting the factor of 21 is the most common error here.
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.
Which of the following is a tautology?
Understanding:
We must identify which of the given logical statements is a tautology — a statement that is true for all possible truth values of its variables.
Formula:
A statement is a tautology if its truth table yields True in every row:
Step 1: Evaluate each option
For p∧(∼p): when p is True, ∼p is False, so p∧(∼p) is False. This is a contradiction, not a tautology.
Step 2: Check p∨(∼p)
The statement is True in all cases — it is a tautology (Law of Excluded Middle).
Step 3: Eliminate remaining options
p∧q is False when either p or q is False — not a tautology.
p⇒q is False when p is True and q is False — not a tautology.
Answer:
The statement p∨(∼p) is always true, making it a tautology.
Quick Tip:
The two fundamental results to memorise: p∨(∼p) is always a tautology, and p∧(∼p) is always a contradiction.
The negation of the statement "All students are hardworking" is:
Understanding:
We must find the negation of the universal statement: "All students are hardworking."
Step 1: Express the statement in logical form
Let P(x) denote "x is hardworking." The statement is:
Step 2: Apply the negation rule for universal quantifiers
The negation of "for all" is "there exists at least one for whom the predicate is false."
Step 3: Translate back to English
∃x, ∼P(x) means "There exists a student who is NOT hardworking," which is the same as "Some students are not hardworking."
Answer:
The negation of "All students are hardworking" is "Some students are not hardworking."
Quick Tip:
Negation of "All A are B" is always "Some A are not B" — never "No A is B." A common exam trap is to select the stronger (but incorrect) negation.
If p and q are two statements such that p⇒q is true and q is false, which of the following must be true?
Understanding:
We are given:
We must determine what can be concluded about p.
Formula:
The truth table of p⇒q:
Step 1: Use Modus Tollens
The rule of Modus Tollens states:
Since p⇒q is True and q is False, we must have p is False.
Step 2: Verify by truth table
If q is False and p⇒q is True, only the row p=F,q=F gives p⇒q=T. So p must be False.
Step 3: Eliminate other options
p∧q requires both to be True — False here since q is False.
∼p⇒∼q: Since p is False, ∼p is True; q is False, ∼q is True; so ∼p⇒∼q=T, meaning this option's claim of "false" is wrong.
Answer:
By Modus Tollens, p must be false.
Quick Tip:
Modus Tollens: (p⇒q)∧∼q⇒∼p is one of the most tested inference rules in Mathematical Reasoning.