Learn on PengiOpenStax Algebra and TrigonometryChapter 1: Prerequisites

Lesson 1.1: Real Numbers: Algebra Essentials

In this Grade 7 math lesson from OpenStax Algebra and Trigonometry, Chapter 1: Prerequisites, students learn to classify real numbers as natural, whole, integer, rational, or irrational numbers. The lesson also covers performing calculations using order of operations, applying properties of real numbers such as commutative, associative, distributive, inverse, and identity properties, and simplifying algebraic expressions. These foundational concepts establish the prerequisite knowledge students need for further study of algebra and trigonometry.

Section 1

📘 Real Numbers: Algebra Essentials

New Concept

Welcome to the foundation of algebra!
We'll explore the real number system, learning to classify numbers, perform calculations using the order of operations, and use key properties to simplify and evaluate algebraic expressions.

What’s next

You'll start by classifying numbers, then dive into interactive examples on the order of operations. Get ready for practice cards to master simplifying expressions!

Section 2

Sets of Numbers

Property

The set of natural numbers includes the numbers used for counting: {1, 2, 3, …}.
The set of whole numbers is the set of natural numbers plus zero: {0, 1, 2, 3, …}.
The set of integers adds the negative natural numbers to the set of whole numbers: {…, -3, -2, -1, 0, 1, 2, 3, …}.
The set of rational numbers includes fractions written as {mnm and n are integers and n0}\{\frac{m}{n} | m \text{ and } n \text{ are integers and } n \neq 0\}.
The set of irrational numbers is the set of numbers that are not rational, are nonrepeating, and are nonterminating: {hh | hh is not a rational number}.

