Math I · A-SSE.1.b

Interpreting Complex Expressions by Treating Sub-Expressions as Single Units

Treating sub-expressions as units helps students manage complexity, the same way engineers, programmers, and scientists reason about systems made of parts.

Concept Algebra
Domain Seeing Structure in Expressions
Read time 10 minutes

What this learning objective is really asking you to learn

This objective asks students to develop the mathematical habit of chunking. Chunking means seeing a complicated expression as built from meaningful pieces rather than as a long string of disconnected symbols. The standard example is an expression like \(P(1 + r)^n\). A student could stare at the letters and operations one by one: \(P\), parentheses, 1, plus, \(r\), exponent \(n\). But the deeper move is to see \((1 + r)^n\) as one whole factor: the total growth multiplier after \(n\) periods. Then the entire expression means initial amount times accumulated growth factor.

Treating a sub-expression as a single unit is one of the most important skills in algebra because real formulas are layered. A simple expression might have one operation. A real model may have parentheses inside exponents, expressions inside radicals, formulas inside formulas, or several quantities grouped together because they represent one meaningful idea. If students try to process every symbol separately, they lose the structure. If they can group meaningful parts, the expression becomes manageable.

For example, consider \(50 + 0.25(m - 100)\). If this represents a phone bill, the expression \((m - 100)\) might mean the number of minutes beyond the first 100 included minutes. The 0.25 means 25 cents per extra minute. The whole term \(0.25(m - 100)\) means overage charge. The 50 means the base monthly fee. Treating \((m - 100)\) as one unit helps the student understand that the customer is not being charged for all minutes, only for minutes beyond 100.

Another example is \(3(2^t - 1)\). The sub-expression \(2^t\) may represent repeated doubling. The sub-expression \(2^t - 1\) may represent the amount above the original baseline. The outer factor 3 scales that difference. Without chunking, the expression looks like a pile of operations. With chunking, it becomes a story: double repeatedly, compare to the starting level, then scale the result.

This objective is closely related to A-SSE.1.a, but it goes further. A-SSE.1.a asks students to interpret parts such as terms, factors, and coefficients. A-SSE.1.b asks students to interpret complicated expressions by deciding which part should be viewed as one object. It is the difference between knowing the parts of a machine and recognizing which parts form a working subsystem.

Why students should learn this math

Students should learn this because the real world is not made only of simple formulas. Real situations often require layered reasoning. A loan payment depends on principal, interest rate, number of payments, and compounding. A tax bill may depend on income brackets, deductions, credits, and rates. A shipping cost may depend on base cost, weight beyond a threshold, distance zones, and surcharges. A medicine dosage may depend on body mass, concentration, timing, and maximum safe limits. A computer program may compute a value through several nested steps.

Chunking is how human beings handle complexity. The brain cannot hold every detail separately at once. Good thinkers group details into meaningful units. In reading, we do not process each letter as a separate object forever; we group letters into words, words into phrases, and phrases into ideas. In music, musicians group notes into patterns. In sports, athletes group movements into plays. In programming, coders group commands into functions. In algebra, students group symbols into sub-expressions.

This skill directly answers the student question, “Why does this matter in real life?” It matters because formulas in real life often encode processes. If you cannot identify the sub-processes, you cannot understand the formula. A spreadsheet cell may contain a long expression. A financial calculator may use a compound interest formula. A science simulation may use nested relationships. A data dashboard may compute a metric from several intermediate quantities. To use these tools intelligently, a person must know how to read the chunks.

Consider personal finance. The expression \(P(1 + r)^n\) is not just a school formula. It is the basic structure behind compound growth. The part \((1 + r)\) is the growth factor for one period. The exponent \(n\) means the growth factor is applied repeatedly. The chunk \((1 + r)^n\) is the total multiplier across all periods. If a student understands that chunk, then compound interest becomes less mysterious. The money is not simply gaining the same dollar amount each year. The whole account is being multiplied repeatedly.

Consider science. An expression for position might include an initial position term, a velocity term, and an acceleration term. Each term represents a part of the physical story. In more complicated formulas, a sub-expression may represent elapsed time, net force, concentration difference, or energy loss. Seeing these chunks helps students connect symbols to mechanisms.

