CprE logic gate problem, possibly unsolvable

AI Thread Summary
The discussion revolves around a logic gate problem involving three inputs (x, y, z) and the requirement to produce their negations (~x, ~y, ~z) using only two inverters. Participants express skepticism about the problem's solvability, particularly in cases where all inputs are zero. Suggestions include using XOR gates for inversion, but this leads to further complications. There is a consensus that the problem may be too complex for a typical PhD qualifying exam. Overall, the participants remain uncertain about a definitive solution.
delta59
Messages
16
Reaction score
0

Homework Statement

I was having a casual chat with one of my professors and he presented me with a problem that after 4 hours of attempting I believe is unsolvable. the set up is pretty simple.

you have 3 inputs x,y,z that go into a system, the output is ~x,~y,~z. However you are only allowed to use 2 inverters.

I can get very close but there are a few instances where I can't get things to jive, specifically where x=0 y=0 and z=0.

Basically I want to know if this problem is solvable, I have looked into quantum gates to see if there is some way to hybrid this but my knowledge of them is limited.
 
Physics news on Phys.org
Other gates are allowed, but no more than 2 can be inverting?
 
NascentOxygen said:
Other gates are allowed, but no more than 2 can be inverting?

that is correct
 
So I'd just use an exclusive-OR to perform inversion. Done! :wink:
 
NascentOxygen said:
So I'd just use an exclusive-OR to perform inversion. Done! :wink:

A XOR gate is a inversion gate so I still run into the same problem how would you do this?
 
This probably counts as a spoiler..

http://www2.engr.arizona.edu/~srini/papers/Srini-Pulse-Inverter.pdf

I do not think this problem can be answered by someone in a PhD qualifying exam (say, given an entire hour for this problem alone) if that’s the first time the person is seeing the question.
:-)
 
Last edited by a moderator:

Similar threads

Back
Top