CAT Exam  >  CAT Notes  >  Quantitative Aptitude (Quant)  >  Tips and Tricks: Number System

Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT PDF Download

Introduction

Number Systems is the most important topic in the quantitative section. It is a very vast topic and a significant number of questions can be seen based on this topic in many competitive exams.  Learning simple tricks like divisibility rules, HCF and LCM, prime numbers and remainder theorems can help improve the score drastically.

HCF & LCM

  • HCF * LCM of two numbers = Product of two numbers.
  • The greatest number dividing a, b and c such that (a<b<c) leaving the same remainder each time is the HCF of (c-b), (c-a), (b-a). 
  • If a number, N, is divisible by X and Y and HCF(X,Y). Then, N is divisible by X * Y.

Prime and Composite Numbers

  • Prime numbers are numbers with only two factors, 1 and the number itself.
  • Composite numbers are numbers with more than 2 factors. Examples are 4, 6, 8, 9. 
  • 0 and 1 are neither composite nor prime. 
  • There are 25 prime numbers less than 100.

Properties of Prime numbers

  • To check if n is a prime number, list all prime factors less than or equal to √n. If none of the prime factors can divide n then n is a prime number. 
  • For any integer a and prime number p, ap-a is always divisible by p.
  • All prime number greater than 2 and 3 can be written in the form of 6k+1 or 6k-1.
  • If a and b are coprime then ab-1 mod b=1.

Theorems on Prime Numbers

  • Fermat's Theorem: Remainder of a(p-1) when divided by p is 1, where p is a prime.
  • Wilson's Theorem: Remainder when (p-1)! is divided by p is (p-1) where p is a prime
  • Remainder Theorem
  • If a, b, c are the prime factors of N such that N= ap* bq*cr Then the number o f numbers less than N and co-prime to N is ϕ(N)= N (1 - 1/a) (1 - 1/b) (1 - 1/c).
  • This function is known as the Euler's totient function.

Euler's theorem

  • If M & N are co-prime to each other than remainder when Mϕ(N) is divided by N is 1.
  • Highest power of n in m! is Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT
    Example: Highest power of 7 in 100!Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT

Some Tricks to Remember

  • To find the number of zeroes in n! find the highest power of 5 in n!
  • If all possible permutations of n distinct digits are added together the sum = (n-1)! * (sum of n digits) * (11111... n times)
  • If the number can be represented as N = ap* bq*cr... then number of factors the is (p+1) * (q+1)* (r+1)
  • Sum of the factors = Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT
  • If the number of factors are odd then N is a perfect square.
  • If there are n factors, then the number of pairs of factors would be n/2.
  • If N is a perfect square then number of pairs (including the square root) is (n+1)/2.
  • If the number can be expressed as N = 2p * aq * b... where the power of 2 is p and a, b are prime numbers. Then the number of even factors of N = p (1+q) (1+r)... The number of odd factors of N = (1+q) (1+r)…
  • Number of positive integral solutions of the equation x2 + y2 = k is given by
    Total number of factors of k/2 (If k is odd but not a perfect square)
    Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT(If k is odd and a perfect square)
    Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT (If k is even and not a perfect square)
    Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT (If it is even and a perfect square)
  • Number of digits in ab = [ b logm (a) ] + 1 ; where m is the base of the number and [.] denotes greatest integer function.
  • Even number which is not a multiple of 4, can never be expressed as a difference of 2 perfect squares.
  • Sum of first n odd numbers is n2.
  • Sum of first n even numbers is n(n+1).
  • The product of the factors of N is given by Na/2, where a is the number of factors.
  • The last two digits of a2, (50 - a)2, (50 + a)2, (100 - a2). . . . . are the same.
  • If the number is written as 210n.
  • When n is odd, the last 2 digits are 24.
  • When n is even, the last 2 digits are 76.

Divisibility

  • Divisibility by 2: Last digit divisible by 2 
  • Divisibility by 4: Last two digits divisible by 4 
  • Divisibility by 8: Last three digits divisible by 8 
  • Divisibility by 16: Last four digit divisible by 16 
  • Divisibility by 3: Sum of digits divisible by 3 
  • Divisibility by 9: Sum of digits divisible by 9 
  • Divisibility by 27: Sum of blocks of 3 (taken right to left) divisible by 27 
  • Divisibility by 7: Remove the last digit, double it and subtract it from the truncated original number, check if number is divisible by 7 
  • Divisibility by 11: (sum of odd digits) - (sum of even digits) should be 0 or divisible by 11

Divisibility properties

  • For composite divisors, check if the number is divisible by the factors individually.
  • Hence to check if a number is divisible by 6 it must be divisible by 2 and 3.
  • The equation an - bn is always divisible by a-b. If n is even it is divisible by a + b. If n is odd it is not divisible by a + b.
  • The equation an + bis divisible by a+b if n is odd. If n is even it is not divisible by a+b.
  • Converting from decimal to base b. Let R1 + R2 .. be the remainder left after repeatedly dividing the number with b. Hence, the number in base b is given by ... R2 R1.
  • Converting from base b to decimal - multiply each digit of the number with a power of b starting with the rightmost digit and b 0 . 
  • A decimal number is divisible by b-1 only if the sum of the digits of the number when written in base b are divisible by b-1.

