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 (aโˆ’ba - 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+bโˆˆZa + b \in \mathbb{Z}, aโˆ’bโˆˆZa - b \in \mathbb{Z}, aร—bโˆˆZa \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ร—(bโˆ’c)=(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) \ =โˆ’2500โˆ’50= -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.