Variables and What They Represent
A variable is a letter (like , , or ) that stands for a number we do not know yet, or a number that can change. Instead of writing “some number,” we just write a letter. The same letter always stands for the same value within one problem.
If a bag holds marbles and you add more, the bag now holds marbles. Here could be (giving ) or (giving )---the letter lets us describe every case at once.
Tip: A number written right next to a variable means multiply. So means “ times ,” never “forty-something.”
Expressions vs. Equations
An expression is a combination of numbers, variables, and operations with no equals sign, such as . An equation says two expressions are equal and does have an equals sign, such as . You simplify or evaluate an expression; you solve an equation.
Consider .
- [leftmargin=6mm,itemsep=1pt]
- A term is a piece separated by or signs: the terms are , , and .
- A coefficient is the number multiplied by a variable: is the coefficient of , and is the coefficient of .
- A constant is a term that is just a number, with no variable: here the constant is .
In : the terms are , , and . The coefficient of the first term is ; the coefficient of (the last term) is , because means . The constant is .
Tip: A lone variable like has a coefficient of , and has a coefficient of , even though the is invisible.
Writing Expressions from Word Phrases
Certain words signal each operation:
- [leftmargin=6mm,itemsep=1pt]
- Addition: sum, plus, more than, increased by, total
- Subtraction: difference, minus, less than, decreased by, fewer
- Multiplication: product, times, of, twice, double, triple
- Division: quotient, divided by, per, split equally
“The sum of a number and ” . “Three times a number” . “The quotient of a number and ” . “ more than twice a number” .
“ less than a number” means you start with the number and take away: , not . The number you subtract comes after the minus sign. Same idea with “more than”: “ more than ” is .
Order trap: “less than” and “subtracted from” reverse the order. “ less than ” is . Read carefully!
Evaluating Expressions by Substitution
To evaluate an expression, replace each variable with its given value and follow the order of operations (PEMDAS). Wrap negative values in parentheses so you do not lose a sign.
Evaluate when .
Evaluate when and .
Tip: Always put a substituted number in parentheses, especially a negative one. Writing keeps you from misreading .
The Properties of Operations
- [leftmargin=6mm,itemsep=2pt]
- Commutative (order can swap): and .
- Associative (regroup with parentheses): and .
- Distributive (multiply across a sum): .
- Identity (leaves a number unchanged): and .
shows the commutative property of addition. shows the associative property of multiplication. shows the distributive property. shows the identity property of multiplication.
Watch out: subtraction and division are not commutative or associative. , and .
Using the Distributive Property to Expand
To expand, multiply the number outside the parentheses by each term inside, keeping track of signs:
. . . (The negative multiplies both terms.)
Tip: A negative in front distributes to every term. Forgetting the second sign is the most common mistake---, not .
Combining Like Terms
Like terms have the exact same variable part (same letter, same power). You combine them by adding or subtracting their coefficients. Constants are like terms with each other. You may not combine terms with different variables.
(like terms: both have ). (combine the -terms; the stays). cannot be combined--- and are different variables.
Key idea: Only like terms combine. Add the coefficients but keep the variable the same: , never .
Simplifying: Distribute, Then Combine
To fully simplify an expression: first use the distributive property to remove any parentheses, then combine all like terms. Work carefully with signs at each step.
Simplify .
Simplify .
Notice multiplied both and , giving .
Tip: Distribute first, then combine. Line up like terms and watch every sign, especially after a minus sign in front of parentheses.
Going Deeper: Toward Real Algebra
A function is a rule that takes an input and produces exactly one output. Instead of naming the rule “the expression ,” we give it a name and write function notation: . Read this as “ of .” The letter inside the parentheses is the input; the whole symbol stands for the output. Note that does not mean times ---it is the single value the rule returns.
Let . To find , substitute for every and compute.
So . Likewise . Each input gives exactly one output.
A literal equation has several letters, and we solve for one of them in terms of the others. The strategy is the same as solving a numerical equation: use inverse operations to isolate the wanted letter, treating every other letter as if it were a known number.
The perimeter of a rectangle is . Solve for the width .
So . Now any values of and give directly, no re-solving needed.
An inequality uses , , , or instead of an equals sign, and describes a whole range of values. You solve it almost exactly like an equation---add, subtract, multiply, and divide on both sides---with one crucial exception: whenever you multiply or divide both sides by a negative number, you must reverse the inequality symbol.
Solve .
The solution is every number greater than . Check with : . ✓
Sign-flip trap: Adding or subtracting never changes the direction. Only multiplying or dividing by a negative flips to (or to ). Dividing by a positive leaves it alone.
The distributive property can be run backward. Factoring means pulling out a common factor shared by every term: . To factor, find the greatest common factor (GCF) of all the terms, write it outside the parentheses, and put what remains inside.
Expanding removes parentheses; factoring restores them.
To factor , the GCF of and is , so . Check by re-distributing: . ✓
Real problems become algebra in three moves: (1) let a letter stand for the unknown quantity; (2) translate each sentence into an expression or equation; (3) solve, then check the answer against the words. When two quantities are related, define both in terms of the same variable.
A shirt costs more than a hat. Together they cost . Find each price. Let be the hat's price; then the shirt costs .
The hat is and the shirt is . Check: . ✓
Many number patterns grow by the same amount each step. If a sequence starts at a first value and adds a fixed amount every term, the th term has a closed-form rule: (first term) . A closed form lets you jump straight to any term without listing them all.
The pattern starts at and adds each step. Its rule is
Check: gives ; gives . ✓ The th term is ---found instantly, with no counting.
Big picture: A formula, a function, and a pattern's closed form are all the same idea---a compact rule that turns any input into its output. Learning to build these rules is what algebra is really about.
Formulas, Proofs & Tips
What it means. A fixed order so every reader of an expression gets the same value.
Example. (multiply before adding), not .
Why it works. Multiplication is repeated addition and exponents are repeated multiplication, so each level is a shorthand for the one below it and must be unpacked first. Parentheses override the order by grouping explicitly.
Tip. Multiply/divide are one level worked left to right, and so are add/subtract. is , not .
What it means. Multiplying a sum multiplies each piece of it.
Example. .
Why it works. is added times. Regrouping those copies gives added times plus added times, i.e. . It is also the area of an rectangle split into two.
Tip. Distribute the sign too: . Run it backwards to factor.