Arithmetic Expressions

www.akankshaclasses.com
CLASS VII Mathematics ~8 marks/year Ch 2 of 15
Arithmetic Expressions

Class 7 · Mathematics · NCERT chapter notes · Akanksha Classes

Snapshot
  • An arithmetic expression is a meaningful combination of numbers joined by $+,\ -,\ \times,\ \div$, and possibly brackets.
  • Every expression has a single value we get by evaluating it; an equality says two expressions have the same value.
  • The order of operations matters: do brackets first, then $\times$ and $\div$, then $+$ and $-$ (BODMAS/PEMDAS idea).
  • Addition and multiplication are commutative and associative; multiplication distributes over addition.
  • Brackets let us group terms and read an expression as "sum of terms" or "product of factors".
  • The distributive law $a\times(b+c)=a\times b+a\times c$ is the engine behind clever mental maths.
  • Weightage: ~8 marks/year — simplifying expressions, inserting brackets, and word-problem to expression conversion.
Detailed Notes

1. What is an arithmetic expression?

An arithmetic expression is a combination of numbers connected by the operations $+,\ -,\ \times,\ \div$. Examples: $7+3$, $12-5\times2$, $(4+6)\div2$. Each valid expression stands for a single number — its value. Evaluating $7+3$ gives the value $10$.

A string like $7+\times3$ is not a valid expression because two operation signs sit together with nothing in between. An expression must "make sense" when read left to right.

Expression = numbers + operations (and brackets); it has exactly one value when evaluated.

2. Equalities and inequalities of expressions

When two expressions have the same value, we join them with an equals sign $(=)$ to form an equality. For example, $4+5=10-1$ because both sides equal $9$. If the values differ, we use $>$ or $<$.

Worked example — true or false?

(i) $13+2=10+5$ → $15=15$ → True.
(ii) $20-4 > 3\times5$ → $16 > 15$ → True.
(iii) $6\times2=15-2$ → $12=13$ → False.

To compare without full computation, you can sometimes reason: $4\times18$ vs $4\times20$ → same first factor, larger second factor wins, so $4\times18 < 4\times20$.

3. Terms of an expression (the "+ / -" view)

An expression built with $+$ and $-$ can be read as a sum of terms. The sign in front of a number belongs to that term.

In $13-5+8$, the terms are $+13,\ -5,\ +8$.

Because addition is commutative ($a+b=b+a$) and associative ($(a+b)+c=a+(b+c)$), we may add the terms in any order and grouping. This is why $13-5+8$ can be computed as $(13+8)-5=21-5=16$, which is often faster.

Worked example — rearrange to add easily

$27+38+73 = (27+73)+38 = 100+38 = 138.$ We grouped the numbers that make a round $100$ first.

4. Brackets and grouping

Brackets show which part of an expression should be treated as a single number and evaluated first. Compare:

  • $10-(4+3)=10-7=3$
  • $(10-4)+3=6+3=9$

The bracket completely changes the meaning, so brackets are not optional decoration — they carry information about grouping.

Worked example — a word problem into an expression

"Rohan had ₹$50$. He spent ₹$12$ and ₹$8$." Money left $=50-(12+8)=50-20=30$. The bracket captures the total spent.

5. Order of operations (BODMAS)

When several operations appear without enough brackets, we follow an agreed order so that everyone gets the same value:

Brackets → Of/Orders (powers) → Division & Multiplication (left to right) → Addition & Subtraction (left to right).
Worked example — evaluate $12+6\times2-8\div4$

Do $\times$ and $\div$ first: $6\times2=12$ and $8\div4=2$. Now $12+12-2 = 22.$

Worked example — with brackets

$ (12+6)\times2-8\div4 = 18\times2-2 = 36-2 = 34.$ The bracket changed the answer from $22$ to $34$.

6. The distributive law (the "× over +" view)

Multiplication distributes over addition and subtraction. This is one of the most useful laws in all of arithmetic:

$a\times(b+c)=a\times b+a\times c$   and   $a\times(b-c)=a\times b-a\times c$

Geometrically, a rectangle of width $a$ and length $(b+c)$ has area $a(b+c)$, which equals the two smaller rectangles $ab$ and $ac$ put together.

Worked example — quick mental multiplication

$7\times103 = 7\times(100+3)=700+21=721.$ Much faster than long multiplication.

