Solved Examples

NCERT Solutions for Class 7 Maths Chapter 1: Integers — Complete Guide with Step-by-Step Solutions

Step-by-step solutions for every exercise, 40+ solved examples, properties explained, common mistakes to avoid, and exam strategies — all in one place.

CBSEClass 7
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 7 Maths Chapter 1 Integers — SparkEd

Why Integers Is a Foundational Chapter for Class 7

Chapter 1 of Class 7 Maths is not just a revision of what you learned in Class 6 — it takes your understanding of integers to an entirely new level. While Class 6 introduced you to negative numbers and basic operations on the number line, Class 7 digs deep into the properties that govern how integers behave under addition, subtraction, multiplication, and division.

Why does this matter? Because the properties you learn here — closure, commutativity, associativity, the distributive law — are the same properties you will use throughout algebra, rational numbers (Chapter 8), and even in higher classes when you study real numbers and polynomials. Think of this chapter as learning the rules of the game that all of mathematics follows.

The NCERT textbook organises this chapter into 4 exercises:
- Exercise 1.1: Recall of integers, addition and subtraction on the number line, and verification of properties
- Exercise 1.2: Multiplication of integers with sign rules
- Exercise 1.3: Properties of multiplication (closure, commutativity, associativity, distributive property)
- Exercise 1.4: Division of integers and its properties

In this guide, we solve 8-10 problems from each exercise with full step-by-step working, explain every property with examples, highlight common mistakes, and give you a clear exam strategy. Let us get started!

Recap: What Are Integers?

Before diving into the exercises, let us make sure the basics are rock-solid.

Integers are the set of whole numbers and their negatives:

,4,3,2,1,0,1,2,3,4,\ldots, -4, -3, -2, -1, 0, 1, 2, 3, 4, \ldots

They include:
- Positive integers: 1,2,3,4,1, 2, 3, 4, \ldots (the natural numbers)
- Zero: 00
- Negative integers: 1,2,3,4,-1, -2, -3, -4, \ldots

On a number line, integers are equally spaced. Positive integers lie to the right of 00, and negative integers lie to the left. The further right you go, the larger the integer; the further left, the smaller.

Key facts to remember:
- Every positive integer is greater than every negative integer.
- 00 is neither positive nor negative.
- The absolute value a|a| gives the distance of aa from 00 on the number line. For example, 7=7|-7| = 7 and 7=7|7| = 7.

Integers on the Number Line

The number line is your best friend when working with integers. Here is how operations look on it:

Addition: To add a positive integer, move right. To add a negative integer, move left.
- 3+53 + 5: Start at 33, move 55 steps right 8\to 8.
- 3+(5)3 + (-5): Start at 33, move 55 steps left 2\to -2.

Subtraction: Subtracting is the same as adding the opposite.
- 35=3+(5)=23 - 5 = 3 + (-5) = -2.
- 3(5)=3+5=83 - (-5) = 3 + 5 = 8.

This simple idea — subtracting a negative is the same as adding — is one of the most important concepts in this chapter.

Sign Rules at a Glance

These rules apply to both multiplication and division:

OperationRuleExample
(+)×(+)(+) \times (+) or (+)÷(+)(+) \div (+)Result is positive3×4=123 \times 4 = 12
()×()(-) \times (-) or ()÷()(-) \div (-)Result is positive(3)×(4)=12(-3) \times (-4) = 12
(+)×()(+) \times (-) or (+)÷()(+) \div (-)Result is negative3×(4)=123 \times (-4) = -12
()×(+)(-) \times (+) or ()÷(+)(-) \div (+)Result is negative(3)×4=12(-3) \times 4 = -12

Memory aid: Same signs \to positive. Different signs \to negative.

Exercise 1.1 — Properties of Addition and Subtraction of Integers

Exercise 1.1 tests your understanding of how addition and subtraction work with integers, and whether certain properties hold. Let us solve problems that cover every type you will encounter in exams.

Solved Example 1: Addition on the Number Line

Problem: Using the number line, find (5)+7(-5) + 7.

Solution:
Start at 5-5 on the number line. Since we are adding +7+7 (a positive integer), move 77 steps to the right.

5+74,3,2,1,0,1,2-5 \xrightarrow{+7} -4, -3, -2, -1, 0, 1, 2

(5)+7=2(-5) + 7 = 2

Answer: 22.

Solved Example 2: Subtraction as Adding the Opposite

Problem: Find (8)(3)(-8) - (-3).

Solution:
Subtracting (3)(-3) is the same as adding (+3)(+3):

(8)(3)=(8)+3=5(-8) - (-3) = (-8) + 3 = -5

On the number line: start at 8-8, move 33 steps right to reach 5-5.

Answer: 5-5.

Solved Example 3: Verifying Closure Under Addition

Problem: Verify that integers are closed under addition using a=15a = -15 and b=9b = 9.

Solution:

