IN THIS LESSON

Welcome back to the journey, scholar!

If you tackled Module 1, you’ve already taken your first step into the world of variables and expressions. You’re starting to see that math isn’t just a list of chores: it’s a language. But before we can write poetry in this language, we need to understand the "alphabet" (our number system) and the "grammar" (the order of operations).

Does math ever feel like a disorganized junk drawer to you? You open it up, and there are numbers everywhere: fractions, decimals, negative signs, and weird symbols like $\pi$. It can feel overwhelming, like you’re trying to build a skyscraper on shifting sand. We’ve all been there, staring at a complex equation and feeling that "math freeze" take over.

At Light University, we believe that clarity is the antidote to anxiety. Today, we’re going to organize that junk drawer. We’re going to give you a map of every number you’ll ever encounter in Algebra 1, and then we’re going to master the "Rules of the Road" so you never have to guess which step comes next.

[HERO] Algebra 1 Module 2: The Real Number System & Order of Operations

Algebra 1 Module 2: The Real Number System & Order of Operations

Welcome back to the journey, scholar! If you tackled Module 1, you’ve already taken your first step into the world of variables and expressions. You’re starting to see that math isn’t just a list of chores: it’s a language. But before we can write poetry in this language, we need to understand the "alphabet" (our number system) and the "grammar" (the order of operations).

Does math ever feel like a disorganized junk drawer to you? You open it up, and there are numbers everywhere: fractions, decimals, negative signs, and weird symbols like $\pi$. It can feel overwhelming, like you’re trying to build a skyscraper on shifting sand. We’ve all been there, staring at a complex equation and feeling that "math freeze" take over.

At Light University, we believe that clarity is the antidote to anxiety. Today, we’re going to organize that junk drawer. We’re going to give you a map of every number you’ll ever encounter in Algebra 1, and then we’re going to master the "Rules of the Road" so you never have to guess which step comes next.

Part 1: The Map of the Real Number System

Think of the Real Number System as a set of nesting dolls. Each category fits inside the next, getting broader and more inclusive as you go. Understanding where a number "lives" helps you understand how it behaves.

1. Natural Numbers

These are the "counting numbers." Think of a child learning to count: 1, 2, 3, 4... They are the most basic, intuitive numbers in existence.

  • Examples: $1, 5, 100, 1,000,000$.

2. Whole Numbers

Take the Natural numbers and add exactly one thing: Zero. It seems simple, but the invention of zero was a massive leap for humanity.

  • Examples: $0, 1, 2, 3...$

3. Integers

Now we head below sea level. Integers include all the Whole numbers and their opposites (the negatives). This is where we start talking about debt, temperature, and direction.

  • Examples: $-3, -2, -1, 0, 1, 2, 3$.

4. Rational Numbers

