edited by
1,738 views
0 votes
0 votes

The relation $\leq$ and $>$ on a boolean algebra are defined as:

$x \leq y$ if and only if $x \vee y =y$

$x <y$ means $x \leq y$ but $x \neq y$

$x \geq y$ means $y \leq x$ and

$x>y$ means $y<x$

Considering the above definitions, which of the following is not true in the boolean algebra?

  1. If $x \leq y$ and $y \leq z$, then $x \leq z$
  2. If $x \leq y$ and $y \leq x$, then $x = y$
  3. If $x < y$ and $y < z$, then $x \leq y$
  4. If $x < y$ and $y <  z$, then $x < y$

Choose the correct answer from the code given below:

  1. i and ii only
  2. ii and iii only
  3. iii only
  4. iv only
edited by

1 Answer

Related questions

3.8k
views
2 answers
0 votes
Arjun asked Jan 2, 2019
3,849 views
A survey has been conducted on methods of commuter travel. Each respondent was asked to check Bus, Train and Automobile as a major method of travelling to ... $ people. How many people completed the survey form?$120$165$160$115$
1.0k
views
0 answers
1 votes
Arjun asked Jan 2, 2019
1,001 views
Use Dual Simplex Method to solve the following problem: ... , x_2=2, \text{ and } z=-6$x_1=6, x_2=2, \text{ and } z=-18$
4.5k
views
2 answers
0 votes
Arjun asked Jan 2, 2019
4,547 views
Consider the graph shown below:Use Kruskal’s algorithm to find the minimum spanning tree of the graph. The weight of this minimum spanning tree is$17$14$16$13$
1.4k
views
1 answers
1 votes
Arjun asked Jan 2, 2019
1,360 views
Consider the following statements :Auto increment addressing mode is useful in creating self-relocating code.If auto increment addressing mode is included in an instruction set ... (ii) only(ii) and (iii) only(iii) only(ii) only