Consider technology. Programming languages are full of nested expressions. A line of code may calculate tax after discount, or distance after scaling, or a score after applying weights. Bugs often happen when someone misunderstands which operation applies to which quantity. Parentheses and grouping are not cosmetic. They control meaning.

The deeper reason to learn this objective is that it teaches students to manage complexity without panic. Many students shut down when an expression looks long. Chunking gives them a method: find the meaningful pieces, name them, interpret them, and then understand how the pieces combine.

The historical machinery: formulas as compressed processes

As mathematics developed, notation became a way to compress processes. A long verbal instruction such as “start with a principal amount, increase it by the interest rate, then repeat that growth for the number of compounding periods” can be written as \(P(1 + r)^n\). That compression is powerful. It allows people to calculate, compare, generalize, and communicate efficiently.

But compressed notation requires readers who can decompress it. A formula is like a folded map. It contains a lot of information in a small space. To use it, you must unfold the structure. Treating sub-expressions as single units is one way to unfold the map.

Historically, the rise of algebraic notation made it possible to represent repeated operations compactly. Exponents represented repeated multiplication. Parentheses represented grouping. Fractions represented ratios. Later, function notation represented whole processes as objects that could be evaluated, transformed, and combined. Each notational invention made mathematics more powerful, but also more layered.

The idea of treating a whole expression as one object appears throughout mathematics. In algebra, \((x + 3)\) can be treated as a single factor in \(5(x + 3)\). In functions, \(f(x)\) can be treated as one output even though it may come from a complicated rule. In calculus, a function like \((3x^2 + 1)^5\) is treated as an outer power applied to an inner expression, which is essential for the chain rule. In statistics, a mean or standard deviation may be a single number computed from many data points. In computer science, a function call may stand for an entire block of code.

This historical movement is the growth of abstraction. Abstraction means treating a complex thing as a single object so you can reason at a higher level. Students sometimes think abstraction makes math harder, and at first it can. But abstraction also makes math possible. Without it, every problem would be too detailed to handle. A-SSE.1.b teaches a beginning form of abstraction: this part of the expression is a meaningful unit.

This objective also reflects the history of modeling. Models often combine submodels. A population model may include birth rate, death rate, migration, and resource limits. A climate model may include radiation, atmosphere, ocean, and land interactions. A cost model may include fixed costs, variable costs, taxes, discounts, and constraints. Even when students see only simple versions, the habit is the same: identify the components and how they combine.

Where this fits in the big map of mathematics

A-SSE.1.b is a bridge between basic algebra and advanced structure. At the basic level, students learn order of operations and parentheses. At the deeper level, they learn that parentheses and sub-expressions can represent meaningful quantities. This turns mechanical grouping into conceptual grouping.

It connects backward to arithmetic. In arithmetic, students learn that \(3(8 + 2)\) can be understood as three groups of ten. They also learn that \(8 + 2\) can be computed first because it is grouped. Algebra generalizes this: \((x + 2)\) can be a quantity even when its numerical value is unknown. You can multiply it, square it, compare it, or substitute it into another expression.

It connects to factoring and rewriting. Seeing \((x + 4)\) as a unit can help with expressions like \(2(x + 4) + 5(x + 4)\). Instead of distributing first, you can recognize the common factor \((x + 4)\) and combine: \(7(x + 4)\). Later, this same habit supports solving quadratics, simplifying rational expressions, and understanding polynomial structure.

It connects to functions and composition. A function can be built from inner and outer processes. For example, \(g(x) = 5(2x + 1)\) can be seen as first calculating \(2x + 1\), then multiplying by 5. The sub-expression \(2x + 1\) is an input to another operation. In later mathematics, this becomes function composition: one function feeding into another.

It connects to calculus. The chain rule, one of the central rules of calculus, depends on recognizing inner and outer functions. A student who learns to treat \(3x + 1\) as a unit inside \((3x + 1)^4\) is developing the perception needed later to differentiate composite functions.

It connects to computer science. Programs are built from functions, variables, conditions, and nested expressions. A complicated expression is easier to debug when its subparts are named or grouped. The same algebraic habit improves computational thinking.

