Arithmetic Expressions

Chapter 2 · Mathematics · Class 7 24 min read

Why This Matters

Think about a normal day at a shop.

You buy a biscuit packet for ₹15 and a packet of dal for ₹56. You hand over ₹100. How much change do you get back?

In your head you are already doing maths. You add ₹15 and ₹56 to get the total. Then you take that total away from ₹100. You get ₹29 back.

Now look at how we might write that on paper. We could write it as 100 − 15 + 56. But wait. If we just go left to right, we get 100 − 15 = 85, then 85 + 56 = 141. That says the shopkeeper gives you more money than you paid! That is clearly wrong.

So writing maths down is not enough. We also need clear rules for how to read it. Otherwise two people can read the same line and get two different answers.

This chapter is about exactly that. We will learn what an arithmetic expression is, how to read and write one, and the rules that make sure everyone gets the same answer. These rules are the grammar of maths. Once you know them, you will never be tricked by a tricky-looking line of numbers again.

The Big Idea

An arithmetic expression is just numbers joined by the operations +, −, × and ÷. Every expression has one value — the single number it works out to. But the same line of numbers can be read in different ways, so maths uses two tools to keep things clear: brackets ( ) tell you what to do first, and the idea of terms tells you which parts stay together. Once you know these rules, every expression has exactly one correct value — and you can often compare two expressions, or regroup them, without doing all the hard calculation.

Let’s Break It Down

Before we start, let us quickly refresh the four basic operations. We will use all of them, so it helps to have them fresh.

What is an arithmetic expression?

An arithmetic expression is a phrase made of numbers joined by operation signs. Here are some:

13 + 2, 20 − 4, 12 × 5, 18 ÷ 3.

Each of these is an expression. Each one stands for a number.

The number an expression works out to is called its value. For example, the value of 13 + 2 is 15. We use the equals sign = to join an expression to its value:

13 + 2 = 15

We can read 13 + 2 out loud as “13 plus 2” or as “the sum of 13 and 2”. Figure 2.1 below puts the expression and its value side by side, so you can see the difference clearly.

An arithmetic expression on the left and its value on the right, joined by an equals sign: 13 plus 2 equals 15.
Figure 2.1 — An expression and its value. On the left, in the blue box, is the expression 13 + 2 — numbers joined by an operation sign. On the right, in the green box, is its value 15 — the single number it works out to. The equals sign in the middle says the two sides are the same amount. You can read 13 + 2 as 13 plus 2, or as the sum of 13 and 2.

One more nice thing: many different expressions can have the same value. Here are four different expressions, and every one of them has the value 12:

10 + 2, 15 − 3, 3 × 4, 24 ÷ 2.

So a single number, like 12, can be written in many ways. That freedom is useful, as we will see.

Concept check

Is 7 × 3 an arithmetic expression? What is its value?

Terms of an expression

When an expression mixes operations, we need a way to see its parts. That is what terms are for.

Terms are the parts of an expression separated by + signs. You break the expression at each + sign, and each piece is one term.

Take 12 + 7. The + sign splits it into two terms: 12 and 7. Easy.

Now take 30 + 5 × 4. There is only one + sign here. So there are two terms: 30 and 5 × 4. Notice the second term is the whole thing 5 × 4, kept together. A × (or ÷) does not split a term — only a + does. Figure 2.2 shows this splitting.

An expression split into its terms: 30 plus 5 times 4 has the two terms 30 and 5 times 4; and 83 minus 14 is rewritten as 83 plus negative 14, with terms 83 and negative 14.
Figure 2.2 — Terms are the parts joined by + signs. Top row: the expression 30 + 5 × 4 splits at its one + sign into two terms — 30, and 5 × 4. The 5 × 4 stays glued together inside one yellow box because a × does not break a term apart. Bottom row: a subtraction is turned into adding a negative. 83 − 14 is rewritten as 83 + (−14), so its two terms are 83 and −14. The rule at the bottom: split only at the + signs; a × or ÷ inside a term stays together.

But what about subtraction? Where are the + signs in 83 − 14?

Here we use the handy fact from the recap: subtracting a number is the same as adding its negative. So:

