Introduction to Algebra

Study Sheet

Introduction to Algebra

Variables, expressions, properties, and simplifying

Variables and What They Represent

Concept
The Big Idea

A variable is a letter (like xx, nn, or yy) 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.

Example
Reading a Variable

If a bag holds nn marbles and you add 33 more, the bag now holds n+3n + 3 marbles. Here nn could be 55 (giving 88) or 1010 (giving 1313)---the letter lets us describe every case at once.

Tip

Tip: A number written right next to a variable means multiply. So 4x4x means “44 times xx,” never “forty-something.”

Expressions vs. Equations

Concept
Two Different Things

An expression is a combination of numbers, variables, and operations with no equals sign, such as 3x+73x + 7. An equation says two expressions are equal and does have an equals sign, such as 3x+7=193x + 7 = 19. You simplify or evaluate an expression; you solve an equation.

Concept
Vocabulary of an Expression

Consider  5x+2y8\ 5x + 2y - 8.

  • [leftmargin=6mm,itemsep=1pt]
  • A term is a piece separated by ++ or - signs: the terms are 5x5x, 2y2y, and 8-8.
  • A coefficient is the number multiplied by a variable: 55 is the coefficient of xx, and 22 is the coefficient of yy.
  • A constant is a term that is just a number, with no variable: here the constant is 8-8.
Example
Naming the Parts

In 7a3+a7a - 3 + a: the terms are 7a7a, 3-3, and aa. The coefficient of the first term is 77; the coefficient of aa (the last term) is 11, because aa means 1a1a. The constant is 3-3.

Tip

Tip: A lone variable like aa has a coefficient of 11, and x-x has a coefficient of 1-1, even though the 11 is invisible.

Writing Expressions from Word Phrases

Concept
Key Words

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
Example
Phrase to Expression

“The sum of a number and 66x+6\rightarrow x + 6. “Three times a number” 3x\rightarrow 3x. “The quotient of a number and 44x4\rightarrow \dfrac{x}{4}. “55 more than twice a number” 2x+5\rightarrow 2x + 5.

Example
The “Less Than” Order Trap

77 less than a number” means you start with the number and take 77 away: x7x - 7, not 7x7 - x. The number you subtract comes after the minus sign. Same idea with “more than”: “44 more than xx” is x+4x + 4.

Tip

Order trap: “less than” and “subtracted from” reverse the order. “33 less than nn” is n3n - 3. Read carefully!

Evaluating Expressions by Substitution

Concept
Substitute, Then Compute

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.

Example
Evaluating with a Positive Value

Evaluate 3x+53x + 5 when x=4x = 4.

3x+5=3(4)+5substitute=12+5=17multiply, then add\begin{aligned} 3x + 5 &= 3(4) + 5 &&\text{substitute}\\ &= 12 + 5 = 17 &&\text{multiply, then add} \end{aligned}
Example
Evaluating with an Integer

Evaluate 2ab2a - b when a=3a = -3 and b=5b = 5.

2ab=2(3)5substitute with parentheses=65=11multiply, then subtract\begin{aligned} 2a - b &= 2(-3) - 5 &&\text{substitute with parentheses}\\ &= -6 - 5 = -11 &&\text{multiply, then subtract} \end{aligned}
Tip

Tip: Always put a substituted number in parentheses, especially a negative one. Writing 2(3)2(-3) keeps you from misreading 232-3.

The Properties of Operations

Concept
Four Properties to Know
  • [leftmargin=6mm,itemsep=2pt]
  • Commutative (order can swap): a+b=b+aa + b = b + a and ab=baab = ba.
  • Associative (regroup with parentheses): (a+b)+c=a+(b+c)(a+b)+c = a+(b+c) and (ab)c=a(bc)(ab)c = a(bc).
  • Distributive (multiply across a sum): a(b+c)=ab+aca(b+c) = ab + ac.
  • Identity (leaves a number unchanged): a+0=aa + 0 = a and a×1=aa \times 1 = a.
Example
Spotting the Property

4+9=9+44 + 9 = 9 + 4 shows the commutative property of addition. (2×5)×3=2×(5×3)(2 \times 5)\times 3 = 2 \times (5 \times 3) shows the associative property of multiplication. 6(x+2)=6x+126(x + 2) = 6x + 12 shows the distributive property. 8×1=88 \times 1 = 8 shows the identity property of multiplication.

