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 between 1 and 300 (inclusive) are divisible by neither 3 nor 5?
Understanding:
Count integers from 1 to 300 divisible by neither 3 nor 5 using the Inclusion–Exclusion Principle.
Formula:
Step 1: Count multiples of 3
Step 2: Count multiples of 5
Step 3: Count multiples of 15 (both 3 and 5)
Step 4: Apply Inclusion–Exclusion
Answer:
The number of integers divisible by neither 3 nor 5 is 160.
Quick Tip:
Alternatively, use Euler's product: 300×(1−31)(1−51)=300×32×54=160.
If p and q are prime numbers satisfying p2−2q2=1, find p+q.
Understanding:
Find prime numbers p and q such that p2−2q2=1.
Formula:
Rearrange and test small primes:
Step 1: Test small prime values of q
Step 2: Check parity for q>2 (odd primes)
If q is odd, q2 is odd, so 2q2 is even, 2q2+1 is odd. p2 is odd, so p is odd — consistent. But checking shows no further prime solutions for small q.
For large q, p=2q2+1 is between q2 and q2+1, making integer solutions rare (Pell equation). The only small prime solution is p=3,q=2.
Step 3: Compute the sum
Answer:
The value of p+q is 5.
Quick Tip:
Whenever a Diophantine equation involves primes, always test 2 first since it is the only even prime — it often yields the only solution.
Find the number of zeros at the end of 100! (100 factorial).
Understanding:
The number of trailing zeros in 100! equals the highest power of 10 dividing 100!, which equals the highest power of 5 (since there are always more factors of 2 than 5).
Formula:
Legendre's formula for the largest power of a prime p dividing n!:
Step 1: Apply with p=5, n=100
Step 2: Sum the terms
Step 3: Confirm factor of 2 is not limiting
So the number of trailing zeros =24.
Answer:
The number of trailing zeros in 100! is 24.
Quick Tip:
Multiples of 25 contribute two factors of 5 each, which is why the second term ⌊100/25⌋=4 adds 4 extra zeros beyond the naive count of 20.
The sum of all two-digit positive integers that leave a remainder of 3 when divided by 7 is:
Understanding:
Find the sum of all two-digit integers n satisfying n≡3(mod7).
Formula:
Sum of an arithmetic progression with first term a, last term l, and k terms:
Step 1: Identify the first term
The sequence 3,10,17,24,… consists of numbers ≡3(mod7).
Verify: 10=7×1+3, so the first two-digit term is a=10.
Step 2: Identify the last term
Check downward from 99:
So the last term is l=94.
Step 3: Count the number of terms
Step 4: Compute the sum
Answer:
The sum of all two-digit positive integers leaving remainder 3 on division by 7 is 676.
Quick Tip:
The common difference in such a sequence is always equal to the divisor (7 here). Identifying first and last terms in range is the only careful step needed.
The remainder when 1399+799 is divided by 20 is:
Understanding:
Find (1399+799)(mod20).
Formula:
Use the algebraic identity: for odd exponent n,
and compute directly mod 20.
Step 1: Apply the sum-of-powers divisibility rule
Since 13+7=20 and the exponent 99 is odd:
This follows from the factorisation an+bn=(a+b)(an−1−an−2b+⋯+bn−1) when n is odd.
Step 2: Verify by computing mod 20
So both 13 and 7 have order 4 mod 20.
Answer:
The remainder when 1399+799 is divided by 20 is 0.
Quick Tip:
Whenever you see an+bn with a+b being the divisor and n odd, the remainder is immediately 0. This is one of the most useful number theory shortcuts in competitive exams.
If sinθ+cosθ=2cosθ, then the value of tanθ is:
Understanding:
We are given sinθ+cosθ=2cosθ and must find tanθ.
Formula:
Step 1: Isolate sinθ.
Step 2: Divide both sides by cosθ.
Answer:
The value of tanθ is 2−1.
Quick Tip:
A common trap is to transpose cosθ to the other side incorrectly and get 2+1. Always isolate sinθ first, then divide.
The value of sin20°⋅sin40°⋅sin80° is:
Understanding:
We need to evaluate sin20°⋅sin40°⋅sin80°.
Formula:
For any angle θ, the following product identity holds:
Step 1: Recognise the pattern with θ=20°.
Step 2: Substitute sin60°=23.
Answer:
The value of sin20°⋅sin40°⋅sin80° is 83.
Quick Tip:
The identity sinθ⋅sin(60°−θ)⋅sin(60°+θ)=41sin3θ is extremely useful in competitive exams and worth memorising.
The value of cos210°−cos10°cos50°+cos250° is:
Understanding:
We need to evaluate cos210°−cos10°cos50°+cos250°.
Formula:
We use the identity a2−ab+b2=(a−b)2+ab and the product-to-sum formula:
Step 1: Use the substitution. Let a=cos10°, b=cos50°.
Step 2: Compute a2+b2=cos210°+cos250°.
Step 3: Apply sum-to-product: cos20°+cos100°=2cos60°cos40°=2⋅21⋅cos40°=cos40°.
Step 4: Compute ab=cos10°cos50°.
Step 5: Combine.
Answer:
The value of the expression is 43.
Quick Tip:
For expressions of the form cos2A−cosAcos(A+40°)+cos2(A+40°), the result is always 43 — a useful pattern in competitive exams.
If tanA=21 and tanB=31, then the value of A+B (where A,B are acute) is:
Understanding:
We are given tanA=21 and tanB=31 and need to find A+B.
Formula:
Step 1: Substitute the values.
Step 2: Simplify the numerator and denominator.
Step 3: Compute tan(A+B).
Step 4: Since A and B are acute, A+B∈(0°,180°) and tan(A+B)=1 gives:
Answer:
The value of A+B is 45°.
The general solution of sin2θ=cosθ is:
Understanding:
We need the general solution of sin2θ=cosθ.
Formula:
Step 1: Rewrite the equation.
Step 2: Set each factor to zero.
Step 3: Solve cosθ=0.
Step 4: Solve sinθ=21.
Answer:
The general solution is θ=(2n+1)2π or θ=nπ+(−1)n6π.
Quick Tip:
Always factorise trigonometric equations rather than dividing by a trig function — dividing by cosθ would lose the solutions where cosθ=0.
The value of cos3A+cos5Asin5A−sin3A is:
Understanding:
We need to simplify cos3A+cos5Asin5A−sin3A.
Formula:
Sum-to-product identities:
Step 1: Apply to the numerator with C=5A, D=3A.
Step 2: Apply to the denominator with C=3A, D=5A.
Step 3: Divide.
Answer:
The expression simplifies to tanA.
Quick Tip:
Whenever you see a difference of sines over a sum of cosines (or vice versa) with arguments in arithmetic progression, sum-to-product identities reduce the expression to a single trig ratio in one step.
If 3sinθ+4cosθ=5, then the value of 3cosθ−4sinθ is:
Understanding:
Given 3sinθ+4cosθ=5, we must find 3cosθ−4sinθ.
Formula:
For any expression of the form asinθ+bcosθ, the maximum value is a2+b2.
Step 1: Square both expressions and add them.
Step 2: Substitute the known value.
Answer:
The value of 3cosθ−4sinθ is 0.
Quick Tip:
The identity (asinθ+bcosθ)2+(acosθ−bsinθ)2=a2+b2 is a powerful tool. When the first expression attains the maximum a2+b2, the second must equal 0.
The value of cos1°⋅cos2°⋅cos3°⋯cos90° is:
Understanding:
We need to evaluate the product cos1°⋅cos2°⋅cos3°⋯cos90°.
Formula:
A product is zero if any one of its factors equals zero.
Step 1: Identify whether any factor in the product is zero.
Step 2: Since cos90° is one of the factors in the product, the entire product equals zero regardless of the other factors.
Answer:
The value of the product is 0.
Quick Tip:
Before computing any complex product, always check whether any single factor equals zero — that immediately makes the entire product zero.
If α and β are the roots of x2−5x+6=0, find the value of α3+β3.
Understanding:
We need to find α3+β3 where α and β are roots of x2−5x+6=0.
Formula:
Using the identity:
Step 1: Identify sum and product of roots.
By Vieta's formulas:
Step 2: Substitute into the identity.
Answer:
The value of α3+β3 is 35.
Quick Tip:
A common error is computing (α+β)3 alone without subtracting 3αβ(α+β). Always use the full identity.
If x+x1=3, find the value of x4+x41.
Understanding:
Given x+x1=3, we need to find x4+x41.
Formula:
Repeatedly use the squaring identity:
Step 1: Find x2+x21.
Step 2: Find x4+x41.
Answer:
The value of x4+x41 is 47.
Quick Tip:
Square the given expression step by step rather than expanding directly. Each squaring increases the power by a factor of 2.
The number of real solutions of the equation x2−5∣x∣+6=0 is:
Understanding:
We need to count real solutions of x2−5∣x∣+6=0.
Since x2=∣x∣2, substituting t=∣x∣≥0 simplifies the equation.
Formula:
Let t=∣x∣. Then:
Step 1: Solve the quadratic in t.
Both values are non-negative, so both are valid.
Step 2: Recover x from each value of t.
Step 3: Count total real solutions.
There are 4 distinct real values: {−3,−2,2,3}.
Answer:
The equation has 4 real solutions.
Quick Tip:
Whenever ∣x∣ appears, substitute t=∣x∣≥0. Each positive value of t gives two real values of x; t=0 gives only one.
If the roots of 2x2−3x+k=0 are equal, what is the value of k?
Understanding:
For the quadratic 2x2−3x+k=0 to have equal roots, the discriminant must be zero.
Formula:
For equal roots, the discriminant condition is:
Step 1: Apply the condition.
Verification:
Substitute back: Δ=9−8⋅89=9−9=0. ✓
Answer:
The value of k for equal roots is 89.
Quick Tip:
Equal roots ⇔ discriminant =0. Never confuse this with real roots (Δ≥0) or distinct roots (Δ>0).
If log2x+log4x+log8x=11, find x.
Understanding:
We solve log2x+log4x+log8x=11.
Convert all logarithms to base 2.
Formula:
Change-of-base rule:
Step 1: Express each term in base 2.
Step 2: Substitute and simplify. Let u=log2x.
Step 3: Recover x.
Answer:
The value of x is 26=64.
Quick Tip:
Convert all log terms to a single base before combining. The LCD of the denominators saves time when adding the fractions.
The quadratic equation whose roots are twice the roots of x2−3x+2=0 is:
Understanding:
The roots of x2−3x+2=0 are α and β. We need the equation with roots 2α and 2β.
Formula:
If the new roots are 2α and 2β, the new equation is:
Step 1: Find sum and product of original roots.
Step 2: Compute new sum and product.
Step 3: Write the new equation.
Verification:
Original roots: x2−3x+2=0⇒(x−1)(x−2)=0, so α=1,β=2.
New roots: 2,4. Check: (x−2)(x−4)=x2−6x+8=0. ✓
Answer:
The required quadratic equation is x2−6x+8=0.
Quick Tip:
To obtain an equation with roots k times those of f(x)=0, replace x with kx and simplify. Here, replace x with 2x: 4x2−23x+2=0⇒x2−6x+8=0.
If a+b+c=0, find the value of bca2+cab2+abc2.
Understanding:
Given a+b+c=0, evaluate bca2+cab2+abc2.
Formula:
Combine fractions over a common denominator abc:
Step 1: Use the identity when a+b+c=0.
There is a known algebraic identity:
Step 2: Substitute.
Answer:
The value of the expression is 3.
Quick Tip:
The identity a3+b3+c3−3abc=(a+b+c)(a2+b2+c2−ab−bc−ca) immediately gives a3+b3+c3=3abc when a+b+c=0. Memorise it — it appears very frequently.