Electronic – the simplest way to make an AND gate using PNP transistors

flipfloplogic-gatespnptransistors

I only have 5 PNP transistors and I want to build two AND gates. (for a T Flip-Flop) What would be the simplest way to make an AND gate using PNP transistors? (It can't use more than 2 transistors)

This is the only way I found, but it uses way too many transistors.
enter image description here

Best Answer

A good way to build gates with limited numbers of transistors is to use RTL (resistor-transistor logic) techniques. For example, here is a NAND gate, which can be converted into an AND gate with an inverter:

schematic

simulate this circuit – Schematic created using CircuitLab

The fan-in and fan-out capabilities of this type of logic are not great, which is why it was abandoned once the development of ICs made the incremental cost of transistors essentially negligible. But it can be used to build moderately complex logic circuits if you don't care too much about the speed.