?
Categories
Account

Sets & Relations

Download Q&A
Q. How many subsets can be formed from the set S = {a, b, c, d}?
  • A. 4
  • B. 8
  • C. 16
  • D. 2
Q. How many subsets does the set A = {a, b, c} have?
  • A. 2
  • B. 3
  • C. 4
  • D. 8
Q. How many subsets does the set {a, b, c} have?
  • A. 2
  • B. 3
  • C. 4
  • D. 8
Q. If A = {1, 2, 3, 4} and B = {2, 4, 6, 8}, what is A ∪ B?
  • A. {1, 2, 3, 4, 6, 8}
  • B. {2, 4}
  • C. {1, 3, 5, 7}
  • D. {1, 2, 3, 4, 5}
Q. If A = {1, 2, 3} and B = {1, 2, 3, 4, 5}, what is A ⊆ B?
  • A. True
  • B. False
  • C. Depends on the context
  • D. None of the above
Q. If A = {1, 2, 3} and B = {1, 2, 3, 4}, what is the cardinality of A × B?
  • A. 3
  • B. 6
  • C. 9
  • D. 12
Q. If A = {1, 2, 3} and B = {1, 2, 3}, what is A × B?
  • A. {(1,1), (2,2), (3,3)}
  • B. {(1,2), (2,3), (3,1)}
  • C. {(1,1), (1,2), (1,3), (2,1), (2,2), (2,3), (3,1), (3,2), (3,3)}
  • D. {}
Q. If A = {1, 2, 3} and B = {3, 4, 5}, what is A - B?
  • A. {1, 2}
  • B. {3}
  • C. {4, 5}
  • D. {1, 2, 3, 4, 5}
Q. If A = {1, 2, 3} and B = {3, 4, 5}, what is A Δ B (symmetric difference)?
  • A. {1, 2}
  • B. {4, 5}
  • C. {1, 2, 4, 5}
  • D. {3}
Q. If A = {1, 2, 3} and B = {3, 4, 5}, what is A ∪ (A ∩ B)?
  • A. {1, 2, 3}
  • B. {3, 4, 5}
  • C. {1, 2, 3, 4, 5}
  • D. {1, 2, 5}
Q. If A = {x | x is a letter in the word 'MATH'} and B = {x | x is a letter in the word 'SCIENCE'}, what is A ∩ B?
  • A. {A}
  • B. {M, A, T}
  • C. {A, C, E}
  • D. {A, T}
Q. If A = {x | x is a letter in the word 'MATH'} and B = {x | x is a letter in the word 'SET'}, what is A ∩ B?
  • A. {M, A, T}
  • B. {A, T}
  • C. {T}
  • D. {}
Q. If A = {x | x is a multiple of 3} and B = {x | x is a multiple of 5}, what is A ∩ B?
  • A. {15}
  • B. {3, 5}
  • C. {0}
  • D. {}
Q. If A = {x | x is a natural number and x < 5} and B = {x | x is a natural number and x > 2}, what is A ∩ B?
  • A. {1, 2}
  • B. {3, 4}
  • C. {2, 3, 4}
  • D. {1, 2, 3, 4}
Q. If A = {x | x is a natural number less than 5} and B = {x | x is a natural number less than 3}, what is A - B?
  • A. {1, 2}
  • B. {3, 4}
  • C. {1, 2, 3, 4}
  • D. {2, 3, 4}
Q. If A = {x | x is a natural number less than 5} and B = {x | x is an odd natural number}, what is A ∩ B?
  • A. {1, 2, 3, 4}
  • B. {1, 3}
  • C. {2, 4}
  • D. {1, 2, 3}
Q. If A = {x | x is a prime number less than 10} and B = {2, 3, 5, 7}, what is A = B?
  • A. True
  • B. False
  • C. Cannot be determined
  • D. None of the above
Q. If A = {x | x is a prime number less than 10} and B = {2, 3, 5, 7}, what is A?
  • A. {2, 3, 5, 7}
  • B. {1, 2, 3, 4, 5, 6, 7, 8, 9}
  • C. {2, 3, 5, 7, 11}
  • D. {2, 3, 5, 7, 9}
