Mathematics

Set Theory and Relations

355 Questions

Set theory involves the study of collections of objects and includes operations like union, intersection, and finding complements. Questions cover power sets, Cartesian products, and properties of empty sets. This foundational mathematical topic frequently appears in various competitive exams and university entrance tests.

set operationspower setscartesian productsset complementsproperties of empty setsset partitions

Set Theory and Relations Questions

Multiple choice
  1. Every subset of a regular set is regular.

  2. Every finite subset of a non-regular set is regular.

  3. The union of two non-regular sets is not regular.

  4. Infinite union of finite sets is regular.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiple choice
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

As $\pi$,$\propto$,$\pi$, only if $\pi$ refines $\pi$ $\pi_1$= {$\overline{abcd}$} refines $\pi_2$= {$\overline{ab}$,$\overline{cd}$} $\pi_3$= {$\overline{abc}$,$\overline{d}$} and these both refines  $\pi_4$={$\bar{a}\bar{b}\bar{c}\bar{d}$}

Multiple choice
  1. Q solves the subset-sum problem in polynomial time when the input is encoded in unary

  2. Q solves the subset-sum problem in polynomial time when the input is encoded in binary

  3. The subset sum problem belongs to the class NP

  4. The subset sum problem is NP-hard

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiple choice
  1. X[1, W]

  2. X[n, 0]

  3. X[n, W]

  4. X[n - 1, n]

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Multiple choice
  1. X[i, j] = X[i - 1, j] vX [i, j - ai]

  2. X[i, j] = X[i - 1, j] vX [i, 1, j - ai]

  3. X[i, j] = X[i - 1, j] $\land$X [i, j - ai]
  4. X[i, j] = X[i - 1, j] $\land$X [i-1, j - ai]
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiple choice
  1. Every subset of a regular set is regular.

  2. Every finite subset of a non-regular set is regular.

  3. The union of two non-regular sets is not regular.

  4. Infinite union of finite sets is regular.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiple choice
  1. (X U Y)

  2. (X $\cap$Y)
  3. (X − Y) $\cap$ (Y − X)
  4. (X − Y) U (Y − X)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

$\text{Here}\ z = (x \land y') \lor (x' \land y)$

Multiple choice
  1. Q solves the subset-sum problem in polynomial time when the input is encoded in unary

  2. Q solves the subset-sum problem in polynomial time when the input is encoded in binary

  3. The subset sum problem belongs to the class NP

  4. The subset sum problem is NP-hard

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiple choice
  1. X[1, W]

  2. X[n, 0]

  3. X[n, W]

  4. X[n - 1, n]

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Multiple choice
  1. X[i, j] = X[i - 1, j] vX [i, j - ai]

  2. X[i, j] = X[i - 1, j] vX [i, 1, j - ai]

  3. X[i, j] = X[i - 1, j] $\land$X [i, j - ai]
  4. X[i, j] = X[i - 1, j] $\land$X [i-1, j - ai]
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiple choice
  1. $n^{n^2}$
  2. $2^{n^n}$
  3. $n^{2^n}$
  4. $2^{2^n}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

By definition, a binary operation defined on a set Y is a function $F : Y X Y \rightarrow ……..$ The domain, i.e. Y X Y has n × n elements (because Y has n elements). Each of ……… elements can be mapped to one of the 'n' elements of Y. So, totally $n^{n^2}$ binary is possible.