"How can algebraic expressions be used to represent and evaluate real-world situations?"
Translating words into mathematical symbols is a crucial first step in solving problems.
Verbal Phrase | Operation | Example |
---|---|---|
Sum, plus, more than, increased by | Addition (+) | The sum of a number and 5 → n + 5 |
Difference, minus, less than, decreased by | Subtraction (-) | 7 less than a number → x - 7 (Order matters!) |
Product, times, of | Multiplication (⋅, (), x) | The product of 4 and y → 4y |
Quotient, divided by, ratio of | Division (/, ÷) | The quotient of z and 10 → z / 10 |
Squared, to the power of 2 | Exponent (²) | A number squared → b² |
To evaluate an expression, substitute the given numbers for the variables and simplify using the Order of Operations.
Evaluate 3x² - |y - 10|
when x = -2
and y = 4
.
3(-2)² - |4 - 10|
3(-2)² - |-6|
→ 3(-2)² - 6
3(4) - 6
12 - 6
6
These rules help simplify expressions with exponents. Assume a, b ≠ 0
.
Law | Rule | Example |
---|---|---|
Product of Powers | aᵐ ⋅ aⁿ = aᵐ⁺ⁿ |
x⁵ ⋅ x² = x⁵⁺² = x⁷ |
Quotient of Powers | aᵐ / aⁿ = aᵐ⁻ⁿ |
y⁸ / y³ = y⁸⁻³ = y⁵ |
Power of a Power | (aᵐ)ⁿ = aᵐⁿ |
(b⁴)² = b⁴*² = b⁸ |
Power of a Product | (ab)ᵐ = aᵐbᵐ |
(2z)³ = 2³z³ = 8z³ |
Power of a Quotient | (a/b)ᵐ = aᵐ/bᵐ |
(c/5)² = c²/5² = c²/25 |
Zero Exponent | a⁰ = 1 |
(-5)⁰ = 1 |
Negative Exponent | a⁻ᵐ = 1/aᵐ |
d⁻³ = 1/d³ |