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:
Compute R_p = (R2 || R3 || R4) = 1 / (1/R2 + 1/R3 + 1/R4).Identify that the same current must pass through R1 and the parallel block in series.Use series rule: RT = R1 + R_p.Conclude the formula in the prompt matches the reduction steps.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