The big map is this: arithmetic grouping becomes algebraic sub-expression, algebraic sub-expression becomes function composition, function composition becomes calculus and algorithms. A-SSE.1.b is a small-looking objective with a long mathematical future.

How to execute the skill technically

A useful technical routine begins with the question: “What part of this expression acts like one meaningful quantity?” Look for parentheses, exponents, repeated factors, common factors, quantities after a threshold, and expressions that match a real-world phrase.

Take \(P(1 + r)^n\). The expression has two main factors: \(P\) and \((1 + r)^n\). The sub-expression \((1 + r)\) is the one-period growth factor. The exponent \(n\) turns that into repeated growth over \(n\) periods. The chunk \((1 + r)^n\) is the total growth multiplier. The whole expression is starting amount times total growth multiplier.

Take \(45 + 0.10(x - 200)\). Suppose this models a bill where the first 200 units are included and each additional unit costs 10 cents. The sub-expression \((x - 200)\) is not random. It represents units beyond the included amount. The term \(0.10(x - 200)\) is the overage cost. The 45 is the base cost. Treating \((x - 200)\) as a unit prevents the student from misreading the model as charging 10 cents for every unit.

Take \(7 + 4(3t - 2)\). Without context, the expression can be interpreted structurally. The outer structure is 7 plus 4 times the group \((3t - 2)\). The group \((3t - 2)\) is a sub-expression. If it represents a score after a penalty, then the 4 scales that adjusted score, and 7 adds a fixed bonus. Different contexts give different meanings, but the grouping still controls the operations.

Take \(100 - 20(0.9)^d\). The sub-expression \((0.9)^d\) represents repeated multiplication by 0.9. The term \(20(0.9)^d\) may represent a shrinking gap or remaining difference. The whole expression starts at 100 and subtracts that shrinking amount. This kind of structure appears in models that approach a limit, such as cooling, learning curves, or saturation.

A practical strategy is to name the chunk. Let \(G = (1 + r)^n\). Then \(P(1 + r)^n\) becomes \(PG\), or principal times growth multiplier. Let \(E = x - 200\). Then \(45 + 0.10(x - 200)\) becomes \(45 + 0.10E\), or base cost plus overage charge. Naming a chunk is not always required, but it reveals the structure.

Students should also describe the outer operation. After identifying chunks, ask how they combine. Are chunks added, multiplied, subtracted, divided, or raised to powers? The outer operation often tells the high-level story. In \(P(1 + r)^n\), the high-level story is multiplication: starting amount times multiplier. In \(B + rt\), the high-level story is addition: initial amount plus accumulated change. In \(A - D\), it is subtraction: original amount minus discount or loss.

Finally, students should connect the structure to possible rewrites. Sometimes distributing helps calculation. Sometimes factored or grouped form helps interpretation. For example, \(4(x + 3)\) and \(4x + 12\) are equivalent. The expanded form reveals separate terms. The factored form reveals four groups of \((x + 3)\). A strong student can choose the form that best explains the situation.

Common mistakes and how to avoid them

A common mistake is distributing too early. Distribution is often legal, but it can destroy visible meaning. In a billing model, \(45 + 0.10(x - 200)\) can be rewritten as \(0.10x + 25\), but the original form clearly shows the base fee and overage threshold. The simplified form may be efficient for calculation but less meaningful for interpretation.

Another mistake is ignoring parentheses. In \(P(1 + r)^n\), the exponent applies to the whole quantity \((1 + r)\), not just to \(r\). That matters enormously. Repeatedly multiplying by the growth factor is not the same as raising only the rate to a power.

Students also sometimes treat every sub-expression as meaningful in the same way. A meaningful chunk depends on context. In one formula, \((x - 200)\) may represent overage. In another, it may represent distance from a reference point. The symbols alone tell the structure; the context tells the meaning.

Another mistake is failing to see a hidden unit when there are no parentheses. In \(ab^t\), the expression \(b^t\) is a unit even without parentheses. In \(mx + b\), the term \(mx\) is a unit of accumulated change. Chunking is not only about visible parentheses; it is about meaningful structure.

