0.1 Use the Language of Algebra
SLO 6.NS
The Number System. Divide fractions by fractions; compute fluently with
SLO 6.EE
Expressions and Equations. Write, read and evaluate expressions in which
SLO 7.NS
The Number System. Add, subtract, multiply and divide rational numbers,
SLO 7.EE
Expressions and Equations. Apply properties of operations to add, subtract,
SLO 8.NS
The Number System. Know that numbers which are not rational are irrational;
Learning Objectives
By the end of this section, you will be able to:
- read, write, and round whole numbers using place value;
- distinguish a variable from a constant, and an expression from an equation;
- translate an English phrase into an algebraic expression and read one back into English;
- write repeated multiplication using exponent notation;
- simplify an expression using the order of operations and evaluate it for a given value;
- identify like terms and combine them.
People sometimes describe algebra as arithmetic with letters, which makes it sound like a small change. It is bigger than that. Arithmetic asks you to compute one answer from specific numbers. Algebra asks you to describe a relationship that holds no matter which numbers you use, and to do that you need a language precise enough that two people reading the same expression understand exactly the same thing.
This section builds that language. Most of it will look familiar from earlier grades, and that is fine — the goal here is not new material, it is precision. A surprising amount of trouble later in this course traces back to something small right here: an exponent attached to the wrong quantity, a minus sign attached to the wrong term, a phrase translated in the wrong order.
0.1.1 Whole Numbers, Place Value, and Rounding
The whole numbers are \(0, 1, 2, 3, 4, \dots\) — the counting numbers together with zero. They go on forever, so there is no largest one.
Our number system is positional, which means a digit's value depends on where it sits. The number 4,072 is not "four, zero, seven, two." It is
$$4{,}072 = 4(1000) + 0(100) + 7(10) + 2(1)$$Reading right to left, the places are ones, tens, hundreds, thousands, ten-thousands, and so on, each one worth ten times the place to its right. Commas group digits in threes, which is why we say "four thousand, seventy-two."
That zero in the hundreds place is doing real work. Take it away and 4,072 collapses into 472. A zero that holds a place open is called a placeholder, and it is the reason the whole positional system works.
| Number | Digit in the hundreds place | What that digit is worth |
|---|---|---|
| 4,072 | 0 | 0 |
| 4,572 | 5 | 500 |
| 41,072 | 0 | 0 |
| 900,318 | 3 | 300 |
Figure 0.1.1 — Each digit of 4,072 sits in a place that fixes what it is worth.
To write a number in words, read it in comma-separated groups and name each group as you go: 68,204,915 is "sixty-eight million, two hundred four thousand, nine hundred fifteen."
Two conventions cause most of the mistakes here. English does not use "and" inside a whole number, so it is "two hundred four," not "two hundred and four" — we save the word "and" for the decimal point, which matters in Section 0.4. And a two-digit number between twenty-one and ninety-nine takes a hyphen whenever it is built from two words: "sixty-eight," "ninety-five." The multiples of ten in that range are single words and take no hyphen: "thirty," "ninety."
Rounding
Rounding swaps a number for a nearby one that is easier to work with, and you pay for that convenience with some accuracy. Here is the procedure:
1. Find the digit in the place you are rounding to.
2. Look at the digit immediately to its right.
3. If that digit is 5 or more, add 1 to the rounding digit. Otherwise leave it alone.
4. Replace every digit to the right with zeros.
Round 6,473 to the nearest hundred. The hundreds digit is 4, and the digit to its right is 7. Since 7 is 5 or more, the 4 becomes 5 and everything after it becomes zero, giving 6,500.
Round that same 6,473 to the nearest thousand instead. Now the rounding digit is 6, and the digit to its right is 4. Since 4 is less than 5, the 6 stays put and the rest go to zero, giving 6,000.
Round 6,473 to the nearest hundred and you get 6,500. Round that result to the nearest thousand and you get 7,000 — but rounding 6,473 directly gives 6,000. Each rounding step adds a little error, and chaining them lets the error compound into a wrong answer.
One case surprises people: when the rounding digit is 9 and it has to increase, it rolls over into the next place. Rounding 3,962 to the nearest hundred turns the 9 into 10, which carries, giving 4,000.
Round 27,548 to the nearest thousand, then to the nearest ten thousand.
Solution
Step 1 — Nearest thousand. The thousands digit is 7. The digit to its right is 5, which is 5 or more, so the 7 becomes 8 and everything to the right becomes zero.
$$27{,}548 \rightarrow 28{,}000$$Step 2 — Nearest ten thousand. Go back to the original number, 27,548. The ten-thousands digit is 2. The digit to its right is 7, which is 5 or more, so the 2 becomes 3.
$$27{,}548 \rightarrow 30{,}000$$Notice we started from 27,548 both times rather than rounding 28,000 in the second step.
Answer: 28,000 and 30,000.
Round 8,461 to the nearest hundred, and round 5,097 to the nearest hundred.
Solution
8,461 to the nearest hundred. The hundreds digit is 4. The digit to its right is 6, which is 5 or more, so the 4 becomes 5.
$$8{,}461 \rightarrow 8{,}500$$5,097 to the nearest hundred. The hundreds digit is 0. The digit to its right is 9, which is 5 or more, so the 0 becomes 1.
$$5{,}097 \rightarrow 5{,}100$$Answer: 8,500 and 5,100.
0.1.2 Variables, Expressions, and Equations
Think about a phone plan that charges a flat $25 every month plus $10 for each gigabyte of data you use.
The $25 never changes. The number of gigabytes changes from month to month, and so does your bill. That difference has names.
A variable is a letter that represents a number whose value may change.
Definition 0.1.1 — Variable: one line covers every month, because the letter is the only thing that changes.
A constant is a number whose value always stays the same.
If we let \(g\) stand for gigabytes used, the monthly bill is
$$25 + 10g$$What makes that line powerful is that it covers every possible month at once. It is not the bill for one particular month; it is the rule that produces the bill for any month, as soon as you know \(g\).
You can use any letter as a variable, though \(x\), \(y\), \(z\), \(a\), \(b\), and \(n\) are the usual choices. Picking a letter that hints at its meaning — \(g\) for gigabytes, \(t\) for time, \(C\) for cost — makes your own work much easier to read a week later.
Definition 0.1.2 — Constant: the numbers that are settled before you start, in both senses the section uses.
Operation symbols
Algebra adjusts a few arithmetic symbols, and both changes exist to prevent confusion.
Summary of operation notation. The table below collects the forms we will use from here on.
| Operation | Arithmetic writes | Algebra prefers | Why the change |
|---|---|---|---|
| Addition | \(a + b\) | \(a + b\) | no change needed |
| Subtraction | \(a - b\) | \(a - b\) | no change needed |
| Multiplication | \(3 \times 4\) | \(3 \cdot 4\), \(3(4)\), or \(3b\) | \(\times\) looks too much like the variable \(x\) |
| Division | \(12 \div 3\) | \(\dfrac{12}{3}\) | the fraction bar also groups, which \(\div\) does not |
Two habits follow from that table, and you will use both constantly. First, writing two things next to each other means multiply: \(5n\) is "5 times \(n\)," with no symbol between them because none is needed. This only works when a variable is involved — 54 is fifty-four, not five times four. Second, the fraction bar groups. In \(\dfrac{a+b}{2}\) the bar tells you to add first and then divide, whereas writing it with \(\div\) would force you to add parentheses: \((a+b) \div 2\).
Expressions and equations are different things
An expression is a combination of numbers, variables, and operation symbols that names a quantity. It contains no equals sign.
An expression is a phrase — "the total cost" — so it names something but does not claim anything. An equation is a full sentence — "the total cost is 85 dollars" — so it makes a claim that can be true or false. You simplify a phrase; you solve a sentence.
Definition 0.1.3 — Expression: numbers, variables and operation symbols naming a quantity, with no equals sign anywhere.
An equation is two expressions joined by an equals sign, asserting that they have the same value.
Comparing the two. Keeping these straight saves a lot of confusion later:
| Expression | Equation |
|---|---|
| A phrase. It names a quantity, like \(25 + 10g\). | A sentence. It makes a claim, like \(25 + 10g = 85\). |
| No equals sign. Nothing is being asserted. | Has an equals sign. Something is being asserted. |
| You simplify it. Rewrite it in a cleaner but equivalent form. | You solve it. Find the values that make the claim true. |
| Result is a quantity. Another expression, or a number. | Result is a value for the variable. |
Asking someone to "solve" \(25 + 10g\) does not mean anything, because there is no claim to make true. Asking them to "simplify" \(25 + 10g = 85\) is confused in the same way.
You can see the difference in the phone plan. The expression \(25 + 10g\) answers "what is my bill?" The equation \(25 + 10g = 85\) asks something else entirely: "how much data would give me an $85 bill?"
Definition 0.1.4 — Equation: two expressions joined by an equals sign, making a claim that one value makes true.
Symbols for comparing
Not every relationship is an equality.
| Symbol | Read as |
|---|---|
| \(a = b\) | \(a\) equals \(b\) |
| \(a \neq b\) | \(a\) is not equal to \(b\) |
| \(a < b\) | \(a\) is less than \(b\) |
| \(a > b\) | \(a\) is greater than \(b\) |
| \(a \le b\) | \(a\) is less than or equal to \(b\) |
| \(a \ge b\) | \(a\) is greater than or equal to \(b\) |
The strict symbols \(<\) and \(>\) leave equality out; \(\le\) and \(\ge\) include it. That distinction does real work in Chapter 9.
Parentheses \((\ )\), brackets \([\ ]\), and braces \(\{\ \}\) all group, and they all mean the same thing. The different shapes exist only so nested groupings stay readable, as in \(2[3 + 4(5 - 1)]\). The fraction bar and the radical sign group as well.
A gym charges a $40 sign-up fee plus $15 per month. Write an expression for the total cost after \(m\) months. Then write an equation stating that the total cost is $145. Which one would you use to find how many months you have been a member?
Solution
Step 1 — The expression. The $40 is paid once, so it is a constant. The $15 repeats every month, so it is multiplied by the number of months.
$$40 + 15m$$Step 2 — The equation. Set that expression equal to the stated total.
$$40 + 15m = 145$$Step 3 — Which one answers the question. The question gives you a total and asks for the number of months, so you need the claim that can be true or false — the equation. You would solve it for \(m\).
Answer: Expression \(40 + 15m\); equation \(40 + 15m = 145\); use the equation.
0.1.3 Translating Words into Algebra
A lot of what makes word problems hard is translation, not mathematics. Certain English phrases map onto operations reliably, and learning the map removes most of the difficulty.
| Operation | Phrases that signal it |
|---|---|
| Addition | the sum of; increased by; more than; total of; plus |
| Subtraction | the difference of; decreased by; less than; minus; subtracted from |
| Multiplication | the product of; times; twice; of; multiplied by |
| Division | the quotient of; divided by; the ratio of; per |
| Equals | is; gives; yields; results in; will be |
Word order is the trap
Addition and multiplication can be written in either order without changing the answer. Subtraction and division cannot — and English word order for those two is often reversed from the algebra.
"5 less than \(n\)" is \(n - 5\), not \(5 - n\). The phrase names the amount being removed first and the starting quantity second, so the algebra comes out in the opposite order from the reading. "Subtracted from" flips it the same way.
Here is how those four phrases actually translate:
- "5 more than \(n\)" is \(n + 5\).
- "5 less than \(n\)" is \(n - 5\).
- "\(n\) subtracted from 5" is \(5 - n\).
- "the difference of \(n\) and 5" is \(n - 5\).
When you are unsure, substitute a number and check whether the result makes sense. If \(n = 12\), then "5 less than \(n\)" ought to be 7. Testing \(n - 5\) gives 7, which is right. Testing \(5 - n\) gives \(-7\), which is not.
| English | Algebra |
|---|---|
| the sum of \(x\) and 9 | \(x + 9\) |
| 4 less than twice \(y\) | \(2y - 4\) |
| the product of 6 and \(m\), decreased by 1 | \(6m - 1\) |
| the quotient of \(p\) and 3 | \(\dfrac{p}{3}\) |
| 8 more than the product of 5 and \(k\) | \(5k + 8\) |
| twice the sum of \(a\) and 7 | \(2(a + 7)\) |
That last row shows why parentheses matter so much. "Twice the sum of \(a\) and 7" doubles the whole sum, so it is \(2(a+7)\). Without the parentheses, \(2a + 7\) would double only the \(a\) and leave the 7 alone — a different quantity. Any time an operation applies to a whole phrase rather than a single quantity, that phrase needs grouping symbols around it.
Reading algebra back into English
The translation runs both directions, and going backwards is a good test of whether you really understand an expression. Read the structure from the outside in: identify the last operation performed, name it first, then describe its pieces.
Take \(3(m - 2)\). The outermost operation is the multiplication by 3, and what it multiplies is a difference, so this is "three times the difference of \(m\) and 2." Compare it with \(3m - 2\), where the outermost operation is the subtraction: "two less than three times \(m\)." The two expressions differ by nothing but a pair of parentheses, and the English has to place the words in a different order to keep them apart.
A theater sells adult tickets for $12 and student tickets for $8. One night it takes in $960. Write an equation describing that night.
Solution
Step 1 — Name the changing quantities. Two things vary: how many of each ticket sold. Let \(a\) be the number of adult tickets and \(s\) the number of student tickets.
Step 2 — Build each piece of revenue. Each adult ticket brings in $12, so adult revenue is \(12a\). Each student ticket brings in $8, so student revenue is \(8s\).
Step 3 — Combine them. Total revenue is the sum:
$$12a + 8s$$Step 4 — Turn the stated fact into a claim. The words "takes in $960" give us an amount to set the total equal to.
$$12a + 8s = 960$$Answer: \(12a + 8s = 960\).
That example is the whole modeling process in miniature: quantities become variables, relationships become expressions, and a stated fact becomes an equation. Chapters 2 and 6 do exactly this at a larger scale.
Write an algebraic expression for each phrase: (a) 7 less than \(w\); (b) three times the sum of \(k\) and 2; (c) the quotient of 30 and \(n\), increased by 4.
Solution
(a) 7 less than \(w\). "Less than" reverses the reading order, so the 7 is removed from \(w\).
$$w - 7$$(b) Three times the sum of \(k\) and 2. The tripling applies to the entire sum, so the sum needs parentheses.
$$3(k + 2)$$(c) The quotient of 30 and \(n\), increased by 4. Take the quotient first, then add 4 to it.
$$\dfrac{30}{n} + 4$$Answer: \(w - 7\); \(3(k+2)\); \(\dfrac{30}{n} + 4\).
0.1.4 Exponent Notation and the Order of Operations
Repeated multiplication gets its own shorthand. Rather than writing \(7 \cdot 7 \cdot 7 \cdot 7\), we write \(7^4\).
For a counting number \(n\) — that is, \(n \ge 1\) — the expression \(a^n\) means the product of \(n\) factors of \(a\):
$$a^n = \underbrace{a \cdot a \cdot a \cdots a}_{n \text{ factors}}$$The number \(a\) is the base, the repeated factor. The number \(n\) is the exponent, which counts how many times the base appears as a factor.
In \(3x^2\) the exponent applies to \(x\) alone, so you square \(x\) and then multiply by 3. In \((3x)^2\) it applies to the whole product, giving \(9x^2\). The parentheses are the difference between two different quantities.
We read \(7^4\) as "seven to the fourth power." Two powers get special names because of where they come from geometrically: \(a^2\) is "\(a\) squared," from the area of a square, and \(a^3\) is "\(a\) cubed," from the volume of a cube.
The same care applies to minus signs, and this pair is worth memorizing:
| Expression | Value | What the exponent applies to |
|---|---|---|
| \(-4^2\) | \(-16\) | just the 4; the negation happens afterward |
| \((-4)^2\) | \(16\) | the whole quantity \(-4\) |
| \(3x^2\) | \(3 \cdot x \cdot x\) | just the \(x\) |
| \((3x)^2\) | \(9x^2\) | the whole product \(3x\) |
Chapter 1 comes back to exponents properly in Section 1.3.
Definition 0.1.5 — Exponential notation: the exponent counts the factors, and it grabs only what it touches.
The order of operations
The expression \(2 + 3 \cdot 4\) could mean 20 or 14 depending on which operation you do first. Mathematics settles that with one fixed convention so every expression has exactly one value.
1. Grouping symbols — parentheses, brackets, braces, fraction bars, radicals. Work from the innermost outward.
2. Exponents.
3. Multiplication and division — left to right, as they appear.
4. Addition and subtraction — left to right, as they appear.
Steps 3 and 4 are where most people misremember the rule. Multiplication does not outrank division, and addition does not outrank subtraction. Inside each of those two levels you simply work left to right:
$$20 \div 5 \cdot 2 = 4 \cdot 2 = 8$$ $$10 - 4 + 3 = 6 + 3 = 9$$If you had done the multiplication before the division in the first line you would have gotten 2, and if you had added before subtracting in the second you would have gotten 3. Both are wrong.
Simplify \(\;5 + 2\left[3^2 - (8 - 6)\right]\).
Solution
Step 1 — Innermost grouping. The parentheses are inside the brackets, so they go first.
$$5 + 2[3^2 - 2]$$Step 2 — Exponent inside the brackets. Still working inside the grouping symbols.
$$5 + 2[9 - 2]$$Step 3 — Finish the bracket.
$$5 + 2[7]$$Step 4 — Multiplication before addition.
$$5 + 14$$Step 5 — Addition.
$$19$$Answer: 19.
Figure 0.1.2 — One expression simplified a step at a time, each line naming the rule that produced it.
Evaluating an expression
To evaluate an expression, substitute a number for each variable and simplify what is left. Always wrap the substituted value in parentheses — this one habit prevents most sign errors.
Evaluate \(n^2 - 5n\) when \(n = -3\):
$$(-3)^2 - 5(-3) = 9 - (-15) = 9 + 15 = 24$$Without those parentheses, \(-3^2\) would have been read as \(-9\), and the answer would have come out 6 instead of 24. Signed-number arithmetic is the subject of Section 0.2, and this is where careful notation starts paying for itself.
Terms and like terms
A term is a single number, a single variable, or a product of numbers and variables — the pieces an expression breaks into at its \(+\) and \(-\) signs. In \(7x^2 + 3x - 4\) the terms are \(7x^2\), \(3x\), and \(-4\). The number multiplying a variable is its coefficient, so here the coefficient of \(x^2\) is 7 and the coefficient of \(x\) is 3.
Two cases come up constantly and are worth naming now. When a variable appears with no number written in front of it, the coefficient is 1, because multiplying by 1 changes nothing: \(y\) means \(1y\), and \(-y\) means \(-1y\), so the coefficient of \(-y\) is \(-1\). And a term that is just a number, like the \(-4\) above, is called a constant term; it has no variable part, and the term is its own coefficient.
Like terms are terms with the same variables raised to the same powers. Only like terms can be combined, and combining them means adding their coefficients.
$$7x^2 + 3x - 4 + 2x^2 + 5x = 9x^2 + 8x - 4$$The \(7x^2\) and \(2x^2\) combine because both count "\(x\) squared" quantities, and \(3x\) and \(5x\) combine because both count "\(x\)" quantities.
They measure different kinds of thing. If \(x\) is a length, then \(x^2\) is an area — and there is no way to add an area to a length and report one number. No conversion exists, which is exactly why the two terms have to stay apart.
Constant terms are like terms with each other too, since none of them carries a variable. So in \(6b + 4 - 2b + 9\) the \(6b\) and \(-2b\) combine to \(4b\), and the constants 4 and 9 combine to 13, leaving \(4b + 13\). Watch the sign travelling with each term: the term after \(6b\) is \(-2b\), not \(2b\).
This is the simplification you will do more than any other for the rest of the course. Section 0.5 explains why it is allowed in the first place: combining like terms is the distributive property read backwards.
Definition 0.1.6 — Like terms: same variable, same power, so their coefficients add; everything else stays apart.
Simplify \(\;4 + 3(2^3 - 5)\), then evaluate \(\;x^2 - 2x\) when \(x = -4\).
Solution
Part 1 — Simplify \(4 + 3(2^3 - 5)\).
Start inside the parentheses. The exponent comes before the subtraction:
$$4 + 3(8 - 5)$$Finish the grouping:
$$4 + 3(3)$$Multiply before adding:
$$4 + 9 = 13$$Part 2 — Evaluate \(x^2 - 2x\) at \(x = -4\).
Substitute with parentheses around the \(-4\):
$$(-4)^2 - 2(-4)$$Square first, then multiply:
$$16 - (-8)$$Subtracting a negative adds:
$$16 + 8 = 24$$Answer: 13 and 24.
Problem Set 0.1
Problem 1. Write 52,806 in words.
Solution
Step 1 — Break the number into comma groups: 52,806 splits into two groups, 52 and 806, and each group gets named in turn.
Step 2 — Name each group in words: The first group, 52, is "fifty-two" — hyphenated because it is built from two words. The second group, 806, is "eight hundred six," with no "and" between the hundreds and the ones, since English saves "and" for the decimal point.
Answer: fifty-two thousand, eight hundred six.
Problem 2. Write "three hundred nine thousand, forty" in standard form.
Solution
Step 1 — Convert each named group back to digits: "Three hundred nine" fills the thousands group, giving 309. "Forty" fills the ones group, and since that group needs three digits, it is written 040.
Step 2 — Rejoin the groups with a comma: Placing the ones group directly after the thousands group gives the standard form.
$$309{,}040$$Answer: 309,040.
Problem 3. Round 4,738 to the nearest hundred.
Solution
Step 1 — Find the hundreds digit and look one place right: In 4,738 the hundreds digit is 7, and the digit immediately to its right, in the tens place, is 3.
Step 2 — Decide whether to round up: Since 3 is less than 5, the hundreds digit stays 7 and everything to its right becomes zero.
$$4{,}738 \rightarrow 4{,}700$$Answer: 4,700.
Problem 4. Round 4,738 to the nearest thousand.
Solution
Step 1 — Go back to the original 4,738, not the last answer: This time the rounding digit is the thousands digit, 4, and the digit to its right, in the hundreds place, is 7.
Step 2 — Decide whether to round up: Since 7 is 5 or more, the thousands digit increases from 4 to 5, and everything after it becomes zero.
$$4{,}738 \rightarrow 5{,}000$$Answer: 5,000.
Problem 5. Round 19,952 to the nearest hundred.
Solution
Step 1 — Identify the hundreds digit and its neighbor: In 19,952 the hundreds digit is 9, and the tens digit to its right is 5.
Step 2 — Round up and follow the carry: Since 5 is 5 or more, the 9 has to increase by 1, but 9 + 1 is 10, so it rolls over: the hundreds place becomes 0 and the 1 carries into the thousands place. The thousands digit is also 9, so the same thing happens again — it becomes 0 and carries into the ten-thousands place, turning that 1 into a 2.
Step 3 — Zero out the rest: Every digit to the right of the hundreds place becomes zero.
$$19{,}952 \rightarrow 20{,}000$$Answer: 20,000.
Problem 6. In the number 736,215, what is the value of the digit 3?
Solution
Step 1 — Locate the digit 3 and name its place: Reading 736,215 from the right, the places are ones (5), tens (1), hundreds (2), thousands (6), ten-thousands (3), and hundred-thousands (7). The digit 3 sits in the ten-thousands place.
Step 2 — Multiply the digit by its place value: A digit in the ten-thousands place is worth that many ten-thousands.
$$3 \times 10{,}000 = 30{,}000$$Answer: 30,000.
Problem 7. A bakery charges a $20 setup fee plus $4 per dozen cookies. Write an expression for the cost of \(d\) dozen cookies.
Solution
Step 1 — Separate the fixed charge from the charge that repeats: The $20 setup fee is paid once no matter how many cookies are ordered, so it is a constant. The $4 charge applies to every dozen, so it must be multiplied by the number of dozens, \(d\).
Step 2 — Combine the two pieces: Add the constant setup fee to the repeating cost.
$$20 + 4d$$Answer: \(20 + 4d\).
Problem 8. Using your expression from the previous problem, write an equation stating that the total cost is $68.
Solution
Step 1 — Take the expression as the left side: The expression \(20 + 4d\) from the previous problem already names the total cost for \(d\) dozen cookies.
Step 2 — Assert the stated total with an equals sign: Turning the expression into a claim requires setting it equal to the given amount, $68.
$$20 + 4d = 68$$Answer: \(20 + 4d = 68\).
Problem 9. Explain in one sentence why \(6x - 1\) is an expression and \(6x - 1 = 11\) is an equation.
Solution
Answer: \(6x - 1\) has no equals sign, so it only names a quantity — a phrase you can simplify but not solve — while \(6x - 1 = 11\) has an equals sign that asserts a claim about that quantity, a sentence you can solve for the value of \(x\) that makes it true.
Problem 10. Translate into algebra: the sum of \(t\) and 15.
Solution
Step 1 — Identify the operation word: "Sum" always signals addition, and addition can be written in either order without changing the value.
$$t + 15$$Answer: \(t + 15\).
Problem 11. Translate into algebra: 9 less than \(m\).
Solution
Step 1 — Watch the order: "Less than" reads backwards — the amount named first is the amount being taken away, and the quantity it is taken away from comes second in the sentence but first in the algebra. So "9 less than \(m\)" removes 9 from \(m\), not the other way around.
$$m - 9$$Step 2 — Check the reversal with a number: If \(m = 20\), "9 less than \(m\)" should be 11. Testing \(m - 9\) gives \(20 - 9 = 11\), which is right; testing \(9 - m\) would give \(-11\), which is not.
Answer: \(m - 9\).
Problem 12. Translate into algebra: twice the sum of \(r\) and 5.
Solution
Step 1 — Build the sum first: "The sum of \(r\) and 5" names a single quantity, \(r + 5\).
Step 2 — Apply the doubling to that whole quantity: "Twice" multiplies by 2, and since it multiplies the entire sum rather than just \(r\), the sum needs parentheses around it.
$$2(r + 5)$$Answer: \(2(r + 5)\).
Problem 13. Translate into algebra: the quotient of 24 and \(y\), decreased by 3.
Solution
Step 1 — Take the quotient first: "The quotient of 24 and \(y\)" divides 24 by \(y\), giving \(\dfrac{24}{y}\).
Step 2 — Decrease that quotient by 3: "Decreased by 3" subtracts 3 from whatever came before it, so the 3 attaches to the outside of the quotient, not inside it.
$$\dfrac{24}{y} - 3$$Answer: \(\dfrac{24}{y} - 3\).
Problem 14. Translate into English: \(4(n + 6)\).
Solution
Step 1 — Name the outermost operation: Reading from the outside in, \(4(n+6)\) is a product: 4 times something, and that something is a sum.
Step 2 — Describe the piece being multiplied: The quantity in parentheses is "the sum of \(n\) and 6," and the 4 multiplies that entire sum, which is why the parentheses are there.
Answer: Four times the sum of \(n\) and 6.
Problem 15. Write \(5 \cdot 5 \cdot 5 \cdot 5 \cdot 5\) using exponent notation.
Solution
Step 1 — Count the repeated factor: The base being multiplied is 5, and it appears as a factor 5 times.
$$5 \cdot 5 \cdot 5 \cdot 5 \cdot 5 = 5^5$$Answer: \(5^5\).
Problem 16. Evaluate \(2^5\).
Solution
Step 1 — Write out the repeated factors: \(2^5\) means 2 multiplied by itself 5 times.
$$2^5 = 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2$$Step 2 — Multiply left to right:
$$2 \cdot 2 = 4, \quad 4 \cdot 2 = 8, \quad 8 \cdot 2 = 16, \quad 16 \cdot 2 = 32$$Answer: 32.
Problem 17. Explain why \(-6^2\) and \((-6)^2\) have different values, and give both values.
Solution
Step 1 — Identify what the exponent touches in \(-6^2\): There are no parentheses grouping the negative sign with the 6, so the exponent applies only to 6; the negation happens after the squaring is done.
$$-6^2 = -(6^2) = -(36) = -36$$Step 2 — Identify what the exponent touches in \((-6)^2\): Here the parentheses group \(-6\) as a single quantity, so the exponent applies to the whole thing, negative sign included.
$$(-6)^2 = (-6)(-6) = 36$$Step 3 — State why they differ: The two expressions square different quantities — one squares just 6 and negates afterward, the other squares \(-6\) itself — and squaring a negative number always gives a positive result, while negating a positive square keeps it negative.
Answer: \(-6^2 = -36\) and \((-6)^2 = 36\); they differ because the parentheses decide whether the negative sign is part of what gets squared.
Problem 18. Simplify \(\;18 \div 3 \cdot 2\).
Solution
Step 1 — Recognize the precedence tier: Division and multiplication sit on the same level of the order of operations, so neither outranks the other — work left to right through the expression as written.
Step 2 — Divide first, since it comes first reading left to right:
$$18 \div 3 = 6$$Step 3 — Multiply next:
$$6 \cdot 2 = 12$$Answer: 12.
Problem 19. Simplify \(\;15 - 6 + 2\).
Solution
Step 1 — Work left to right: Addition and subtraction sit at the same level in the order of operations, so there is no "do addition first" rule to reach for — you simply take the operations in the order they're written.
$$15 - 6 + 2 = 9 + 2$$Step 2 — Finish the addition:
$$9 + 2 = 11$$Answer: \(11\).
Problem 20. Simplify \(\;7 + 2(4^2 - 9)\).
Solution
Step 1 — Exponent first, inside the parentheses: Grouping symbols are handled from the inside out, and inside this one an exponent still outranks the subtraction next to it.
$$7 + 2(4^2 - 9) = 7 + 2(16 - 9)$$Step 2 — Finish the parentheses:
$$7 + 2(7)$$Step 3 — Multiply before adding:
$$7 + 14$$Step 4 — Add:
$$21$$Answer: \(21\).
Problem 21. Simplify \(\;3[10 - 2(1 + 2)]\).
Solution
Step 1 — Innermost grouping first: The parentheses sit inside the brackets, so the addition inside them goes before anything else.
$$3[10 - 2(1 + 2)] = 3[10 - 2(3)]$$Step 2 — Multiply inside the bracket: Multiplication still outranks subtraction even while it's trapped inside a bracket.
$$3[10 - 6]$$Step 3 — Finish the bracket:
$$3[4]$$Step 4 — Multiply:
$$12$$Answer: \(12\).
Problem 22. Evaluate \(\;a^2 + 3a\) when \(a = 5\).
Solution
Step 1 — Substitute \(a = 5\), parentheses around the substituted value: Wrapping the value in parentheses keeps the exponent and the sign attached to it, exactly where they belong.
$$a^2 + 3a = (5)^2 + 3(5)$$Step 2 — Apply the exponent, then multiply:
$$25 + 15$$Step 3 — Add:
$$40$$Answer: \(40\).
Problem 23. Evaluate \(\;a^2 + 3a\) when \(a = -2\).
Solution
Step 1 — Substitute \(a = -2\), keeping it in parentheses: This is the case the parentheses habit is built for — without them, the exponent could grab the wrong thing.
$$a^2 + 3a = (-2)^2 + 3(-2)$$Step 2 — Square first, since \((-2)^2\) squares the whole quantity in parentheses, then multiply:
$$4 + (-6)$$Step 3 — Add the signed values:
$$4 - 6 = -2$$Answer: \(-2\).
Problem 24. Identify the terms and the coefficient of each term in \(\;9y^2 - y + 12\).
Solution
Step 1 — Split the expression at its \(+\) and \(-\) signs: A term is whatever sits between those signs, so \(9y^2 - y + 12\) breaks into three pieces: \(9y^2\), \(-y\), and \(12\).
Step 2 — Read off the coefficient of each term: A coefficient is the number multiplying the variable part. The term \(9y^2\) has coefficient \(9\). The term \(-y\) means \(-1y\), since no number is written in front of a lone variable, so its coefficient is \(-1\). The constant term \(12\) has no variable part at all, so by convention it is its own coefficient.
Answer: Terms \(9y^2\), \(-y\), and \(12\), with coefficients \(9\), \(-1\), and \(12\).
Problem 25. Combine like terms: \(\;6b + 4 - 2b + 9\).
Solution
Step 1 — Group the like terms: Terms with the same variable to the same power can combine, so the \(b\)-terms gather together and the constant terms gather together.
$$6b + 4 - 2b + 9 = (6b - 2b) + (4 + 9)$$Notice the sign attached to \(2b\) travels with it — the term right after \(6b\) is \(-2b\), not \(2b\).
Step 2 — Add the coefficients within each group:
$$4b + 13$$Answer: \(4b + 13\).
Problem 26. Combine like terms: \(\;5m^2 + 3m - m^2 + 7m\).
Solution
Step 1 — Sort the terms by variable part: \(5m^2\) and \(-m^2\) both count "\(m\) squared" quantities, while \(3m\) and \(7m\) both count plain "\(m\)" quantities, so those are the two groups that are allowed to combine.
$$5m^2 + 3m - m^2 + 7m = (5m^2 - m^2) + (3m + 7m)$$Step 2 — Combine each group: Remember \(-m^2\) means \(-1m^2\), so \(5m^2 - m^2\) is \(5m^2 - 1m^2\).
$$4m^2 + 10m$$Answer: \(4m^2 + 10m\).
Problem 27. Explain why \(4x^2\) and \(4x\) are not like terms.
Solution
Answer: \(4x^2\) and \(4x\) are not like terms because their variable parts are raised to different powers — \(x^2\) and \(x\) — and like terms require the same variable to the same power, not just the same variable. If \(x\) is a length, \(x^2\) measures an area, and there is no way to add an area to a length and report a single number, so the two terms have to stay separate however far the simplifying goes.
Key Terms
whole numbers — the counting numbers together with zero: 0, 1, 2, 3, and so on.
placeholder — a zero that holds a place open so the remaining digits keep their values.
rounding — replacing a number with a nearby, simpler number, at the cost of some accuracy.
variable — a letter that represents a number whose value may change.
constant — a number whose value always stays the same.
expression — a combination of numbers, variables, and operations that names a quantity; it has no equals sign.
equation — two expressions joined by an equals sign, asserting they have the same value.
base — in \(a^n\), the factor \(a\) that is repeated.
exponent — in \(a^n\), the number \(n\) counting how many times the base is used as a factor.
term — a number, a variable, or a product of them; the pieces an expression separates into at its \(+\) and \(-\) signs.
coefficient — the number multiplying the variable part of a term.
like terms — terms with the same variables raised to the same powers, and therefore combinable.