Example 13 - Chapter 2 Class 7 - Arithmetic Expressions (Ganita Prakash)
Last updated at May 26, 2025 by Teachoo
Removing Brackets - I
Last updated at May 26, 2025 by Teachoo
Transcript
Example 13 Consider the expression 500 – (250 – 100). Is it possible to write this expression without the brackets? Writing expression without brackets 500 – (250 – 100) = 500 – 250 – (-100) = 500 – 250 + 100 But, its easier to solve within brackets, like 500 – (250 – 100) = 500 – 150 = 350