a+b=(15)+9=6a + b = (-15) + 9 = -6

Is 6-6 an integer? Yes.

This means the sum of two integers is always an integer. Therefore, integers are closed under addition.

Note: Closure under addition means: if aa and bb are integers, then a+ba + b is also an integer. This is ALWAYS true.

Solved Example 4: Commutativity of Addition

Problem: Verify that a+b=b+aa + b = b + a for a=11a = -11 and b=7b = 7.

Solution:

a+b=(11)+7=4a + b = (-11) + 7 = -4

b+a=7+(11)=4b + a = 7 + (-11) = -4

Since a+b=b+a=4a + b = b + a = -4, the commutative property of addition is verified.

Important: This property says the order of addition does not matter. (11)+7(-11) + 7 and 7+(11)7 + (-11) give the same result.

Solved Example 5: Associativity of Addition

Problem: Verify that (a+b)+c=a+(b+c)(a + b) + c = a + (b + c) for a=3a = -3, b=5b = 5, c=8c = -8.

Solution:

(a+b)+c=[(3)+5]+(8)=2+(8)=6(a + b) + c = [(-3) + 5] + (-8) = 2 + (-8) = -6

a+(b+c)=(3)+[5+(8)]=(3)+(3)=6a + (b + c) = (-3) + [5 + (-8)] = (-3) + (-3) = -6

Since both sides equal 6-6, the associative property of addition is verified.

This property says you can group additions in any way without changing the result.

Solved Example 6: Additive Identity

Problem: What is the additive identity? Verify for a=13a = -13.

Solution:
The additive identity is 00, because adding 00 to any integer leaves it unchanged.

(13)+0=13(-13) + 0 = -13

0+(13)=130 + (-13) = -13

In both cases, the result is 13-13 itself. Hence 00 is the additive identity.

Solved Example 7: Additive Inverse

Problem: Find the additive inverse of 17-17. Verify your answer.

Solution:
The additive inverse of an integer aa is the integer that, when added to aa, gives 00.

Additive inverse of 17-17 is 1717, because:

(17)+17=0(-17) + 17 = 0

General rule: The additive inverse of aa is a-a. The additive inverse of a-a is aa.

Solved Example 8: Is Subtraction Commutative?

Problem: Check whether ab=baa - b = b - a for a=5a = 5 and b=9b = 9.

Solution:

ab=59=4a - b = 5 - 9 = -4

ba=95=4b - a = 9 - 5 = 4

Since 44-4 \neq 4, we conclude that abbaa - b \neq b - a in general.

Therefore, subtraction is NOT commutative for integers.

Solved Example 9: Is Subtraction Associative?

Problem: Check whether (ab)c=a(bc)(a - b) - c = a - (b - c) for a=10a = 10, b=3b = 3, c=2c = 2.

Solution:

(ab)c=(103)2=72=5(a - b) - c = (10 - 3) - 2 = 7 - 2 = 5

a(bc)=10(32)=101=9a - (b - c) = 10 - (3 - 2) = 10 - 1 = 9

Since 595 \neq 9, subtraction is NOT associative for integers.

Solved Example 10: Word Problem on Integer Addition

Problem: The temperature at noon was 5°C5°C. It dropped by 8°C8°C by midnight. What was the temperature at midnight?

Solution:
Temperature at midnight =5+(8)=58=3°C= 5 + (-8) = 5 - 8 = -3°C.

Answer: The temperature at midnight was 3°C-3°C.

Interpretation: A drop of 8°C8°C from 5°C5°C takes the temperature below zero.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 1.2 — Multiplication of Integers

This exercise focuses on multiplying integers using sign rules. The key insight is simple: same signs give a positive product, different signs give a negative product.

Solved Example 1: Positive Times Negative

Problem: Find 3×(1)3 \times (-1).

Solution:
Positive ×\times Negative == Negative.

3×(1)=33 \times (-1) = -3

Pattern: Multiplying any integer by (1)(-1) simply changes its sign. So (1)×a=a(-1) \times a = -a for every integer aa.

Solved Example 2: Negative Times Positive

Problem: Find (1)×225(-1) \times 225.

Solution:

(1)×225=225(-1) \times 225 = -225

Again, multiplying by (1)(-1) flips the sign.

Solved Example 3: Negative Times Negative

Problem: Find (21)×(30)(-21) \times (-30).

Solution:
Negative ×\times Negative == Positive.

(21)×(30)=630(-21) \times (-30) = 630

Multiply the absolute values: 21×30=63021 \times 30 = 630. Since both signs are negative (same sign), the result is positive.

Solved Example 4: Three Negative Factors

Problem: Evaluate (8)×(2)×(3)(-8) \times (-2) \times (-3).

Solution:
Step 1: (8)×(2)=16(-8) \times (-2) = 16 (negative ×\times negative == positive)

