Arithmetic Expressions
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.
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.
Is 7 × 3 an arithmetic expression? What is its value?
Yes. It is numbers (7 and 3) joined by an operation (×). It is read as “7 times 3” or “the product of 7 and 3”. Its value is 21.
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.
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.
Write the expression 13 − 2 + 6 as a sum of terms, and list its terms.
-
First, change every subtraction into “add a negative”. The − in front of 2 turns the 2 into −2.
-
So 13 − 2 + 6 becomes 13 + (−2) + 6. Now every part is joined by a + sign.
-
Split at the + signs. The terms are 13, −2 and 6.
What are the terms of the expression 6 × 5 + 3?
There is one + sign, so there are two terms: 6 × 5 and 3. The 6 × 5 stays together as a single term because × does not split a term.
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.
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.
Irfan paid ₹100 for a biscuit packet (₹15) and toor dal (₹56). Write an expression for his change, and find it.
-
His total cost is 15 + 56. He gave ₹100. So his change is 100 minus the total cost.
-
To make “the total cost” get added first, put it in brackets: 100 − (15 + 56).
-
Do the bracket first: 15 + 56 = 71. Then 100 − 71. His change is ₹29.
Why can't we just write 100 − 15 + 56 for Irfan's change?
Because without brackets, that line means “subtract 15, then add 56”, which gives 141. That would mean Irfan gets back more money than he paid — impossible. The brackets in 100 − (15 + 56) force the two costs to be added together first, before we subtract.
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:
- Brackets first. Work out anything inside ( ).
- Then × and ÷. Do all multiplication and division next.
- 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.
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.
Find the value of 30 + 5 × 4.
-
There are no brackets, so skip step 1 of the ladder. Look for × and ÷ next.
-
There is a ×. Do it first: 5 × 4 = 20. The expression is now 30 + 20.
-
Now do the addition: 30 + 20. The value is 50.
Let us try one with everything in it — brackets, a ×, and a +.
Find the value of 5 × (3 + 2) + 7 × 8 + 3.
-
Brackets first. Inside is 3 + 2 = 5. The expression becomes 5 × 5 + 7 × 8 + 3.
-
Now do the × parts. 5 × 5 = 25, and 7 × 8 = 56. The expression becomes 25 + 56 + 3.
-
Finally add, left to right: 25 + 56 = 81, then 81 + 3. The value is 84.
In 30 + 5 × 4, why do we do 5 × 4 before the 30 + part?
Because 5 × 4 is repeated addition — it is the single quantity “five fours”, which is 20. It forms one term that belongs together. Working it out first is just finding the value of that term before adding it to 30. So × goes before +, and the answer is 50, not 140.
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.
Stories also help you compare without heavy calculation, and they help you choose between expressions. Here is a worked example using a real bill.
Four friends order four dosas at ₹23 each, and leave a ₹5 tip. Write an expression for the total amount and find it.
-
The cost of 4 dosas is 4 × 23. The tip is a separate ₹5 added on. So the total is 4 × 23 + 5.
-
This has two terms: 4 × 23 and 5. Find the first term: 4 × 23 = 92.
-
Now add the tip: 92 + 5. The total is ₹97.
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.
Which is greater: 1023 + 125 or 1022 + 128? Try to decide without adding fully.
-
Imagine marbles. Raja had 1023 and got 125 more. Joy had 1022 and got 128 more.
-
Compare the starting amounts: Raja started with 1 more marble than Joy (1023 vs 1022).
-
Compare what they got today: Joy got 3 more than Raja (128 vs 125). So Joy gains 3 but was only 1 behind. Joy ends up 2 ahead. Therefore 1023 + 125 < 1022 + 128.
The same trick works for subtraction. Let us see one.
Which is greater: 113 − 25 or 112 − 24? Reason it out, don't compute fully.
-
Raja had 113 marbles and lost 25. Joy had 112 marbles and lost 24.
-
Raja started with 1 more than Joy (113 vs 112). But Raja also lost 1 more than Joy (25 vs 24).
-
The extra he started with is cancelled by the extra he lost. So they end up equal: 113 − 25 = 112 − 24.
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.
Without adding fully, which is greater: 245 + 289 or 246 + 285?
Compare the parts. 246 is 1 more than 245 (a gain of 1). But 285 is 4 less than 289 (a loss of 4). So the second expression is 1 up but 4 down overall — it is smaller. Therefore 245 + 289 > 246 + 285.
Common Mistakes
To find 30 + 5 × 4, you add 30 + 5 = 35 first, then do 35 × 4 = 140, because you read it left to 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.
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.
The terms of 30 + 5 × 4 are 30, 5 and 4 — you just split at every operation sign.
The word 'term' sounds like it should mean each separate number, and splitting at every sign looks neat and even.
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.
100 − (15 + 56) is the same as 100 − 15 + 56, so the brackets make no difference.
The brackets look like just extra decoration around numbers you were going to use anyway, so it seems safe to drop them.
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
Find the value of 28 − 7 + 8 by writing the terms.
Change subtraction to “add a negative”: 28 + (−7) + 8. The terms are 28, −7 and 8. Add them: 28 − 7 = 21, then 21 + 8 = 29.
Find the value of 40 − 10 + 10 + 10.
Write as a sum of terms: 40 + (−10) + 10 + 10. The terms are 40, −10, 10, 10. Add in order: 40 − 10 = 30, 30 + 10 = 40, 40 + 10 = 50.
Put >, < or = : 124 + 245 ___ 129 + 245.
Both sides add 245. So only the first numbers matter. 124 is less than 129. So the left side is smaller. The answer is 124 + 245 < 129 + 245. (No full adding needed.)
Medium
Find the value of 4 × 9 + 2 × 6.
This has two terms: 4 × 9 and 2 × 6. Work out each term first. 4 × 9 = 36, and 2 × 6 = 12. Now add the terms: 36 + 12 = 48.
Remove the brackets and find the value of 100 − (15 + 56).
The brackets have a minus in front. So we do the bracket first: 15 + 56 = 71. Then 100 − 71 = 29. (If you wrote it without brackets, the right way is 100 − 15 − 56, because the minus spreads to both numbers inside.)
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.
The adults cost 4 × 40. The children cost 3 × 20. The total is the expression 4 × 40 + 3 × 20. Its terms are 4 × 40 and 3 × 20. Work each out: 4 × 40 = 160 and 3 × 20 = 60. Add them: 160 + 60 = ₹220.
Challenge
Without doing the full multiplication, find a quick way to work out 97 × 25.
Write 97 as (100 − 3). Then 97 × 25 means (100 − 3) lots of 25. That is 100 lots of 25 minus 3 lots of 25:
100 × 25 − 3 × 25 = 2500 − 75 = 2425.
Splitting into easy pieces (100 × 25 and 3 × 25) is much quicker than the full long multiplication.
Add brackets in 34 − 9 + 12 so that the value becomes 13.
Without brackets, 34 − 9 + 12 = 25 + 12 = 37, which is too big. To get a smaller answer, we want the +12 to also be taken away. Put brackets around 9 + 12, since the minus in front will then subtract both: 34 − (9 + 12) = 34 − 21 = 13. That works.
Using only the numbers 2, 3 and 5 with + and × and brackets, make three different values.
Many answers are possible. Here are three:
- 2 × 3 + 5 = 6 + 5 = 11
- 2 × (3 + 5) = 2 × 8 = 16
- 3 × (5 − 2) = 3 × 3 = 9
Each arrangement of the same three numbers gives a different value — proof that brackets and order really matter.
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.