Difficulty: Easy
Correct Answer: decreases
Explanation:
Introduction:
Series–parallel networks are everywhere in real designs. Predicting how a single element failure (such as a branch opening) affects total current is a vital diagnostic skill for troubleshooting and safety analysis.
Given Data / Assumptions:
Concept / Approach:
Equivalent resistance of a parallel pair is R_eq = (R2 * R3) / (R2 + R3). When R2 is normal, R_eq < min(R2, R3). If R2 opens, the branch reduces to only R3, so R_eq_new = R3, which is greater than the previous parallel equivalent. Total resistance R_total = R1 + R_eq therefore increases. With a fixed source voltage, the source current I_total = V_source / R_total must decrease when R_total increases.
Step-by-Step Solution:
Verification / Alternative check:
Example numbers: let R1 = 100 Ω, R2 = 100 Ω, R3 = 100 Ω. Initially R_eq = 50 Ω and R_total = 150 Ω → I = V / 150. After R2 opens, R_eq = 100 Ω and R_total = 200 Ω → current becomes V / 200, evidently smaller.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
decreases
Discussion & Comments