Logic question, 3 input OR to 2 input OR

  • Thread starter Thread starter mathrocks
  • Start date Start date
  • Tags Tags
    Input Logic
AI Thread Summary
To create a 3-input OR gate using only 2-input OR gates, connect the output of one 2-input OR gate to one input of a second 2-input OR gate, using the remaining inputs accordingly. For a 4-input OR gate, two 2-input OR gates can be connected to a third 2-input OR gate. The discussion also touches on using NAND gates and inverters, noting that this requires additional components. The clarity of the original problem statement was questioned, indicating some confusion among participants. Overall, cascading 2-input OR gates is a straightforward solution for building larger OR gates.
mathrocks
Messages
105
Reaction score
0
Hi, I'm trying to convert a 3 input OR gate using only 2 input OR gates . How exactly will this look like?

Thanks
 
Engineering news on Phys.org
Convert it to what?
 
enigma said:
Convert it to what?

to two 2 input OR Gates
 
I'm sorry. I'm still a little confused what your problem is asking.

Do you have the complete problem statement, or is this for independant work?
 
enigma said:
I'm sorry. I'm still a little confused what your problem is asking.

Do you have the complete problem statement, or is this for independant work?

Ok,

I need to build a 3 input OR gate using only 2 input NAND gates and inverters. The only way to do this is if I build the 3 input OR gate to use 2 input OR gates and then convert that into a NAND.

If you know how to build a 4 input OR gate using only 2 input OR gates that would be helpful also.
 
I think I answered this in another post. Cascade.

This is pretty simple. Draw out the truth table. You can get this result using one cent diodes...

Cliff
 
Simple, ground one input.

KM
 
Kenneth Mann said:
Simple, ground one input.
I believe you read the problem statement incorrectly.

- Warren
 
You're probably right. The original statement isn't very clear. If the author wants to ust (multiple) dual input ORs to create a three input OR, the answer is just as simple. Feed the output of one OR to one input of a second OR. Then, the remaining three inputs comprise a Three Input OR.

KM
 
  • #10
To get a four input OR simply feed two Two input ORs into a third Two input OR. Using three two input NANDs instead of ORs, do the same thing, but put inverters before each NAND input. This requires six (ugh) inverters. The problem using cascaded NANDs is that they automatically give you an AND (first stage)- OR (second stage) condition. What you want is an OR-OR condition. The simplest way to get this would be to feed two NORs into a NAND.

KM
 
Back
Top