Chapter 1: Sets, Relations and Functions (Set-1)

A set is usually written as a collection of

A Ordered pairs only
B Random statements
C Well-defined objects
D Infinite decimals

Which form lists elements directly?

A Set-builder form
B Roster form
C Function form
D Relation form

The empty set is written as

A {0}
B U
C { } with 1
D {}

A set with one element is called

A Universal set
B Proper set
C Singleton set
D Power set

If A ⊆ B means

A A is subset of B
B A equals B only
C B is subset of A
D A is disjoint B

A ⊂ B indicates

A A equals B
B No common element
C Same cardinality
D Proper subset

Universal set is denoted by

A
B P
C U
D

Union A ∪ B means

A Common elements only
B All elements of both
C Elements in neither
D Only elements of A

Intersection A ∩ B means

A All elements of both
B Elements in A not B
C Common elements only
D Elements in neither

Difference A − B means

A In B not A
B Common elements
C All from A and B
D In A not B

Complement of A is

A U − A
B A ∩ U
C A − U
D U ∪ A

If A and B are disjoint, then

A A ∩ B = U
B A ∪ B = ∅
C A − B = ∅
D A ∩ B = ∅

De Morgan’s law says (A ∪ B)′ equals

A A′ ∪ B′
B A ∩ B
C A′ ∩ B′
D A′ − B′

Another De Morgan’s law: (A ∩ B)′ equals

A A′ ∩ B′
B A′ ∪ B′
C A ∩ B′
D A′ − B′

Power set P(A) means

A All subsets of A
B All elements of A
C Only proper subsets
D Only singleton subsets

If A has n elements, P(A) has

A n subsets
B 2n subsets
C 2^n subsets
D n^2 subsets

Cartesian product A × B contains

A Unordered pairs
B Only common elements
C Only subsets
D Ordered pairs

If |A|=2 and |B|=3, then |A×B| is

A 5
B 9
C 6
D 23

A relation from A to B is a subset of

A A × B
B A ∪ B
C A ∩ B
D P(A)

Domain of a relation is

A Second elements
B All ordered pairs
C First elements
D Only repeated pairs

Range of a relation is

A First elements
B Codomain always
C Power set of B
D Second elements used

A relation on set A means

A Subset of A×B
B Subset of B×B
C Subset of A×A
D Any function only

Reflexive relation requires

A (a,b) for all pairs
B (a,a) for all a
C (a,b) implies (b,a)
D (a,b) implies (b,c)

Symmetric relation means

A (a,a) always present
B (a,b) ⇒ (a,c)
C Only one direction
D (a,b) ⇒ (b,a)

Transitive relation means

A (a,b) ⇒ (b,a)
B (a,a) for all a
C (a,b) and (b,c) ⇒ (a,c)
D No pair repeats

An equivalence relation must be

A Reflexive, symmetric, transitive
B Only reflexive
C Only symmetric
D Only transitive

Equivalence classes are always

A Overlapping always
B Empty always
C Only singleton
D Disjoint or same

Inverse relation R⁻¹ contains

A Same ordered pairs
B Only diagonal pairs
C Swapped ordered pairs
D Only symmetric pairs

Composition R∘S is defined when

A Range of S matches domain of R
B Both on same set only
C Both are functions only
D Sets must be equal always

A function is a special relation where

A One input, many outputs
B Each output has one input
C Only ordered pairs repeat
D Each input has one output

Domain of a function means

A All outputs
B Only range
C Input set
D Only codomain

Codomain of a function is

A Actual outputs only
B Target set of outputs
C Domain again
D Only negative values

A one-one function means

A Different inputs, same output
B All outputs used
C Different inputs, different outputs
D Constant output always

Onto function means

A Domain equals codomain
B Many inputs one output
C Not defined everywhere
D Range equals codomain

Bijection means

A One-one and onto
B One-one only
C Onto only
D Into and many-one

Constant function has

A Different outputs always
B Output equals input
C Same output always
D No domain

Identity function is

A f(x)=0
B f(x)=x²
C f(x)=|x|
D f(x)=x

Many-one function means

A Same input, many outputs
B Range equals domain
C Different inputs, same output
D One-one always

Into function means

A Range equals codomain
B Range proper subset
C One-one always
D Constant always

Modulus function is

A f(x)=x
B f(x)=1/x
C f(x)=⌊x⌋
D f(x)=|x|

Greatest integer function is

A ⌊x⌋
B ⌈x⌉
C |x|
D 1/x

A rational function is like

A Polynomial only
B |x| form
C p(x)/q(x)
D Step function only

A polynomial function includes

A x in denominator
B Absolute value
C Floor brackets
D Non-negative powers

Composition (f∘g)(x) means

A f(g(x))
B f(x)+g(x)
C g(f(x)) always
D f(x)g(x)

For (f∘g)(x) to exist

A g onto is needed
B f must be constant
C Range of g ⊆ domain of f
D g must be identity

Inverse function exists when function is

A Many-one
B One-one and onto
C Constant
D Into only

If f has inverse, then

A f∘f = I
B f⁻¹∘f⁻¹ = I
C f+f⁻¹ = I
D f∘f⁻¹ = I

Inverse of composition is

A (f∘g)⁻¹ = f⁻¹∘g⁻¹
B (f∘g)⁻¹ = f∘g
C (f∘g)⁻¹ = g⁻¹∘f⁻¹
D No such rule

Graph of inverse is reflection about

A line y=x
B x-axis
C y-axis
D origin only

A function is even if

A f(-x)=-f(x)
B f(x+T)=f(x)
C f(x)>0 always
D f(-x)=f(x)

Leave a Reply

Your email address will not be published. Required fields are marked *