01-01 - Algebraic Expressions

Phase: 1 | Subject: 01-01 Prerequisites: None for this subject Next subject: 01-02-linear-equations.md


Learning Objectives

By the end of this subject, you will be able to:

  1. Use variables and constants to represent real-world relationships algebraically
  2. Substitute values into expressions and evaluate them correctly
  3. Collect like terms to simplify expressions
  4. Expand brackets using the distributive law
  5. Factorise expressions by taking out common factors

Core Content

Variables and Constants

A variable is a symbol (usually a letter like x, y, or a) that stands for a number we don't know yet or that can change. A constant is a fixed number.

Example: The cost of hiring a bike is $10 plus $3 per hour. If h = hours, the cost C is:

C = 10 + 3h

Here, 10 and 3 are constants. h is a variable. C is also a variable (it depends on h).

Writing Expressions

Turn word problems into algebra by identifying quantities and operations.

Words Operation Expression
"sum of x and 5" + x + 5
"product of 7 and y" * 7y
"decrease n by 4" - n - 4
"quotient of t and 2" / t/2
"3 more than twice z" + then * 2z + 3

Substitution

Replace each variable with its given value and calculate using order of operations.

Example: If a = 4 and b = -2, find 3a^2 - 2b.

3a^2 - 2b = 3(4)^2 - 2(-2) = 3(16) + 4 = 48 + 4 = 52

Common mistake: Forgetting that 3a^2 means 3 * (a^2), not (3a)^2. If a = 4, 3a^2 = 3 * 16 = 48, but (3a)^2 = 12^2 = 144.

Like Terms

Like terms have exactly the same variable part (same letters raised to the same powers).

Collecting like terms: 7x + 3y - 2x + 5y = (7x - 2x) + (3y + 5y) = 5x + 8y

Expanding Brackets

The distributive law says: a(b + c) = ab + ac

⚠️ THIS IS CRITICAL — you will use the distributive law constantly throughout all of algebra and beyond. Every expansion, every factorisation, every time you simplify an expression, you're applying this law. Master it now.

Single bracket: 3(x + 4) = 3x + 12

Example with a negative: -2(5 - x) = -10 + 2x = 2x - 10

Be careful with negatives: -(x + 3) = -x - 3, not -x + 3.

Factorising (Common Factors)

Factorising is the reverse of expanding. Find the largest common factor (LCF) and divide each term by it.

Example: Factorise 6x^2 + 9x

  1. LCF of 6x^2 and 9x is 3x
  2. Divide each term by 3x: 6x^2 / 3x = 2x, 9x / 3x = 3
  3. Result: 3x(2x + 3)

Check: 3x(2x + 3) = 6x^2 + 9x [OK]

Example with negatives: Factorise -4xy + 8x

LCF is -4x: -4x(y - 2)

Always factor out the negative if the leading term is negative.



Key Terms

Worked Examples

Example 1: Simplify 4x + 7 - 2x + 3

Click for answer 2x + 10

Example 2: Expand and simplify 2(x - 3) + 4(2x + 1)

Click for answer 10x - 2

Example 3: If p = 5 and q = -3, find 2pq - p^2 + 3q

Click for answer -64


Quiz

Q1: What does the concept of Like terms primarily refer to in this subject?

A) The definition and application of Like terms B) A historical anecdote about Like terms C) A computational error related to Like terms D) A visual representation of Like terms

Correct: A)

Q2: What is the primary purpose of Answers?

A) It is primarily a historical notation system B) It replaces all other methods in this domain C) It is used to answers in mathematical analysis D) It is used only in advanced research contexts

Correct: C)

Q3: Which statement about Variables And Constants is TRUE?

A) Variables And Constants is mentioned only as a historical footnote B) Variables And Constants is a fundamental concept covered in this subject C) Variables And Constants is not related to this subject D) Variables And Constants is an advanced topic beyond this subject's scope

Correct: B)

Q4: Based on the worked examples in this subject, what is the correct result?

A) 3x(2x + 3) B) The inverse of the correct answer C) An unrelated numerical value D) A different result from a common mistake

Correct: A)

Q5: How are Variables And Constants and Writing Expressions related?

A) Variables And Constants and Writing Expressions are completely unrelated topics B) Variables And Constants is a special case of Writing Expressions C) Variables And Constants is the inverse of Writing Expressions D) Variables And Constants and Writing Expressions are closely related concepts

Correct: D)

Q6: What is a common pitfall when working with Substitution?

A) Substitution is always computed the same way in all contexts B) The main error with Substitution is using it when it is not needed C) A common mistake is confusing Substitution with a similar concept D) Substitution has no common misconceptions

Correct: C)

Q7: When should you apply Expanding Brackets?

A) Avoid Expanding Brackets unless explicitly instructed B) Expanding Brackets is not practically useful C) Apply Expanding Brackets to solve problems in this subject's domain D) Use Expanding Brackets only in pure mathematics contexts

Correct: C)

Practice Problems

  1. Simplify: 8y - 3 + 2y + 7
    Click for answer

10y + 4

2. Expand: 5(2a - 1)

Click for answer

10a - 5

3. Factorise: 12m + 18
Click for answer

6(2m + 3)

4. If x = 2 and y = -4, find 3xy + x^2
Click for answer

3(2)(-4) + 4 = -24 + 4 = -20

5. Simplify: -(3x - 7) + 2(x + 1)
Click for answer

-3x + 7 + 2x + 2 = -x + 9

Answers are provided above each problem so you can check your work immediately.


Summary

Key takeaways:


Pitfalls



Next Steps

Next up: 01-02-linear-equations.md