514 views

2 Answers

Best answer
1 votes
1 votes

we know that ${\color{Magenta}{{x\oplus y}=x\overline{y}+\overline{x}y}}$

${{\overline{x}\oplus y}=\overline{x}\cdot\overline{y}+\overline{\overline{x}}\cdot y}$   

$\overline{x}\oplus y=\overline{x}\cdot\overline{y}+x\cdot y$             $[\overline{\overline{A}}=A]$

$\overline{x}\oplus y=x\cdot y+\overline{x}\cdot\overline{y}$

 
$x\oplus\overline{y}=x\cdot\overline{\overline{y}}+\overline{x}\cdot \overline{y}$

$x\oplus\overline{y}=x\cdot y+\overline{x}\cdot \overline{y}$

 
$\overline{x\oplus y}=\overline{x\overline{y}+\overline{x}y}=(\overline{x}+\overline{\overline{y}})\cdot(\overline{\overline{x}}+\overline{y})=(\overline{x}+y)\cdot(x+\overline{y})=\overline{x}\cdot\overline{y}+xy=xy+\overline{x}\cdot\overline{y}=x\odot y$       $ [A\cdot \overline{A}=0]$

Hence we can write

${\color{DarkOrange}{\overline{x}\oplus y=x\oplus\overline{y}=\overline{x\oplus y}=xy+\overline{x}\cdot\overline{y}} }$

selected by

Related questions

2 votes
2 votes
2 answers
1
3 votes
3 votes
2 answers
2
1 votes
1 votes
0 answers
3
0 votes
0 votes
0 answers
4
ajaysoni1924 asked Apr 2, 2019
326 views
Design a combinational Circuit that converts a 4-bit gray code number to a 4-bit straight binary number. Implement the circuit with Exclusive OR gates.