ALG1-1.1

Real Numbers & Operations

Classify rational vs. irrational numbers, master signed-number arithmetic, read absolute value as distance, and name the property that justifies every step.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Real Numbers & Operations, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Algebra runs on numbers you already know, but it asks you to know them more precisely. Which numbers are rational? What exactly does a negative sign do when it sits in front of a parenthesis? Why is 9\lvert -9 \rvert equal to 99, and why does that make sense as a distance rather than as "drop the sign"? And when you rewrite 3(x+5)3(x+5) as 3x+153x+15, what gives you permission?

This lesson pulls those threads together. You will sort real numbers into the rational and irrational families, compute fluently with positives and negatives, treat absolute value as distance on a number line, and learn to name the commutative, associative, and distributive properties as the reasons behind your moves. Naming the reason is the habit that makes later work — combining like terms, solving equations, factoring — feel like logic instead of memorized tricks.

The Real Number System: Rational vs. Irrational

Every number you can locate on a number line is a real number. Real numbers split into exactly two non-overlapping groups.

A rational number can be written as a ratio ab\frac{a}{b} of two integers with b0b \neq 0. An irrational number cannot. That single definition drives everything else, including the decimal test: a decimal that terminates (like 0.3750.375) or repeats forever in a pattern (like 0.630.\overline{63}) is rational, while a decimal that runs forever with no repeating block is irrational.
SetExamplesNotes
Natural numbers1,2,3,1, 2, 3, \ldotsCounting numbers
Whole numbers0,1,2,0, 1, 2, \ldotsNaturals plus zero
Integers,2,1,0,1,2,\ldots, -2, -1, 0, 1, 2, \ldotsIncludes negatives
Rational34\frac{3}{4}, 6-6, 0.250.25, 0.30.\overline{3}, 49\sqrt{49}Ratio of integers
Irrationalπ\pi, 2\sqrt{2}, 20\sqrt{20}, 1.0100100011.010010001\ldotsNever a ratio of integers
The sets nest: every natural number is whole, every whole number is an integer, every integer is rational (write 6-6 as 61\frac{-6}{1}).

Two places students slip. First, a square root is not automatically irrational — 49=7\sqrt{49}=7 and 49=23\sqrt{\frac{4}{9}}=\frac{2}{3} are both rational. Only roots of non-perfect squares are irrational. Second, π3.14\pi \approx 3.14 and 227\frac{22}{7} are rational approximations of π\pi; π\pi itself is irrational.

Sums and products behave predictably. Rational plus rational is rational, and rational times rational is rational. But rational plus irrational is always irrational, and a nonzero rational times an irrational is always irrational. So 3+53+\sqrt{5} and 72\frac{\sqrt{7}}{2} are both irrational. Two irrationals, however, can combine into a rational: 22=2\sqrt{2}\cdot\sqrt{2}=2.

Computing with Signed Numbers

Think of a number line. Adding a positive moves right; adding a negative moves left.

For addition, when the signs match, add the absolute values and keep the shared sign: 8+(5)=13-8+(-5)=-13. When the signs differ, subtract the smaller absolute value from the larger and keep the sign of the number farther from zero: 8+5=3-8+5=-3, because 85=38-5=3 and 8-8 is farther from zero.

Subtraction is not a separate rule. Subtracting is adding the opposite: ab=a+(b)a-b=a+(-b). So 4(7)4-(-7) becomes 4+7=114+7=11. Rewriting every subtraction as addition removes most sign errors, especially in expressions like 3(10)=3+10=7-3-(-10)=-3+10=7.

Multiplication and division share one rule: an even number of negative factors gives a positive result, an odd number gives a negative one. So (2)(3)(4)=24(-2)(-3)(-4)=-24 (three negatives), while 364=9\frac{-36}{-4}=9.

A persistent trap is the difference between (4)2(-4)^2 and 42-4^2. Parentheses mean the negative is part of the base, so (4)2=(4)(4)=16(-4)^2=(-4)(-4)=16. Without parentheses, the exponent applies only to 44 and the negative is applied last: 42=16-4^2=-16. Calculators follow this same convention, so entering it carelessly produces the wrong sign.

Also watch the phrase "the opposite of xx." The expression x-x means the opposite of xx, not "a negative number." If x=6x=-6, then x=6-x=6. Variables carry their own signs, which is why you cannot assume x-x is negative — a misconception that causes real trouble when you start solving inequalities.

Absolute Value as Distance

The absolute value of a number is its distance from zero on the number line. Distance is never negative, so 9=9\lvert 9 \rvert = 9 and 9=9\lvert -9 \rvert = 9. Formally,x={xif x0xif x<0\lvert x \rvert = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}That second line looks strange at first: how can x-x be positive? If x=9x=-9, then x=(9)=9-x=-(-9)=9. The rule says "take the opposite," not "the answer is negative."

The distance idea extends to two points. The distance between aa and bb on a number line is ab\lvert a-b \rvert, and the order does not matter because ab=ba\lvert a-b \rvert = \lvert b-a \rvert. The distance between 7-7 and 55 is 75=12=12\lvert -7-5 \rvert = \lvert -12 \rvert = 12, and checking on a number line confirms twelve units. This interpretation is exactly what you will use later for absolute-value equations and for tolerance problems in science and manufacturing.