Q. If A = {x | x is a vowel} and B = {x | x is a consonant}, what is A ∩ B?
  • A. {a, e, i, o, u}
  • B. {}
  • C. {a, b, c}
  • D. {a, e, i}
Q. If A = {x | x is an even integer} and B = {x | x is a multiple of 3}, what is A ∪ B?
  • A. {0, 2, 4, 6, ...}
  • B. {0, 3, 6, 9, ...}
  • C. {0, 2, 3, 4, 6, 9, ...}
  • D. {0, 2, 3, 4, 6, 8, 9, ...}
Q. If A = {x | x is an even integer} and B = {x | x is a prime number}, what is A ∩ B?
  • A. {2}
  • B. {2, 3}
  • C. {2, 4}
  • D. {}
Q. If A = {x | x is an even number} and B = {x | x is a prime number}, what is A ∩ B?
  • A. {2}
  • B. {2, 3}
  • C. {2, 4}
  • D. {}
Q. If R is a relation on set A = {1, 2, 3} defined by R = {(1, 1), (2, 2), (3, 3)}, is R symmetric?
  • A. Yes
  • B. No
  • C. Depends on A
  • D. None of the above
Q. If the relation R on set A = {1, 2, 3} is defined as R = {(1, 2), (2, 3)}, is R reflexive?
  • A. Yes
  • B. No
  • C. Depends on A
  • D. None of the above
Q. If the universal set U = {1, 2, 3, 4, 5} and A = {1, 2}, what is A'?
  • A. {3, 4, 5}
  • B. {1, 2}
  • C. {1, 2, 3}
  • D. {2, 3, 4, 5}
Q. If U = {1, 2, 3, 4, 5}, A = {1, 2}, and B = {2, 3}, what is A ∪ B?
  • A. {1, 2}
  • B. {1, 2, 3}
  • C. {1, 2, 3, 4, 5}
  • D. {2, 3, 4, 5}
Showing 1 to 26 of 26 (1 Pages)

Sets & Relations MCQ & Objective Questions

Understanding "Sets & Relations" is crucial for students preparing for various exams in India. This topic forms the backbone of many mathematical concepts and is frequently tested in school and competitive exams. Practicing MCQs and objective questions on Sets & Relations not only enhances conceptual clarity but also boosts your confidence, helping you score better in your exams.

What You Will Practise Here

  • Fundamentals of Sets: Definitions and Notations
  • Types of Sets: Finite, Infinite, Equal, and Null Sets
  • Operations on Sets: Union, Intersection, and Complement
  • Relations: Definition, Types, and Properties
  • Functions: One-to-One, Onto, and Inverse Functions
  • Venn Diagrams: Visual Representation of Sets
  • Important Formulas and Theorems related to Sets and Relations

Exam Relevance

The topic of Sets & Relations is a significant part of the syllabus for CBSE, State Boards, and competitive exams like NEET and JEE. Students can expect questions that require them to apply concepts in various contexts, such as solving problems involving Venn diagrams or identifying properties of relations. Common question patterns include multiple-choice questions that test both theoretical understanding and practical application of the concepts.

Common Mistakes Students Make

  • Confusing different types of sets and their properties.
  • Misunderstanding the operations on sets, especially union and intersection.
  • Overlooking the importance of notation and definitions in problems.
  • Failing to accurately interpret Venn diagrams in relation to set operations.
  • Neglecting to check whether a function is one-to-one or onto.

FAQs

Question: What are the key concepts I should focus on in Sets & Relations?
Answer: Focus on understanding types of sets, operations on sets, and properties of relations and functions.

Question: How can I improve my performance in Sets & Relations MCQs?
Answer: Regular practice of objective questions and reviewing common mistakes will significantly enhance your understanding and performance.

Now is the time to sharpen your skills! Dive into our practice MCQs on Sets & Relations and test your understanding to excel in your exams.

Soulshift Feedback ×

On a scale of 0–10, how likely are you to recommend The Soulshift Academy?

Not likely Very likely
Home Practice Performance eBooks