You just decide which kind of connection it is and read off the rule. No heavy arithmetic yet.
Recall Solution 1.1
WHAT to look for: one single path, no junction where current can split → this is series.
WHY: the same current must pass through R1 then R2 (charge cannot pile up, KCL).
Compute: resistances add, Req=10+15=25Ω.
Sanity: 25Ω is bigger than either resistor — correct for series.
Recall Solution 1.2
WHAT: both ends tied to the same two nodes → current can split into two branches → parallel.
WHY: each resistor feels the identical node-to-node voltage.
Compute (product over sum):Req=10+1510×15=25150=6Ω.
Sanity: 6Ω is smaller than the smallest (10Ω) — correct for parallel.
Recall Solution 1.3
Top diagram: a single line, current has nowhere else to go → series.
Bottom diagram: at node A the current splits into two roads and re-joins at node B → parallel.
The trick is never the drawing's shape — it is whether a junction splits the current.
Now plug numbers through Ohm's law to get currents and voltage drops.
Recall Solution 2.1
(a) Series → add: Req=4+8=12Ω.
(b) Ohm on the whole chain: I=ReqV=1212=1A. WHY: the equivalent resistor draws the same current the battery really delivers.
(c) Each drop is IRk: V1=1×4=4V, V2=1×8=8V.
KVL check:4+8=12V ✓ — the drops add to the applied voltage.
Recall Solution 2.2
(a) Product over sum: Req=4+84×8=1232=38≈2.67Ω.
(b) Each branch feels the full 12V (same nodes): I1=412=3A, I2=812=1.5A.
(c) KCL — branches add: I=3+1.5=4.5A.
Cross-check:I=ReqV=8/312=4.5A ✓. Note the smaller resistor (4Ω) grabs the larger current.
Recall Solution 2.3
(a)n equal in series → nR=5×20=100Ω.
(b)n equal in parallel → R/n=20/5=4Ω. WHY: five equal roads share the load, cutting resistance to a fifth.
Collapse mixed networks one block at a time, then walk the numbers back out.
Recall Solution 3.1
Step A — collapse the parallel pair. Two equal 10Ω → R/n=10/2=5Ω. WHY: they share the same two nodes.
Step B — series with R1. The whole current from the battery passes through R1 then the collapsed block: Req=5+5=10Ω.
Battery current:I=1015=1.5A.
Voltage across the parallel block:Vblock=I×5=1.5×5=7.5V (the other 7.5V drops on R1; KVL: 7.5+7.5=15 ✓).
Branch currents: each =107.5=0.75A. Check: 0.75+0.75=1.5A ✓.
Recall Solution 3.2
Step A: parallel of 6 and 3: 6+36×3=918=2Ω.
Step B: series: Req=2+8=10Ω.
Current:I=1020=2A.
Voltage across parallel block:V=I×2=2×2=4V. (Drop on R3 is 2×8=16V; 4+16=20 ✓.)
Recall Solution 3.3
Step A — inner series:R3+R4=1+3=4Ω (same current flows through both).
Step B — parallel: that 4Ω branch parallel with R2=6Ω: 4+64×6=1024=2.4Ω.
Step C — outer series:Req=2+2.4=4.4Ω.
Current:I=4.412=1130≈2.73A.
Reason backwards: you're given the target and must design or infer.
Recall Solution 4.1
Goal-driven reasoning:9Ω is between 6Ω (one) and 18Ω (three in series), so we need something that adds up.
Put two in parallel: 6/2=3Ω. Then put that in series with the third 6Ω: 3+6=9Ω. ✓
Wiring: third resistor in a line, feeding a node that splits into two parallel 6Ω resistors.
Recall Solution 4.2
Set up the parallel equation:41=R1+121.
Isolate:R1=41−121=123−121=122=61.
Flip:R=6Ω.
Check (product over sum):6+126×12=1872=4Ω ✓.
Recall Solution 4.3
Translate the words:R1+R2=18 and R1+R2R1R2=4.
From the second: R1R2=4×18=72.
So we need two numbers with sum 18 and product 72. Solve x2−18x+72=0 → x=218±324−288=218±6.
R1=12Ω,R2=6Ω.
Check: series 12+6=18 ✓; parallel 1872=4 ✓.
Boundary cases, limits, and full case-coverage — where naive plugging breaks.
Recall Solution 5.1
Parallel formula:Req1=101+01. The term 01 is infinite conductance.
What that means:Req1→∞, so Req→0Ω.
Physically: the 0Ω wire is a free road; essentially all current takes it and the 10Ω resistor is bypassed (carries ≈0 current). A short across any resistor kills its effect.
Recall Solution 5.2
Parallel formula:Req1=101+∞1=101+0.
So Req=10Ω — the broken branch is as if it were not there. WHY: infinite resistance means zero current can flow that way, so it contributes nothing.
Contrast with series: a break in a series branch has infinite Req (the single path is cut, current stops entirely). Same broken component, opposite consequence — location decides everything.
Recall Solution 5.3
Use Req=10+R10R and check every regime:
R→0 (short):Req→100=0Ω. Matches 5.1.
R=10Ω (equal):Req=20100=5Ω=R0/2. Two equal resistors → half.
R→∞ (open):Req→R10R=10Ω=R0. Matches 5.2.
Conclusion:Req rises monotonically from 0 up toward 10Ω but never reaches it. So a parallel combination is always strictly less than the smaller resistor — the boundary 10Ω is a ceiling approached only as the other branch vanishes.
Recall Feynman recap — the one habit that solves them all
For any network: (1) find a pure series or pure parallel block, (2) collapse it, (3) redraw, (4) repeat until one resistor remains, then use Ohm's Law to march current and voltage back out. Series sums resistance and splits voltage; parallel sums conductance and splits current. That's the entire game.