A final mistake is thinking complex expressions must be solved immediately. Sometimes the task is not to solve but to interpret. Before manipulating, students should pause and read the expression.

What students should be able to say

A student who has mastered this objective should be able to say: “When an expression is complicated, I can group meaningful parts and treat them as single units. I can explain what a sub-expression represents in context, how it combines with other parts, and why a grouped form may reveal meaning better than an expanded form. I can read formulas as layered processes instead of getting lost in individual symbols.”

That skill makes algebra calmer, more powerful, and much more useful.

Problem Library

Problems in the App From This Objective

147 problems across 12 archetypes in the app.

treat grouped terms as one quantity.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

In 3(12 + 5) for three people each pay for a ticket and snack, identify what the sub-expression 12 + 5 means.

Problem 2

In 2(60t + 10) for two runners each travel 60t miles plus a 10-mile head start, identify what the sub-expression 60t + 10 means.

Problem 3

In 4(a + b) for four identical groups with a adults and b children, identify what the sub-expression a + b means.

Problem 4

In 5(x - 3) for five friends each spent x dollars and got a 3 dollar refund, identify what the sub-expression x - 3 means.

Problem 5

In 10(p + q) for ten classrooms each have p boys and q girls, identify what the sub-expression p + q means.

Problem 6

In 6(20 - 2) for six students each had 20 pencils and lost 2, identify what the sub-expression 20 - 2 means.

Problem 7

In 3(L + W) for three identical rectangular gardens, each with length L and width W, identify what the sub-expression L + W means.

Problem 8

In 7(8 + 4) for seven teams each scored 8 points in the first half and 4 points in the second half, identify what the sub-expression 8 + 4 means.

Open in simulator
Problem 9

In 2(50 - 5) for two bakers each started with 50 cookies and sold 5, identify what the sub-expression 50 - 5 means.

Problem 10

In 4(15 + x) for four boxes, each containing 15 red balls and x blue balls, identify what the sub-expression 15 + x means.

Problem 11

In 8(y - 1) for eight workers each started with y tasks and completed 1 task, identify what the sub-expression y - 1 means.

Problem 12

In 5(100 + 25) for five investments, each starting with $100 and gaining $25, identify what the sub-expression 100 + 25 means.

connect outside factor to repeated groups or scaling.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

In 5(x + 2) for five bags each contain x pencils and 2 pens, interpret the outside coefficient 5.

Problem 14

In 3(40 + 8m) for three family members each pay a base cost plus monthly fee, interpret the outside coefficient 3.

Problem 15

In 12(h + 1) for a monthly quantity repeated for 12 months, interpret the outside coefficient 12.

Problem 16

In 2(x + 5) for two identical gift baskets, each containing x items and 5 additional items, interpret the outside coefficient 2.

Problem 17

In 4(p - 3) for four friends each started with p dollars and spent 3 dollars, interpret the outside coefficient 4.

Problem 18

In 10(y + 7) for ten classrooms, each with y students and 7 extra chairs, interpret the outside coefficient 10.

Problem 19

In 2(d + 10) for two identical recipes, each calling for d grams of flour and 10 grams of sugar, interpret the outside coefficient 2.

Problem 20

In 6(2k - 1) for six teams, each scoring 2k points but losing 1 point for a penalty, interpret the outside coefficient 6.

Open in simulator
Problem 21

In 7(m/2 + 3) for a weekly plan where each day involves m/2 hours of work and 3 hours of leisure, interpret the outside coefficient 7.

Problem 22

In 20(b - 4) for twenty students each borrowed b books and returned 4 of them, interpret the outside coefficient 20.

Problem 23

In 3(cost_item + tax) for three identical orders, each with an item cost and tax, interpret the outside coefficient 3.

Problem 24

In 8(q + 1) for eight identical boxes, each containing q apples and 1 orange, interpret the outside coefficient 8.

explain inner calculation before outer calculation.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Explain the nested expression 1.08(40 + 5n) in the context sales tax on a subtotal with fixed fee and item cost, identifying the inner and outer calculations.

Problem 26

Explain the nested expression 0.75(120 - d) in the context discount applied after a coupon amount d, identifying the inner and outer calculations.

Problem 27

