Mathematics - MCQ Practice Questions
Practice free Mathematics multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.
190 questions | 100% Free
If A={1,2,3,4,5} and B={2,4,6,8}, then the number of elements in A∪B is:
Understanding:
We need to find the number of elements in A∪B where:
Formula:
Step 1: Find the individual cardinalities.
Step 2: Find A∩B (common elements).
Step 3: Apply the formula.
Verification:
A∪B={1,2,3,4,5,6,8}, which has exactly 7 elements.
Answer:
The number of elements in A∪B is 7.
Quick Tip:
Always list A∩B explicitly when sets are small — it prevents double-counting errors.
Let A={x:x∈N, x≤10} and B={x:x∈N, x is a perfect square, x≤10}. Then ∣A−B∣ equals:
Understanding:
We need to find ∣A−B∣, the number of elements in A that are NOT in B.
Step 1: List the elements of B.
Step 2: Use the set-difference formula.
Step 3: Count the elements.
Answer:
The number of elements in A−B is 7.
Quick Tip:
A−B removes only the elements that are in BOTH A and B. Here A∩B=B since B⊆A, so ∣A−B∣=∣A∣−∣B∣.
If n(A)=20, n(B)=25, and n(A∪B)=35, then n(A∩B) equals:
Understanding:
We need to find the number of elements in A∩B.
Formula:
Step 1: Substitute the known values.
Step 2: Solve for n(A∩B).
Answer:
n(A∩B)=10.
In a survey of 100 students, 60 like Mathematics, 50 like Science, and 20 like neither. How many students like both Mathematics and Science?
Understanding:
We use the inclusion-exclusion principle for a universal set of 100 students.
Formula:
Step 1: Find n(M∪S).
Step 2: Apply inclusion-exclusion.
Answer:
The number of students who like both subjects is 30.
Quick Tip:
Always subtract the "neither" count from the total FIRST to get n(M∪S) before applying the inclusion-exclusion formula.
Let A={1,2,3}. The number of reflexive relations on A is:
Understanding:
We need to count the number of reflexive relations on A={1,2,3} where ∣A∣=3.
Formula:
A relation on A is a subset of A×A. For it to be reflexive, the pairs (1,1), (2,2), (3,3) must always be included. The remaining pairs can be freely chosen.
where n=∣A∣.
Step 1: Find the total number of pairs in A×A.
Step 2: Identify the pairs that MUST be included (diagonal pairs).
Step 3: Count all reflexive relations.
Answer:
The number of reflexive relations on A is 64.
Quick Tip:
For reflexive relations on a set of n elements, the diagonal n pairs are fixed and the remaining n2−n off-diagonal pairs are free, giving 2n2−n.
Let R be a relation on Z defined by aRb if and only if a−b is divisible by 5. Which of the following properties does R satisfy?
Understanding:
We check all three properties for R on Z: aRb⟺5∣(a−b).
Step 1: Reflexivity — check if aRa holds for all a.
So R is reflexive.
Step 2: Symmetry — assume aRb, show bRa.
So R is symmetric.
Step 3: Transitivity — assume aRb and bRc, show aRc.
So R is transitive.
Answer:
R is an equivalence relation — it is reflexive, symmetric, and transitive.
Quick Tip:
Relations defined by "a−b is divisible by n" (congruence modulo n) are always equivalence relations on Z.
If A, B, and C are three sets such that A∩B=A∩C and A∪B=A∪C, then which of the following must be true?
Understanding:
Given A∩B=A∩C and A∪B=A∪C, we need to deduce the relationship between B and C.
Step 1: Take any element x∈B and show x∈C.
So x∈A or x∈C.
Case (i): If x∈A, then x∈A∩B.
Since A∩B=A∩C, we get x∈A∩C⊆C.
Case (ii): If x∈/A, then from x∈A∪C we get x∈C.
In both cases x∈C, so B⊆C.
Step 2: By symmetry (swap B and C in the argument), C⊆B.
Step 3: Conclude.
Answer:
B=C must be true.
Quick Tip:
This is a classic set-theory result: if two sets have the same union AND the same intersection with a third set, they must be equal to each other.
Let R={(1,2), (2,3), (1,3)} be a relation on A={1,2,3}. Which property does R satisfy?
Understanding:
We check reflexivity, symmetry, and transitivity for R={(1,2),(2,3),(1,3)} on A={1,2,3}.
Step 1: Reflexivity — check if (a,a)∈R for all a∈A.
So R is NOT reflexive.
Step 2: Symmetry — check if (a,b)∈R⟹(b,a)∈R.
So R is NOT symmetric.
Step 3: Transitivity — check if (a,b)∈R and (b,c)∈R⟹(a,c)∈R.
No other pair of composable elements exists in R that violates transitivity.
So R IS transitive.
Answer:
R satisfies only the transitive property.
Quick Tip:
To test transitivity quickly, look for every "chain" (a,b) and (b,c) in R and verify (a,c) is present. Here the only chain is (1,2),(2,3)→(1,3), which is included.
The power set of A={∅,{1}} has how many elements?
Understanding:
We need the number of elements in P(A), the power set of A={∅,{1}}.
Formula:
Step 1: Find ∣A∣.
The set A contains exactly two elements: ∅ and {1}.
Step 2: Apply the formula.
Step 3: List all subsets to verify.
This indeed has 4 elements.
Answer:
The power set of A has 4 elements.
Quick Tip:
A common trap is to treat ∅ inside a set as "nothing" and count ∣A∣=1. Remember, ∅ listed as an element of a set is a genuine element.
The relation R on R defined by xRy⟺x2+y2=1 is:
Understanding:
We check reflexivity, symmetry, and transitivity for R on R: xRy⟺x2+y2=1.
Step 1: Reflexivity — check if xRx for all x∈R.
This is NOT true for all x∈R (e.g. x=0 gives 0=1).
So R is NOT reflexive.
Step 2: Symmetry — if x2+y2=1, then y2+x2=1.
So R IS symmetric.
Step 3: Transitivity — find a counterexample.
Let x=1, y=0: 12+02=1⟹xRy.
Let y=0, z=1: 02+12=1⟹yRz.
But xRz: 12+12=2=1.
So R is NOT transitive.
Answer:
R is symmetric but not reflexive (and not transitive).
Quick Tip:
For a relation defined by f(x,y)=c where f is symmetric in x and y, symmetry of the relation is automatic. Reflexivity requires f(x,x)=c for ALL x, which is rarely true.