Tip

Watch out: subtraction and division are not commutative or associative. 83388 - 3 \neq 3 - 8, and 12÷44÷1212 \div 4 \neq 4 \div 12.

Using the Distributive Property to Expand

Concept
Multiply Every Term Inside

To expand, multiply the number outside the parentheses by each term inside, keeping track of signs:

a(b+c)=ab+aca(bc)=abac.a(b + c) = ab + ac \qquad a(b - c) = ab - ac.
Example
Expanding

5(x+3)=5x+53=5x+155(x + 3) = 5\cdot x + 5\cdot 3 = 5x + 15. 4(2y7)=42y47=8y284(2y - 7) = 4\cdot 2y - 4\cdot 7 = 8y - 28. 3(a+6)=3a+(3)6=3a18-3(a + 6) = -3\cdot a + (-3)\cdot 6 = -3a - 18.   (The negative multiplies both terms.)

Tip

Tip: A negative in front distributes to every term. Forgetting the second sign is the most common mistake---2(x4)=2x+8-2(x - 4) = -2x + 8, not 2x8-2x - 8.

Combining Like Terms

Concept
Only Like Terms Combine

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.

Example
Combining

3x+5x=8x3x + 5x = 8x   (like terms: both have xx). 7a2a+4=5a+47a - 2a + 4 = 5a + 4   (combine the aa-terms; the 44 stays). 6x+3y6x + 3ycannot be combined---xx and yy are different variables.

Tip

Key idea: Only like terms combine. Add the coefficients but keep the variable the same: 2n+5n=7n2n + 5n = 7n, never 7n27n^2.

Simplifying: Distribute, Then Combine

Concept
The Full Strategy

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.

Example
Distribute Then Combine

Simplify 2(x+3)+4x2(x + 3) + 4x.

2(x+3)+4x=2x+6+4xdistribute=6x+6combine 2x+4x\begin{aligned} 2(x + 3) + 4x &= 2x + 6 + 4x &&\text{distribute}\\ &= 6x + 6 &&\text{combine } 2x + 4x \end{aligned}
Example
A Trickier One

Simplify 5(2a1)3(a+4)5(2a - 1) - 3(a + 4).

5(2a1)3(a+4)=10a53a12distribute both=7a17combine like terms\begin{aligned} 5(2a - 1) - 3(a + 4) &= 10a - 5 - 3a - 12 &&\text{distribute both}\\ &= 7a - 17 &&\text{combine like terms} \end{aligned}

Notice 3-3 multiplied both aa and 44, giving 3a12-3a - 12.

Tip

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

Concept
From Expression to Function

A function is a rule that takes an input and produces exactly one output. Instead of naming the rule “the expression 3x+53x + 5,” we give it a name and write function notation: f(x)=3x+5f(x) = 3x + 5. Read this as “ff of xx.” The letter inside the parentheses is the input; the whole symbol f(x)f(x) stands for the output. Note that f(x)f(x) does not mean ff times xx---it is the single value the rule returns.

Example
Evaluating a Function

Let f(x)=3x+5f(x) = 3x + 5. To find f(4)f(4), substitute 44 for every xx and compute.

f(4)=3(4)+5substitute x=4=12+5=17simplify\begin{aligned} f(4) &= 3(4) + 5 &&\text{substitute } x = 4\\ &= 12 + 5 = 17 &&\text{simplify} \end{aligned}

So f(4)=17f(4) = 17. Likewise f(2)=3(2)+5=6+5=1f(-2) = 3(-2) + 5 = -6 + 5 = -1. Each input gives exactly one output.

Concept
Solving Literal Equations (Rearranging Formulas)

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.

Example
Isolating a Variable in a Formula

The perimeter of a rectangle is P=2+2wP = 2\ell + 2w. Solve for the width ww.

P=2+2wstartP2=2wsubtract 2 from both sidesP22=wdivide both sides by 2\begin{aligned} P &= 2\ell + 2w &&\text{start}\\ P - 2\ell &= 2w &&\text{subtract } 2\ell \text{ from both sides}\\ \frac{P - 2\ell}{2} &= w &&\text{divide both sides by } 2 \end{aligned}

So w=P22w = \dfrac{P - 2\ell}{2}. Now any values of PP and \ell give ww directly, no re-solving needed.