Explain the nested expression 60(t + 0.5) in the context distance at 60 miles per hour after t hours plus half an hour, identifying the inner and outer calculations.

Problem 28

Explain the nested expression w(l + 5) in the context area of a rectangle where width is w and length is l plus 5 units, identifying the inner and outer calculations.

Open in simulator
Problem 29

Explain the nested expression 0.9(15x + 20y) in the context total cost of x items at $15 each and y items at $20 each with a 10 percent bulk discount, identifying the inner and outer calculations.

Problem 30

Explain the nested expression 500 - (100 + 15h) in the context remaining balance from $500 after a $100 fee and h hours of service at $15 per hour, identifying the inner and outer calculations.

Problem 31

Explain the nested expression (d1 + d2) / 2 in the context average distance traveled over two segments of a trip with distances d1 and d2, identifying the inner and outer calculations.

Problem 32

Explain the nested expression 1.05(50 + 12h) in the context total cost including 5% tax for a service with a $50 fixed fee and $12 per hour for h hours, identifying the inner and outer calculations.

Problem 33

Explain the nested expression 100 - 12b in the context remaining items from 100 after packing b boxes with 12 items each, identifying the inner and outer calculations.

Problem 34

Explain the nested expression 500 + 20(d - 3) in the context total units produced starting with 500, plus 20 units per day for d days after the first 3 days, identifying the inner and outer calculations.

Problem 35

Explain the nested expression 0.8(25 + 0.15m) in the context total cost after a 20% discount for a phone plan with a $25 base fee and $0.15 per minute for m minutes, identifying the inner and outer calculations.

Problem 36

Explain the nested expression pi * r^2 * (h + 3) in the context volume of a cylinder with radius r and height h, increased by 3 units, identifying the inner and outer calculations.

parse operation order and grouped quantities.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Choose the expression matching the verbal description 8 percent tax applied to a subtotal of 20 dollars plus 4 dollars per item n: 1.08(20 + 4n), 20 + 1.08(4n), 20 + 4(1.08n).

Problem 38

Choose the expression matching the verbal description three groups each containing x adults and 2 children: 3(x + 2), 3x + 2, x + 3(2).

Problem 39

Choose the expression matching the verbal description divide the total cost C plus fee 10 equally among 5 people: (C + 10)/5, C + 10/5, 5(C + 10).

Problem 40

Choose the expression matching the verbal description Double the sum of a number x and 5: 2(x + 5), 2x + 5, x + 2(5).

Problem 41

Choose the expression matching the verbal description Half the difference between 10 and a number y: (10 - y)/2, 10 - y/2, 2/(10 - y).

Open in simulator
Problem 42

Choose the expression matching the verbal description The cost of 3 items at price P each, plus a fixed shipping fee of 7 dollars, all subject to a 5% service charge: 1.05(3P + 7), 3P + 1.05(7), 1.05(3P) + 7.

Problem 43

Choose the expression matching the verbal description Subtract 4 from the product of 6 and a number m: 6m - 4, 6(m - 4), 4 - 6m.

Problem 44

Choose the expression matching the verbal description The sum of 10 and a number n, all divided by 3: (10 + n)/3, 10 + n/3, 3/(10 + n).

Problem 45

Choose the expression matching the verbal description Multiply 7 by the quantity of a number p decreased by 2: 7(p - 2), 7p - 2, p - 7(2).

Problem 46

Choose the expression matching the verbal description The total number of students in 4 classes, each having s boys and 15 girls: 4(s + 15), 4s + 15, s + 4(15).

Problem 47

Choose the expression matching the verbal description An hourly wage of 12 dollars for h hours, plus a 50 dollar bonus, all subject to a 10% deduction: 0.90(12h + 50), 12h + 0.90(50), 0.90(12h) + 50.

Problem 48

Choose the expression matching the verbal description The average of three numbers: a, b, and 10: (a + b + 10)/3, a + b + 10/3, 3/(a + b + 10).

treat `b^t` as one growth factor.
15 problems Warmup Practice Mixed Review Assessment
Problem 49

Interpret the exponential sub-expression (1.06)^t in 400(1.06)^t for account balance after t years.

Problem 50

