Resistors in Parallel

Resistors in Parallel

6 min read Updated Mar 26, 2026

When resistors are connected so that each one provides a separate path for current, they’re in parallel. Parallel circuits behave very differently from series circuits, and the MCAT tests these differences relentlessly.

The defining feature of parallel: there are multiple paths current can take. Each resistor has its own branch.

The Parallel Rules

Picture the water park installing three slides side-by-side, all starting at the same upper pool and ending at the same lower pool. Each slide is a separate path. Water splits up among the three slides — but every slide starts and ends at the same elevation. That’s a parallel circuit.

The voltage is the same across every resistor in parallel.

This makes intuitive sense: adding another slide (even a narrow one) gives water more paths, so total flow goes up and total opposition goes down.

Current Division

Since every resistor has the same voltage across it, Ohm’s law tells you that more current flows through smaller resistors:

  • I1=V/R1I_1 = V/R_1, I2=V/R2I_2 = V/R_2, I3=V/R3I_3 = V/R_3.
  • Total current: Itotal=I1+I2+I3+I_{total} = I_1 + I_2 + I_3 + \ldots.

The Product-Over-Sum Shortcut

For exactly two resistors in parallel, there’s a much faster formula than the reciprocal one:

This only works for two resistors. For three or more, you need the reciprocal formula (or pair them up two at a time).

N Equal Resistors in Parallel

When NN identical resistors (each RR) are in parallel, the formula simplifies beautifully:

Parallel Circuit Summary

PropertyParallel rule
VoltageSame across all resistors
CurrentDivides among branches (I=V/RI = V/R each)
Total resistance1/Rtotal=1/Ri1/R_{total} = \sum 1/R_i (always less than the smallest)
If one resistor breaks (open)Other branches keep working

Series vs. Parallel: The One Table to Remember

SeriesParallel
Same value across all resistorsCurrentVoltage
Adds togetherResistance, voltageCurrents
Total compared to individualsBigger than anySmaller than any
One bulb burns outAll go darkOthers keep working

If you internalize this contrast, series-and-parallel problems become almost mechanical.

A 6 Ω and a 12 Ω resistor are in parallel across a 12 V battery. What is the total resistance and the current through each resistor?
Click to reveal answer
Rtotal=4R_{total} = 4 Ω; currents: 2 A through 6 Ω, 1 A through 12 Ω. Product-over-sum: (6×12)/(6+12)=72/18=4(6 \times 12)/(6+12) = 72/18 = 4 Ω. Both resistors see 12 V. I6=12/6=2I_{6} = 12/6 = 2 A; I12=12/12=1I_{12} = 12/12 = 1 A. Total: 3 A. Check: V/Rtotal=12/4=3V/R_{total} = 12/4 = 3 A. ✓
Three 9 Ω resistors are connected in parallel. What is the equivalent resistance?
Click to reveal answer
3 Ω. NN equal resistors in parallel: Rtotal=R/N=9/3=3R_{total} = R/N = 9/3 = 3 Ω.
Two resistors are in parallel. One carries 4× as much current as the other. If R1=12R_1 = 12 Ω, what is R2R_2?
Click to reveal answer
R2=3R_2 = 3 Ω. Same voltage across both, so I1/RI \propto 1/R. If I2=4I1I_2 = 4 I_1, then R2=R1/4=12/4=3R_2 = R_1/4 = 12/4 = 3 Ω. The smaller resistor carries more current — exactly what parallel division predicts.