Concept
Inequalities and the Sign-Flip Rule

An inequality uses <<, >>, \le, or \ge 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.

Example
Solving an Inequality with a Flip

Solve 2x+1<9-2x + 1 < 9.

2x+1<9start2x<8subtract 1 from both sidesx>4divide by 2flip the sign\begin{aligned} -2x + 1 &< 9 &&\text{start}\\ -2x &< 8 &&\text{subtract } 1 \text{ from both sides}\\ x &> -4 &&\text{divide by } -2 \text{: \emph{flip} the sign} \end{aligned}

The solution is every number greater than 4-4. Check with x=0x = 0: 2(0)+1=1<9-2(0) + 1 = 1 < 9. ✓

Tip

Sign-flip trap: Adding or subtracting never changes the direction. Only multiplying or dividing by a negative flips << to >> (or \ge to \le). Dividing by a positive leaves it alone.

Concept
Factoring: The Distributive Property in Reverse

The distributive property a(b+c)=ab+aca(b + c) = ab + ac can be run backward. Factoring means pulling out a common factor shared by every term: ab+ac=a(b+c)ab + ac = a(b + c). To factor, find the greatest common factor (GCF) of all the terms, write it outside the parentheses, and put what remains inside.

Example
Expanding and Factoring as Opposites

Expanding removes parentheses; factoring restores them.

6(x+2)=6x+126x+12=6(x+2)6(x + 2) = 6x + 12 \qquad\longleftrightarrow\qquad 6x + 12 = 6(x + 2)

To factor 8y208y - 20, the GCF of 88 and 2020 is 44, so 8y20=4(2y5)8y - 20 = 4(2y - 5). Check by re-distributing: 4(2y5)=8y204(2y - 5) = 8y - 20. ✓

Concept
Modeling Multi-Step Word Problems

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.

Example
Building and Solving a Model

A shirt costs $8\$8 more than a hat. Together they cost $34\$34. Find each price. Let hh be the hat's price; then the shirt costs h+8h + 8.

h+(h+8)=34total cost2h+8=34combine like terms2h=26subtract 8h=13divide by 2\begin{aligned} h + (h + 8) &= 34 &&\text{total cost}\\ 2h + 8 &= 34 &&\text{combine like terms}\\ 2h &= 26 &&\text{subtract } 8\\ h &= 13 &&\text{divide by } 2 \end{aligned}

The hat is $13\$13 and the shirt is 13+8=$2113 + 8 = \$21. Check: 13+21=3413 + 21 = 34. ✓

Concept
Turning a Pattern into a Formula

Many number patterns grow by the same amount each step. If a sequence starts at a first value and adds a fixed amount dd every term, the nnth term has a closed-form rule: (first term) + (n1)d+\ (n - 1)\cdot d. A closed form lets you jump straight to any term without listing them all.

Example
From Pattern to Closed Form

The pattern 5,8,11,14,5, 8, 11, 14, \dots starts at 55 and adds 33 each step. Its rule is

an=5+(n1)3=3n+2.a_n = 5 + (n - 1)\cdot 3 = 3n + 2.

Check: n=1n = 1 gives 3(1)+2=53(1) + 2 = 5; n=4n = 4 gives 3(4)+2=143(4) + 2 = 14. ✓ The 2020th term is 3(20)+2=623(20) + 2 = 62---found instantly, with no counting.

Tip

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

Tip
Order of operations
ParenthesesExponentsMultiply/DivideAdd/Subtract\text{Parentheses} \to \text{Exponents} \to \text{Multiply/Divide} \to \text{Add/Subtract}

What it means. A fixed order so every reader of an expression gets the same value.

Example. 3+4×2=3+8=113+4\times2=3+8=11 (multiply before adding), not 1414.

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. 83+28-3+2 is 77, not 33.

Tip
The distributive property
a(b+c)=ab+aca(b+c)=ab+ac

What it means. Multiplying a sum multiplies each piece of it.

Example. 3(x+2)=3x+63(x+2)=3x+6.

Why it works. a(b+c)a(b+c) is b+cb+c added aa times. Regrouping those copies gives bb added aa times plus cc added aa times, i.e. ab+acab+ac. It is also the area of an a×(b+c)a\times(b+c) rectangle split into two.

Tip. Distribute the sign too: (x4)=x+4-(x-4)=-x+4. Run it backwards to factor.