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
How many integers from 1 to 200 are divisible by neither 3 nor 5?
Understanding:
We must count integers in {1,2,…,200} not divisible by 3 or 5.
Formula:
By the Inclusion–Exclusion Principle:
where A = multiples of 3, B = multiples of 5, and A∩B = multiples of 15.
Step 1: Count multiples of 3, 5, and 15 up to 200
Step 2: Apply inclusion–exclusion
Step 3: Count integers divisible by neither
Answer:
The number of integers from 1 to 200 divisible by neither 3 nor 5 is 107.
Quick Tip:
A common error is to forget to subtract the double-counted multiples of lcm(3,5)=15.
The LCM of two numbers is 2520 and their HCF is 12. If one of the numbers is 180, what is the other number?
Understanding:
We must find the second number given LCM, HCF, and one number.
Formula:
For any two positive integers a and b:
Step 1: Solve for the second number b
Verification:
gcd(180,168): 180=1×168+12, 168=14×12+0, so gcd=12 ✓
lcm(180,168)=12180×168=1230240=2520 ✓
Answer:
The other number is 168.
Which of the following is the smallest positive integer n such that n2−n is divisible by 6?
Understanding:
We must determine for which positive integers n the expression n2−n is divisible by 6.
Formula:
Divisibility by 6 requires divisibility by both 2 and 3:
Step 1: Divisibility by 2
n(n−1) is the product of two consecutive integers. Among any two consecutive integers, one is always even, so:
Step 2: Divisibility by 3
Among any three consecutive integers, exactly one is divisible by 3. Since n−1, n, n+1 are three consecutive integers, either n−1 or n is divisible by 3 (or the next one n+1 is, but that doesn't affect our pair unless n≡0 or n≡1(mod3)).
Check all residues of n(mod3):
For n≡2(mod3): n(n−1)=2×1=2 in residue, so 3∤n(n−1)?
Actual check: n=2: n(n−1)=2, and 3∤2. But 6∤2.
So the claim must be re-examined. n=2: 4−2=2, not divisible by 6. n=3: 9−3=6, divisible by 6. n=4: 16−4=12, divisible by 6. n=1: 1−1=0, divisible by 6.
Thus n=2 fails. The correct characterisation: 6∣n(n−1) if and only if n≡2(mod3), i.e. n≡0 or 1(mod3).
Step 3: Conclude
Since n=2 gives n(n−1)=2 which is not divisible by 6, the condition does NOT hold for all positive integers. The smallest n for which n(n−1) is divisible by 6 (and n≥1) is n=1 (giving 0, divisible by everything), and the next is n=3 (giving 6).
Among the options, the correct statement is: divisibility holds for n=1 (trivially, as 1×0=0) and the options ask us to identify which is smallest. n=1 gives 0, which is divisible by 6.
Answer:
The smallest positive integer n such that n2−n is divisible by 6 is n=1, since 12−1=0 and 6∣0.
Quick Tip:
0 is divisible by every positive integer by definition (0=6×0), so n=1 is always the trivial solution to such problems.
If gcd(a,b)=1, which of the following must be true?
Understanding:
We are given gcd(a,b)=1 (i.e., a and b are coprime) and must identify which statement must always be true.
Formula:
A standard result in number theory states:
Step 1: Verify option A
If a prime p divided both a2 and b, then since p is prime and p∣a2, we get p∣a. Combined with p∣b, this means p∣gcd(a,b)=1, a contradiction. Therefore:
Step 2: Check the other options with counterexamples
Step 3: Conclude
Only gcd(a2,b)=1 is guaranteed whenever gcd(a,b)=1.
Answer:
If gcd(a,b)=1, then gcd(a2,b)=1 must be true.
Quick Tip:
More generally, if gcd(a,b)=1 then gcd(am,bn)=1 for all positive integers m,n.
What is the number of trailing zeros in 50!?
Understanding:
Trailing zeros in n! come from factors of 10=2×5. Since factors of 2 are more abundant than factors of 5, we count the number of times 5 divides 50!.
Formula:
The exponent of a prime p in n! is given by Legendre's formula:
Step 1: Apply the formula for p=5, n=50
Step 2: Confirm factors of 2 exceed 12
So the limiting factor is indeed 5, and the number of trailing zeros equals 12.
Answer:
The number of trailing zeros in 50! is 12.
Quick Tip:
Multiples of 25 contribute two factors of 5 each — forgetting this is the most common error in trailing-zero questions.
The sum of all positive divisors of 496 equals 992. This means 496 is a:
Understanding:
We are given that the sum of all positive divisors of 496 is 992, and we must classify 496 accordingly.
Formula:
A positive integer n is classified as:
Step 1: Compare σ(496) with 2×496
Step 2: Classify
Since σ(496)=2n, the number 496 is a perfect number.
Step 3: Distinguish from the other options
Answer:
496 is a perfect number.
Quick Tip:
The first four perfect numbers are 6,28,496,8128 — all of the form 2p−1(2p−1) where 2p−1 is a Mersenne prime.
Let f:R→R be defined by f(x)=x2+1x2−1. Which of the following statements is true?
Understanding:
We need to check whether f(x)=x2+1x2−1 is one-one (injective) and onto (surjective) from R to R.
Formula:
A function is one-one if f(a)=f(b)⇒a=b.
A function is onto if for every y∈R, there exists x∈R with f(x)=y.
Step 1: Check one-one
Note that f(x) depends on x2, so f(1)=f(−1)=0 but 1=−1.
Hence f is not one-one.
Step 2: Find the range of f
Rewrite:
For x2≥0 we need 1−y1+y≥0, which holds when −1≤y<1.
Also as x→∞, f(x)→1 but never reaches 1.
So the range of f is [−1,1), which is a proper subset of R.
Hence f is not onto.
Answer:
f is neither one-one nor onto.
Quick Tip:
Whenever f(x) involves only x2 (an even function), it automatically fails to be one-one on R.
If A={1,2,3,4,5,6} and B={2,4,6,8,10}, then the number of elements in (A∪B)−(A∩B) is:
Understanding:
We need to find the number of elements in (A∪B)−(A∩B), the symmetric difference of A and B.
Formula:
This is the symmetric difference A△B.
Step 1: Find A∩B
Step 2: Find A∪B
Step 3: Compute (A∪B)−(A∩B)
Number of elements =5.
Answer:
The number of elements in (A∪B)−(A∩B) is 5.
Quick Tip:
(A∪B)−(A∩B) is always the symmetric difference A△B; its size equals ∣A∣+∣B∣−2∣A∩B∣.
Let f(x)=4−x2+x2−1. The domain of f is:
Understanding:
We need the domain of f(x)=4−x2+x2−1, i.e., the set of all real x for which both square roots are defined.
Formula:
For g(x) to be real, we need g(x)≥0.
Step 1: Condition from first term
Step 2: Condition from second term
So x∈(−∞,−1]∪[1,∞).
Step 3: Intersect both conditions
Answer:
The domain of f is [−2,−1]∪[1,2].
A relation R on N is defined by (a,b)∈R if and only if a divides b. Which of the following is true about R?
Understanding:
We check the three properties of the divisibility relation on N: (a,b)∈R⟺a∣b.
Formula:
A relation is an equivalence relation if it is reflexive, symmetric, and transitive.
Step 1: Reflexive
For every a∈N, a∣a, so (a,a)∈R. Hence R is reflexive.
Step 2: Symmetric
Take a=2, b=6: 2∣6 so (2,6)∈R.
But 6∤2, so (6,2)∈/R.
Hence R is not symmetric.
Step 3: Transitive
Suppose a∣b and b∣c. Then b=ka and c=lb for some k,l∈N, giving c=kla, so a∣c.
Hence R is transitive.
Answer:
R is reflexive and transitive but not symmetric.
Quick Tip:
Divisibility on N is a classic example of a partial order (reflexive, antisymmetric, transitive) — note antisymmetric = symmetric.
If f:A→B is a bijection and g:B→C is a bijection, then (g∘f)−1 equals:
Understanding:
We need the inverse of the composition g∘f, where both f and g are bijections.
Formula:
For bijections, (g∘f)−1=f−1∘g−1.
This is the socks-and-shoes rule: reverse the order and invert each.
Step 1: Verify symbolically
Let y=(g∘f)(x)=g(f(x)).
Applying g−1: g−1(y)=f(x).
Applying f−1: f−1(g−1(y))=x.
So (g∘f)−1(y)=(f−1∘g−1)(y).
Step 2: Confirm domain matching
g:B→C, so g−1:C→B, and f−1:B→A.
Thus f−1∘g−1:C→A, which correctly maps back from C to A.
Answer:
(g∘f)−1=f−1∘g−1.
Quick Tip:
Remember: "put on socks then shoes; to undo, remove shoes first, then socks." The order reverses when taking inverses of compositions.
Let f(x)=x−1x+1 for x=1. Then f(f(f(f(x)))) equals:
Understanding:
We must find the fourth iterate of f(x)=x−1x+1.
Formula:
Compute f(f(x)) first, then apply again twice.
Step 1: Find f(f(x))
Step 2: Conclude the fourth iterate
Since f(f(x))=x, applying f twice returns to x.
Answer:
f(f(f(f(x))))=x.
Quick Tip:
f is its own inverse (an involution): f∘f=id. Any even number of applications returns the original input.
If U={1,2,3,…,10}, A={1,2,3,4,5}, and B={3,4,5,6,7}, then n(A′∩B′) equals:
Understanding:
We need n(A′∩B′), the number of elements in U that belong to neither A nor B.
Formula:
By De Morgan's law:
Step 1: Find A∪B
Step 2: Apply the formula
The elements are {8,9,10}.
Answer:
n(A′∩B′)=3.
The function f:R→R defined by f(x)=3x+5 is:
Understanding:
We check whether f(x)=3x+5 is injective and surjective as a map from R to R.
Formula:
A linear function f(x)=ax+b with a=0 is a bijection on R.
Step 1: Check one-one
Suppose f(a)=f(b):
So f is one-one.
Step 2: Check onto
For any y∈R, we need x such that f(x)=y:
Such an x always exists, so f is onto.
Answer:
f is both one-one and onto, i.e., a bijection.
Let A={1,2,3,…,n}. The number of functions from A to A that are one-one when n=4 is:
Understanding:
We count the number of one-one (injective) functions from A={1,2,3,4} to itself.
Formula:
The number of one-one functions from a set of n elements to itself equals n! (the number of permutations):
Step 1: Apply the formula
Step 2: Reasoning
The first element can map to 4 choices, the second to 3, the third to 2, and the fourth to 1 (no repetition allowed for injectivity), giving 4×3×2×1=24.
Answer:
The number of one-one functions is 24.
Quick Tip:
For a finite set, a one-one function from A to A is automatically onto as well — such functions are exactly the permutations of A.
If f(x)=x2+2 and g(x)=3x−1, then (f∘g)(2) equals:
Understanding:
We need (f∘g)(2)=f(g(2)).
Formula:
Step 1: Compute g(2)
Step 2: Compute f(g(2))=f(5)
Answer:
(f∘g)(2)=27.
Quick Tip:
A common error is computing g(f(2)) instead of f(g(2)). Always evaluate the inner function first: f∘g means f applied after g.
If sinθ+cosθ=2cosθ, then cotθ equals:
Understanding:
We are given sinθ+cosθ=2cosθ and must find cotθ.
Formula:
Step 1: Rearrange the given equation.
Step 2: Divide both sides by sinθ.
Step 3: Rationalise the denominator.
Answer:
The value of cotθ is 2+1.
Quick Tip:
Rationalising 2−11 is a very common step in trigonometry problems — always multiply by the conjugate.
The value of sin18° is:
Understanding:
We need the exact value of sin18°.
Formula:
Let θ=18°, so 5θ=90°, giving 2θ=90°−3θ.
Step 1: Expand both sides using standard identities.
Step 2: Divide both sides by cosθ (which is non-zero for θ=18°).
Step 3: Rearrange into a quadratic in sinθ.
Step 4: Choose the positive root since sin18°>0.
Answer:
The exact value of sin18° is 45−1.
Quick Tip:
cos36°=45+1 is the companion result — both are frequently tested in competitive exams.
If tanA=21 and tanB=31, then A+B equals:
Understanding:
We are given tanA=21 and tanB=31 and must find A+B.
Formula:
Step 1: Substitute the given values.
Step 2: Simplify numerator and denominator.
Step 3: Compute the ratio.
Step 4: Find A+B.
Answer:
The value of A+B is 4π.
Quick Tip:
Whenever tan(A+B)=1 with A,B being small positive angles, A+B=45° is the expected principal value.
The general solution of sinθ=−21 is:
Understanding:
We need the general solution of sinθ=−21.
Formula:
The general solution of sinθ=sinα is:
Step 1: Identify α.
Since sin(−6π)=−21, the principal value is α=−6π.
Step 2: Write the general solution.
Verification:
Answer:
The general solution is θ=nπ+(−1)n(−6π).
Quick Tip:
The general solution of sinθ=k always uses the principal value α=arcsin(k), which can be negative — never force α to be positive.