0
\$\begingroup\$

What's the minimum number of NOR gate needed to build a 3-input XOR gate using only NOR gate?

Information I know:

https://en.wikipedia.org/wiki/NOR_logic

A XOR B = [ ( A NOR A ) NOR ( B NOR B ) ] NOR ( A NOR B )

A XOR B XOR C = ( A XOR B ) XOR C

Using the above formulas, I can implement 3-input XOR with 20 NOR gates.

What I don't know:

What's the minimum number of NOR gate? Is there a simpler way to implement 3-input XOR gate?

asked Jan 10, 2021 at 6:24
\$\endgroup\$
4
  • 1
    \$\begingroup\$ what is A NOR A? \$\endgroup\$ Commented Jan 10, 2021 at 7:29
  • 2
    \$\begingroup\$ How have you tried to solve this and where are you stuck? This is not a free homework solving service. \$\endgroup\$ Commented Jan 10, 2021 at 10:50
  • \$\begingroup\$ @jsotola This is an inverter. \$\endgroup\$ Commented Jan 10, 2021 at 17:54
  • \$\begingroup\$ Did you cite the wikipedia correctly? \$\endgroup\$ Commented Jan 10, 2021 at 17:54

1 Answer 1

-2
\$\begingroup\$

A 3 bit XOR gate can be made using 10 NOR gates . enter image description here

answered Oct 16, 2022 at 8:26
\$\endgroup\$
1
  • 1
    \$\begingroup\$ Please don't hand out solutions to homework questions. Also, you need to provide a link or citation for the graphics you copied into your answer. \$\endgroup\$ Commented Oct 16, 2022 at 10:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.