Step 2: 16×(3)=4816 \times (-3) = -48 (positive ×\times negative == negative)

(8)×(2)×(3)=48(-8) \times (-2) \times (-3) = -48

Rule: When you multiply an odd number of negative integers, the result is negative. When you multiply an even number of negative integers, the result is positive.

Solved Example 5: Product Involving Zero

Problem: Find (125)×0×(14)×7(-125) \times 0 \times (-14) \times 7.

Solution:
Any product involving 00 is 00, regardless of the other factors.

(125)×0×(14)×7=0(-125) \times 0 \times (-14) \times 7 = 0

Key fact: a×0=0a \times 0 = 0 for every integer aa. This is called the zero product property.

Solved Example 6: Successive Multiplication

Problem: Find the product (4)×(5)×(2)×(1)(-4) \times (-5) \times (-2) \times (-1).

Solution:
We have 44 negative factors (even count), so the final product is positive.

Step 1: (4)×(5)=20(-4) \times (-5) = 20
Step 2: 20×(2)=4020 \times (-2) = -40
Step 3: (40)×(1)=40(-40) \times (-1) = 40

Answer: 4040.

Solved Example 7: Finding an Unknown Factor

Problem: The product of two integers is 24-24. If one integer is 44, find the other.

Solution:
Let the other integer be xx.

4×x=244 \times x = -24

x=244=6x = \frac{-24}{4} = -6

Verification: 4×(6)=244 \times (-6) = -24. Correct.

Answer: The other integer is 6-6.

Solved Example 8: Verifying the Distributive Property

Problem: Verify that a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c for a=12a = 12, b=4b = -4, c=2c = 2.

Solution:
LHS:

12×(4+2)=12×(2)=2412 \times (-4 + 2) = 12 \times (-2) = -24

RHS:

12×(4)+12×2=48+24=2412 \times (-4) + 12 \times 2 = -48 + 24 = -24

Since LHS == RHS =24= -24, the distributive property is verified.

Solved Example 9: Pattern-Based Problem

Problem: Observe the pattern and fill in the blanks:
3×(1)=33 \times (-1) = -3
3×(2)=63 \times (-2) = -6
3×(3)=93 \times (-3) = -9
3×(4)=__3 \times (-4) = \_\_
3×(5)=__3 \times (-5) = \_\_

Solution:
The pattern shows that each time we multiply 33 by the next negative integer, the product decreases by 33:

3×(4)=123 \times (-4) = -12

3×(5)=153 \times (-5) = -15

This pattern confirms the rule: positive ×\times negative == negative, and the magnitude increases.

Solved Example 10: Word Problem on Multiplication

Problem: A submarine descends 33 metres every minute. If it starts at sea level, what is its position after 77 minutes?

Solution:
Each minute, the submarine moves 3-3 m (downward is negative).

After 77 minutes:

7×(3)=21 m7 \times (-3) = -21 \text{ m}

The submarine is 2121 metres below sea level.

Answer: The position is 21-21 m (or 2121 m below sea level).

Exercise 1.3 — Properties of Multiplication of Integers

This exercise systematically explores the properties of multiplication. Understanding these properties will help you simplify calculations and is essential for algebra in higher classes.

Solved Example 1: Closure Under Multiplication

Problem: Verify that integers are closed under multiplication using a=7a = -7 and b=8b = 8.

Solution:

a×b=(7)×8=56a \times b = (-7) \times 8 = -56

Is 56-56 an integer? Yes.

Therefore, the product of two integers is always an integer, confirming closure under multiplication.

Solved Example 2: Commutativity of Multiplication

Problem: Verify a×b=b×aa \times b = b \times a for a=9a = -9 and b=6b = -6.

Solution:

a×b=(9)×(6)=54a \times b = (-9) \times (-6) = 54

b×a=(6)×(9)=54b \times a = (-6) \times (-9) = 54

Since both equal 5454, multiplication is commutative for integers.

This means: The order in which you multiply two integers does not affect the product.

Solved Example 3: Associativity of Multiplication

Problem: Verify (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c) for a=2a = -2, b=3b = 3, c=5c = -5.

Solution:

(a×b)×c=[(2)×3]×(5)=(6)×(5)=30(a \times b) \times c = [(-2) \times 3] \times (-5) = (-6) \times (-5) = 30

a×(b×c)=(2)×[3×(5)]=(2)×(15)=30a \times (b \times c) = (-2) \times [3 \times (-5)] = (-2) \times (-15) = 30

Both sides equal 3030. Multiplication is associative for integers.

This means: You can group factors in any way you like.

Solved Example 4: Distributive Property (Addition)

Problem: Evaluate (7)×48(-7) \times 48 using the distributive property.

Solution:
Break 48=50248 = 50 - 2:

(7)×48=(7)×(502)(-7) \times 48 = (-7) \times (50 - 2)

=(7)×50(7)×2= (-7) \times 50 - (-7) \times 2

