Discover the building blocks of algebra! Learn to analyze expression components, apply algebraic properties, and transform expressions using systematic techniques that form the foundation of all algebraic thinking.
Every algebraic expression is composed of fundamental building blocks. Understanding these components is essential for manipulation and transformation.
Individual parts separated by + or - signs
Numerical factors multiplying variables
Parts that multiply together to form terms
The distributive law allows us to expand expressions and combine terms systematically.
a(b + c) = ab + ac
Multiply each term inside parentheses
Add coefficients of same variables
3x + 5x = 8x
Many expressions have recognizable patterns that can be transformed using specific formulas.
x² - 9 = (x - 3)(x + 3)
x² + 6x + 9 = (x + 3)²
=
=
A company produces a product with a cost function of 2x + 5 dollars per unit, where x represents the number of units. The selling price is 3x - 1 dollars per unit. Express the profit per unit and simplify the expression.
Problem 1:
Simplify: 4(x + 2) - 3(x - 1)
4(x + 2) - 3(x - 1)
= 4x + 8 - 3x + 3
= x + 11
Problem 2:
Identify the structure of: 9x² - 25
This is a difference of squares: (3x)² - 5²
= (3x - 5)(3x + 5)
Problem 3:
A rectangle has length (2x + 3) and width (x - 1). Find the perimeter and simplify.
Perimeter = 2(length + width)
= 2[(2x + 3) + (x - 1)]
= 2[3x + 2]
= 6x + 4