Menu

Earn Premium with Referrals

Invite your friends and earn Premium rewards through our referral program.

See how it works and start inviting friends.

Revision Sheet 3
QUANTITATIVEAPTITUDE

Revision Sheet 3

Practice key quantitative aptitude concepts and review frequently tested placement question patterns.

Types of Numbers

Natural Numbers

1, 2, 3, 4, 5, ...

Whole Numbers

0, 1, 2, 3, 4, ...

Integers

..., -3, -2, -1, 0, 1, 2, 3, ...

Even Numbers

2, 4, 6, 8, ...

General Form:

2n2n

Odd Numbers

1, 3, 5, 7, ...

General Form:

2n+12n+1

Prime Numbers

Memorize prime numbers up to 50:

2, 3, 5, 7, 11, 13, 17, 19, 23, 29,
31, 37, 41, 43, 47

Composite Numbers

Non-prime numbers greater than 1.

Examples:

4, 6, 8, 9, 10, 12

Important Results

Sum of First n Natural Numbers

1+2++n============n(n+1)21+2+\cdots+n ============ \frac{n(n+1)}{2}

Sum of Squares

12+22++n2==================n(n+1)(2n+1)61^2+2^2+\cdots+n^2 ================== \frac{n(n+1)(2n+1)}{6}

Sum of Cubes

13+23++n3==================(n(n+1)2)21^3+2^3+\cdots+n^3 ================== \left(\frac{n(n+1)}{2}\right)^2

2. DIVISIBILITY RULES

Must memorize.


Divisible by 2

Last digit is:

0, 2, 4, 6, 8

Divisible by 3

Sum of digits is divisible by 3.

Example:

123

1 + 2 + 3 = 6

Since 6 is divisible by 3, 123 is divisible by 3.


Divisible by 4

Last two digits are divisible by 4.

Example:

1316

16 ÷ 4 = 4

Divisible by 5

Last digit is:

0 or 5

Divisible by 6

The number is divisible by both:

2 and 3

Divisible by 8

Last three digits are divisible by 8.


Divisible by 9

Sum of digits is divisible by 9.


Divisible by 10

Last digit is:

0

Divisible by 11

Difference between alternating digit sums is:

0 or a multiple of 11

Example:

121

(1 + 1) − 2 = 0

Therefore, 121 is divisible by 11.


3. HCF & LCM

HCF (Highest Common Factor)

Example:

12, 18

HCF:

6

LCM (Least Common Multiple)

Example:

12, 18

LCM:

36

Most Important Formula

For two numbers only:

HCF×LCM==========================Product of the Numbers\text{HCF}\times\text{LCM} ========================== \text{Product of the Numbers}

Example:

12×18=21612\times18=216

Also,

6×36=2166\times36=216

Fractions Shortcut

HCF of Fractions

HCF of NumeratorsLCM of Denominators\frac{\text{HCF of Numerators}} {\text{LCM of Denominators}}

LCM of Fractions

LCM of NumeratorsHCF of Denominators\frac{\text{LCM of Numerators}} {\text{HCF of Denominators}}

4. REMAINDERS

Frequently asked.


Basic Rule

Dividend===============(Divisor×Quotient)+Remainder\text{Dividend} =============== (\text{Divisor}\times\text{Quotient}) + \text{Remainder}

or

N=DQ+RN=DQ+R

Remainder Range

0R<Divisor0\le R<\text{Divisor}

Always.


Common Shortcut

Find the remainder when:

17 ÷ 5

Answer:

2

Because:

17=(5×3)+217=(5\times3)+2

Large Powers

Last digits occur in cycles.

Example:

21=22^1=2 22=42^2=4 23=82^3=8 24=162^4=16

Last digit pattern:

2, 4, 8, 6

Cycle length:

4

Important Last Digit Cycles

2

2, 4, 8, 6

3

3, 9, 7, 1

4

4, 6

7

7, 9, 3, 1

8

8, 4, 2, 6

9

9, 1

5. DECIMALS & FRACTIONS

Decimal to Fraction

0.5   = 1/2
0.25  = 1/4
0.75  = 3/4

Important Values

0.125 = 1/8
0.2   = 1/5
0.4   = 2/5
0.625 = 5/8

Fraction Comparison Shortcut

Cross multiply.

Example:

Compare:

37and49\frac{3}{7} \quad\text{and}\quad \frac{4}{9}

Cross products:

3×9=273\times9=27 4×7=284\times7=28

Since:

28>2728>27

Therefore,

49>37\frac{4}{9}>\frac{3}{7}

6. SURDS & INDICES

Indices Laws

Multiplication

aman============am+na^m\cdot a^n ============ a^{m+n}

Division

aman===============amn\frac{a^m}{a^n} =============== a^{m-n}

Power of a Power

(am)n=======amn(a^m)^n ======= a^{mn}

Zero Power

a0=1(a0)a^0=1 \qquad (a\neq0)

Negative Power

an======1ana^{-n} ====== \frac{1}{a^n}

Surds

Numbers involving roots.

Examples:

√2

√3

√5

Rationalization

Most common form:

1a==================aa(a>0)\frac{1}{\sqrt{a}} ================== \frac{\sqrt{a}}{a} \qquad (a>0)

7. LOGARITHMS

Definition

loga(an)=n\log_a(a^n)=n

Important Rules

Product Rule

log(ab)========loga+logb\log(ab) ======== \log a+\log b

Quotient Rule

log(ab)============================logalogb\log\left(\frac{a}{b}\right) ============================ \log a-\log b

Power Rule

log(an)=========nloga\log(a^n) ========= n\log a

Log of 1

loga1=0\log_a1=0

Log of Base

logaa=1\log_aa=1

8. AP (ARITHMETIC PROGRESSION)

Example:

2, 5, 8, 11, 14, ...

Common Difference:

3

nth Term

an===a+(n1)da_n === a+(n-1)d

Sum of n Terms

Sn===n2[2a+(n1)d]S_n === \frac{n}{2}\left[2a+(n-1)d\right]

9. GP (GEOMETRIC PROGRESSION)

Example:

2, 6, 18, 54, ...

Common Ratio:

3

nth Term

an===arn1a_n === ar^{n-1}

Sum of n Terms

Sn===a(rn1r1)(r1)S_n === a\left(\frac{r^n-1}{r-1}\right) \qquad (r\neq1)

Infinite GP

S========a1rS_\infty ======== \frac{a}{1-r}

where

r<1|r|<1

10. HP (HARMONIC PROGRESSION)

Definition

A sequence is in HP if its reciprocals form an AP.

Example:

1, 1/2, 1/3, 1/4, ...

Relationship

HP → Reciprocals form an AP

MOST IMPORTANT FORMULAS

Sum of Natural Numbers

n(n+1)2\frac{n(n+1)}{2}

HCF × LCM

HCF×LCM==========================Product\text{HCF}\times\text{LCM} ========================== \text{Product}

AP nth Term

a+(n1)da+(n-1)d

GP nth Term

arn1ar^{n-1}

Indices

aman============am+na^m\cdot a^n ============ a^{m+n}

Logarithm

log(ab)========loga+logb\log(ab) ======== \log a+\log b

My Private Notes

Notes are auto-saved locally to this device.