You shall know the truth,
& the truth shall set you free. —John 8:32

Biju Ale


Notes on Integers

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 = 2^5.3^2.7 $$ Here, $$\set{5,2,1}$$ are the exponents. Adding 1 to each exponent we get, $$\set{6,3,2}$$ Multiplying each new terms, we get, $$6.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=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