Two errors show up constantly. First, absolute value bars are grouping symbols: you must finish everything inside before applying them. 311=8=8\lvert 3-11 \rvert = \lvert -8 \rvert = 8, not 311=3113-11=3-11 with signs stripped early. Second, absolute value does not distribute over addition. 5+(9)=4=4\lvert 5+(-9) \rvert = \lvert -4 \rvert = 4, but 5+9=14\lvert 5 \rvert + \lvert -9 \rvert = 14. Those are different numbers, so a+b=a+b\lvert a+b \rvert = \lvert a \rvert + \lvert b \rvert is false in general.

Finally, a negative sign outside the bars survives: 6=6-\lvert -6 \rvert = -6. The bars make the inside positive; the outside sign then flips it.

Properties That Justify Each Step

In algebra, you are expected not just to get an answer but to say why each rewrite is legal. Three properties do most of that work.
PropertyAddition formMultiplication formWhat changes
Commutativea+b=b+aa+b=b+aab=baab=baOrder of terms or factors
Associative(a+b)+c=a+(b+c)(a+b)+c=a+(b+c)(ab)c=a(bc)(ab)c=a(bc)Grouping only
Identitya+0=aa+0=aa1=aa\cdot 1=aNothing (returns aa)
Inversea+(a)=0a+(-a)=0a1a=1a\cdot\frac{1}{a}=1, a0a\neq 0Produces the identity
The distributive property, a(b+c)=ab+aca(b+c)=ab+ac, is the only one that links the two operations, and it is the single most used property in the rest of this course. It works right to left too: 6x+6y=6(x+y)6x+6y=6(x+y) is the distributive property read backward, which is factoring.

A precise distinction students blur: commutative changes order, associative changes grouping. In (4+9)+1=(9+4)+1(4+9)+1=(9+4)+1 the parentheses stayed put and the terms swapped, so that is commutative. In (4+9)+1=4+(9+1)(4+9)+1=4+(9+1) nothing moved left or right, only the parentheses shifted, so that is associative.

Also know what these properties do not cover. Subtraction and division are neither commutative nor associative: 83388-3 \neq 3-8 and (12÷6)÷212÷(6÷2)(12\div 6)\div 2 \neq 12\div(6\div 2). This is another reason to convert subtraction into adding the opposite — once 838-3 is 8+(3)8+(-3), you may reorder freely, which is exactly the move that lets you rearrange and combine like terms in the next lessons.

Putting Classification and Computation Together

Problems in this unit often mix the two skills: compute a value, then say what kind of number it is.

Start by simplifying completely. 644\frac{\sqrt{64}}{-4} becomes 84=2\frac{8}{-4}=-2, which is an integer and therefore rational — even though it looked like a root problem. Conversely, 2+32+\sqrt{3} cannot be simplified further, and since a rational plus an irrational is irrational, the result is irrational.

When asked "which sets does this number belong to?", remember the nesting and list all of them. The number 5-5 is an integer, a rational number, and a real number, but it is not whole and not natural. The number 123\frac{12}{3} is secretly 44, so it is natural, whole, an integer, rational, and real. Always simplify before classifying — that is where most classification errors begin.

For "always, sometimes, never" statements, test with examples. "The sum of two irrational numbers is irrational" is only sometimes true: 2+(2)=0\sqrt{2}+(-\sqrt{2})=0 is rational, while 2+3\sqrt{2}+\sqrt{3} is irrational. "The product of a nonzero rational and an irrational is irrational" is always true. "An integer is sometimes irrational" is never true. Building a habit of hunting for a single counterexample is more reliable than trying to recall a memorized list.

When a problem asks you to justify steps, write the property name next to each line. Even one word — commutative, associative, distributive — communicates the reasoning, and it trains the writing style your teacher will expect when you start writing multi-step equation solutions.

Key terms

Real number.
Any number that corresponds to a point on the number line; the union of the rational and irrational numbers.
Rational number.
A number expressible as ab\frac{a}{b} where aa and bb are integers and b0b \neq 0; its decimal form terminates or repeats.
Irrational number.
A real number that cannot be written as a ratio of integers; its decimal expansion never terminates and never repeats, as with π\pi and 2\sqrt{2}.
Absolute value.
The distance of a number from zero on the number line, written x\lvert x \rvert; always zero or positive.
Additive inverse (opposite).
The number that adds with a given number to give 00; the opposite of aa is a-a, and a+(a)=0a+(-a)=0.
Commutative property.
Order of terms or factors may be changed without changing the result: a+b=b+aa+b=b+a and ab=baab=ba. It does not hold for subtraction or division.
Associative property.
Grouping of three or more terms or factors may be changed without changing the result: (a+b)+c=a+(b+c)(a+b)+c=a+(b+c) and (ab)c=a(bc)(ab)c=a(bc).
Distributive property.
Multiplication spreads across a sum or difference: a(b+c)=ab+aca(b+c)=ab+ac; read in reverse it is factoring.

