Question:medium

If p : switch $S_1$ is closed, q : switch $S_2$ is closed, r : switch $S_3$ closed, then the symbolic form of the following switching circuit is equivalent to

Show Hint

Series $\to \wedge$ (AND); Parallel $\to \vee$ (OR).
Updated On: May 7, 2026
  • p $\wedge$ (q $\vee$ r)
  • q $\vee$ r
  • p
  • ($\sim$ q $\wedge \sim$ r)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Concept:
Switches in series correspond to Logical AND ($\wedge$).
Switches in parallel correspond to Logical OR ($\vee$).
Step 2: Key Formula or Approach:
The circuit has a series block containing $S_1$ and a parallel block containing $S_2, S_3$.
Then there is another parallel branch.
Step 3: Detailed Explanation:
Top branch: $p \wedge (q \vee r)$.
Bottom branch: $p \wedge q \wedge r$.
Total: $[p \wedge (q \vee r)] \vee (p \wedge q \wedge r)$.
By distributive law: $p \wedge [(q \vee r) \vee (q \wedge r)] = p \wedge (q \vee r)$.
Step 4: Final Answer:
The form is $p \wedge (q \vee r)$.
Was this answer helpful?
0