Interpret the exponential sub-expression (0.9)^t in 1200(0.9)^t for value after t years of depreciation.

Problem 51

Interpret the exponential sub-expression 2^n in 50(2)^n for population after n doubling periods.

Problem 52

Interpret the exponential sub-expression (1.03)^x in 1000(1.03)^x for investment value after x years.

Problem 53

Interpret the exponential sub-expression (0.95)^m in 5000(0.95)^m for insect population after m months.

Open in simulator
Problem 54

Interpret the exponential sub-expression (0.5)^(t/10) in 100(0.5)^(t/10) for amount of substance remaining after t years (half-life of 10 years).

Problem 55

Interpret the exponential sub-expression 3^h in 200(3)^h for number of bacteria after h hours, tripling every hour.

Problem 56

Interpret the exponential sub-expression (0.88)^y in 25000(0.88)^y for car's value after y years.

Problem 57

Interpret the exponential sub-expression (1.01)^(4t) in 5000(1.01)^(4t) for investment balance after t years with 4% annual interest compounded quarterly.

Problem 58

Interpret the exponential sub-expression (1.015)^k in 100000(1.015)^k for city population after k years.

Problem 59

Interpret the exponential sub-expression (0.75)^h in 200(0.75)^h for drug concentration in bloodstream after h hours.

Problem 60

Interpret the exponential sub-expression (1.08)^j in 1500(1.08)^j for value of an antique after j years.

Problem 61

Interpret the exponential sub-expression (0.92)^w in 500(0.92)^w for amount of a chemical remaining after w weeks.

Problem 62

Interpret the exponential sub-expression (2)^(d/3) in 10(2)^(d/3) for number of infected individuals after d days, doubling every 3 days.

Problem 63

Interpret the exponential sub-expression (0.8)^x in 100(0.8)^x for light intensity after passing through x units of a filter.

connect subtraction to comparison or remaining amount.
12 problems Warmup Practice Mixed Review Assessment
Problem 64

Interpret the difference R(x) - C(x) in the context revenue and cost for x items.

Problem 65

Interpret the difference 500 - 25w in the context remaining budget after w weeks of spending.

Open in simulator
Problem 66

Interpret the difference d_A(t) - d_B(t) in the context distances traveled by two runners.

Problem 67

Interpret the difference V_initial - V_removed in the context initial volume of water in a tank and the volume removed.

Problem 68

Interpret the difference T_current - T_setpoint in the context current room temperature and the thermostat's setpoint.

Problem 69

Interpret the difference P_total - E_operational in the context total project budget and operational expenses incurred.

Problem 70

Interpret the difference S_actual - S_target in the context actual sales figures versus target sales figures for a quarter.

Problem 71

Interpret the difference A_older - A_younger in the context the ages of an older sibling and a younger sibling.

Problem 72

Interpret the difference Population_cityA - Population_cityB in the context populations of two cities.

Problem 73

Interpret the difference Distance_total - Distance_covered in the context total distance of a race and the distance a runner has already covered.

Problem 74

Interpret the difference Income_annual - Tax_paid in the context annual income and the amount of tax paid.

Problem 75

Interpret the difference Height_building1 - Height_building2 in the context heights of two buildings.

connect division to average, rate, or unit cost.
12 problems Warmup Practice Mixed Review Assessment
Problem 76

Interpret the quotient C / n in the context total cost C for n items.

Problem 77

Interpret the quotient d(t) / t in the context distance after t hours.

Problem 78

Interpret the quotient total score / number of tests in the context test average.

Problem 79

Interpret the quotient total revenue R / number of units sold N in the context total revenue R from selling N units.

Problem 80

Interpret the quotient total distance / total time in the context a car traveling a total distance in a total time.

Problem 81

Interpret the quotient total students / number of classrooms in the context total students distributed among a number of classrooms.

Problem 82

Interpret the quotient total calories / number of servings in the context total calories in a package with a certain number of servings.

Problem 83

Interpret the quotient total pages / number of chapters in the context a book with a total number of pages divided into a number of chapters.

Problem 84

Interpret the quotient total rainfall / number of days in the context total rainfall over a period of days.

Problem 85

