Mathematics - MCQ Practice Questions
Practice free Mathematics multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.
190 questions | 100% Free
Find the number of positive divisors of 720.
Understanding:
We must find the total number of positive divisors of 720.
Formula:
If n=p1a1⋅p2a2⋯pkak, then the number of divisors is:
Step 1: Prime factorisation of 720
So 720=24⋅32⋅51.
Step 2: Apply the divisor formula
Answer:
The number of positive divisors of 720 is 30.
Quick Tip:
720=6! — factorising factorials is a common source of divisor-count questions in Indian exams.
What is the remainder when 2100 is divided by 7?
Understanding:
We must find 2100(mod7).
Formula:
By Fermat's Little Theorem, for a prime p and gcd(a,p)=1:
Step 1: Identify the period
Since 7 is prime and gcd(2,7)=1:
Step 2: Reduce the exponent modulo 6
Step 3: Compute
since 16=2×7+2.
Answer:
The remainder when 2100 is divided by 7 is 2.
Quick Tip:
Always reduce the exponent modulo (p−1) when the divisor is prime — Fermat's Little Theorem is the fastest route.
Find the greatest common divisor (GCD) of 252 and 198.
Understanding:
We must find gcd(252,198).
Formula:
The Euclidean algorithm repeatedly applies:
Step 1: First application
Step 2: Second application
Step 3: Third application
Step 4: Final step
Verification:
252=18×14 and 198=18×11, and gcd(14,11)=1 ✓
Answer:
The greatest common divisor of 252 and 198 is 18.
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.
Find the number of divisors of 720 that are divisible by 4 but not by 8.
Understanding:
We need to count divisors of 720 that are divisible by 4 but NOT by 8.
Formula:
First find the prime factorisation of 720, then count divisors with exactly the right power of 2.
Step 1: Prime factorise 720
Step 2: Identify the condition
A divisor d of 720 has the form d=2a⋅3b⋅5c where 0≤a≤4, 0≤b≤2, 0≤c≤1.
Divisible by 4=22 but NOT by 8=23 means exactly a=2.
Step 3: Count valid divisors
With a=2 fixed, count choices for b and c:
Total:
Verification:
The 6 divisors are: 4⋅1=4,4⋅3=12,4⋅9=36,4⋅5=20,4⋅15=60,4⋅45=180. Each is divisible by 4 but not 8. ✓
Answer:
The number of required divisors is 6.
Quick Tip:
When counting divisors with an exact power of a prime, fix that prime's exponent and freely choose exponents for all remaining primes.
The HCF of two numbers is 12 and their LCM is 360. If one of the numbers is 72, what is the other number?
Understanding:
We are given:
Formula:
For any two positive integers a and b:
Step 1: Apply the formula
Step 2: Verify
Answer:
The other number is 60.
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.