Examples

  • Classify 64\sqrt{64}: This simplifies to 88. So, it is a natural number (N), whole number (W), integer (I), and rational number (Q).
  • Classify 143\frac{14}{3}: As a fraction of integers, it is a rational number (Q). As a decimal, it is 4.666...4.666..., which is a repeating decimal.
  • Classify 13\sqrt{13}: This cannot be simplified to a whole number or a fraction of integers, so it is an irrational number (Q').

Explanation

Think of number sets like nesting dolls. Naturals fit inside wholes, which fit inside integers, which fit inside rationals. Irrationals are a separate group, and all of them together form the real numbers.

Section 3

Order of Operations

Property

Operations in mathematical expressions must be evaluated in a systematic order, which can be simplified using the acronym PEMDAS:

  • P (arentheses)
  • E (xponents)
  • M (ultiplication) and D (ivision)
  • A (ddition) and S (ubtraction)

To simplify an expression using the order of operations:

  1. Simplify any expressions within grouping symbols.
  2. Simplify any expressions containing exponents or radicals.
  3. Perform any multiplication and division in order, from left to right.
  4. Perform any addition and subtraction in order, from left to right.

Examples

  • Evaluate (43)25(4+2)(4 \cdot 3)^2 - 5(4 + 2):

First, solve inside parentheses to get (12)25(6)(12)^2 - 5(6). Then, handle the exponent: 1445(6)144 - 5(6).
Next, multiply: 14430144 - 30.
Finally, subtract to get 114114.

  • Evaluate 4265+215\frac{4^2 - 6}{5} + \sqrt{21 - 5}:

Simplify the numerator and under the radical first: 1665+16=105+4\frac{16 - 6}{5} + \sqrt{16} = \frac{10}{5} + 4.
Then divide: 2+4=62 + 4 = 6.

  • Evaluate 15610+4(52)15 - |6 - 10| + 4(5 - 2):

Handle absolute value and parentheses: 154+4(3)=154+1215 - |-4| + 4(3) = 15 - 4 + 12.
Add and subtract from left to right: 11+12=2311 + 12 = 23.

Section 4

Properties of Real Numbers

Property

Commutative Property: a+b=b+aa + b = b + a (Addition); ab=baa \cdot b = b \cdot a (Multiplication)
Associative Property: a+(b+c)=(a+b)+ca + (b + c) = (a + b) + c (Addition); a(bc)=(ab)ca(bc) = (ab)c (Multiplication)
Distributive Property: a(b+c)=ab+aca \cdot (b + c) = a \cdot b + a \cdot c
Identity Property: a+0=aa + 0 = a (Additive Identity); a1=aa \cdot 1 = a (Multiplicative Identity)
Inverse Property: a+(a)=0a + (-a) = 0 (Additive Inverse); a(1a)=1a \cdot (\frac{1}{a}) = 1 for a0a \neq 0 (Multiplicative Inverse)

Examples

  • Simplify 49+414 \cdot 9 + 4 \cdot 1: Using the distributive property, this becomes 4(9+1)=410=404 \cdot (9 + 1) = 4 \cdot 10 = 40.
  • Simplify (15+7)+(7)(15 + 7) + (-7): Using the associative property of addition, this is 15+[7+(7)]=15+0=1515 + [7 + (-7)] = 15 + 0 = 15.
  • Simplify 38(5683)\frac{3}{8} \cdot (\frac{5}{6} \cdot \frac{8}{3}): Use the commutative and associative properties to regroup: (3883)56=156=56(\frac{3}{8} \cdot \frac{8}{3}) \cdot \frac{5}{6} = 1 \cdot \frac{5}{6} = \frac{5}{6}.

Explanation

These properties are the fundamental rules that let you legally rearrange, regroup, and rewrite expressions. They are the 'why' behind the algebraic steps you take to simplify problems and solve equations.

Section 5

Evaluating Algebraic Expressions

Property

An algebraic expression is a collection of constants and variables joined by algebraic operations.
To evaluate an algebraic expression, replace each variable in the expression with its given value, then simplify the resulting expression using the order of operations.

Examples

  • Evaluate 4y94y - 9 for y=5y = 5: Substitute 55 for yy to get 4(5)9=209=114(5) - 9 = 20 - 9 = 11.
  • Evaluate x+7x2\frac{x+7}{x-2} for x=5x=5: Substitute 55 for xx to get 5+752=123=4\frac{5+7}{5-2} = \frac{12}{3} = 4.
  • Evaluate a2+2b2\sqrt{a^2 + 2b^2} for a=4a = 4 and b=3b = 3: Substitute the values to get 42+2(32)=16+2(9)=16+18=34\sqrt{4^2 + 2(3^2)} = \sqrt{16 + 2(9)} = \sqrt{16 + 18} = \sqrt{34}.

Explanation

Evaluating an expression is like using a recipe. The expression is the formula, the variables are the ingredients, and the given values are the specific amounts you must plug in to find the final result.

Section 6

Simplifying Algebraic Expressions

Property

To simplify an algebraic expression, use the properties of real numbers to make it easier to evaluate.
The goal is to combine like terms.
Use the commutative property to reorder terms and the distributive property to remove parentheses.
The simplified expression is equivalent to the original.

Examples

  • Simplify 7x4y+2x+6y7x - 4y + 2x + 6y: Reorder to get 7x+2x4y+6y7x + 2x - 4y + 6y. Combine like terms to get 9x+2y9x + 2y.
  • Simplify 5(a3)+2a5(a - 3) + 2a: Use the distributive property to get 5a15+2a5a - 15 + 2a. Combine like terms to get 7a157a - 15.
  • Simplify (6m12n)(2m+32n)(6m - \frac{1}{2}n) - (2m + \frac{3}{2}n): Distribute the negative to get 6m12n2m32n6m - \frac{1}{2}n - 2m - \frac{3}{2}n. Combine like terms to get 4m2n4m - 2n.

Explanation

Simplifying an expression is like tidying up a messy room. You group similar items (like terms) together to make the expression cleaner and easier to understand, without changing its actual value.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 1: Prerequisites

  1. Lesson 1Current

    Lesson 1.1: Real Numbers: Algebra Essentials

  2. Lesson 2

    Lesson 1.2: Exponents and Scientific Notation

  3. Lesson 3

    Lesson 1.3: Radicals and Rational Exponents

  4. Lesson 4

    Lesson 1.4: Polynomials

  5. Lesson 5

    Lesson 1.5: Factoring Polynomials

  6. Lesson 6

    Lesson 1.6: Rational Expressions

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Real Numbers: Algebra Essentials

New Concept

Welcome to the foundation of algebra!
We'll explore the real number system, learning to classify numbers, perform calculations using the order of operations, and use key properties to simplify and evaluate algebraic expressions.

What’s next

You'll start by classifying numbers, then dive into interactive examples on the order of operations. Get ready for practice cards to master simplifying expressions!

Section 2

Sets of Numbers

Property

The set of natural numbers includes the numbers used for counting: {1, 2, 3, …}.
The set of whole numbers is the set of natural numbers plus zero: {0, 1, 2, 3, …}.
The set of integers adds the negative natural numbers to the set of whole numbers: {…, -3, -2, -1, 0, 1, 2, 3, …}.
The set of rational numbers includes fractions written as {mnm and n are integers and n0}\{\frac{m}{n} | m \text{ and } n \text{ are integers and } n \neq 0\}.
The set of irrational numbers is the set of numbers that are not rational, are nonrepeating, and are nonterminating: {hh | hh is not a rational number}.

Examples

  • Classify 64\sqrt{64}: This simplifies to 88. So, it is a natural number (N), whole number (W), integer (I), and rational number (Q).
  • Classify 143\frac{14}{3}: As a fraction of integers, it is a rational number (Q). As a decimal, it is 4.666...4.666..., which is a repeating decimal.
  • Classify 13\sqrt{13}: This cannot be simplified to a whole number or a fraction of integers, so it is an irrational number (Q').

Explanation

Think of number sets like nesting dolls. Naturals fit inside wholes, which fit inside integers, which fit inside rationals. Irrationals are a separate group, and all of them together form the real numbers.

Section 3

Order of Operations

Property

Operations in mathematical expressions must be evaluated in a systematic order, which can be simplified using the acronym PEMDAS:

  • P (arentheses)
  • E (xponents)
  • M (ultiplication) and D (ivision)
  • A (ddition) and S (ubtraction)

To simplify an expression using the order of operations:

  1. Simplify any expressions within grouping symbols.
  2. Simplify any expressions containing exponents or radicals.
  3. Perform any multiplication and division in order, from left to right.
  4. Perform any addition and subtraction in order, from left to right.

Examples

  • Evaluate (43)25(4+2)(4 \cdot 3)^2 - 5(4 + 2):

First, solve inside parentheses to get (12)25(6)(12)^2 - 5(6). Then, handle the exponent: 1445(6)144 - 5(6).
Next, multiply: 14430144 - 30.
Finally, subtract to get 114114.

  • Evaluate 4265+215\frac{4^2 - 6}{5} + \sqrt{21 - 5}:

Simplify the numerator and under the radical first: 1665+16=105+4\frac{16 - 6}{5} + \sqrt{16} = \frac{10}{5} + 4.
Then divide: 2+4=62 + 4 = 6.

  • Evaluate 15610+4(52)15 - |6 - 10| + 4(5 - 2):

Handle absolute value and parentheses: 154+4(3)=154+1215 - |-4| + 4(3) = 15 - 4 + 12.
Add and subtract from left to right: 11+12=2311 + 12 = 23.

Section 4

Properties of Real Numbers

Property

Commutative Property: a+b=b+aa + b = b + a (Addition); ab=baa \cdot b = b \cdot a (Multiplication)
Associative Property: a+(b+c)=(a+b)+ca + (b + c) = (a + b) + c (Addition); a(bc)=(ab)ca(bc) = (ab)c (Multiplication)
Distributive Property: a(b+c)=ab+aca \cdot (b + c) = a \cdot b + a \cdot c
Identity Property: a+0=aa + 0 = a (Additive Identity); a1=aa \cdot 1 = a (Multiplicative Identity)
Inverse Property: a+(a)=0a + (-a) = 0 (Additive Inverse); a(1a)=1a \cdot (\frac{1}{a}) = 1 for a0a \neq 0 (Multiplicative Inverse)

Examples

  • Simplify 49+414 \cdot 9 + 4 \cdot 1: Using the distributive property, this becomes 4(9+1)=410=404 \cdot (9 + 1) = 4 \cdot 10 = 40.
  • Simplify (15+7)+(7)(15 + 7) + (-7): Using the associative property of addition, this is 15+[7+(7)]=15+0=1515 + [7 + (-7)] = 15 + 0 = 15.
  • Simplify 38(5683)\frac{3}{8} \cdot (\frac{5}{6} \cdot \frac{8}{3}): Use the commutative and associative properties to regroup: (3883)56=156=56(\frac{3}{8} \cdot \frac{8}{3}) \cdot \frac{5}{6} = 1 \cdot \frac{5}{6} = \frac{5}{6}.

Explanation

These properties are the fundamental rules that let you legally rearrange, regroup, and rewrite expressions. They are the 'why' behind the algebraic steps you take to simplify problems and solve equations.

Section 5

Evaluating Algebraic Expressions

Property

An algebraic expression is a collection of constants and variables joined by algebraic operations.
To evaluate an algebraic expression, replace each variable in the expression with its given value, then simplify the resulting expression using the order of operations.

Examples

  • Evaluate 4y94y - 9 for y=5y = 5: Substitute 55 for yy to get 4(5)9=209=114(5) - 9 = 20 - 9 = 11.
  • Evaluate x+7x2\frac{x+7}{x-2} for x=5x=5: Substitute 55 for xx to get 5+752=123=4\frac{5+7}{5-2} = \frac{12}{3} = 4.
  • Evaluate a2+2b2\sqrt{a^2 + 2b^2} for a=4a = 4 and b=3b = 3: Substitute the values to get 42+2(32)=16+2(9)=16+18=34\sqrt{4^2 + 2(3^2)} = \sqrt{16 + 2(9)} = \sqrt{16 + 18} = \sqrt{34}.

Explanation

Evaluating an expression is like using a recipe. The expression is the formula, the variables are the ingredients, and the given values are the specific amounts you must plug in to find the final result.

Section 6

Simplifying Algebraic Expressions

Property

To simplify an algebraic expression, use the properties of real numbers to make it easier to evaluate.
The goal is to combine like terms.
Use the commutative property to reorder terms and the distributive property to remove parentheses.
The simplified expression is equivalent to the original.

Examples

  • Simplify 7x4y+2x+6y7x - 4y + 2x + 6y: Reorder to get 7x+2x4y+6y7x + 2x - 4y + 6y. Combine like terms to get 9x+2y9x + 2y.
  • Simplify 5(a3)+2a5(a - 3) + 2a: Use the distributive property to get 5a15+2a5a - 15 + 2a. Combine like terms to get 7a157a - 15.
  • Simplify (6m12n)(2m+32n)(6m - \frac{1}{2}n) - (2m + \frac{3}{2}n): Distribute the negative to get 6m12n2m32n6m - \frac{1}{2}n - 2m - \frac{3}{2}n. Combine like terms to get 4m2n4m - 2n.

Explanation

Simplifying an expression is like tidying up a messy room. You group similar items (like terms) together to make the expression cleaner and easier to understand, without changing its actual value.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 1: Prerequisites

  1. Lesson 1Current

    Lesson 1.1: Real Numbers: Algebra Essentials

  2. Lesson 2

    Lesson 1.2: Exponents and Scientific Notation

  3. Lesson 3

    Lesson 1.3: Radicals and Rational Exponents

  4. Lesson 4

    Lesson 1.4: Polynomials

  5. Lesson 5

    Lesson 1.5: Factoring Polynomials

  6. Lesson 6

    Lesson 1.6: Rational Expressions