Concept:In a switching circuit, switches in series represent AND
(∧), and switches in parallel represent OR
(∨).
The given circuit is simplified using Boolean algebra laws.
Explanation:The logical expression for the given circuit is:
[(∼p∧∼q)∨p∨q]∧r∧[(p∧q)∨(∼p∧q)]First simplify the bracket
(∼p∧∼q)∨p∨q.
By De Morgan's law,
∼p∧∼q=∼(p∨q).
So,
∼(p∨q)∨(p∨q)=T (Complement law).
Now simplify
(p∧q)∨(∼p∧q).
Taking
q common:
q∧(p∨∼p)=q∧T=q.
Therefore, the whole expression becomes:
T∧r∧q=q∧rThus, the circuit is equivalent to switch
S2 and switch
S3 connected in series.
Answer:The simplified logical statement is
q∧r.
The simplified equivalent circuit has
S2 and
S3 in series.