Worked example — taking out a common factor

$8\times7+8\times3 = 8\times(7+3)=8\times10=80.$ Reading the law backwards lets us combine terms that share a common factor.

The distributive law also explains the column method of multiplication you already use. When you compute $23\times14$, you are really doing $23\times(10+4)=23\times10+23\times4=230+92=322$. So the "carry and add" routine is the distributive law in disguise — every digit of one number is multiplied by the whole of the other and the partial products are added.

7. Properties of operations — a summary

PropertyAdditionMultiplication
Commutative$a+b=b+a$$a\times b=b\times a$
Associative$(a+b)+c=a+(b+c)$$(a\times b)\times c=a\times(b\times c)$
Identity$a+0=a$$a\times1=a$

Caution: subtraction and division are not commutative or associative: $7-3\neq3-7$ and $(12\div6)\div2\neq12\div(6\div2)$.

8. Inserting brackets to make an equality true

A classic puzzle: place brackets so a given equation becomes true.

Worked example — make $8+2\times5=50$ true

Without brackets $8+2\times5=8+10=18$. To get $50$ we need $(8+2)\times5=10\times5=50$. So insert brackets around $8+2$.

Worked example — make $36\div6+3=4$ true

$36\div(6+3)=36\div9=4.$ Bracket the $6+3$.

9. Translating words into expressions

Reading word problems and writing the matching expression is a core skill.

PhraseExpression
$5$ more than $12$$12+5$
$8$ less than $20$$20-8$
three times $7$, then add $4$$3\times7+4$
sum of $9$ and $6$, doubled$2\times(9+6)$
Worked example

"A box has $6$ rows of $9$ chocolates; $5$ are eaten." Remaining $=6\times9-5=54-5=49$ chocolates.

10. Swapping and changing expressions (number sense)

Ganita Prakash encourages you to predict how the value of an expression changes when you tweak it, without recomputing everything. This trains real number sense.

  • Adding to a term: increasing one term of a sum increases the whole sum by the same amount. If $40+27=67$, then $40+30=70$ (we added $3$ more).
  • Changing a factor: in a product, multiplying one factor by $2$ doubles the value. Since $12\times5=60$, we get $24\times5=120$.
  • Subtracting more: in $a-b$, increasing $b$ decreases the value. As $50-10=40$ becomes $50-15=35$.
  • Compensation trick: $49+36 = (50-1)+36 = 86-1 = 85$ — round one term up, then adjust.
Worked example — predict, then check

You know $23\times4=92$. Without multiplying again, find $23\times8$. Since $8$ is $4$ doubled, the answer doubles: $23\times8=184$. Check: $23\times8=184.$ Correct.

This idea of "how the value moves when a part changes" is exactly what prepares you for algebra in the next chapters, where the parts become letter-numbers.

11. Brackets within brackets

Sometimes an expression has brackets inside brackets. Always work from the innermost bracket outward.

Worked example — evaluate $30-[12-(5+2)]$

Innermost first: $5+2=7$. Then $12-7=5$. Finally $30-5=25.$

Worked example — $2\times[3+(8-2)\times2]$

$8-2=6$; $6\times2=12$; $3+12=15$; $2\times15=30.$

Different bracket shapes — round $(\ )$, square $[\ ]$, curly $\{\ \}$ — are just nesting markers; they all mean "do me first".

12. Common mistakes to avoid

  • Working strictly left to right and ignoring that $\times,\div$ come before $+,-$.
  • Forgetting that the sign in front of a number is part of that term.
  • Treating subtraction/division as commutative — they are not.
  • Dropping brackets when translating "doubled the sum" type phrases.
  • Mis-applying the distributive law, e.g. writing $a\times(b\times c)=ab\times ac$ (wrong — that is only for $+$).

13. Quick revision checklist

  • Expression → one value; equality $=$ same value on both sides.
  • Order: Brackets → powers → $\times\div$ (left to right) → $+\,-$ (left to right).
  • $+$ and $\times$ are commutative & associative; $-$ and $\div$ are not.
  • Distributive: $a(b+c)=ab+ac$ — use both directions.
  • Brackets change meaning; read terms with their signs.
Practice MCQs
1. The value of $6+4\times3$ is:
  1. $30$
  2. $18$
  3. $22$
  4. $13$
