SlideShare a Scribd company logo
Welcome
       to
www.TCYonline.com
NUMBER THEORY
                 PART - I


•    Maximum Power Of a Number Dividing a
     Given Factorial
•    Factors
•    Congruent Modulo N
•    Base System
•    Cyclicity (Unit digit of a number)
•    Congruent Modulo N
Maximum Power of a number dividing a
given factorial

   Finds the highest power of 5 that can divide 60!




         60! …A huge number.
          Impossible without
             calculators
Solving with common sense


        We know 60! = 1 x 2 x 3 x 4……..59 x 60
                       This contains
                   5 10 15 25 30 35….60



                                But 25 & 50 are
  Total 12 in no.
                                  divisible by 5
 Obviously . 512 can
                                 twice. So power
   divide the 60!
                                goes up by two.
            Therefore 14 is the answer
Alternate Method


      Highest power of 5 that can divide 60!

               5      60

               5      12

               5       2
                                Adding we get
                       0             14



              Therefore 14 is the answer
A more complicated one


    Find the highest power of 4 that can divide 24!


         4      24

         4      6      Adding we
                         get 7
                1


         So the answer should be 7
             BUT THIS IS INCORRECT
Explanation


   24! = 1 x 2 x 3 … 24 contains
   4 8 12 16 20 24 ( 6 in numbers)
   As 16 is divisible by 4 twice therefore we get
   7 as an answer

                            BUT
    24! contains 2 & 6 also which are not divisible by 4
    But 2 x 6 is divisible by 4.
    Similarly 10 x 14 , 18 x 22 etc
How to do?

    Find the highest power of 22 that can divide 24!
    Earlier,the divisor given was prime number but 4 is
    not a prime number 4 can be written as 22

                               2     24

                               2     12

                               2      6
                                            Adding we get
                               2      3
                                                   22
                                      1
          222 can divide 24!       So (4)11 can divide 24!
Number of zeros in n!

     # Find the number of zeros in the end of 75!
                            Or
     # Find the highest power of 10 that can divide 75!
       Funda
       Numbers of zeros depend upon number of
       5’s and 2’s (10 = 2 X 5). So calculate
       maximum power of 5 dividing 75!
           5     75
           5     15    So 75! has 18 zeros at the end.
                  3
    Adding we get 18
Factorization Trees

  If a number n is not prime, we must be able to break
  it down to a product of prime numbers. Here is how,
                 60                       60
                               Or
                 6    10                      2     30

             2    3   2    5                       5     6

                                                      2 3
  However, the collection of prime numbers we get from the “leaves”
  of the tree is always the same.
     In other words,
                   60 = 2 × 2 × 3 × 5
  no matter how we factorize it.
Factors
       Factors of 24
        24 = 1 • 24
             2 • 12           Factors of 37
             3•8           37 = 1 • 37 = 37 • 1
             4•6                                            Factors of 64
                           So the list of all the
                                                              64 = 1 • 64
      So the list of all        factors is                        2 • 32
      factors of 24 is             1, 37                          4 • 16
                                                                  8•8
   1, 2, 3, 4, 6, 8, 12, 24

                                      8 is             So the list of factors
                                             onl
                                                 y lis
                                                       ted         of 64 is
                                                           onc
                                                               e
                                                       1, 2, 4, 8, 16, 32, 64
Numbers of Factors

   Let us consider a number X which can be written as
                 X = pa qb rc
   Where p, q, and r are prime factor of the number and a, b,
   and c are Natural number.
        Number of Factors = (a + 1)(b + 1)(c + 1)

    Example
    # Find the numbers of factors of 24
    Solution We can write 24 as 24 = 23.31
             Numbers of Factors = (3 + 1)(1 + 1)
                      =4x2=8
