📐 Algebra · Chapter MN0120 QuestionsNDA PYQ Based🎯 High Priority
0 / 20 answered
Question 1 of 20
If n(A) = 12, n(B) = 18, and n(A ∪ B) = 25, then n(A ∩ B) is: (NDA PYQ)
5. n(A∩B) = n(A)+n(B)−n(A∪B) = 12+18−25 = 5. Inclusion-exclusion is the most tested set formula in NDA. Memorise it in both directions.
Question 2 of 20
The number of subsets of a set with 4 elements is: (NDA PYQ)
16. Number of subsets = 2ⁿ = 2⁴ = 16. This includes the empty set and the set itself. Number of proper subsets = 2ⁿ−1 = 15.
Question 3 of 20
Which of the following is an empty set? (NDA PYQ)
Set of odd numbers divisible by 2. A number cannot be both odd and divisible by 2 simultaneously — this set has no elements. Option A has 0 elements too (2 is the only even prime; none greater than 2 exist), making it also empty. But "odd numbers divisible by 2" is definitionally impossible, making it the clearest empty set.
Question 4 of 20
If A = {1, 2, 3} and B = {2, 3, 4}, then A − B is: (NDA PYQ)
{1}. A−B contains elements in A that are NOT in B. From A={1,2,3}: 1 is not in B; 2 and 3 are in B. So A−B={1}. Note B−A={4}, and A−B ≠ B−A in general.
Question 5 of 20
De Morgan's law states that (A ∪ B)′ equals: (NDA PYQ)
A′ ∩ B′. First De Morgan law: (A∪B)′ = A′∩B′. Second: (A∩B)′ = A′∪B′. These laws "flip" union↔intersection when complement is applied over them.
Question 6 of 20
A relation R on set A is an equivalence relation if it is: (NDA PYQ)
Reflexive, symmetric, and transitive. All three properties must hold simultaneously for a relation to be an equivalence relation. Missing any one disqualifies it.
Question 7 of 20
If f(x) = 2x + 3, then f⁻¹(x) is: (NDA PYQ)
(x−3)/2. To find f⁻¹: let y = 2x+3 → x = (y−3)/2. So f⁻¹(x) = (x−3)/2. Verify: f(f⁻¹(x)) = 2·(x−3)/2+3 = x−3+3 = x ✓.
Question 8 of 20
The range of f(x) = x² for x ∈ ℝ is: (NDA PYQ)
All non-negative reals. x² ≥ 0 for all real x, and equals 0 when x=0. So range = [0, ∞) = non-negative reals. It is NOT all positives because 0 is included.
Question 9 of 20
If f(x) = x² and g(x) = √x, then fog(x) is: (NDA PYQ)
x. fog(x) = f(g(x)) = f(√x) = (√x)² = x (for x ≥ 0). Note that gof(x) = g(f(x)) = g(x²) = √(x²) = |x|, which is not the same.
Question 10 of 20
In a survey of 100 students, 60 read Hindi, 40 read English, and 20 read both. The number reading neither is: (NDA PYQ)
20. n(H∪E) = 60+40−20 = 80. Neither = 100−80 = 20. Three-set and two-set Venn diagram counting is a high-frequency NDA topic.
Question 11 of 20
A function f: A → B is bijective if it is: (NDA PYQ)
One-one and onto. Bijective = one-one (injective) + onto (surjective). One-one means distinct inputs give distinct outputs; onto means every element of B has a pre-image in A.
Question 12 of 20
The Cartesian product A × B has 12 elements. If n(A) = 3, then n(B) is: (NDA PYQ)
4. n(A×B) = n(A)×n(B) → 12 = 3×n(B) → n(B) = 4. The Cartesian product contains all ordered pairs (a, b) with a∈A, b∈B.
Question 13 of 20
Which of the following relations on {1, 2, 3} is symmetric? (NDA PYQ)
{(1,2),(2,1),(2,3),(3,2)}. A relation is symmetric if (a,b)∈R → (b,a)∈R. Here every pair has its reverse also present: (1,2)↔(2,1) and (2,3)↔(3,2). Option A is reflexive, not symmetric (missing cross-pairs).
Question 14 of 20
If A has m elements and B has n elements, the number of functions from A to B is: (NDA PYQ)
nᵐ. Each of the m elements in A can be mapped to any of the n elements in B, independently. Total functions = n×n×…×n (m times) = nᵐ.
Question 15 of 20
The domain of f(x) = 1/(x² − 4) is: (NDA PYQ)
All reals except ±2. The denominator x²−4=0 when x=±2, making f undefined at these points. Domain = ℝ − {−2, 2}.
Question 16 of 20
If n(A − B) = 15, n(B − A) = 10, and n(A ∩ B) = 5, then n(A ∪ B) is: (NDA PYQ)
30. n(A∪B) = n(A−B)+n(A∩B)+n(B−A) = 15+5+10 = 30. The three parts — A only, both, B only — are disjoint and together make up A∪B.
Question 17 of 20
The identity element for composition of functions is: (NDA PYQ)
f(x) = x. The identity function I(x)=x satisfies f∘I = I∘f = f for any function f. It maps every element to itself.
Which of the following is a one-one function? (NDA PYQ)
f(x) = 2x + 1. A strictly increasing (or decreasing) linear function is always one-one. For f(x)=x², f(−2)=f(2)=4 — not one-one. |x| and sin x also fail the horizontal line test.
Question 20 of 20
The number of proper subsets of a set with 3 elements is: (NDA PYQ)
7. Total subsets = 2³ = 8. Proper subsets exclude the set itself: 8−1 = 7. Some books further exclude the empty set, giving 6 — NDA follows the convention proper subsets = all subsets except the full set, giving 7.