This is where students often start to feel the "burnout." Rational numbers are any numbers that can be written as a fraction (a ratio). If you can write it as $a/b$ (where $b$ isn't zero), it’s rational. This includes terminating decimals (like 0.5) and repeating decimals (like 0.333...).

  • Examples: $1/2, -3/4, 0.25, 5$ (because 5 can be written as $5/1$).

5. Irrational Numbers

These are the rebels. They cannot be written as a simple fraction. Their decimal forms go on forever without ever settling into a repeating pattern. They are literally "not rational."

  • Examples: $\pi$ (Pi), $\sqrt{2}$, and any non-perfect square root.

6. Real Numbers

When you put the Rationals and the Irrationals together in one big bucket, you get the Real Number System. If it can be placed on a continuous number line, it’s a Real number.

Pro-Tip for Tutors: When helping students classify numbers, always tell them to simplify the number first. $\sqrt{25}$ looks like an irrational radical, but it simplifies to 5: making it a Natural, Whole, Integer, and Rational number!


Part 2: The Rules of the Road (Order of Operations)

Imagine you’re following a recipe for a cake. If you put the frosting in the oven and then try to stir in the raw eggs after it's baked, you’re going to have a disaster. Math is the same way. The order in which you perform operations changes the outcome entirely.

You’ve likely heard of PEMDAS (Parentheses, Exponents, Multiplication, Division, Addition, Subtraction). Some call it GEMS (Groupings, Exponents, Multiplication/Division, Subtraction/Addition). Whatever acronym you use, the logic remains the same.

The "Left-to-Right" Trap

This is where 90% of mistakes happen. Multiplication and Division are "equal" partners. You don't always do multiplication first; you do whichever one appears first as you read the problem from left to right. The same goes for Addition and Subtraction.

Let’s look at a complex example: $$10^2 - 4(5 + 2^3) \div 2$$

Step 1: Grouping Symbols (Parentheses) Inside the parentheses, we have $5 + 2^3$. But wait! Inside the group, we still have to follow the order. So, we do the exponent first.

  • $2^3 = 8$
  • The expression becomes: $10^2 - 4(5 + 8) \div 2$
  • Now finish the group: $5 + 8 = 13$
  • Expression: $10^2 - 4(13) \div 2$

Step 2: Exponents

  • $10^2 = 100$
  • Expression: $100 - 4(13) \div 2$

Step 3: Multiplication and Division (Left to Right) We see multiplication ($4 \times 13$) first.

  • $4 \times 13 = 52$
  • Expression: $100 - 52 \div 2$ Next, the division:
  • $52 \div 2 = 26$
  • Expression: $100 - 26$

Step 4: Addition and Subtraction

  • $100 - 26 = 74$

Study Skill: The Power of Active Recall

We’ve all been there: you read the textbook, you highlight the formulas, you feel like you "get it," and then the test starts and your mind goes blank. Why? Because highlighting is passive.

To truly master Algebra, you need Active Recall. Instead of looking at your notes to remember the difference between a Rational and Irrational number, cover your notes and try to explain it out loud to an imaginary student. If you stumble, that’s where your "knowledge gap" is.

At Light University, we encourage students to use "Brain Dumps." Before you start a practice set, take a blank piece of paper and write down everything you remember about the topic in 2 minutes. This forces your brain to "retrieve" the info, which strengthens the neural pathways much more than just re-reading.

Check out our classroom resources for more ways to build these study habits!


Practice Problems: Test Your Mastery

Don't just read: do! Grab a pencil and try these 5 problems.

  1. Classification: Which of the following sets does $-7$ belong to? (Select all that apply: Natural, Whole, Integer, Rational, Irrational, Real).
  2. Classification: Is $\sqrt{49}$ a Rational or Irrational number? Explain why.
  3. Computation: Simplify $15 - 3 \times 2 + 10$.
  4. Computation: Simplify $4^2 + [12 \div (8 - 5)]$.
  5. Challenge: Simplify $\frac{2(3+1)^2}{4} - 5$.

Answers and Detailed Explanations

1. Classification of -7

  • Answer: Integer, Rational, Real.
  • Explanation: It’s not Natural or Whole because those don't include negatives. It is an Integer because it's a "whole" negative number. It's Rational because it can be written as $-7/1$. And it's Real because it exists on the number line.

2. Is $\sqrt{49}$ Rational or Irrational?

  • Answer: Rational.
  • Explanation: Don't let the radical sign fool you! $\sqrt{49}$ simplifies perfectly to $7$. Since $7$ is a terminating number that can be written as $7/1$, it is Rational.

3. $15 - 3 \times 2 + 10$

  • Answer: 19.
  • Explanation:
    • Multiply first: $3 \times 2 = 6$.
    • The expression is now $15 - 6 + 10$.
    • Now, go left to right. $15 - 6 = 9$.
    • $9 + 10 = 19$.
    • Common mistake: If you did $15 - 6 = 9$ and then accidentally subtracted the 10, you’d be off track!

4. $4^2 + [12 \div (8 - 5)]$

  • Answer: 20.
  • Explanation:
    • Nested groups first: $(8 - 5) = 3$.
    • Now the outer bracket: $[12 \div 3] = 4$.
    • Now the exponent: $4^2 = 16$.
    • Final add: $16 + 4 = 20$.

5. $\frac{2(3+1)^2}{4} - 5$

  • Answer: 3.
  • Explanation:
    • Parentheses: $(3 + 1) = 4$.
    • Exponent: $4^2 = 16$.
    • Multiply: $2 \times 16 = 32$.
    • Divide: $32 / 4 = 8$.
    • Subtract: $8 - 5 = 3$.

Your Path Forward

You just mastered the foundational architecture of Algebra. By understanding the Real Number System, you know what tools are in your kit. By mastering the Order of Operations, you know how to use those tools without making "unforced errors."

This is how excellence is built: one brick at a time. Whether you are a student aiming for that A+ or a tutor looking to inspire the next generation, remember that math is about more than just numbers; it's about developing a mind that can navigate complexity with ease.

Ready for more? Dive into our Heart of Algebra section to see how these basics transform into powerful equations.

Keep pushing, keep questioning, and keep shining. We'll see you in Module 3: Solving One-Step Equations!


Interested in joining our mission? Light University is growing! Check out our careers page to see how you can help us redefine education for the 21st century.

  • Our downloads have everything you need to supplement this course.