Find the sum of the factors of 24.
The sum of the factors of a number can be found by
using the prime factored form of the number.
                  24 = 23 ⋅ 31
 To do this, use the prime factors themselves. Write
 the powers of each of the prime factors beginning
 with 0 and going to the power of the factor in the
 prime factored form.
                 20 ,21,2 2 ,23 and3 0 ,31
 The sum of these are formed for each of the prime
 factors and then the product of these sums in
 found.        0   1   2   3   0   1
             (2 + 2 + 2 + 2 )(3 + 3 )
             = (1 + 2 + 4 + 8)(1 + 3) =(15 )( 4 ) = 60
Problem

 # What is the sum of the factors of 600?
 Solution: Looking at this prime factored form of 600
 which is 23 ×31 × 52, we would find the sum by
  (20 + 21 + 22 + 23)(30 + 31)(50 + 51 + 52)
 =(1 + 2 + 4 + 8)(1 + 3)(1 + 5 + 25)
 = (15)(4)(31) = 1860

  # Find the sum of the factors of 31 · 23.
  Solution
              (30 + 31) 0 + 21 + 22 + 23)
                       (2
             = (1 + 3)(1 + 2 + 4 + 8)
             = 4(15) = 60
Wilson’s Theorem

If n is a prime number, (n – 1)! + 1 is divisible by n.
Example
Let’s take, n = 5
Then (n – 1)! + 1 = 4! + 1 = 24 + 1 = 25, which is divisible
by 5.
 Similarly     if n = 7
               (n – 1)! + 1 = 6! + 1 = 720 + 1 = 721
               which is divisible by 7.
Fermat’s Theorem

If p is a prime number and N is prime to p, then Np-1 – 1
is divisible by p.


Example:
Take p = 3, N = 5 (3 and 5 are co-prime)
So, 53-1 – 1 = 24 is divisible by 3.
Base System
What we are doing up to now we were doing on decimal base
system. But other than this we have many other base system depending
upon the number of initial digits used in, as in decimal base we use
10 digits (0,1,2,…..9).
 Types of Base System
 (1)   Binary : It consist of only two digits 0 & 1.
 (2)   Octal : It has only 8 digits in it 0, 1, 2, 3, 4, 5, 6 & 7.
 (3)   Decimal: It is the commonly used base having 10
       Decimal
       initial digits as 0, 1, 2, 3, 4, 5, 6, 7, 8 & 9.
 (4)   Hexadecimal: It has 16 digits in it. these digits are 0, 1,
       Hexadecimal
       2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F.
Base System
There can be following three types of questions


• Converting from any base to decimal base
• Converting from decimal to any base
• Converting from one base to another (Other than
decimal base system)
Base System
Converting from decimal to any base
                          Example
 Convert abcd10 from
                          Convert 433010 from decimal
 decimal to N base.
                          to base 8.
  N abcd                             8 4330
  N Q1 - s                           8 541 - 2
  N Q2 - r                           8 67 - 5
  N p - q                            8 8 - 3
                                        1   - 0
    =    (pqrs)N
                                    =    (10352)8
Base System
Converting from any base to decimal base
 Let’s take the number as (abcd)N where a,b,c & d are the
 different digits and N is the base.
 Number in decimal system = axN3 + bxN2 + cxN1 + dxN0
 Example
 What is the decimal equivalent of the number (2134)5?

 Number in decimal system = 2x53 + 1x52 + 3x51 + 4x50
                        = 250 + 25 + 15 + 4 = 294
Base System
Converting from one base to another


                    First base


                     Decimal


                   Second base
Example
• Convert the number 1982 from base 10
  to base 12. The result is
  a. 1182      b. 1912 c. 1192 d. 1292
                              (CAT 1999)
Thank you
Any Question??

More Related Content

PPT
Ppt On Average CAT quant 2009
PPT
Unit 1 Number Theory (5th Grade)
ODP
Cat,mat,gmat, questions
PDF
The complete book_of_number_system1
PPTX
nombor bulat
DOCX
Arithmetic sequences and series[1]
PPTX
Number patterns and sequences slide (ika) final!!
DOC
1 numbers
Ppt On Average CAT quant 2009
Unit 1 Number Theory (5th Grade)
Cat,mat,gmat, questions
The complete book_of_number_system1
nombor bulat
Arithmetic sequences and series[1]
Number patterns and sequences slide (ika) final!!
1 numbers

What's hot (18)

PDF
Equations problems
ODP
Practice questions and tips in business mathematics
PDF
1.3 Pythagorean Theorem and Quadratic Equations
PDF
Unit3[1].doc
PPTX
Word Problems
ODP
H O W T O A N A L Y S E A B U S I N E S S C A S E
PDF
mathematics o level book
PDF
Ebook 1
DOCX
Highest common factor and lowest common multiple
DOC
Inequality and absolute value
PDF
apptitude
DOCX
Arithmatic & algebra
PDF
Easy maths
PDF
PPTX
Matematik ilham contoh english
PPT
Add / Sub
PPTX
Division Of Polynomials
Equations problems
Practice questions and tips in business mathematics
1.3 Pythagorean Theorem and Quadratic Equations
Unit3[1].doc
Word Problems
H O W T O A N A L Y S E A B U S I N E S S C A S E
mathematics o level book
Ebook 1
Highest common factor and lowest common multiple
Inequality and absolute value
apptitude
Arithmatic & algebra
Easy maths
Matematik ilham contoh english
Add / Sub
Division Of Polynomials
Ad

Viewers also liked (20)

PDF
Number theory
PPTX
History of Number Theory
PPTX
The Number Theory
PPT
Number System
PPT
Community Management Communitech P2 P May25 2009
PPT
Life of " Swami Vivekanand "
PDF
Aptitude Training - PROFIT AND LOSS
PPTX
Percentages - Integers
PDF
Profit and loss aptitude questions and answers
PPS
Quotes of Swami Vivekananda
PPTX
ALL INDIA Online MOCK CATs
PDF
Number theory lecture (part 1)
PPSX
Fractals - Beauty in Numbers & Infinity
PPT
Fractal
PPTX
History of pi
PPT
Fractals
PPTX
Fractals presentation
PPTX
Application of Pi
PPT
Pi Ppt
ODP
Fibonacci sequence
Number theory
History of Number Theory
The Number Theory
Number System
Community Management Communitech P2 P May25 2009
Life of " Swami Vivekanand "
Aptitude Training - PROFIT AND LOSS
Percentages - Integers
Profit and loss aptitude questions and answers
Quotes of Swami Vivekananda
ALL INDIA Online MOCK CATs
Number theory lecture (part 1)
Fractals - Beauty in Numbers & Infinity
Fractal
History of pi
Fractals
Fractals presentation
Application of Pi
Pi Ppt
Fibonacci sequence
Ad

Similar to Ppt On Number Theory For Cat (20)

PPTX
Maths Unit 2 REvision
PPTX
Jss 3 Mathematics Number base operations.pptx
PPTX
Number system
PPTX
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...
PPT
Section 4.1 And 4.2 Plus Warm Ups
DOC
PPTX
X ch 1 real numbers
PPTX
Irrational number
PDF
Irrational numbers
PPT
Number and operations review1
PDF
Lec-9gdfweerwertwertvgwertwertevrgwgtwertertgdfg.pdf
PDF
Formula book
PPTX
Bentuk akar dan pangkat.pptx
PPTX
square and square root class8.pptx
PDF
beeed GEN-EDUC-28-LESSON-3.pdf mmmmnmmmm
PDF
1 UNITI Numbers System.pdf
PDF
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdf
PDF
Apti book for gate
PPT
Number system-Final.ppthhh jbjbbjb bjjnbjkggb
PPTX
Precalculus 10 Sequences and Series.pptx
Maths Unit 2 REvision
Jss 3 Mathematics Number base operations.pptx
Number system
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...
Section 4.1 And 4.2 Plus Warm Ups
X ch 1 real numbers
Irrational number
Irrational numbers
Number and operations review1
Lec-9gdfweerwertwertvgwertwertevrgwgtwertertgdfg.pdf
Formula book
Bentuk akar dan pangkat.pptx
square and square root class8.pptx
beeed GEN-EDUC-28-LESSON-3.pdf mmmmnmmmm
1 UNITI Numbers System.pdf
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdf
Apti book for gate
Number system-Final.ppthhh jbjbbjb bjjnbjkggb
Precalculus 10 Sequences and Series.pptx

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Cloud computing and distributed systems.
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Electronic commerce courselecture one. Pdf
PDF
Encapsulation theory and applications.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Empathic Computing: Creating Shared Understanding
Advanced methodologies resolving dimensionality complications for autism neur...
Understanding_Digital_Forensics_Presentation.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Cloud computing and distributed systems.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Approach and Philosophy of On baking technology
Electronic commerce courselecture one. Pdf
Encapsulation theory and applications.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
NewMind AI Monthly Chronicles - July 2025
20250228 LYD VKU AI Blended-Learning.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
cuic standard and advanced reporting.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectral efficient network and resource selection model in 5G networks
Empathic Computing: Creating Shared Understanding

Ppt On Number Theory For Cat

  • 1. Welcome to www.TCYonline.com
  • 2. NUMBER THEORY PART - I • Maximum Power Of a Number Dividing a Given Factorial • Factors • Congruent Modulo N • Base System • Cyclicity (Unit digit of a number) • Congruent Modulo N
  • 3. Maximum Power of a number dividing a given factorial Finds the highest power of 5 that can divide 60! 60! …A huge number. Impossible without calculators
  • 4. Solving with common sense We know 60! = 1 x 2 x 3 x 4……..59 x 60 This contains 5 10 15 25 30 35….60 But 25 & 50 are Total 12 in no. divisible by 5 Obviously . 512 can twice. So power divide the 60! goes up by two. Therefore 14 is the answer
  • 5. Alternate Method Highest power of 5 that can divide 60! 5 60 5 12 5 2 Adding we get 0 14 Therefore 14 is the answer
  • 6. A more complicated one Find the highest power of 4 that can divide 24! 4 24 4 6 Adding we get 7 1 So the answer should be 7 BUT THIS IS INCORRECT
  • 7. Explanation 24! = 1 x 2 x 3 … 24 contains 4 8 12 16 20 24 ( 6 in numbers) As 16 is divisible by 4 twice therefore we get 7 as an answer BUT 24! contains 2 & 6 also which are not divisible by 4 But 2 x 6 is divisible by 4. Similarly 10 x 14 , 18 x 22 etc
  • 8. How to do? Find the highest power of 22 that can divide 24! Earlier,the divisor given was prime number but 4 is not a prime number 4 can be written as 22 2 24 2 12 2 6 Adding we get 2 3 22 1 222 can divide 24! So (4)11 can divide 24!
  • 9. Number of zeros in n! # Find the number of zeros in the end of 75! Or # Find the highest power of 10 that can divide 75! Funda Numbers of zeros depend upon number of 5’s and 2’s (10 = 2 X 5). So calculate maximum power of 5 dividing 75! 5 75 5 15 So 75! has 18 zeros at the end. 3 Adding we get 18
  • 10. Factorization Trees If a number n is not prime, we must be able to break it down to a product of prime numbers. Here is how, 60 60 Or 6 10 2 30 2 3 2 5 5 6 2 3 However, the collection of prime numbers we get from the “leaves” of the tree is always the same. In other words, 60 = 2 × 2 × 3 × 5 no matter how we factorize it.
  • 11. Factors Factors of 24 24 = 1 • 24 2 • 12 Factors of 37 3•8 37 = 1 • 37 = 37 • 1 4•6 Factors of 64 So the list of all the 64 = 1 • 64 So the list of all factors is 2 • 32 factors of 24 is 1, 37 4 • 16 8•8 1, 2, 3, 4, 6, 8, 12, 24 8 is So the list of factors onl y lis ted of 64 is onc e 1, 2, 4, 8, 16, 32, 64
  • 12. Numbers of Factors Let us consider a number X which can be written as X = pa qb rc Where p, q, and r are prime factor of the number and a, b, and c are Natural number. Number of Factors = (a + 1)(b + 1)(c + 1) Example # Find the numbers of factors of 24 Solution We can write 24 as 24 = 23.31 Numbers of Factors = (3 + 1)(1 + 1) =4x2=8
  • 13. Find the sum of the factors of 24. The sum of the factors of a number can be found by using the prime factored form of the number. 24 = 23 ⋅ 31 To do this, use the prime factors themselves. Write the powers of each of the prime factors beginning with 0 and going to the power of the factor in the prime factored form. 20 ,21,2 2 ,23 and3 0 ,31 The sum of these are formed for each of the prime factors and then the product of these sums in found. 0 1 2 3 0 1 (2 + 2 + 2 + 2 )(3 + 3 ) = (1 + 2 + 4 + 8)(1 + 3) =(15 )( 4 ) = 60
  • 14. Problem # What is the sum of the factors of 600? Solution: Looking at this prime factored form of 600 which is 23 ×31 × 52, we would find the sum by (20 + 21 + 22 + 23)(30 + 31)(50 + 51 + 52) =(1 + 2 + 4 + 8)(1 + 3)(1 + 5 + 25) = (15)(4)(31) = 1860 # Find the sum of the factors of 31 · 23. Solution (30 + 31) 0 + 21 + 22 + 23) (2 = (1 + 3)(1 + 2 + 4 + 8) = 4(15) = 60
  • 15. Wilson’s Theorem If n is a prime number, (n – 1)! + 1 is divisible by n. Example Let’s take, n = 5 Then (n – 1)! + 1 = 4! + 1 = 24 + 1 = 25, which is divisible by 5. Similarly if n = 7 (n – 1)! + 1 = 6! + 1 = 720 + 1 = 721 which is divisible by 7.
  • 16. Fermat’s Theorem If p is a prime number and N is prime to p, then Np-1 – 1 is divisible by p. Example: Take p = 3, N = 5 (3 and 5 are co-prime) So, 53-1 – 1 = 24 is divisible by 3.
  • 17. Base System What we are doing up to now we were doing on decimal base system. But other than this we have many other base system depending upon the number of initial digits used in, as in decimal base we use 10 digits (0,1,2,…..9). Types of Base System (1) Binary : It consist of only two digits 0 & 1. (2) Octal : It has only 8 digits in it 0, 1, 2, 3, 4, 5, 6 & 7. (3) Decimal: It is the commonly used base having 10 Decimal initial digits as 0, 1, 2, 3, 4, 5, 6, 7, 8 & 9. (4) Hexadecimal: It has 16 digits in it. these digits are 0, 1, Hexadecimal 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F.
  • 18. Base System There can be following three types of questions • Converting from any base to decimal base • Converting from decimal to any base • Converting from one base to another (Other than decimal base system)
  • 19. Base System Converting from decimal to any base Example Convert abcd10 from Convert 433010 from decimal decimal to N base. to base 8. N abcd 8 4330 N Q1 - s 8 541 - 2 N Q2 - r 8 67 - 5 N p - q 8 8 - 3 1 - 0 = (pqrs)N = (10352)8
  • 20. Base System Converting from any base to decimal base Let’s take the number as (abcd)N where a,b,c & d are the different digits and N is the base. Number in decimal system = axN3 + bxN2 + cxN1 + dxN0 Example What is the decimal equivalent of the number (2134)5? Number in decimal system = 2x53 + 1x52 + 3x51 + 4x50 = 250 + 25 + 15 + 4 = 294
  • 21. Base System Converting from one base to another First base Decimal Second base
  • 22. Example • Convert the number 1982 from base 10 to base 12. The result is a. 1182 b. 1912 c. 1192 d. 1292 (CAT 1999)