=350(14)= -350 - (-14)

=350+14= -350 + 14

=336= -336

Answer: 336-336.

Why this works: The distributive property says a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c. This makes mental arithmetic much easier.

Solved Example 5: Distributive Property (Subtraction)

Problem: Evaluate (25)×102(-25) \times 102 using the distributive property.

Solution:
Break 102=100+2102 = 100 + 2:

(25)×102=(25)×(100+2)(-25) \times 102 = (-25) \times (100 + 2)

=(25)×100+(25)×2= (-25) \times 100 + (-25) \times 2

=2500+(50)= -2500 + (-50)

=2550= -2550

Answer: 2550-2550.

Solved Example 6: Powers of (-1)

Problem: Evaluate (1)×(1)×(1)×(-1) \times (-1) \times (-1) \times \ldots (100 times).

Solution:
Since 100100 is even, the product of an even number of (1)(-1)s is +1+1.

(1)100=1(-1)^{100} = 1

General rule:

(1)n={1if n is even1if n is odd(-1)^n = \begin{cases} 1 & \text{if } n \text{ is even} \\ -1 & \text{if } n \text{ is odd} \end{cases}

Solved Example 7: Multiplicative Identity

Problem: What is the multiplicative identity? Verify for a=13a = -13.

Solution:
The multiplicative identity is 11, because multiplying any integer by 11 leaves it unchanged.

(13)×1=13(-13) \times 1 = -13

1×(13)=131 \times (-13) = -13

In both cases, the result is 13-13 itself. Hence 11 is the multiplicative identity.

Note: 00 is the additive identity, while 11 is the multiplicative identity. Do not confuse them.

Solved Example 8: Product with Zero in a Long Expression

Problem: Evaluate (3)×(2)×(1)×0×1×2×3(-3) \times (-2) \times (-1) \times 0 \times 1 \times 2 \times 3.

Solution:
Any product involving 00 is 00, no matter how many other factors there are.

(3)×(2)×(1)×0×1×2×3=0(-3) \times (-2) \times (-1) \times 0 \times 1 \times 2 \times 3 = 0

Tip: In an exam, if you spot a 00 anywhere in a multiplication chain, immediately write the answer as 00. Do not waste time computing the other factors.

Solved Example 9: Properties That Do NOT Hold

Problem: Which of the following is NOT true for integers?
(a) Closure under multiplication
(b) Commutativity of multiplication
(c) Associativity of multiplication
(d) Division is commutative

Solution:
Options (a), (b), and (c) are all true for integers.

Option (d) is NOT true. Division is not commutative because 6÷3=26 \div 3 = 2 but 3÷6=0.53 \div 6 = 0.5, and 20.52 \neq 0.5.

Solved Example 10: Simplification Using Properties

Problem: Simplify: (15)×8+(15)×(2)(-15) \times 8 + (-15) \times (-2).

Solution:
Using the distributive property in reverse (factoring out 15-15):

(15)×8+(15)×(2)=(15)×[8+(2)](-15) \times 8 + (-15) \times (-2) = (-15) \times [8 + (-2)]

=(15)×6= (-15) \times 6

=90= -90

Answer: 90-90.

Key insight: When the same factor appears in both terms, factor it out using the distributive property to simplify the calculation.

Exercise 1.4 — Division of Integers

Division of integers follows the same sign rules as multiplication. However, division has some important differences: it is neither commutative nor associative, and integers are not closed under division.

Solved Example 1: Basic Division with Sign Rules

Problem: Evaluate the following:
(i) (36)÷(4)(-36) \div (-4)
(ii) (201)÷3(-201) \div 3
(iii) 0÷(5)0 \div (-5)

Solution:

(i) Negative ÷\div Negative == Positive:

(36)÷(4)=9(-36) \div (-4) = 9

(ii) Negative ÷\div Positive == Negative:

(201)÷3=67(-201) \div 3 = -67

(iii) 00 divided by any non-zero integer is always 00:

0÷(5)=00 \div (-5) = 0

Solved Example 2: Division Is NOT Commutative

Problem: Verify that a÷bb÷aa \div b \neq b \div a for a=8a = 8 and b=4b = -4.

Solution:

a÷b=8÷(4)=2a \div b = 8 \div (-4) = -2

b÷a=(4)÷8=0.5b \div a = (-4) \div 8 = -0.5

Since 20.5-2 \neq -0.5, division is NOT commutative.

Solved Example 3: Division Is NOT Associative

Problem: Verify that a÷(b÷c)(a÷b)÷ca \div (b \div c) \neq (a \div b) \div c for a=8a = 8, b=4b = -4, c=2c = 2.

Solution:
LHS:

b÷c=(4)÷2=2b \div c = (-4) \div 2 = -2

a÷(b÷c)=8÷(2)=4a \div (b \div c) = 8 \div (-2) = -4

RHS:

(a÷b)÷c=[8÷(4)]÷2=(2)÷2=1(a \div b) \div c = [8 \div (-4)] \div 2 = (-2) \div 2 = -1

Since 41-4 \neq -1, division is NOT associative for integers.

Solved Example 4: Integers Are NOT Closed Under Division

Problem: Show that integers are not closed under division.

Solution:
Take a=7a = 7 and b=2b = 2 (both integers).

a÷b=7÷2=3.5a \div b = 7 \div 2 = 3.5

3.53.5 is not an integer. Therefore, the quotient of two integers is not always an integer.

This means integers are NOT closed under division.

Key difference: Integers ARE closed under addition, subtraction, and multiplication, but NOT under division.

Solved Example 5: Division by Zero

Problem: Why is division by zero undefined?

Solution:
If a÷0=xa \div 0 = x, then x×0=ax \times 0 = a. But x×0=0x \times 0 = 0 for every xx.
- If a0a \neq 0, no value of xx works. Contradiction.
- If a=0a = 0, every value of xx works. No unique answer.

In both cases, division by 00 gives no meaningful result. Therefore, division by zero is undefined.

Remember: 0÷a=00 \div a = 0 (for a0a \neq 0), but a÷0a \div 0 is undefined.

Solved Example 6: Combined Operations

Problem: Evaluate [(16)÷4]+[(16)÷(8)][(-16) \div 4] + [(-16) \div (-8)].

Solution:

(16)÷4=4(-16) \div 4 = -4

(16)÷(8)=2(-16) \div (-8) = 2

4+2=2-4 + 2 = -2

Answer: 2-2.

Solved Example 7: Finding the Missing Integer

Problem: __÷(9)=5\_\_ \div (-9) = -5. Find the missing integer.

Solution:
Let the missing integer be xx.

x÷(9)=5x \div (-9) = -5

x=(5)×(9)=45x = (-5) \times (-9) = 45

Verification: 45÷(9)=545 \div (-9) = -5. Correct.

Answer: 4545.

Solved Example 8: Division Identity

Problem: What happens when you divide an integer by 11? By (1)(-1)? By itself?

Solution:
- a÷1=aa \div 1 = a (dividing by 11 leaves the integer unchanged)
- a÷(1)=aa \div (-1) = -a (dividing by 1-1 changes the sign)
- a÷a=1a \div a = 1 for any a0a \neq 0 (any non-zero integer divided by itself is 11)

Examples:

(15)÷1=15(-15) \div 1 = -15

(15)÷(1)=15(-15) \div (-1) = 15

(15)÷(15)=1(-15) \div (-15) = 1

Solved Example 9: Chain of Operations

Problem: Simplify: (30)÷5+(18)÷(3)(2)×4(-30) \div 5 + (-18) \div (-3) - (-2) \times 4.

Solution:
Follow BODMAS (division and multiplication before addition and subtraction):

Step 1: (30)÷5=6(-30) \div 5 = -6
Step 2: (18)÷(3)=6(-18) \div (-3) = 6
Step 3: (2)×4=8(-2) \times 4 = -8

Now combine:

6+6(8)=6+6+8=8-6 + 6 - (-8) = -6 + 6 + 8 = 8

Answer: 88.

Solved Example 10: Word Problem on Division

Problem: The temperature dropped by 24°C24°C in 66 hours. If the drop was uniform, what was the change in temperature per hour?

Solution:
Total drop =24°C= -24°C (negative because it dropped).
Time =6= 6 hours.

Change per hour=246=4°C\text{Change per hour} = \frac{-24}{6} = -4°C

The temperature dropped by 4°C4°C each hour.

Answer: 4°C-4°C per hour.

Summary of Properties of Integers

Here is a comprehensive table showing which properties hold for each operation:

PropertyAdditionSubtractionMultiplicationDivision
ClosureYesYesYesNo
CommutativeYesNoYesNo
AssociativeYesNoYesNo
Identity element00 (additive)N/A11 (multiplicative)N/A
Inversea-a (additive)N/ANot always integerN/A

The Distributive Property connects multiplication and addition:

a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c

a×(bc)=a×ba×ca \times (b - c) = a \times b - a \times c

This property is the single most useful tool for simplifying integer calculations, and it works in both directions (expanding and factoring).

Why These Properties Matter

You might wonder why we spend so much time on abstract properties like commutativity and associativity. The answer is that these properties are the foundation of algebra.

When you learn to solve equations in Chapter 4 (Simple Equations), you will use these properties constantly. For example:
- Commutativity lets you rearrange terms: x+3=3+xx + 3 = 3 + x.
- Associativity lets you group terms: (2+x)+5=2+(x+5)(2 + x) + 5 = 2 + (x + 5).
- Distributive property lets you expand or factor: 3(x+2)=3x+63(x + 2) = 3x + 6.
- Additive inverse lets you "cancel" terms: x+55=xx + 5 - 5 = x.

Every property you verify in this chapter is a tool you will use throughout mathematics.

Common Mistakes Students Make in Integers

Here are the most frequent errors that cost students marks — learn these and you will avoid the traps:

1. Confusing the Sign Rules:
* Mistake: Writing (3)×(5)=15(-3) \times (-5) = -15.
* Fix: Negative times negative is positive. (3)×(5)=+15(-3) \times (-5) = +15.

2. Forgetting That Subtraction Is Not Commutative:
* Mistake: Assuming 58=855 - 8 = 8 - 5.
* Fix: 58=35 - 8 = -3, but 85=38 - 5 = 3. These are NOT equal.

3. **Confusing 0÷a0 \div a with a÷0a \div 0:**
* Mistake: Thinking 7÷0=07 \div 0 = 0.
* Fix: 0÷7=00 \div 7 = 0 (zero divided by anything is zero). But 7÷07 \div 0 is undefined (you cannot divide by zero).

4. Thinking Division Is Closed for Integers:
* Mistake: Claiming 7÷27 \div 2 gives an integer.
* Fix: 7÷2=3.57 \div 2 = 3.5, which is not an integer. Integers are NOT closed under division.

5. Sign Errors in Multi-Step Problems:
* Mistake: Losing track of signs when there are three or more negative factors.
* Fix: Count the number of negative factors. Even count \to positive result. Odd count \to negative result.

6. Not Using the Distributive Property for Simplification:
* Mistake: Computing (25)×98(-25) \times 98 by direct multiplication.
* Fix: Break it up: (25)×(1002)=2500+50=2450(-25) \times (100 - 2) = -2500 + 50 = -2450.

7. Forgetting Parentheses with Negative Numbers:
* Mistake: Writing 32=9-3^2 = 9.
* Fix: 32=(32)=9-3^2 = -(3^2) = -9, but (3)2=9(-3)^2 = 9. Parentheses matter!

Exam Strategy for Chapter 1: Integers

Chapter 1 typically carries 5-8 marks in Class 7 annual exams. Here is how to approach it strategically:

Typical Question Patterns:

* 1-2 Mark Questions (MCQ/Fill in the blanks): Direct computation like (15)×(3)=?(-15) \times (-3) = ? or "True/False: Subtraction is commutative for integers."

* 2-3 Mark Questions (Short Answer): Verify a property for given values (e.g., verify commutativity for a=5,b=7a = -5, b = 7). Use the distributive property to simplify a product.

* 3-4 Mark Questions (Long Answer): Word problems involving temperature, altitude, or money. Multi-step simplification problems.

High-Priority Topics:
1. Sign rules for multiplication and division
2. Distributive property for simplification
3. Verifying properties (show both LHS and RHS)
4. Knowing which properties do NOT hold for subtraction and division
5. Division by zero is undefined

Time Allocation:
- For a 2-mark verification problem, spend 2-3 minutes maximum.
- For a word problem, spend 3-4 minutes — read carefully, set up the expression, compute, and state the answer with units.

Golden Rule: Always show your working. Even if you can compute (7)×(8)=56(-7) \times (-8) = 56 mentally, write down the sign rule you used. Examiners award method marks.

Practice on SparkEd's Integers topic page to build speed and confidence!

Practice Problems for Self-Assessment

Test yourself with these problems before moving to Chapter 2. Try solving them on your own first, then check the answers below.

Problem 1: Evaluate (12)+(8)+15+(3)+6(-12) + (-8) + 15 + (-3) + 6.

Problem 2: Verify the distributive property for a=8a = -8, b=3b = 3, c=5c = -5.

Problem 3: Find the product (1)×(1)×(1)×(-1) \times (-1) \times (-1) \times \ldots (7575 times).

Problem 4: Simplify using the distributive property: (19)×25+(19)×(26)(-19) \times 25 + (-19) \times (-26).

Problem 5: A diver descends 44 m every minute. Starting from the surface, what is his depth after 1212 minutes?

Problem 6: Fill in the blank: (48)÷__=6(-48) \div \_\_ = 6.

Problem 7: Is (a÷b)÷c=a÷(b÷c)(a \div b) \div c = a \div (b \div c)? Test with a=24a = 24, b=6b = -6, c=2c = -2.

Problem 8: The product of two integers is 7272. If one integer is 8-8, find the other.

Answers to Practice Problems

Answer 1:

(12)+(8)+15+(3)+6=128+153+6=2(-12) + (-8) + 15 + (-3) + 6 = -12 - 8 + 15 - 3 + 6 = -2

Group positives: 15+6=2115 + 6 = 21. Group negatives: 1283=23-12 - 8 - 3 = -23. Total: 21+(23)=221 + (-23) = -2.

Answer 2:
LHS: (8)×(3+(5))=(8)×(2)=16(-8) \times (3 + (-5)) = (-8) \times (-2) = 16.
RHS: (8)×3+(8)×(5)=24+40=16(-8) \times 3 + (-8) \times (-5) = -24 + 40 = 16.
LHS == RHS. Verified.

Answer 3:
7575 is odd, so (1)75=1(-1)^{75} = -1.

Answer 4:

(19)×25+(19)×(26)=(19)×[25+(26)]=(19)×(1)=19(-19) \times 25 + (-19) \times (-26) = (-19) \times [25 + (-26)] = (-19) \times (-1) = 19

Answer 5:

12×(4)=48 m12 \times (-4) = -48 \text{ m}

The diver is 4848 metres below the surface.

Answer 6:

(48)÷x=6    x=486=8(-48) \div x = 6 \implies x = \frac{-48}{6} = -8

Answer 7:
LHS: b÷c=(6)÷(2)=3b \div c = (-6) \div (-2) = 3. a÷(b÷c)=24÷3=8a \div (b \div c) = 24 \div 3 = 8.
RHS: (a÷b)÷c=[24÷(6)]÷(2)=(4)÷(2)=2(a \div b) \div c = [24 \div (-6)] \div (-2) = (-4) \div (-2) = 2.
828 \neq 2, so division is NOT associative.

Answer 8:

(8)×x=72    x=728=9(-8) \times x = 72 \implies x = \frac{72}{-8} = -9

Quick Revision: All Formulas and Rules at a Glance

Bookmark this section for a quick review before your exam:

Sign Rules (Multiplication & Division):
- Same signs \to positive result
- Different signs \to negative result

Properties of Addition:
- Closure: a+ba + b is always an integer
- Commutative: a+b=b+aa + b = b + a
- Associative: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c)
- Additive identity: a+0=aa + 0 = a
- Additive inverse: a+(a)=0a + (-a) = 0

