Ohm's Law is the single most-used formula in the electrical trade, and it is also one of the most heavily tested concepts on every journeyman and master electrician exam. Almost every load calculation, wire-sizing question, voltage-drop problem, and troubleshooting call eventually comes back to the same relationship between voltage, current, and resistance. This article goes much deeper than a quick refresher. It walks through series circuits, parallel circuits, combination circuits, the three power formulas, the practical differences between AC and DC, and then shows how Ohm's Law quietly sits underneath voltage drop calculations, branch circuit and service load calculations, motor sizing, and everyday multimeter troubleshooting. If you build a genuinely solid understanding of this material, a huge percentage of every exam you take gets easier, because so many "harder" questions are just Ohm's Law wearing a costume.
The Three Things Ohm's Law Connects
Every electrical circuit, no matter how complicated it looks on paper, can be broken down into three basic quantities:
- Voltage (V or E) — measured in volts. Think of voltage as the electrical "push" or "pressure" that makes current want to flow. It is sometimes called electromotive force, which is why some textbooks use the letter E instead of V in formulas.
- Current (I) — measured in amperes, or "amps." This is the actual rate of electron flow through the circuit. Current is what does the work — it's what heats up a toaster element, spins a motor, or lights a filament.
- Resistance (R) — measured in ohms (symbol Ω). Resistance is whatever opposes or slows down the flow of current. A heating element, a motor winding, a long run of small-gauge wire, and even a loose connection all have resistance.
Ohm's Law says these three quantities are locked together in a fixed relationship. If you know any two of them, you can always solve for the third:
V = I × R (Voltage = Current × Resistance)
Rearranged algebraically, the same relationship gives you two more useful forms:
I = V ÷ R (Current = Voltage ÷ Resistance)
R = V ÷ I (Resistance = Voltage ÷ Current)
A lot of apprentices memorize this as a triangle: put V on top, I and R on the bottom. Cover the quantity you're solving for, and the triangle shows you whether to multiply or divide the two that remain. It's a handy memory trick, but the real goal is to understand why the relationship exists, not just to recite it. Voltage is the pressure pushing current through a resistance. Raise the pressure and, with resistance held constant, more current flows. Raise the resistance and, with pressure held constant, less current flows. That's the entire idea — everything else in this article is that same idea applied to more complicated circuits.
A Water Analogy That Actually Holds Up
Electricians have used the water-pipe analogy for over a century because it genuinely maps onto the math. Picture a water tank connected to a pipe:
- Voltage is like the water pressure in the tank — how hard the water is being pushed.
- Current is like the rate of water flow through the pipe — gallons per minute.
- Resistance is like the diameter of the pipe — a narrow pipe resists flow more than a wide one.
If you increase the pressure (voltage) and keep the pipe diameter (resistance) the same, more water flows (current increases). If you pinch the pipe down (increase resistance) and keep the pressure the same, less water flows (current decreases). This is exactly what Ohm's Law describes numerically, and it's worth keeping this picture in your head as you work through the math below — it will help you sanity-check your answers. If a calculation tells you that increasing resistance somehow increased current at a fixed voltage, you know you made an arithmetic mistake, because that violates the physical picture.
Series Circuits: One Path for Current
A series circuit has exactly one path for current to flow. Every device in the circuit is connected end-to-end, like links in a chain. If you break the circuit at any single point, current stops flowing everywhere in that circuit — this is why old-style Christmas lights, wired in series, would go completely dark if a single bulb burned out.
Series circuits follow three core rules that show up constantly on exams:
- Current is the same everywhere in the circuit. Since there is only one path, whatever current flows through the first resistor also flows through the second, third, and so on.
- Total resistance is the sum of all the individual resistances. Rtotal = R1 + R2 + R3 + ...
- Voltage divides across each resistance, proportional to that resistance's share of the total. The sum of the individual voltage drops always equals the source voltage. This is called Kirchhoff's Voltage Law, and it is really just Ohm's Law applied piece by piece.
The practical takeaway: in a series circuit, current is your constant, and you use it to find the voltage dropped across each individual resistance using V = I × R for that one resistor.
Worked Example 1 — Series Circuit, Total Resistance and Current.
Three resistors are wired in series across a 120-volt source: R1 = 10 ohms, R2 = 20 ohms, R3 = 30 ohms. Find the total resistance and the circuit current.
Step 1 — Add the resistances:
Rtotal = R1 + R2 + R3 = 10 + 20 + 30 = 60 ohms
Step 2 — Apply Ohm's Law to find current:
I = V ÷ R = 120 ÷ 60
I = 2 amps (this current flows through all three resistors, because it's the only path)
Worked Example 2 — Series Circuit, Voltage Drop Across Each Resistor.
Using the same circuit as Example 1 (10, 20, and 30 ohms in series, 2 amps flowing), find the voltage dropped across each resistor and confirm the drops add up to the source voltage.
V1 = I × R1 = 2 × 10 = 20 volts
V2 = I × R2 = 2 × 20 = 40 volts
V3 = I × R3 = 2 × 30 = 60 volts
Check: 20 + 40 + 60 = 120 volts, which matches the source. This check — do the voltage drops add up to the supply voltage — is a fast way to catch arithmetic mistakes on the exam.
Parallel Circuits: Multiple Paths for Current
A parallel circuit gives current more than one path to follow. Each branch is connected directly across the same two supply points, so each branch "sees" the full source voltage. This is how virtually all branch-circuit wiring in a building works — every receptacle and light fixture on a circuit is wired in parallel, which is exactly why unplugging one lamp doesn't turn off the rest of the house.
Parallel circuits follow the mirror-image rules of series circuits:
- Voltage is the same across every branch. Each branch is connected straight across the source.
- Total current is the sum of the branch currents. Itotal = I1 + I2 + I3 + ... This is Kirchhoff's Current Law.
- Total resistance is always less than the smallest individual branch resistance, because adding more paths always makes it easier for current to flow overall.
For two resistors in parallel, there is a shortcut formula that shows up constantly on exams:
Rtotal = (R1 × R2) ÷ (R1 + R2)
For three or more resistors in parallel, use the general reciprocal formula:
1 ÷ Rtotal = 1 ÷ R1 + 1 ÷ R2 + 1 ÷ R3 + ...
A special case worth memorizing: if you have several equal resistances in parallel, total resistance is simply that resistance divided by the number of branches (for example, three 30-ohm resistors in parallel give 30 ÷ 3 = 10 ohms).
Worked Example 3 — Two Resistors in Parallel.
A 20-ohm resistor and a 30-ohm resistor are connected in parallel across a 120-volt source. Find the total resistance, the current through each branch, and the total current.
Step 1 — Total resistance using the product-over-sum shortcut:
Rtotal = (20 × 30) ÷ (20 + 30) = 600 ÷ 50 = 12 ohms
(Notice this is less than either individual resistor — that's the parallel-circuit rule in action.)
Step 2 — Branch currents, using the full source voltage across each branch:
I1 = V ÷ R1 = 120 ÷ 20 = 6 amps
I2 = V ÷ R2 = 120 ÷ 30 = 4 amps
Step 3 — Total current:
Itotal = I1 + I2 = 6 + 4 = 10 amps
Check: Itotal = V ÷ Rtotal = 120 ÷ 12 = 10 amps. Matches — the math is consistent.
Worked Example 4 — Three Unequal Resistors in Parallel.
Resistors of 10, 20, and 40 ohms are wired in parallel. Find total resistance.
1 ÷ Rtotal = 1÷10 + 1÷20 + 1÷40
Convert to a common denominator of 40: 4/40 + 2/40 + 1/40 = 7/40
So 1 ÷ Rtotal = 7/40, which means Rtotal = 40 ÷ 7
Rtotal ≈ 5.71 ohms
Notice the answer is smaller than the smallest branch resistance (10 ohms) — that's always true for parallel resistances, and it's a fast way to check whether your answer makes sense.
Series-Parallel (Combination) Circuits
Most real-world circuits are a mix of series and parallel wiring — a few branches in parallel, feeding into a section that's in series with the rest of the circuit. You solve these the same way every time: work from the "outside in," reducing parallel groups down to a single equivalent resistance, then adding that equivalent in series with everything else, until the whole thing collapses to one number.
Worked Example 5 — Simple Series-Parallel Combination.
A 5-ohm resistor is in series with a parallel combination of a 20-ohm and a 30-ohm resistor. The source is 100 volts. Find total resistance and total current.
Step 1 — Reduce the parallel section first:
Rparallel = (20 × 30) ÷ (20 + 30) = 600 ÷ 50 = 12 ohms
Step 2 — Add the series resistor to that equivalent:
Rtotal = 5 + 12 = 17 ohms
Step 3 — Find total current from the source:
I = V ÷ R = 100 ÷ 17 ≈ 5.88 amps
This same "collapse it down" method works no matter how many layers of series and parallel sections a circuit has — just always simplify the innermost parallel or series group first.
The Power Formulas: P = VI, P = I²R, P = V²/R
Power measures the rate at which electrical energy is converted into another form — heat, light, motion, sound. Power is measured in watts (W), and like Ohm's Law, the power formula has three interchangeable forms depending on which two quantities you already know:
P = V × I (Power = Voltage × Current)
P = I² × R (Power = Current squared × Resistance)
P = V² ÷ R (Power = Voltage squared ÷ Resistance)
These aren't three separate laws — they're all the same formula, with Ohm's Law substituted in to eliminate whichever variable you don't have. If you know V and I, use P = VI directly. If you only know I and R, substitute V = IR into P = VI to get P = I²R. If you only know V and R, substitute I = V/R into P = VI to get P = V²/R. Being able to move fluidly between these forms — rather than memorizing them as unrelated facts — is exactly what separates a strong exam score from a shaky one, because exam questions rarely hand you the two variables that line up with the "easy" formula.
Worked Example 6 — Power From Voltage and Current.
A 240-volt electric water heater draws 18.75 amps. Find its power in watts and convert to kilowatts.
P = V × I = 240 × 18.75 = 4,500 watts
P = 4,500 W = 4.5 kW
Worked Example 7 — Power From Current and Resistance.
A motor winding has 4 ohms of resistance and draws 15 amps. Find the power dissipated as heat in the winding.
P = I² × R = (15)² × 4 = 225 × 4 = 900 watts
Worked Example 8 — Power From Voltage and Resistance, Then Solving Backward for Current.
A 120-volt baseboard heater element has 14.4 ohms of resistance. Find the power, then use the power formula to double-check the current a different way.
Step 1 — Power directly:
P = V² ÷ R = (120)² ÷ 14.4 = 14,400 ÷ 14.4 = 1,000 watts
Step 2 — Back-check current using P = V × I, solved for I:
I = P ÷ V = 1,000 ÷ 120 ≈ 8.33 amps
Step 3 — Confirm with plain Ohm's Law:
I = V ÷ R = 120 ÷ 14.4 ≈ 8.33 amps — matches, so the answer checks out.
Why P = I²R Matters More Than It Looks
The I²R form deserves special attention because it explains a huge amount of real-world electrical behavior, including why wire sizing and overcurrent protection exist at all. Since power dissipated as heat is proportional to the square of the current, doubling the current through a fixed resistance doesn't double the heat — it quadruples it. This is why a modestly undersized conductor, or a loose connection with a little extra resistance, can overheat dramatically under overload conditions rather than just "warming up a bit." It's also the reason a short circuit — which produces an enormous current spike — generates so much destructive heat almost instantly, and why overcurrent protective devices must be sized and coordinated carefully. Every time you size a conductor, you are managing I²R heating, whether the calculation says so explicitly or not.
AC vs. DC: What Actually Changes
Everything above works identically for both direct current (DC) and alternating current (AC) — Ohm's Law doesn't care which one you're using. But there are practical differences electricians need to keep straight:
- DC (direct current) flows in one direction only, at a constant polarity. Batteries, solar panels (on the DC side), and most electronics internally use DC. Common examples in the trade: battery systems, DC motors, low-voltage control circuits, and the DC side of a solar PV or EV charging system.
- AC (alternating current) reverses direction periodically — in North America, standard utility power alternates 60 times per second (60 Hz), swinging from positive to negative and back in a smooth sine-wave pattern. Virtually all utility-supplied residential and commercial power is AC, because AC voltage can be stepped up and down easily with transformers, which makes long-distance transmission practical.
- RMS voltage. When electricians say "120 volts" or "240 volts" for AC power, they mean the RMS (root-mean-square) value, not the peak voltage. RMS is the effective value — the AC voltage that would deliver the same heating power as a DC voltage of the same number. The actual peak voltage of a 120V RMS circuit is higher (about 170 volts), but Ohm's Law and the power formulas work correctly as long as you consistently use RMS values, which is what every meter reads and what every nameplate rating assumes.
- Reactance and impedance. Pure resistance (like a heating element or incandescent filament) behaves the same on AC or DC. But AC circuits with coils (motors, transformers, ballasts) or capacitors introduce reactance — an AC-only form of opposition to current caused by changing magnetic and electric fields. When reactance is present, plain resistance (R) is replaced by impedance (Z), and Ohm's Law becomes V = I × Z. Impedance calculations involve some additional trigonometry that goes beyond this article, but the core relationship — voltage equals current times opposition — never changes. For most exam-level branch-circuit and load-calculation questions, circuits are treated as resistive, and plain Ohm's Law applies directly.
- Power factor. In AC circuits with reactance, voltage and current can be slightly out of step with each other in time, which reduces how effectively the power is used. This is described by "power factor," a topic covered in more depth in motor and commercial load calculation material. For basic theory purposes, just know that P = VI assumes a power factor of 1 (purely resistive); real inductive loads like motors often have a power factor below 1, meaning the true usable power is somewhat less than V × I would suggest.
How Ohm's Law Drives Voltage Drop Calculations
Voltage drop is nothing more than Ohm's Law applied to the resistance of the conductor itself. Every wire has some resistance, determined by its material (copper or aluminum), its length, and its cross-sectional area (gauge). When current flows through that resistance, some voltage is "used up" just pushing the current through the wire, and less voltage arrives at the load than left the source.
The basic relationship is simply Vdrop = I × Rwire, where Rwire is the resistance of the conductor for the length involved (electricians typically use published resistance-per-1,000-feet tables and account for the fact that current has to travel out to the load and back, doubling the effective length for a standard single-phase circuit). This is exactly why longer circuit runs and higher currents both increase voltage drop, and why the fix is either a shorter run, a larger conductor (lower resistance), or both. Voltage drop calculations are covered in full depth, with the standard formulas and multiple worked examples, in the dedicated voltage drop calculations article and the voltage drop calculator — but the underlying physics is the same Ohm's Law relationship you just practiced above.
How Ohm's Law Drives Load Calculations
Every load calculation an electrician performs — sizing a dwelling service, adding up branch circuit loads, or calculating a commercial feeder — ultimately expresses appliances and equipment in terms of either power (watts/VA) or current (amps), and Ohm's Law (together with the power formulas) is what lets you convert freely between the two. A nameplate might list a load in amps, in watts, or in volt-amps; being able to convert any of those into the others, using P = VI and its variations, is a prerequisite for every load calculation you'll ever do. The full step-by-step load calculation methods for dwellings and commercial occupancies, including demand factors, are covered in the load calculations article.
How Ohm's Law Drives Motor Sizing
Motor circuits are one of the clearest places where Ohm's Law and the power formulas show up together. A motor's nameplate typically gives voltage and full-load current (FLA), and from those two numbers alone you can find the approximate power being drawn using P = VI (adjusted for power factor and efficiency in precise engineering work, but P = VI gets you in the right neighborhood for exam purposes). Conductor and overcurrent protection sizing for motor circuits then works backward from that current value, using multipliers from NEC motor tables rather than plain nameplate current alone. The relationship between voltage, current, and power for motors is explored in full in the motor circuits article, and you can practice full motor circuit problems in the motor circuit calculations quiz and the follow-up motor circuit quiz.
Multimeter Troubleshooting: Reading a Circuit Through Ohm's Law Logic
On the job, Ohm's Law isn't just a formula you plug numbers into — it's the logic you use to interpret what a multimeter is telling you. Here are the classic troubleshooting scenarios every electrician eventually runs into, and how Ohm's Law explains each one.
Scenario: Voltage present, but no current flow (open circuit)
If you measure full source voltage across a device but the device isn't working, think about what Ohm's Law implies. An open circuit has essentially infinite resistance at the break point. Since I = V ÷ R, as R approaches infinity, I approaches zero — current can't flow. This is exactly what you'd expect from a blown fuse, a broken wire, a failed switch contact, or an open winding. The voltmeter reads full voltage right up to the point of the break because voltage doesn't need current to flow in order to be "present" at a set of open terminals — it's the unused push, waiting for a path.
Scenario: Zero voltage drop across a closed switch or breaker
A healthy, fully-closed switch or breaker contact should have extremely low resistance — close to zero ohms. By V = I × R, if R is nearly zero, the voltage drop across that switch should also be nearly zero, even with full load current flowing through it. If you measure any significant voltage drop across a closed switch or breaker (more than a volt or so under load), that tells you the contact resistance has increased — often from pitting, corrosion, or a loose connection — and it's generating heat right at that point, following P = I²R. This is a classic sign of an overheating connection before it becomes a visible failure.
Scenario: A "phantom voltage" reading on a de-energized circuit
Digital multimeters have extremely high internal resistance, and sometimes a de-energized conductor bundled tightly with an energized one will show a small "phantom" voltage reading due to capacitive coupling, even with no real current-carrying path. Because the meter's own resistance is so high, plugging in an actual load (or using a solenoid-type tester with lower internal resistance) causes this phantom voltage to collapse toward zero — a real energized conductor won't collapse the same way. This trick, sometimes called "loading down" the circuit, is a direct, practical application of Ohm's Law: a true voltage source can maintain its voltage while driving real current into a low resistance, while a capacitively-coupled phantom voltage cannot.
Scenario: Locating a partial short or ground fault with resistance readings
With the circuit de-energized and isolated, measuring resistance to ground (or between conductors) can reveal a fault long before it fully fails. A healthy circuit should show extremely high resistance (ideally near-infinite, i.e., an open reading) between an ungrounded conductor and ground. A reading of only a few thousand ohms — rather than a true open — suggests insulation breakdown or moisture intrusion somewhere along the run, letting a small leakage current sneak through by Ohm's Law even though the fault isn't yet a dead short. Tracking that resistance value as you isolate sections of the circuit (by disconnecting devices one at a time) lets you narrow down where the fault lives.
Scenario: An undersized or overheated conductor
If a conductor run is undersized for the load, its resistance per foot is higher than it should be for that amperage. By P = I²R, that extra resistance turns into extra heat along the entire length of the wire, not just at one point — which is very different from a single bad connection. This is why a hot panel cover, warm insulation, or unusually high voltage drop measured at the far end of a long run should make you check conductor sizing, not just look for one loose screw.
Series vs. Parallel Circuit Comparison Table
| Characteristic | Series Circuit | Parallel Circuit |
|---|---|---|
| Number of current paths | One | Two or more |
| Current | Same through every component | Divides among branches; total = sum of branch currents |
| Voltage | Divides across components proportional to resistance | Same across every branch |
| Total resistance | Sum of all resistances (always increases) | Less than the smallest branch resistance (always decreases) |
| Effect of one component failing open | Entire circuit stops (all current paths broken) | Only that branch stops; other branches keep working |
| Common real-world example | Old-style holiday light strings, some control circuits | Household branch circuit wiring, receptacles and lighting |
Common Mistakes
How This Changed: NEC 2020 → 2023 → 2026
Ohm's Law itself is a physical law, not a code rule, so it hasn't "changed" across NEC editions — but several NEC sections that depend on it for conductor sizing and temperature behavior have been renumbered and revised across recent cycles, and it's worth knowing where to find them in whichever edition your jurisdiction currently enforces.
Between the 2020 and 2023 editions, temperature correction factors for conductor ampacity — which matter because a conductor's resistance, and therefore its I²R heating and voltage drop, changes with temperature — moved from 310.15(B)(1) to 310.15(C)(1), and the current-carrying-conductor (CCC) adjustment factors moved to Table 310.15(C)(3)(a). Parallel conductor rules, relevant any time Ohm's Law-based current calculations lead you to split a large load across multiple conductor sets, moved from 310.10(H) to 310.10(G). These are renumbering changes rather than changes to the underlying physics — the math you practiced in this article works the same way regardless of which subsection number the code currently uses.
Looking ahead, the 2026 NEC cycle renumbers Article 220 load calculations to Article 120 and reduces the dwelling-unit general lighting load figure from 3 VA per square foot to 2 VA per square foot — a change that affects the wattage figures you'd plug into P = VI during a load calculation, even though it doesn't touch Ohm's Law itself. For everything beyond what's summarized here, treat this as a topic that sees incremental numbering and value updates across code cycles, and always verify the exact current wording and table values against the edition your jurisdiction has adopted before you rely on them for real work.
Frequently Asked Questions
Do I need calculus or advanced math to use Ohm's Law on the exam?
No. Every Ohm's Law and power formula question on a journeyman or master exam is solvable with basic arithmetic — multiplication, division, and occasionally simple fractions for parallel resistance. The hard part is usually picking the right form of the formula and keeping units straight, not the arithmetic itself.
Why does my calculated parallel resistance always come out smaller than every individual resistor?
Because adding more paths for current always makes it easier, overall, for current to flow — that's the physical meaning of "parallel." If your answer for total parallel resistance is larger than the smallest individual resistor, you've made a calculation error; go back and recheck your reciprocal math.
Is P = VI still valid for AC circuits with motors and other reactive loads?
P = VI gives you "apparent power," measured in volt-amps (VA), which is accurate for purely resistive loads. For reactive AC loads like motors, the true usable power (in watts) is somewhat less than V × I due to power factor. For most branch-circuit-level exam questions, you can treat loads as resistive unless the question specifically introduces power factor.
What's the practical difference between resistance and impedance?
Resistance (R) opposes current flow the same way regardless of whether the circuit is AC or DC. Impedance (Z) is the AC-specific total opposition to current, which includes resistance plus reactance from coils and capacitors. For purely resistive circuits, Z and R are the same number; for motors, transformers, and similar equipment, they are not.
Why does current matter more than voltage for how dangerous a shock is?
The physiological effect of an electric shock is driven primarily by the amount of current passing through the body, not the voltage alone. Voltage matters because it's what pushes current through the body's resistance (V = IR), but two situations with the same voltage can produce very different currents — and very different outcomes — depending on skin resistance, moisture, and the path current takes through the body.
How does Ohm's Law relate to why long circuit runs need bigger wire?
A longer conductor has more resistance, since resistance increases with length. By V = IR, more resistance at a given current means more voltage is dropped in the wire itself before it ever reaches the load, which is exactly what a voltage drop calculation measures. Increasing the conductor's cross-sectional area (a bigger wire gauge) lowers its resistance and reduces that drop, which is why long runs often need to be upsized beyond what ampacity alone would require.
Can I use Ohm's Law to estimate a motor's approximate running current from its horsepower rating?
Roughly, yes, if you convert horsepower to watts and know the voltage — but for real motor circuit work, always use the NEC's standardized motor full-load current tables rather than a raw Ohm's Law estimate, because those tables already account for typical motor efficiency and power factor. See the motor circuits article for the full method.
Why do my series-circuit voltage drops sometimes not add up exactly to the source voltage?
If your voltage drops don't sum to the source voltage, it's almost always a rounding or arithmetic error somewhere in the chain — recheck each individual V = IR calculation. In a real (non-ideal) series circuit, the drops will always sum exactly to the source voltage; that's Kirchhoff's Voltage Law, and it's a hard rule, not an approximation.
Does the water-pipe analogy break down anywhere?
It's a good teaching tool but isn't perfect — for instance, it doesn't naturally represent AC's back-and-forth direction reversal, and it doesn't capture reactance or power factor at all. Use it to build intuition for basic V/I/R relationships in resistive DC-style circuits, but don't lean on it once you're working with motors, capacitors, or AC-specific behavior.
Key Terms
- Voltage (V): The electrical pressure or push that causes current to flow, measured in volts.
- Current (I): The rate of electron flow through a circuit, measured in amperes (amps).
- Resistance (R): Opposition to current flow in a DC or purely resistive circuit, measured in ohms.
- Impedance (Z): The total AC opposition to current flow, combining resistance and reactance; used in place of R for reactive AC loads.
- RMS voltage: The effective value of an AC voltage waveform, equivalent to the DC voltage that would deliver the same heating power; this is what meters and nameplates report.
- Power factor: A measure of how effectively AC voltage and current combine to produce usable power in a circuit with reactance, expressed as a number from 0 to 1.
Keep Practicing
Ohm's Law is the foundation everything else in this trade is built on, so it's worth practicing until the three formula forms feel automatic. Test yourself with the Ohm's Law practice test, then see how this same math shows up in real applications with the voltage drop calculator, the ampacity calculator, and the motor sizing calculator. When you're ready to connect this to full NEC-based problems, work through the voltage drop calculations quiz and browse more theory articles under Basic Electrical Theory and NEC Code.
This article is a study aid to help you understand and practice electrical theory concepts. It is not a substitute for the official NEC or your local jurisdiction's amendments. Always verify current requirements, exact table values, and subsection numbering against the official code edition adopted in your area before applying them to real work.