notes (7)
notes (7)
Aptitude
LCM(a, b) × HCF(a, b) = a × b
LCM of Two Numbers: To find the LCM of two numbers, divide the
product of the two numbers by their HCF:
a×b
LCM(a, b) =
HCF(a, b)
—
3. Remainder Theorem:
If a is divided by b, then the remainder is given by:
a=b×q+r (0 ≤ r < b)
1
—
4. Power of a Number:
Properties of Powers:
am × an = am+n
am
= am−n
an
(am )n = am×n
a0 = 1 (for any non-zero a)
Square of a Number:
(a + b)2 = a2 + 2ab + b2
(a − b)2 = a2 − 2ab + b2
Cube of a Number:
n! = n × (n − 1) × (n − 2) × · · · × 1
2
7. Short Tricks for Finding Large Powers:
- Use the rule of squares and cubes for quicker calculation. - For example,
to find the square of a number close to 100, use:
For large numbers, use long division or the method of successive subtraction.