Properties of Multiplication:
- Closure: a×ba \times b is always an integer
- Commutative: a×b=b×aa \times b = b \times a
- Associative: (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c)
- Multiplicative identity: a×1=aa \times 1 = a
- Distributive: a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c
- Zero property: a×0=0a \times 0 = 0

Subtraction — Properties That FAIL:
- NOT commutative: abbaa - b \neq b - a
- NOT associative: (ab)ca(bc)(a - b) - c \neq a - (b - c)

Division — Properties That FAIL:
- NOT closed: 7÷2=3.57 \div 2 = 3.5 (not an integer)
- NOT commutative: a÷bb÷aa \div b \neq b \div a
- NOT associative: (a÷b)÷ca÷(b÷c)(a \div b) \div c \neq a \div (b \div c)
- Division by zero: UNDEFINED

Special Rules:
- (1)n=1(-1)^n = 1 if nn is even; (1)n=1(-1)^n = -1 if nn is odd
- 0÷a=00 \div a = 0 (for a0a \neq 0)
- a÷0a \div 0 is undefined

Real-World Applications of Integers

Integers are not just abstract mathematical objects — they appear everywhere in daily life. Understanding these real-world connections makes the chapter more intuitive and helps you solve word problems.

Temperature: Temperatures below zero are represented by negative integers. If it is 5°C-5°C in the morning and warms by 12°C12°C, the new temperature is (5)+12=7°C(-5) + 12 = 7°C.

