in Set Theory & Algebra edited by
5,827 views
37 votes
37 votes

A logical binary relation $\odot$, is defined as follows: 

$$\begin{array}{|l|l|l|} \hline \textbf{A} & \textbf{B}& \textbf{A} \odot \textbf{B}\\\hline \text{True} & \text{True}& \text{True}\\\hline \text{True} & \text{False}& \text{True}\\\hline \text{False} & \text{True}& \text{False}\\\hline \text{False} & \text{False}& \text{True}\\\hline   \end{array}$$

Let $\sim$ be the unary negation (NOT) operator, with higher precedence then $\odot$.

Which one of the following is equivalent to $A\wedge B$ ?

  1. $(\sim A\odot B)$
  2. $\sim(A \odot \sim B)$
  3. $\sim(\sim A\odot\sim B)$
  4. $\sim(\sim A\odot B)$
in Set Theory & Algebra edited by
5.8k views

4 Comments

plz someone answer it, using truth table method
1
1
Oher way

Use kmap to obtain expression, then try to match with options.
0
0
We can also used truth table bcz they have only two variables
0
0

$\color{red}{\text{Find Video Solution Below:}}$

Detailed Video Solution

3
3

8 Answers

3 votes
3 votes

therefore option D is correct

3 votes
3 votes

Make the K-Map , then write the expression and check the options.

0 votes
0 votes
A B ~A ~B (~A op B) ~(A op ~B) ~(~A op ~B) ~(~A op B)   A ⋀ B
T T F F F F F T T
T F F T T F T F F
F T T F T F F F F
F F T T T T F F F

op is the binary logical realtion mentioned in the question.

So second last column i.e. option D matches AND operation of A,B.

0 votes
0 votes

.

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true