Worked example

Simplify 2(59)+311÷4-2(5-9)+\lvert 3-11 \rvert \div 4, name the property used in the first rewrite, and classify the final answer.
Work inside grouping symbols first. Inside the parentheses, 59=5+(9)=45-9=5+(-9)=-4. Inside the absolute value bars, 311=3+(11)=83-11=3+(-11)=-8. The expression is now 2(4)+8÷4-2(-4)+\lvert -8 \rvert \div 4.

Apply the absolute value: 8=8\lvert -8 \rvert = 8, because 8-8 sits eight units from zero. The expression becomes 2(4)+8÷4-2(-4)+8\div 4.

Multiply and divide left to right. Two negative factors give a positive product, so 2(4)=8-2(-4)=8. Then 8÷4=28\div 4=2. Now add: 8+2=108+2=10.

For the property question, notice there is a second legal route through the first step. Instead of subtracting inside the parentheses, distribute: 2(59)=(2)(5)+(2)(9)=10+18=8-2(5-9)=(-2)(5)+(-2)(-9)=-10+18=8. That rewrite is the distributive property, and it produces the same 88, which is a good check on your sign work.

Finally, classify 1010. It is a counting number, so it is natural, whole, an integer, rational (it equals 101\frac{10}{1}), and real. It is not irrational.

The most common slip here is writing 311=311=8\lvert 3-11 \rvert = \lvert 3 \rvert - \lvert 11 \rvert = -8. Absolute value bars group; finish the subtraction inside first, then take the distance.

Practice questions

Which of the following numbers is irrational?
  1. 16\sqrt{16}
  2. 0.1212120.121212\ldots
  3. 20\sqrt{20}
  4. 73-\frac{7}{3}

Answer: 20\sqrt{20}

16=4\sqrt{16}=4, an integer, so it is rational. The decimal 0.1212120.121212\ldots repeats the block 1212 forever, so it equals 1299=433\frac{12}{99}=\frac{4}{33} and is rational. 73-\frac{7}{3} is already a ratio of integers. But 2020 is not a perfect square, so 20=25\sqrt{20}=2\sqrt{5} has a nonterminating, nonrepeating decimal and is irrational. The lesson: check whether the radicand is a perfect square before assuming a root is irrational.
Find the distance between 7-7 and 55 on the number line using absolute value, and explain why computing 5(7)\lvert 5-(-7) \rvert gives the same result as 75\lvert -7-5 \rvert.

Answer: The distance is 1212.

Using ab\lvert a-b \rvert: 75=12=12\lvert -7-5 \rvert = \lvert -12 \rvert = 12. Reversing the order, 5(7)=5+7=125-(-7)=5+7=12, so 12=12\lvert 12 \rvert = 12 as well. The two subtractions produce opposite numbers, 12-12 and 1212, and opposites are the same distance from zero, so their absolute values match. This is why distance does not depend on which point you name first — a fact you can confirm by counting seven units from 7-7 to 00 and five more from 00 to 55.
Name the property that justifies each rewrite: (a) (6+x)+4=(x+6)+4(6+x)+4=(x+6)+4, and (b) (x+6)+4=x+(6+4)(x+6)+4=x+(6+4).

Answer: (a) commutative property of addition; (b) associative property of addition

In (a), the parentheses stayed in the same position and the two terms inside traded places, so the order changed — that is the commutative property. In (b), nothing traded places; the terms stayed in the order xx, 66, 44 and only the parentheses shifted, so the grouping changed — that is the associative property. Together these two moves let you simplify the expression to x+10x+10, which is exactly the reasoning behind combining like terms in later lessons.

FAQ

Is zero a rational number?
Yes. Zero can be written as 01\frac{0}{1}, a ratio of two integers with a nonzero denominator, so it is rational. It is also a whole number, an integer, and a real number, but it is not a natural (counting) number, and it is never irrational.
Why is 2\sqrt{2} irrational but 9\sqrt{9} rational?
9=3\sqrt{9}=3 because 99 is a perfect square, and 33 is an integer, hence rational. The number 22 is not a perfect square, and it can be proven that no fraction of integers squares to exactly 22. So 2=1.41421356\sqrt{2}=1.41421356\ldots runs forever without repeating and is irrational.
What is the difference between 32-3^2 and (3)2(-3)^2?
In (3)2(-3)^2 the parentheses make 3-3 the base, so you multiply (3)(3)=9(-3)(-3)=9. In 32-3^2 only 33 is the base; you square first to get 99, then apply the negative, giving 9-9. Writing the parentheses explicitly whenever you mean a negative base prevents this very common sign error.
Can the answer to an absolute value expression ever be negative?
The value inside the bars becomes nonnegative, so x0\lvert x \rvert \geq 0 always. However, a negative sign written outside the bars still applies afterward: 6=6-\lvert -6 \rvert = -6. So the expression as a whole can be negative even though the absolute value itself is not.

Learn this with a teacher, not a page

The Crimsora tutor teaches Real Numbers & Operations live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.