Finance: Profits are positive and losses are negative. If a shop makes profits of Rs. 500500, Rs. 200-200 (loss), and Rs. 300300 over three months, the net result is 500+(200)+300=Rs. 600500 + (-200) + 300 = \text{Rs. } 600.

Altitude: Elevation above sea level is positive; depth below sea level is negative. Mount Everest is at +8849+8849 m and the Mariana Trench is at 10994-10994 m. The difference is 8849(10994)=198438849 - (-10994) = 19843 m.

Banking: Deposits are positive and withdrawals are negative. If you have Rs. 10001000 and withdraw Rs. 15001500, your balance is 1000+(1500)=Rs. 5001000 + (-1500) = \text{Rs. } -500 (overdraft).

Floors in a building: Above ground =+= +, basement == -. Going from floor 33 to basement 22: 35=23 - 5 = -2 (or 3+(5)=23 + (-5) = -2).

When you encounter integer word problems in exams, always identify what is positive and what is negative first, then set up the expression.

Connecting Integers to Other Chapters

Chapter 1 is not an isolated topic — it connects directly to several other chapters in the Class 7 textbook and beyond:

Chapter 4 (Simple Equations): Solving equations like 2x+5=32x + 5 = -3 requires operations with integers. You will transpose terms (which uses additive inverses) and divide both sides (which uses integer division).

Chapter 8 (Rational Numbers): Rational numbers are fractions pq\frac{p}{q} where pp and qq are integers. Every property of integers extends to rational numbers, so this chapter is direct preparation for Chapter 8.

Chapter 10 (Algebraic Expressions): Algebraic expressions involve integer coefficients. Adding 3x+(5x)=2x3x + (-5x) = -2x uses the same integer addition you learned here.

Class 8 and Beyond: In Class 8, you will study rational number properties more deeply, and in Class 9, you will study real numbers — all building on the integer properties from this chapter.

Mastering integers now pays dividends throughout your mathematical journey.

Frequently Made Errors — Detailed Analysis

Let us look at some tricky questions where students commonly go wrong, and understand exactly why the errors happen.

Tricky Question 1: What is (1)×(1)×(1)×(1)×(1)(-1) \times (-1) \times (-1) \times (-1) \times (-1)?

Common wrong answer: 11 (students lose count of the negative signs).

Correct answer: (1)5=1(-1)^5 = -1 (five negatives, odd count, so negative).

Tricky Question 2: Evaluate 15(3)(7)+(2)15 - (-3) - (-7) + (-2).

Common wrong answer: Various errors from sign confusion.

Correct approach:

15(3)(7)+(2)15 - (-3) - (-7) + (-2)

