Notes on Integers

Biju Ale | Apr 24, 2018

Parity of Integer

Sum & Subtraction

Product

Expression

Factors

Basics

        72
        |
        36          Multiple zone
        |
        24 
  ------|-------
        12
        /  \
       2    6       Factor zone
      / \    / \
     2  3  2  3 

GCF and LCM

Count of Factors

Let, N=25.32.7 N = 2^5.3^2.7 Here, {5,2,1}\set{5,2,1} are the exponents. Adding 1 to each exponent we get, {6,3,2}\set{6,3,2} Multiplying each new terms, we get, 6.3.2=366.3.2=36 which is the total number of factors of N Multiplying each corresponding new term of odd prime factors (pf 3 and 7), we get 3.2=63.2=6 which is the number of odd factors of N

Divisibility of Large Integers

Integer-Quotient Equation

D = Dividend; S = Divisor; Q = Quotient; r = Remainder