Interpret the quotient total items produced / number of hours in the context a factory producing a total number of items over several hours.

Open in simulator
Problem 86

Interpret the quotient total profit / number of sales in the context total profit generated from a certain number of sales transactions.

Problem 87

Interpret the quotient total cost of ingredients / number of cookies in the context total cost of ingredients to bake a batch of cookies.

track units through operations.
12 problems Warmup Practice Mixed Review Assessment
Problem 88

Choose the meaningful unit for the sub-expression 5n in 5 dollars per ticket times n tickets.

Problem 89

Choose the meaningful unit for the sub-expression C/n in total cost C dollars divided by n items.

Problem 90

Choose the meaningful unit for the sub-expression 60t in 60 miles per hour times t hours.

Problem 91

Choose the meaningful unit for the sub-expression x + y in x notebooks plus y notebooks.

Problem 92

Choose the meaningful unit for the sub-expression rt in rate r meters per second multiplied by time t seconds.

Problem 93

Choose the meaningful unit for the sub-expression V/s in total volume V cubic feet divided by s sections.

Problem 94

Choose the meaningful unit for the sub-expression A + B in area A square meters plus area B square meters.

Problem 95

Choose the meaningful unit for the sub-expression 2.50p in 2.50 euros per kilogram times p kilograms.

Problem 96

Choose the meaningful unit for the sub-expression D/v in total distance D kilometers divided by speed v kilometers per hour.

Problem 97

Choose the meaningful unit for the sub-expression m + 5 in m kilograms of flour plus 5 kilograms of flour.

Problem 98

Choose the meaningful unit for the sub-expression F * d in force F newtons times distance d meters.

Problem 99

Choose the meaningful unit for the sub-expression M/V in mass M grams divided by volume V cubic centimeters.

Open in simulator
group terms without changing value.
12 problems Warmup Practice Mixed Review Assessment
Problem 100

Rewrite 8n + 20n + 15 to make the meaningful sub-expression total per-item cost before fixed fee visible.

Problem 101

Rewrite 1.06p + 1.06s to make the meaningful sub-expression taxed subtotal for price p plus shipping s visible.

Open in simulator
Problem 102

Rewrite 12x + 12y + 5 to make the meaningful sub-expression 12 repeated groups containing x plus y visible.

Problem 103

Rewrite 5x + 7x - 3 to make the meaningful sub-expression total number of x items visible.

Problem 104

Rewrite 3w + 3z + 10 to make the meaningful sub-expression three times the sum of w and z visible.

Problem 105

Rewrite 0.75a - 0.75b to make the meaningful sub-expression three-quarters of the difference between a and b visible.

Problem 106

Rewrite 15y - 8y + 2 to make the meaningful sub-expression net change in y visible.

Problem 107

Rewrite ab + ac to make the meaningful sub-expression a multiplied by the sum of b and c visible.

Problem 108

Rewrite 4k + 4m - 7 to make the meaningful sub-expression four times the sum of k and m visible.

Problem 109

Rewrite 2.5r + 3.5r + 1 to make the meaningful sub-expression total amount of r visible.

Problem 110

Rewrite (1/2)p + (1/2)q to make the meaningful sub-expression half of the total of p and q visible.

Problem 111

Rewrite -6t + 10t + 50 to make the meaningful sub-expression net change in t visible.

identify shared structure across calculations.
12 problems Warmup Practice Mixed Review Assessment
Problem 112

The formulas 1.08(20 + 5n) and (20 + 5n) - 10 share the sub-expression 20 + 5n. Explain its role in both.

Problem 113

The formulas 60t + 10 and 60t - 5 share the sub-expression 60t. Explain its role in both.

Problem 114

The formulas 3(x + 2) and 5(x + 2) share the sub-expression x + 2. Explain its role in both.

Problem 115

The formulas 0.07(150 + 10h) and (150 + 10h) + 25 share the sub-expression 150 + 10h. Explain its role in both.

Open in simulator
Problem 116

The formulas 80m - 15 and 80m + 50 share the sub-expression 80m. Explain its role in both.

Problem 117

The formulas 2(w + 7) and w(w + 7) share the sub-expression w + 7. Explain its role in both.

