Math Flash Cards: How To Test Whether A Number Is Prime or Composite
Math Flash Cards: How To Test Whether A Number Is Prime or Composite
1. Number Properties
2. Inequalities
3. Averages
4. Ratios
5. Sequences & Progressions
6. Set Theory
7. Co-ordinate Geometry
8. Geometry
The points are taken from multiple sources. But the key resource in my preparation is High
School Math book. This book has really helped me in understanding the concepts in depth and
apply those concepts in GMAT. I attribute my improvement in quants to this book.
I will start the thread with a very important topic in GMAT - "NUMBER PROPERTIES".
Most of you are comfortable with calculating LCM and HCF of 2 integers/numbers. But are you
comfortable for doing the same with fractions? If you are not sure how to do for fractions, here is
Pattern 3:
Unit's place that has digit - 4
Then,
If power is odd --> unit's digit will be '4'
If power is even --> unit's digit will be '6'
Similarly,
Unit's place that has digit - 9
Then,
If power is odd --> unit's digit will be '9
If power is even --> unit's digit will be '1'
Example:
Divisibility Tests:
To check whether a number (say n) is divisible
By 2: unit's place of n must be 0 (OR) unit's place of n must be divisible by 2.
By 3: Sum of the digits of n must be divisible by 3.
By 4: Last 2 digits (Unit's place and ten's place) of n are 0's (OR) Last 2 digits of n must be
divisible by 4.
By 5: Unit's digit must be a 5 (OR) a 0.
By 6: n must be divisible by both 2 and 3 (Follow the method used for 2 and 3).
By 8: Last 3 digits (units, tens and hundredth place) of n are 0's (OR) Last 3 digits of n is divisible
by 8.
By 9: Sum of the digits of n must be divisible by 9.
By 11: (Sum of the digits of n in odd places) - (Sum of the digits of n in even places) ==> Either 0
(OR) divisible by 11.
By 12: n must be divisible by both 3 and 4 (Follow the method used for 3 and 4).
By 25: Last 2 digits (units and tens place) of n are 0's (OR) Last 2 digits of n must be divisible by
25.
By 75: n must be divisible by both 3 and 25 (Follow the method used for 3 and 25).
By 125: Last 3 digits of n are 0's (OR) are divisible by 125.
Small Large
1 32
2 16
48
Stop! If you take 8, you get 4 as quotient which is smaller than the number (8).
Therefore, there are 3*2 = 6 factor pairs or number of factors of 32.
ii. Let's take a perfect square number such as 36. Keep picking a number (start from 1) that
divides 36 until you reach a number that is smaller than the quotient.
Small Large
1 36
2 18
3 12
49
66
Totally, there are 5*2 = 10 factor pairs or number of factors of 36. But, (6,6) gets repeated twice.
So, deduct 1 from factor pairs i.e. 10-1 = 9 factor pairs or number of factors of 36.
Any number whose prime factorization contains even powers of primes, then the number must be
a perfect square.
Any number whose prime factorization contains powers of primes with multiples of 3, then the
number must be a perfect cube.
REMAINDERS:
(I)
When 2 numbers are divided by same divisor and the remainders obtained are thesame,
THEN
DIFFERENCE b/w 2 numbers is also divisible by that divisor.
(II)
When 2 positive numbers 'a' and 'b' are divided by the same divisor 'd' and remainders obtained
are 'r1' and 'r2' respectively,
THEN
the remainders obtained when a+b is divided by d will be r1+r2
Quote:
NOTE: If r1+r2 >= d, compute (r1+r2) - d as the remainder.
(III)
When 2 positive numbers 'a' and 'b' are divided by the same divisor 'd' and the remainders
obtained are 'r1' and 'r2' respectively,
THEN
the remainders obtained when a*b is divided by d will be r1*r2
Quote:
NOTE: If r1*r2 >= d, compute (r1*r2) / d as the remainder.
TAKEAWAY:
A remainder can NEVER be greater than or equal to the divisor.
How to find REMAINDER for LARGE POWERS of numbers:
There are 2 ways to do so:
1. Pattern Method:
Example:
a^n + b^n:
1. NEVER divisible by a-b
2. If n is odd, it is divisible by a+b
3. If n is even, it is NOT divisible by a+b