Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Reducing mixed series–parallel resistor networks is a core skill in circuit analysis. Recognizing when a single element is in series with a parallel group allows a quick two-step computation of the equivalent resistance, speeding up hand calculations and sanity checks in design work.
Given Data / Assumptions:
Concept / Approach:
Series elements carry the same current and their resistances add arithmetically. Parallel elements share the same voltage and their conductances add: R_parallel = 1 / (1/R2 + 1/R3 + 1/R4). Combining both rules yields RT = R1 + R_parallel for this specific topology.
Step-by-Step Solution:
Verification / Alternative check:
Pick numeric values (e.g., R2=300 Ω, R3=600 Ω, R4=600 Ω). Compute R_p=150 Ω, then RT=R1+150 Ω, confirming additivity of the series element with the parallel block.
Why Other Options Are Wrong:
Common Pitfalls:
Accidentally including a bridging element that spoils pure parallel, or adding all four resistors directly as if series. Always confirm node sharing before applying ||.
Final Answer:
Correct
Discussion & Comments