Skip to content
Parallax Learn

Parallax Learn

  • Welcome
  • Tutorials
        • Tutorial Series head tag

          Tutorial Series
        • Tutorial Series

          The special, classroom-ready series pages are organized collections of tutorials for our most popular hardware and/or languages. The tutorials for each topic are conveniently accessible from a single page, shown in the order it is recommended that they be completed.
        • Robotics Series Head tag

          Robotics Series
        • Robotics Series

          • Artificial Intelligence
          • Cybersecurity: Radio Data tutorialCybersecurity
          • cyber:bot + Python
          • cyber:bot + MakeCode
          • Boe-Bot Tutorial SeriesBoe-Bot
          • Arduino Shield-Bot
          • ActivityBot with C TutorialsActivityBot + C
          • ActivityBot with BlocklyProp Tutorial SeriesActivityBot + BlocklyProp
          • Scribbler 3 Tutorial SeriesScribbler 3
        • Electronics & Programming Series Head tag

          Electronics & Programming Series
          • BS2 Board of Education Tutorial SeriesBS2 Board of Education
          • Propeller C-Language BasicsPropeller C Basics
          • FLiP Try-It Kit C Tutorial SeriesFLiP Try-It Kit + C
          • FLiP Try-It Kit BlocklyProp TutorialsFLiP Try-It Kit + BlocklyProp
          • Badge WX Tutorial SeriesBadge WX
          • Propeller BlocklyProp Basics and ProjectsPropeller BlocklyProp Basics
          • View All Tutorial Series »
        • Browse Tutorials
        • Browse Tutorials

          Individual tutorials sorted by robot or kit, and language.
        • By Robot or Kit
          • ActivityBot
          • SumoBot WX
          • Boe-Bot
          • Shield-Bot
          • cyber:bot
          • Badge WX
          • ELEV-8
          • ARLO
        • By Language
        • By Language

          • Propeller C
          • Arduino
          • BlocklyProp
          • PBASIC
          • Python
          • MakeCode
          • View All Tutorials »
  • Educators
  • Reference
  • Downloads
  • Home
  • All Courses
  • Electrical Measurements

Electrical Measurements

Series vs. Parallel

Series vs. Parallel Resistance

Imagine you are inventing something, and your design needs a 1220 Ω resistor, or maybe a 500 Ω resistor, but your kit doesn’t have either of those!  Not to worry, you can combine resistors in various ways to get resistance values that are not in your kit.

Resistors can be connected end-to-end (in series) or side-by-side (in parallel).  Both series and parallel resistances can be boiled down to individual equivalent resistance values.  This section will show you how.

Series Resistors

When resistors are connected end-to-end, they are connected in series.  The total resistance is simply the sum of the resistors.  Just add them up, and that’s the resistance.  

For 2 resistors, that would be R = R1 + R2.  

Example: Calculate the resistance of a 220 Ω resistor in series with a 1000 Ω resistor.

Solution: R = 220 Ω + 1000 Ω = 1220 Ω.

If we have some number N of resistors, the total resistance would be R = R1 + R2 + … + RN.

Example: Calculate the resistance of three 220 Ω resistors in series.

Solution: R = R1 + R2 + … + RN = 220 Ω + 220 Ω + 220 Ω = 660 Ω

In this solution, since all the resistor values are the same, you could just multiply 220 x 3.

 

Parallel Resistors

Resistors can also be connected in parallel which is side-by-side, with only two connection points where all the resistor leads are connected.  (Remember, you can use a row-of-five sockets in the breadboard’s terminal strip to connect resistor leads together.)

In the special case of two resistors in parallel, the equation is R1 * R2 / (R1 + R2).  For more than two, the equation is 1/(1/R1 + 1/R2 + … + 1/RN).

Example: Calculate the resistance of two 1000 Ω resistors in parallel.
Solution: R = R1 x R2 / (R1 + R2) = (1000 x 1000) / (1000 + 1000) = 1,000,000 / 2000 = 500 Ω

Example: Calculate the resistance of three 1000 Ω resistors in parallel.
Solution R = 1 / (1/R1 + 1/R2 + …+ 1/RN) = 1 / (1/1000 + 1/1000 + 1/1000) = 1 / (3/1000) = 1000/3 ≈ 333 Ω.

 

Series Parallel Combinations

To figure out the equivalent resistance of a circuit with both series and parallel elements, calculate the equivalent resistance of a subcircuit that is either parallel or series first.  

For example, if one resistor is in series with a pair of parallel resistors, solve for those parallel resistors first.  After that, all that’s left is two resistors in series.

Another example, let’s say that one resistor is parallel to a pair of resistors in series.  In that case, solve for the series resistors first.  Then, all that’s left are two parallel resistors.

 

Your Turn – Series and Parallel Calculations

  • Calculate the resistance across each of these parallel and series combinations. 
  • Then, build each one on the breadboard and measure it with the CYBERscope to verify your results.

Series

  • 1000 Ω + 1000 Ω
  • 220 Ω + 220 Ω
  • 220 Ω + 220 Ω + 220 Ω

Parallel

  • 1000 Ω || 1000 Ω
  • 220 Ω || 220 Ω
  • 220 Ω || 220 Ω || 220 Ω

 


Printer-friendly version
How it Works
Prev
Review and Practice
Next

DISCUSSION FORUMS | PARALLAX INC. STORE

About | Terms of Use | Feedback: learn@parallax.com | Copyright©Parallax Inc. 2024

© 2025 Parallax Learn • Built with GeneratePress