🎉 Introduction

Welcome back to Model Situations with Expressions! In the previous lesson, we practiced translating single-operation phrases into expressions. We matched signal words like "more than," "per," and "split among" to the correct operation. That was an essential first step, and now we are ready to level up.

This lesson focuses on combining two or more operations into a single expression that captures a more complete, real-world situation. Think about the last time you paid a bill or looked at a receipt. Chances are, the total was not the result of just one calculation. A phone bill might include a flat monthly charge plus a per-minute fee. A paycheck might show an hourly wage times the hours you worked, minus a deduction. Real life tends to layer operations on top of each other. Each expression you write will use two operations, but it will still be a single, compact piece of math.

The goal is to learn the common patterns so you can move from everyday words to precise math quickly and confidently. By the end of this lesson, you will be able to:

  • Combine two operations to model layered, real-world situations.
  • Recognize the fixed-plus-variable pattern that frequently appears in multi-step expressions.
  • Apply a simple three-step process—list, determine, assemble—to accurately build complex expressions.
The Fixed-Plus-Variable Pattern 🧩

One of the most common multi-step patterns in everyday life is a fixed amount combined with a variable amount. Here is a simple scenario:

A food delivery app charges a $5 delivery fee plus $3 per item you order.

Let's break this into parts. If nn represents the number of items:

  • The delivery fee is a constant: 55.
  • The per-item charge is a rate times a variable: 3n3n.

Combining them gives us the total cost:

5+3n5 + 3n
More Examples of the Pattern 📋

This fixed-plus-variable structure shows up everywhere. Let's translate a few more situations so the pattern really sinks in.

Gym membership: A gym charges $40 per month plus $2.50 per class attended. If cc is the number of classes, the monthly cost is:

40+2.50c40 + 2.50c

Sales job: A salesperson earns a $500 weekly base salary plus a $25 commission for each sale. If ss is the number of sales, the weekly earnings are:

500+25s500 + 25s
When a Term Is Subtracted ➖

Not every compound situation involves adding two amounts together. Sometimes one part of the expression is taken away from another. As you may recall, subtraction shows up when something is removed, deducted, or reduced.

Consider this scenario:

On your first paycheck, you earn $18 per hour for hh hours, but your employer deducts a one-time $12 uniform fee.

The earnings before the deduction are 18h18h. The deduction is a fixed 1212. Because the fee is subtracted from the earnings, the expression is:

18h1218h - 12
Building Expressions Step by Step 🏗️

When a word problem feels complex, a simple three-step process can keep you on track:

  1. List each quantity. Write down every number and variable mentioned. Label each one briefly (e.g., "base fee," "hourly rate," "number of hours").
  2. Determine the operations. Decide whether each pair of quantities is connected by addition, subtraction, multiplication, or division.
  3. Assemble the expression. Combine everything into one expression, making sure the operations reflect the situation accurately.
Three-step flowchart for building multi-step expressions: List, Determine, Assemble

Let's apply this to a new scenario:

A car rental company charges a $35 daily rate for dd days and adds a one-time $15 insurance fee.

  • List: daily rate = $35, days = dd, insurance fee = $15.
  • Determine: $35 times dd gives the rental cost; the insurance fee is added on top.
Conclusion and Next Steps

In this lesson, you moved from single-operation translations to multi-step expressions that combine two operations in one statement. You explored the very common fixed-plus-variable pattern, saw how subtraction fits into compound expressions, and practiced a reliable three-step approach — list, determine, assemble — for building any multi-step expression from a word problem. You also flagged the most common mistakes so you know exactly what to watch for.

Up next, you will put all of this into practice with hands-on exercises covering delivery fees, memberships, paychecks, and even an electricity bill. These activities will ask you to build, complete, and troubleshoot compound expressions on your own — so let's dive in and start building!

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal