krit.club logo

Number System - Integers and their Properties (Closure, Commutative, Associative, Distributive)

Grade 7ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Integers consist of the set of whole numbers and their negative counterparts, represented as {...,3,2,1,0,1,2,3,...}\{..., -3, -2, -1, 0, 1, 2, 3, ...\}. On a horizontal number line, 00 acts as the origin; positive integers extend to the right (increasing in value), and negative integers extend to the left (decreasing in value).

The Closure Property states that for any two integers aa and bb, the results of addition (a+ba + b), subtraction (aba - b), and multiplication (a×ba \times b) are always integers. However, division does not satisfy the closure property because an integer divided by another (like 5÷25 \div 2) may result in a fraction.

The Commutative Property implies that the order of integers does not affect the outcome of addition or multiplication. Mathematically, a+b=b+aa + b = b + a and a×b=b×aa \times b = b \times a. Imagine a balance scale where swapping the positions of two weights does not change the equilibrium. Note: This property does not hold for subtraction or division.

The Associative Property refers to the grouping of three or more integers. For addition, (a+b)+c=a+(b+c)(a + b) + c = a + (b + c), and for multiplication, (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c). Visually, this means shifting parentheses within an expression does not change the final sum or product.

The Distributive Property of Multiplication over Addition/Subtraction states that a×(b+c)=(a×b)+(a×c)a \times (b + c) = (a \times b) + (a \times c). You can visualize this as finding the area of a large rectangle by splitting it into two smaller rectangles and adding their areas together.

The Additive Identity of an integer is 00, because adding 00 to any integer aa results in the integer itself (a+0=aa + 0 = a). The Multiplicative Identity is 11, because multiplying any integer aa by 11 keeps the value unchanged (a×1=aa \times 1 = a).

Sign Rules for Multiplication and Division dictate that the product or quotient of two integers with like signs is always positive (+×+=++ \times + = + or ×=+- \times - = +), whereas the product or quotient of two integers with unlike signs is always negative (+×=+ \times - = - or ×+=- \times + = -).

📐Formulae

Closure Property: a+bZa + b \in \mathbb{Z}, abZa - b \in \mathbb{Z}, a×bZa \times b \in \mathbb{Z}

Commutative Property: a+b=b+aa + b = b + a and a×b=b×aa \times b = b \times a

Associative Property: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c) and (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c)

Distributive Property: a×(b+c)=(a×b)+(a×c)a \times (b + c) = (a \times b) + (a \times c)

Distributive Property (Subtraction): a×(bc)=(a×b)(a×c)a \times (b - c) = (a \times b) - (a \times c)

Additive Inverse: a+(a)=0a + (-a) = 0

Multiplication by Zero: a×0=0a \times 0 = 0

💡Examples

Problem 1:

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

Solution:

(25)×102=(25)×(100+2)(-25) \times 102 = (-25) \times (100 + 2) \ Using a×(b+c)=(a×b)+(a×c)a \times (b + c) = (a \times b) + (a \times c): \ =((25)×100)+((25)×2)= ((-25) \times 100) + ((-25) \times 2) \ =(2500)+(50)= (-2500) + (-50) \ =250050= -2500 - 50 \ =2550= -2550

Explanation:

To simplify the calculation, we break 102102 into (100+2)(100 + 2) and then apply the distributive property of multiplication over addition.

Problem 2:

Verify the Associative Property of Addition for a=5a = -5, b=3b = 3, and c=2c = -2.

Solution:

LHS: (a+b)+c=((5)+3)+(2)(a + b) + c = ((-5) + 3) + (-2) \ =(2)+(2)=4= (-2) + (-2) = -4 \ RHS: a+(b+c)=(5)+(3+(2))a + (b + c) = (-5) + (3 + (-2)) \ =(5)+(1)=4= (-5) + (1) = -4 \ Since LHS=RHSLHS = RHS, the property is verified.

Explanation:

We calculate the sum by grouping the first two numbers first, and then compare it with the sum obtained by grouping the last two numbers first. Both result in 4-4.