Answer: (B) Multiply first: $4\times3=12$, then $6+12=18$.
2. The value of $(6+4)\times3$ is:
  1. $18$
  2. $30$
  3. $22$
  4. $13$
Answer: (B) Bracket first: $10\times3=30$.
3. Which equality is true?
  1. $7+3=2\times6$
  2. $5\times4=18+2$
  3. $9-2=3\times3$
  4. $12\div2=2\times4$
Answer: (B) $20=20$. The others give $10\neq12$, $7\neq9$, $6\neq8$.
4. By the distributive law, $9\times(10+2)=$
  1. $9\times10+2$
  2. $9\times10+9\times2$
  3. $9+10\times2$
  4. $9\times10\times2$
Answer: (B) $a(b+c)=ab+ac=90+18=108$.
5. The terms of the expression $15-7+4$ are:
  1. $15,7,4$
  2. $+15,-7,+4$
  3. $+15,+7,+4$
  4. $-15,-7,-4$
Answer: (B) Each term carries the sign in front of it.
6. $25\times99 = 25\times(100-1)$ equals:
  1. $2475$
  2. $2500$
  3. $2525$
  4. $2450$
Answer: (A) $2500-25=2475$ by distributive law.
7. Which operation is NOT commutative?
  1. Addition
  2. Multiplication
  3. Subtraction
  4. None of these
Answer: (C) $7-3\neq3-7$, so subtraction is not commutative.
8. To make $4+6\div2=5$ true, brackets should be placed as:
  1. $(4+6)\div2$
  2. $4+(6\div2)$
  3. $(4+6\div2)$
  4. no brackets needed
Answer: (A) $(4+6)\div2=10\div2=5$.
9. The value of $20-(3+4)\times2$ is:
  1. $6$
  2. $34$
  3. $26$
  4. $2$
Answer: (A) $(3+4)=7$, $7\times2=14$, $20-14=6$.
10. "Twice the sum of $8$ and $5$" is written as:
  1. $2\times8+5$
  2. $2\times(8+5)$
  3. $8+2\times5$
  4. $2+8+5$
Answer: (B) The sum is bracketed, then doubled.
11. $8\times7+8\times3$ simplifies to:
  1. $8\times10$
  2. $8\times21$
  3. $16\times10$
  4. $8+10$
Answer: (A) Common factor $8$: $8\times(7+3)=8\times10=80$.
12. The value of $48\div6\div2$ (left to right) is:
  1. $16$
  2. $4$
  3. $48$
  4. $1$
Answer: (B) $48\div6=8$, then $8\div2=4$.
13. Which is a valid arithmetic expression?
  1. $5+\times3$
  2. $7-(2+3)$
  3. $\times8\div2$
  4. $4++6$
Answer: (B) The others have two operation signs together with nothing between.
14. $a\times1$ equals:
  1. $0$
  2. $1$
  3. $a$
  4. $a+1$
Answer: (C) $1$ is the multiplicative identity.
15. The value of $100-2\times(15-5)$ is:
  1. $80$
  2. $60$
  3. $980$
  4. $70$
Answer: (A) $(15-5)=10$, $2\times10=20$, $100-20=80$.
Important Questions
Q1. Evaluate $48\div(8-2)+5\times3$ showing the order of operations. (2 marks)
Answer: Bracket: $8-2=6$. Then $48\div6=8$ and $5\times3=15$. Finally $8+15=23$.
Q2. Use the distributive law to compute $14\times102$ mentally. (2 marks)
Answer: $14\times(100+2)=14\times100+14\times2=1400+28=1428$.
Q3. Insert brackets to make this true: $5+3\times2-1=15.$ (2 marks)
Answer: $(5+3)\times2-1=8\times2-1=16-1=15.$
Q4. Write an expression for: "A shop sells $7$ packets of $12$ pens each and gives away $4$ pens." Then find the number sold. (3 marks)
Answer: Expression $=7\times12-4=84-4=80$ pens.
Q5. Explain with an example why subtraction is not associative. (2 marks)
Answer: $(10-4)-2=4$, but $10-(4-2)=10-2=8$. Since $4\neq8$, grouping changes the result, so subtraction is not associative.
Want personal coaching in Dwarka?
Book a free demo class
More Class 7 Mathematics chapters
Chat with us