=15+3+72= 15 + 3 + 7 - 2

=23= 23

Why students get this wrong: They forget that subtracting a negative is the same as adding a positive.

Tricky Question 3: Is (5)×(4)×(3)×(2)×(1)×0×1×2(-5) \times (-4) \times (-3) \times (-2) \times (-1) \times 0 \times 1 \times 2 positive, negative, or zero?

Answer: Zero. The moment you see 00 as a factor, the entire product is 00.

Tricky Question 4: a÷a=?a \div a = ? when a=0a = 0.

Common wrong answer: 11.

Correct answer: Undefined. 0÷00 \div 0 is not defined.

NCERT Exemplar and HOTS Questions

These higher-order thinking questions go beyond the textbook and are commonly asked in school exams for the bright students targeting higher marks.

HOTS Example 1: Finding a Pattern

Problem: Observe the pattern and find the next two terms:
(3)×(4)=12(-3) \times (-4) = 12
(3)×(3)=9(-3) \times (-3) = 9
(3)×(2)=6(-3) \times (-2) = 6
(3)×(1)=3(-3) \times (-1) = 3
(3)×0=?(-3) \times 0 = ?
(3)×1=?(-3) \times 1 = ?
(3)×2=?(-3) \times 2 = ?

Solution:
The pattern decreases by 33 each time:

(3)×0=0(-3) \times 0 = 0

(3)×1=3(-3) \times 1 = -3

(3)×2=6(-3) \times 2 = -6

This pattern beautifully illustrates why a negative times a positive is negative.

HOTS Example 2: Working Backwards

Problem: Find two integers whose sum is 5-5 and whose product is 66.

Solution:
We need two numbers that add to 5-5 and multiply to 66.

Since the product is positive and the sum is negative, both numbers must be negative.

Try 2-2 and 3-3:
- Sum =(2)+(3)=5= (-2) + (-3) = -5 (correct)
- Product =(2)×(3)=6= (-2) \times (-3) = 6 (correct)

Answer: The two integers are 2-2 and 3-3.

HOTS Example 3: Integer Puzzle

Problem: Replace * with <<, >>, or == in: (8)×(9)×(10)    8×(9)×10(-8) \times (-9) \times (-10) \;*\; 8 \times (-9) \times 10.

Solution:
LHS: (8)×(9)×(10)(-8) \times (-9) \times (-10)
33 negative factors (odd) \to negative result.
Magnitude: 8×9×10=7208 \times 9 \times 10 = 720.
So LHS =720= -720.

RHS: 8×(9)×108 \times (-9) \times 10
11 negative factor (odd) \to negative result.
Magnitude: 8×9×10=7208 \times 9 \times 10 = 720.
So RHS =720= -720.

Since 720=720-720 = -720, the answer is ==.

Key insight: Both products have the same absolute value (720720) and the same sign (negative, due to an odd count of negative factors in each case).

Boost Your Preparation with SparkEd

You have just worked through every concept and problem type in Chapter 1 — Integers. But reading solutions alone is not enough; you need active practice to truly master these skills.

Here is how SparkEd can help you ace Integers and every other chapter:

* Practice by Difficulty: On our Integers practice page, work through problems sorted into Level 1, Level 2, and Level 3. Start with basic sign-rule problems and progress to multi-step simplifications.

* AI Math Solver: Stuck on a tricky integer problem? Paste it into our AI Solver and get step-by-step solutions with detailed reasoning.

* AI Coach: Get personalised recommendations on which topics need more practice based on your performance. The Coach identifies your weak areas before the examiner does.

* Cross-Topic Connections: Integers connect directly to Rational Numbers (Chapter 8), Simple Equations (Chapter 4), and Algebraic Expressions (Chapter 10). Explore all of these on our programs page.

Head over to sparkedmaths.com and start practising today. Every problem you solve now builds the foundation for everything that comes next!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now