Learning

open
close

What are Integers?

July 18, 2023 | by Bloom Code Studio

The word integer originated from the Latin word “Integer” which means whole or intact. Integers is a special set of numbers comprising zero, positive numbers and negative numbers.

Examples of Integers: – 1, -12, 6, 15.

Symbol

The integers are represented by the symbol ‘Z’. 

Z= {……-8,-7,-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,……}

Types of Integers

Integers come in three types:

  • Zero (0)
  • Positive Integers (Natural numbers)
  • Negative Integers (Additive inverse of Natural Numbers)

Zero

Zero is neither a positive nor a negative integer. It is a neutral number i.e. zero has no sign (+ or -).

Positive Integers

The positive integers are the natural numbers or also called counting numbers. These integers are also sometimes denoted by Z+. The positive integers lie on the right side of 0 on a number line.

Z+ → 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,….

Negative Integers

The negative integers are the negative of natural numbers. They are denoted by Z–. The negative integers lie on the left side of 0 on a number line.

Z– → -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30,…..

How to Represent Integers on Number Line?

As we have already discussed the three categories of integers, we can easily represent them on a number line based on positive integers, negative integers and zero. 

Zero is the centre of integers on a number line. Positive integers lie on the right side of zero and negative integers lie on the left. See the below figure.

Rules of Integers

Rules defined for integers are:

  • Sum of two positive integers is an integer
  • Sum of two negative integers is an integer
  • Product of two positive integers is an integer
  • Product of two negative integers is an integer
  • Sum of an integer and its inverse is equal to zero
  • Product of an integer and its reciprocal is equal to 1

Arithmetic Operations on Integers

The basic Maths operations performed on integers are:

  • Addition of integers
  • Subtraction of integers
  • Multiplication of integers
  • Division of integers

Addition of Integers

While adding the two integers with the same sign, add the absolute values, and write down the sum with the sign provided with the numbers.

For example,

(+4) + (+7) = +11

(-6) + (-4) = -10

While adding two integers with different signs, subtract the absolute values, and write down the difference with the sign of the number which has the largest absolute value.

For example,

(-4) + (+2) = -2

(+6) + (-4) = +2.

Subtraction of Integers

While subtracting two integers, change the sign of the second number which is being subtracted, and follow the rules of addition.

For example,

(-7) – (+4) = (-7) + (-4) = -11

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

Multiplication of Integers

While multiplying two integer numbers, the rule is simple.

  • If both the integers have the same sign, then the result is positive.
  • If the integers have different signs, then the result is negative.

For example,

  • (+2) x (+3) = +6
  • (+3) x (-4) = – 12

Thus, we can summarise the multiplication of two integers with examples in the below table.

Multiplication of SignsResulting SignExamples
+ × ++3 × 4 = 12
+ × –3 × -4 = -12
– × +-3 × 4 = -12
– × –+-3 × -4 = 12

Division of Integers

The rule for dividing integers is similar to multiplication.

  • If both the integers have the same sign, then the result is positive.
  • If the integers have different signs, then the result is negative.

Similarly

  • (+6) ÷ (+2) = +3
  • (-16) ÷ (+4) = -4
Division of SignsResulting signExamples
+ ÷ ++15 ÷ 3 = 5
+ ÷ –15 ÷ -3 = -5
– ÷ +-15 ÷ 3 = -5
– ÷ –+-15 ÷ -3 = 5

Properties of Integers

The major Properties of Integers are:

  1. Closure Property
  2. Associative Property
  3. Commutative Property
  4. Distributive Property
  5. Additive Inverse Property
  6. Multiplicative Inverse Property
  7. Identity Property

Closure Property

According to the closure property of integers, when two integers are added or multiplied together, it results in an integer only. If a and b are integers, then:

  • a + b = integer
  • a x b = integer

 Examples: 

  • 2 + 5 = 7 (is an integer)
  • 2 x 5 = 10 (is an integer)

Commutative Property

According to the commutative property of integers, if a and b are two integers, then:

  • a + b = b + a
  • a x b = b x a

Examples:

  • 3 + 8 = 8 + 3 = 11
  • 3 x 8 = 8 x 3 = 24

But for the commutative property is not applicable to subtraction and division of integers. 

Associative Property

As per the associative property , if a, b and c are integers, then:

  • a+(b+c) = (a+b)+c
  • ax(bxc) = (axb)xc

Examples:

  • 2+(3+4) = (2+3)+4 = 9
  • 2x(3×4) = (2×3)x4 = 24

Similar to commutativity, associativity is applicable for the addition and multiplication of integers only.

Distributive property

According to the distributive property of integers, if a, b and c are integers, then:

a x (b + c) = a x b + a x c

Example: Prove that: 3 x (5 + 1) = 3 x 5 + 3 x 1

LHS = 3 x (5 + 1) = 3 x 6 = 18

RHS = 3 x 5 + 3 x 1 = 15 + 3 = 18

Since, LHS = RHS

Hence, proved.

Additive Inverse Property

If a is an integer, then as per the additive inverse property of integers, 

a + (-a) = 0

Hence, -a is the additive inverse of integer a.

Multiplicative inverse Property

If a is an integer, then as per the multiplicative inverse property of integers, 

a x (1/a) = 1

Hence, 1/a is the multiplicative inverse of integer a.

Identity Property of Integers

The identity elements of integers are:

  • a+0 = a
  • a x 1 = a

Example: -100,-12,-1, 0, 2, 1000, 989 etc…

As a set, it can be represented as follows:

Z= {……-8,-7,-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,……}

RELATED POSTS

View all

view all