Fiveable

๐Ÿ“˜Intermediate Algebra Unit 1 Review

QR code for Intermediate Algebra practice questions

1.2 Integers

1.2 Integers

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“˜Intermediate Algebra
Unit & Topic Study Guides

Integers are the building blocks of algebra. They let you work with positive and negative values, understand absolute value, and perform arithmetic that carries through every topic you'll encounter later. If your integer skills are shaky, equations and expressions will be much harder than they need to be.

Integer concepts show up constantly in real-world contexts: temperature changes, profit and loss, elevation above and below sea level, and timelines. Getting comfortable with integers now connects abstract math to practical situations and sets you up for the rest of the course.

Integer Fundamentals

Simplification of absolute value expressions

Absolute value measures the distance of a number from 0 on the number line. Because distance is never negative, absolute value is always zero or positive.

The formal definition works in two pieces:

  • โˆฃaโˆฃ=a|a| = a if aโ‰ฅ0a \geq 0
  • โˆฃaโˆฃ=โˆ’a|a| = -a if a<0a < 0

That second rule trips people up. It doesn't mean the answer is negative. If a=โˆ’3a = -3, then โˆ’a=โˆ’(โˆ’3)=3-a = -(-3) = 3, which is positive. The negative sign just "flips" a negative input to its positive distance.

To simplify an expression inside absolute value bars, evaluate the inside first, then take the absolute value:

โˆฃ2โˆ’5โˆฃ=โˆฃโˆ’3โˆฃ=3|2 - 5| = |-3| = 3

Absolute value also connects to inequalities. For example, โˆฃxโˆฃ<5|x| < 5 means xx is less than 5 units from zero, which translates to โˆ’5<x<5-5 < x < 5.

Basic integer arithmetic operations

Addition: When both integers share the same sign, add their absolute values and keep the common sign.

  • 2+3=52 + 3 = 5
  • โˆ’4+(โˆ’6)=โˆ’10-4 + (-6) = -10

When the signs differ, subtract the smaller absolute value from the larger one and keep the sign of the number with the larger absolute value.

  • 5+(โˆ’2)=35 + (-2) = 3 (since โˆฃ5โˆฃ>โˆฃโˆ’2โˆฃ|5| > |-2|, the result is positive)
  • โˆ’7+3=โˆ’4-7 + 3 = -4 (since โˆฃโˆ’7โˆฃ>โˆฃ3โˆฃ|-7| > |3|, the result is negative)

Subtraction: Rewrite subtraction as adding the opposite, then follow the addition rules.

aโˆ’b=a+(โˆ’b)a - b = a + (-b)

  • 5โˆ’3=5+(โˆ’3)=25 - 3 = 5 + (-3) = 2
  • โˆ’4โˆ’(โˆ’2)=โˆ’4+2=โˆ’2-4 - (-2) = -4 + 2 = -2

Multiplication and Division: The sign rules are the same for both operations.

  • Same signs โ†’ positive result: 2ร—3=62 \times 3 = 6 and (โˆ’4)รท(โˆ’2)=2(-4) \div (-2) = 2
  • Different signs โ†’ negative result: โˆ’3ร—2=โˆ’6-3 \times 2 = -6 and 6รท(โˆ’3)=โˆ’26 \div (-3) = -2

A quick way to remember: count the negative signs. An even number of negatives gives a positive result; an odd number gives a negative result.

Complex integer expression simplification

When an expression combines several operations, use the order of operations (PEMDAS):

  1. Parentheses (innermost first)
  2. Exponents
  3. Multiplication and Division (left to right)
  4. Addition and Subtraction (left to right)

The distributive property lets you remove parentheses when a factor sits outside them:

a(b+c)=ab+aca(b + c) = ab + ac

For example: 2(3+4)=2ร—3+2ร—4=6+8=142(3 + 4) = 2 \times 3 + 2 \times 4 = 6 + 8 = 14

After distributing, combine like terms by adding or subtracting coefficients of terms that share the same variable and exponent:

  • 3x+2x=5x3x + 2x = 5x
  • โˆ’2yโˆ’5y=โˆ’7y-2y - 5y = -7y
Simplification of absolute value expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Absolute Value Inequalities

Applied Integer Concepts

Evaluation with integer values

To evaluate an expression for given integer values:

  1. Substitute each value into the expression, using parentheses around negative numbers to avoid sign errors.
  2. Simplify using the order of operations.

Example: Evaluate 2xโˆ’3y2x - 3y for x=โˆ’1x = -1 and y=2y = 2.

2(โˆ’1)โˆ’3(2)=โˆ’2โˆ’6=โˆ’82(-1) - 3(2) = -2 - 6 = -8

Putting parentheses around โˆ’1-1 is important here. Without them, it's easy to lose the negative sign.

Word problems to integer expressions

Translating a word problem into algebra takes two steps: identify what's unknown (assign it a variable), then match the words to operations.

Common keyword-to-operation translations:

  • Addition: sum, more than, increased by โ†’ x+5x + 5
  • Subtraction: difference, less than, decreased by โ†’ yโˆ’3y - 3
  • Multiplication: product, times, multiplied by โ†’ 2z2z
  • Division: quotient, divided by, ratio โ†’ wรท4w \div 4

Watch out for "less than" phrasing. "3 less than y" means yโˆ’3y - 3, not 3โˆ’y3 - y. The order flips from how you read it in English.

Simplification of absolute value expressions, Solve Absolute Value Inequalities ยท Intermediate Algebra

Real-world applications of integers

  • Temperature changes: A rise of 5ยฐC is +5+5; a drop of 3ยฐC is โˆ’3-3. If the temperature starts at โˆ’2-2ยฐC and rises 5ยฐC, you calculate โˆ’2+5=3-2 + 5 = 3ยฐC.
  • Elevation: Heights above sea level are positive; depths below are negative. A mountain peak at 1,500 m and a submarine at โˆ’200-200 m are 1,700 m apart in elevation.
  • Profit and loss: Profit is positive, loss is negative. If a company earns $10,000\$10{,}000 one quarter and loses $5,000\$5{,}000 the next, the net result is 10,000+(โˆ’5,000)=$5,00010{,}000 + (-5{,}000) = \$5{,}000.
  • Timelines: Dates before a reference point (BCE) can be represented with negative integers, and dates after (CE) with positive integers. The span from 500 BCE to 2023 CE covers about 2,523 years.
  • Coordinate plane: Integers mark points in two-dimensional space, with the x-axis and y-axis crossing at the origin (0,0)(0, 0).

Number Systems and the Real Number Line

Types of numbers

Integers are part of a larger family of number systems. Knowing where integers fit helps you understand what kinds of numbers you'll encounter as the course progresses.

  • Rational numbers can be written as a ratio of two integers (where the denominator isn't zero). Examples: 12\frac{1}{2}, โˆ’34-\frac{3}{4}, 0.750.75. Every integer is also rational because you can write it as a fraction over 1 (e.g., 5=515 = \frac{5}{1}).
  • Irrational numbers cannot be expressed as a ratio of two integers. Their decimal forms go on forever without repeating. Examples: ฯ€\pi, 2\sqrt{2}.
  • Real numbers include all rational and irrational numbers together. Every point on the number line corresponds to a real number.

The real number line

The real number line is a horizontal line that represents every real number as a point.

  • Integers are evenly spaced along the line.
  • Rational and irrational numbers fill the gaps between integers.
  • The line extends infinitely in both directions: negative to the left, positive to the right.
  • Numbers increase as you move right and decrease as you move left, which is useful for comparing values and understanding inequalities.