83 − 14 = 83 + (−14)

Now there is a + sign, and we can split. The two terms of 83 − 14 are 83 and −14. The minus sign sticks to the number it sits in front of.

Let us see this turn-a-minus-into-a-plus trick on a slightly longer expression.

Worked example

Write the expression 13 − 2 + 6 as a sum of terms, and list its terms.

Concept check

What are the terms of the expression 6 × 5 + 3?

Brackets and what they change

Go back to the shop problem from the start. We had 30 + 5 × 4 (Mallesh had 30 marbles; Arun brought 5 bags of 4). What is its value?

One student, Purna, read it left to right. He added 30 + 5 to get 35, then did 35 × 4 = 140. Another student, Mallesh, did 5 × 4 = 20 first, then 30 + 20 = 50. They got different answers — 140 and 50 — from the same line!

This is the confusion brackets are made to fix. Brackets ( ) tell you which part to do first. Whatever sits inside the brackets, you work out before anything else.

If we mean “do 5 × 4 first”, we write:

30 + (5 × 4) = 30 + 20 = 50

If instead we mean “do 30 + 5 first”, we write:

(30 + 5) × 4 = 35 × 4 = 140

Same three numbers. Same signs. The only difference is where the brackets sit — and the answer jumps from 50 to 140. Figure 2.3 puts the two versions side by side so you can see how much the brackets matter.

Same numbers with different brackets give different answers: 30 plus open-bracket 5 times 4 close-bracket equals 50, but open-bracket 30 plus 5 close-bracket times 4 equals 140.
Figure 2.3 — Brackets change the answer. Both boxes use the same numbers (30, 5, 4) and the same signs. Left, green box: 30 + (5 × 4) — do the bracket 5 × 4 = 20 first, then 30 + 20 = 50. Right, blue box: (30 + 5) × 4 — do the bracket 30 + 5 = 35 first, then 35 × 4 = 140. The two values 50 and 140 are not the same, which shows that the brackets alone decide what happens first.

Brackets also rescue our shop change problem. Remember 100 − 15 + 56 went wrong and gave 141. With brackets we write what we really mean — take away the total cost:

100 − (15 + 56) = 100 − 71 = 29

Now the bracket adds 15 + 56 first, then we subtract. We get the right answer, ₹29.

Worked example

Irfan paid ₹100 for a biscuit packet (₹15) and toor dal (₹56). Write an expression for his change, and find it.

Concept check

Why can't we just write 100 − 15 + 56 for Irfan's change?

The order of operations (and why the order matters)

So far we have used brackets to say what comes first. But what if there are no brackets, like in plain 30 + 5 × 4? We still need one fixed answer.

Maths solves this with a fixed order of operations. It is a short ladder of rules. You always go from the top of the ladder down:

  1. Brackets first. Work out anything inside ( ).
  2. Then × and ÷. Do all multiplication and division next.
  3. Then + and −. Add and subtract last, working left to right.

Figure 2.4 shows this ladder. Always start at the top step and work down.

The order of operations as a three-step ladder: step 1 brackets first, step 2 multiply and divide, step 3 add and subtract.
Figure 2.4 — The order of operations, drawn as a ladder you work down from the top. Step 1 (yellow): brackets first — solve whatever is inside the ( ). Step 2 (blue): do all multiplication × and division ÷ next. Step 3 (green): do addition + and subtraction − last, working from left to right. The downward arrows remind you to always start at the top step and move down.

Now, why is the order set up this way — why × before +? It is not a random rule someone invented. It matches what the numbers actually mean.

Remember, × is repeated addition. In 30 + 5 × 4, the part 5 × 4 means “five fours added up”, which is one single quantity: 20. It belongs together as one term. So it makes sense to work it out first, then add it to the 30. This is exactly the “terms” idea from before: the terms are 30 and 5 × 4, you find each term’s value, then add the terms.

This is the deep reason: doing × and ÷ first is the same as finding the value of each term first, and then adding the terms. The order rule and the terms idea are really the same idea.

Let us use this on the marble problem, carefully.

Worked example

Find the value of 30 + 5 × 4.

Let us try one with everything in it — brackets, a ×, and a +.