Problem 118

The formulas 0.25(100 - 3x) and (100 - 3x) / 2 share the sub-expression 100 - 3x. Explain its role in both.

Problem 119

The formulas (y + 1)^2 and 5(y + 1) share the sub-expression y + 1. Explain its role in both.

Problem 120

The formulas 1000 + 1000(0.04t) and 1000(1 + 0.04t) share the sub-expression 1000(0.04t). Explain its role in both.

Problem 121

The formulas 50 - (10 + 2k) and 2 * (10 + 2k) share the sub-expression 10 + 2k. Explain its role in both.

Problem 122

The formulas 1 / (x^2 + 1) and 5 / (x^2 + 1) share the sub-expression x^2 + 1. Explain its role in both.

Problem 123

The formulas (F - 32) * 5/9 and (F - 32) + 10 share the sub-expression F - 32. Explain its role in both.

isolate the relevant sub-expression.
12 problems Warmup Practice Mixed Review Assessment
Problem 124

Which part of 1.08(40 + 6n) answers the question 'What is the subtotal before tax?' in the context buying n items with base fee 40 and item cost 6?

Problem 125

Which part of 20 + 5m answers the question 'What is the fixed starting amount?' in the context cost after m months?

Problem 126

Which part of 500 - 30w answers the question 'How much has been spent after w weeks?' in the context remaining from a 500 dollar budget?

Problem 127

Which part of 150 + 10h answers the question 'What is the hourly wage?' in the context total earnings for working h hours with a 150 bonus?

Problem 128

Which part of 100 - 2.5t answers the question 'What is the rate of water draining per minute?' in the context amount of water in a tank after t minutes, starting with 100 liters?

Problem 129

Which part of 5(p + 3) answers the question 'What is the cost per person?' in the context total cost for 5 friends, each paying p for a ticket and 3 for a snack?

Problem 130

Which part of 0.75x - 10 answers the question 'What is the original price after the 25% discount?' in the context discounted price of an item x after a 25% off sale and a $10 coupon?

Problem 131

Which part of (1/2)bh answers the question 'What is the product of the base and height?' in the context area of a triangle with base b and height h?

Problem 132

Which part of 3x + 2y - 5 answers the question 'What is the cost of x items of type A?' in the context a total cost for x items of type A, y items of type B, and a fixed discount?

Problem 133

Which part of P(1 + rt) answers the question 'What represents the growth factor due to interest?' in the context simple interest formula for principal P, rate r, and time t?

Problem 134

Which part of 2πr answers the question 'What is the radius?' in the context circumference of a circle with radius r?

Open in simulator
Problem 135

Which part of x^2 + 2x + 1 answers the question 'What represents the sum of the areas of two rectangles of side x and 1?' in the context area of a square with side length x+1?

critique incorrect operation order or unit meaning.
12 problems Warmup Practice Mixed Review Assessment
Problem 136

Diagnose the grouping error in tax is applied only to 4n for 1.08(20 + 4n), and correct it.

Problem 137

Diagnose the grouping error in only x is multiplied by 3 for 3(x + 5), and correct it.

Problem 138

Diagnose the grouping error in only 10 is divided by 5 for (C + 10)/5, and correct it.

Problem 139

Diagnose the grouping error in only x is multiplied by 4 for 4(x - 2), and correct it.

Problem 140

Diagnose the grouping error in only q is divided by 3 for (p - q)/3, and correct it.

Problem 141

Diagnose the grouping error in only b is squared for (a + b)^2, and correct it.

Open in simulator
Problem 142

Diagnose the grouping error in only y is negated for -(y + 5), and correct it.

Problem 143

Diagnose the grouping error in only x is multiplied by 2x for 2x(x + 1), and correct it.

Problem 144

Diagnose the grouping error in only w is divided by z for (5 + w)/z, and correct it.

Problem 145

Diagnose the grouping error in only 4 is cubed for (3x - 4)^3, and correct it.

Problem 146

Diagnose the grouping error in only m is multiplied by 1/2 for 1/2(m - n), and correct it.

Problem 147

Diagnose the grouping error in only k is divided by 10 for (7 - k)/10, and correct it.