Cyclicity

To find the last digit of a n find the cyclicity of a. For Ex. if a=2, we see that

  • 21 = 2
  • 22 = 4
  • 23 = 8
  • 24 = 16
  • 25 = 32

Hence, the last digit of 2 repeats after every 4th power. Hence cyclicity of 2 = 4. Hence if we have to find the last digit of an, The steps are:

  • Find the cyclicity of a, say it is x 2.
  • Find the remainder when n is divided by x, say remainder r
  • Find a r if r > 0 and ax when r = 0
  • (a + b)(a — b) = (a2 — b2
  • (a + b)2 = (a2 + b2 + 2 ab) 
  • (a — b)2 = (a2 + b2 — 2ab) 
  • (a + b + c)2 = (a2 + b2 + 2(ab + be + ca))
  • (a + b + c)2= (a2 + b2 + 2 (ab + bc + ca)) 
  • (a+ b3) = (a + b) (a2 — ab + b2
  • (a3 + b3) = (a + b) (a2 — ab + b2
  • (a3 + b3) = (a + b) (a2 — ab + b2
  • (a3 + b3 + c3 — 3abc) = (a + b) (a2 + b2 + c2 — ab — bc — ac)
  • When a + b + c = 0, then a3 + b3 + c3 = 3abc

Number of Zeroes

1. Number of zeroes in an expression

  • Zeroes are formed by a combination of 2 × 5. 
  • Hence, the number of zeroes will depend on the number of pairs of 2’s and 5’s that can be formed. 

2. Finding the number of zeroes in a factorial value 

  • Method 1: Suppose you had to find the number of zeroes in 6!. 6! = 6 × 5 × 4 × 3 × 2 × 1 = (3 × 2) × (5) × (2 × 2) × (3) × (2) × (1). 
    Counting the number of 5 will give the answer.
  • Method 2 : For finding the zeroes in 6! we use Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT So we get 1 as the answer as all divisions after the first term in the series are in decimals which we ignore.

Question for Tips and Tricks: Number System
Try yourself:How many zeroes are there at the end of 25! ?
View Solution

The document Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT is a part of the CAT Course Quantitative Aptitude (Quant).
All you need of CAT at this link: CAT
184 videos|131 docs|110 tests

Top Courses for CAT

FAQs on Tips and Tricks: Number System - Quantitative Aptitude (Quant) - CAT

1. What is the difference between HCF and LCM?
Ans.HCF (Highest Common Factor) is the largest number that divides two or more numbers without leaving a remainder, while LCM (Lowest Common Multiple) is the smallest number that is a multiple of two or more numbers. HCF is used to simplify fractions, whereas LCM is used to find common denominators.
2. How can I identify prime and composite numbers?
Ans.Prime numbers are natural numbers greater than 1 that have no divisors other than 1 and themselves, such as 2, 3, 5, and 7. Composite numbers have more than two factors, meaning they can be divided by 1, themselves, and at least one other number, like 4, 6, and 8. To identify them, check the number of divisors.
3. What are some important properties of prime numbers?
Ans.Some important properties of prime numbers include: (1) The only even prime number is 2; (2) Any prime number greater than 3 can be expressed in the form of 6k ± 1; (3) Prime numbers are infinite; (4) The sum of two odd prime numbers is always even, while the sum of an odd and an even prime (2) is odd.
4. What are the key theorems related to prime numbers?
Ans.Key theorems related to prime numbers include: (1) The Fundamental Theorem of Arithmetic states that every integer greater than 1 can be uniquely factorized into prime numbers; (2) Euclid's theorem proves that there are infinitely many prime numbers; (3) Wilson's theorem states that a natural number p > 1 is prime if and only if (p-1)! ≡ -1 (mod p).
5. How does the concept of divisibility apply to HCF and LCM?
Ans.Divisibility is crucial for understanding both HCF and LCM. The HCF of two numbers is the largest factor that divides both numbers, while the LCM is the smallest multiple that both numbers can divide. The relationship can be expressed as HCF × LCM = Product of the numbers, highlighting how they interrelate through divisibility.
184 videos|131 docs|110 tests
Download as PDF
Explore Courses for CAT exam

Top Courses for CAT

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Extra Questions

,

Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT

,

pdf

,

Sample Paper

,

past year papers

,

Exam

,

Important questions

,

practice quizzes

,

Objective type Questions

,

Free

,

Summary

,

Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT

,

Tips and Tricks: Number System | Quantitative Aptitude (Quant) - CAT

,

video lectures

,

Viva Questions

,

shortcuts and tricks

,

mock tests for examination

,

Semester Notes

,

ppt

,

study material

,

Previous Year Questions with Solutions

,

MCQs

;