Worked example

Find the value of 5 × (3 + 2) + 7 × 8 + 3.

Concept check

In 30 + 5 × 4, why do we do 5 × 4 before the 30 + part?

Reading expressions from real situations

A great way to be sure of an expression is to picture a real story behind it. The story tells you what to do first, all by itself.

Look again at the marble story. Mallesh already had 30 marbles. Arun brought 5 bags with 4 marbles in each bag. Arun’s marbles are 5 × 4 = 20. The total is 30 + 20 = 50. The picture makes it obvious that the 5 × 4 belongs together — you would never add 30 and 5 first, because that mixes loose marbles with the number of bags. Figure 2.5 shows the story turning into its expression.

A marble story turning into an expression: 30 loose marbles plus 5 bags of 4 marbles each becomes 30 plus open-bracket 5 times 4 close-bracket, which equals 50.
Figure 2.5 — A story becomes an expression. On the left, Mallesh already has 30 loose marbles. On the right, Arun brings 5 bags with 4 marbles in each — five yellow boxes each holding a 4, which together are 5 × 4. The downward arrow leads to the matching expression 30 + (5 × 4). Working it out gives 30 + 20 = 50 marbles in all. The picture makes clear that the 5 × 4 must be done first, because it counts Arun's marbles as one group.

Stories also help you compare without heavy calculation, and they help you choose between expressions. Here is a worked example using a real bill.

Worked example

Four friends order four dosas at ₹23 each, and leave a ₹5 tip. Write an expression for the total amount and find it.

Notice we did not need brackets here. The terms idea already keeps 4 × 23 together, so 4 × 23 + 5 correctly means “92, then add 5”.

Comparing expressions

Just as we compare plain numbers with =, < and >, we can compare two expressions. We simply compare their values.

For example, 10 + 2 is greater than 7 + 1, because 10 + 2 = 12 and 7 + 1 = 8, and 12 is bigger than 8. So we write:

10 + 2 > 7 + 1

The clever part is that you can often compare two expressions without fully working them out. You just reason about how they differ. This saves a lot of effort. Picture a real story to feel why.

Worked example

Which is greater: 1023 + 125 or 1022 + 128? Try to decide without adding fully.

The same trick works for subtraction. Let us see one.

Worked example

Which is greater: 113 − 25 or 112 − 24? Reason it out, don't compute fully.

There is one more comparing idea worth knowing, and it feels almost magical: in an expression with only additions, you can add the terms in any order and the value never changes. For example, (−7) + 10 + (−11) gives −8 no matter which two you add first. Grown-up maths calls “swapping does not change the sum” the commutative property, and “grouping does not change the sum” the associative property. You do not need the big names — just remember that for additions, order and grouping are free.

This is why Manasa, who added a long list of numbers and then realised she forgot to include 9055, does not have to start all over again. She can simply add the missing 9055 to her earlier total. The order of adding never changes the result.

Concept check

Without adding fully, which is greater: 245 + 289 or 246 + 285?

Common Mistakes

⚠️ Common mistake
What students think

To find 30 + 5 × 4, you add 30 + 5 = 35 first, then do 35 × 4 = 140, because you read it left to right.

Why it seems right

We read sentences left to right, so it feels natural to do the maths left to right too — just take the numbers in the order they appear.

What actually happens

Multiplication comes before addition. Do 5 × 4 = 20 first, then 30 + 20 = 50. The 5 × 4 is one term (repeated addition) and must be worked out before adding the 30. The value is 50, not 140.

⚠️ Common mistake
What students think

The terms of 30 + 5 × 4 are 30, 5 and 4 — you just split at every operation sign.

Why it seems right

The word 'term' sounds like it should mean each separate number, and splitting at every sign looks neat and even.

What actually happens

You split only at + signs. So the terms are 30 and 5 × 4. A × (or ÷) keeps its numbers together inside one term, because it is repeated addition that belongs as a single quantity.

⚠️ Common mistake
What students think

100 − (15 + 56) is the same as 100 − 15 + 56, so the brackets make no difference.

Why it seems right

The brackets look like just extra decoration around numbers you were going to use anyway, so it seems safe to drop them.

