Arithmetic Course/Types of Number/Integer Number

From testwiki
Jump to navigation Jump to search

Integer Number

Integer number is a set of Positive Integer , 0 and Negative Integer

  1. Positive Integer . +N > 0 = {+1,+2,+3,+4,+5,+6,+7,+8,+9}
  2. Negative Integer . -N < 0 = {-1,-2,-3,-4,-5,-6,-7,-8,-9}
  3. Zero . N = 0

Properties

  1. a + b = b + a
  2. a + b + c = (a + b) + c = a + (b + c)

Mathematic Operations

Integer Addition

  1. a + 0 = a
  2. a + a = 2a
  3. a + (-a) = 0

Integer Subtraction

  1. a - 0 = a
  2. a - a = 0
  3. a - (-a) = 2a

Integer Multiplication

  1. a x 0 = 0
  2. a x a = a2
  3. a x (-a) = -a2

Integer Division

  1. a / 0 = ∞
  2. a / a = 1
  3. a / (-a) = -1

Multiple of Integer

a + a + a + .... = na
  1. na + ma = an[1 + a^(m-n)]
  2. na - ma = an[1 - a^(m-n)]
  3. na x ma = (nm) a
  4. na / ma = (n/m) a

Power of Integer

a x a x a x .... = an
  1. a0=1
  2. a1=a
  3. a1=1a
  4. an+am=a*(m+n)
  5. anam=a*(mn)
  6. an×am=a(m+n)
  7. anam=a(mn)

Root of Integer

There exist an=b then b=a

  1. 0=0
  2. 1=1
  3. 1=i
  4. a×b=ab
  5. a×b=ab

Log of Integer

There exist ac=b then Loga b = c

  1. Log10a=c then Log 10a = c
  2. Lna=c then Lna = c
  3. Loga+Logb=Logab
  4. LogaLogb=Logab

Template:BookCat