recategorized by
1,981 views
20 votes
20 votes
Let $*$ be defined as a Boolean operation given as $x*y = \overline{x}\;\;\overline{y}+xy$ and let $C=A*B$. If $C=1$ then prove that $A=B$.
recategorized by

1 Answer

Best answer
22 votes
22 votes
$C=A\ast B$

$\implies C=\overline{A}\;\;\overline{B}+AB$

$\implies C = \overline{A\text{ XOR }B}$

$\implies C = A\text{ XNOR }B$

Truth table is: $${\begin{array}{ccc}\hline
\textbf{A}&    \textbf{B}&  \textbf{C} \\\hline
0& 0 & 1  \\
0&     1& 0\\  
1&     0&  0     \\
1&1&1  
\end{array}}$$ When $C = 1 $, observing the truth table we can say $ A=B.$
edited by

Related questions

14 votes
14 votes
1 answer
3
go_editor asked Dec 11, 2016
2,272 views
Define the value of $r$ in the following: $\sqrt {(41)_{r}} = (7)_{10}$