What actually happens

They are not the same. 100 − (15 + 56) = 100 − 71 = 29. But 100 − 15 + 56 = 85 + 56 = 141. When a minus sits before the brackets, dropping them changes the meaning — you would be adding 56 instead of subtracting it.

Quick Check

What is the value of 6 + 2 × 5?

What are the terms of the expression 12 − 4 + 9?

Which sign makes this true: 273 − 145 ___ 272 − 144 ?

Practice Problems

Easy

Easy

Find the value of 28 − 7 + 8 by writing the terms.

Easy

Find the value of 40 − 10 + 10 + 10.

Easy

Put >, < or = : 124 + 245 ___ 129 + 245.

Medium

Medium

Find the value of 4 × 9 + 2 × 6.

Medium

Remove the brackets and find the value of 100 − (15 + 56).

Medium

A metro ticket is ₹40 for an adult and ₹20 for a child. Write an expression for the cost of 4 adults and 3 children, then find it.

Challenge

Challenge

Without doing the full multiplication, find a quick way to work out 97 × 25.

Challenge

Add brackets in 34 − 9 + 12 so that the value becomes 13.

Challenge

Using only the numbers 2, 3 and 5 with + and × and brackets, make three different values.

Summary

  • An arithmetic expression is numbers joined by +, −, × or ÷. Its value is the single number it works out to, joined by an = sign (for example, 13 + 2 = 15).
  • Many different expressions can share the same value (10 + 2, 15 − 3, 3 × 4 and 24 ÷ 2 are all 12).
  • The terms of an expression are its parts separated by + signs. A × or ÷ stays inside one term. A subtraction is read as “add a negative”, so 83 − 14 has terms 83 and −14.
  • Brackets ( ) tell you what to do first. Moving the brackets can change the value: 30 + (5 × 4) = 50 but (30 + 5) × 4 = 140.
  • The order of operations is a ladder: brackets first, then × and ÷, then + and −. Doing × and ÷ first is the same as finding each term’s value, then adding the terms — so 30 + 5 × 4 = 50.
  • A real-life situation often shows you the right expression and the right order, because the story tells you which parts belong together.
  • You can compare two expressions just by their values, often without full calculation, by reasoning about how they differ.
  • For additions only, order and grouping do not change the sum — so a forgotten number can just be added in at the end.

What’s Next

You now know how to read, write, compare and correctly evaluate expressions made of whole numbers. But what happens when the numbers are not whole — when there is something beyond the point, like 3.6 or 12.75?

In Chapter 3 — A Peek Beyond the Point, you will step past the decimal point and explore decimal numbers: what the digits after the point really mean, how to compare them, and how to add and work with them. Everything you learned here about value, terms and order will carry straight over.

Frequently Asked Questions

What is an arithmetic expression in maths class 7?

An arithmetic expression is a combination of numbers joined by operations like +, -, x, and division. It always equals one single value. For example, 4 + 3 x 2 is an expression whose value is 10 (not 14), because multiplication is done before addition.

What are terms in an expression and how do you identify them?

Terms are the separate parts of an expression that are added or subtracted. In 8 + 3 x 5, the terms are 8 and 3 x 5. A multiplication or division inside one term keeps those numbers glued together, so 3 x 5 is one term, not two.

What is the order of operations and why does it matter?

Order of operations is the agreed set of rules that decides what to calculate first so everyone gets the same answer. The rule is: brackets first, then multiplication and division (left to right), then addition and subtraction (left to right). Without these rules, 2 + 3 x 4 could mean 20 or 14 depending on who reads it.

How do brackets change the value of an expression?

Brackets force you to do whatever is inside them first, before anything else. For example, (2 + 3) x 4 = 5 x 4 = 20, but 2 + 3 x 4 = 2 + 12 = 14. The brackets completely changed the answer, so placing them carefully is very important.

How can you compare two expressions without fully calculating both?

Sometimes you can compare by spotting shared parts. If two expressions have the same numbers but one does something extra to make it bigger or smaller, you can tell which is larger without computing the exact values. For example, 50 x 4 is clearly less than 50 x 4 + 10 without needing to find either answer.