HCF, LCM, Exponents, Squares, and Square Roots
1. Highest Common Factor (HCF) and Least Common Multiple (LCM)
Understanding the Highest Common Factor (HCF) and Least Common Multiple (LCM) is fundamental in number theory and has applications in various mathematical problems, including simplifying fractions and solving problems involving cycles or periodic events.
1.1 Highest Common Factor (HCF)
The HCF of two or more numbers is the largest positive integer that divides each of the numbers without leaving a remainder. It is also known as the Greatest Common Divisor (GCD).
1.1.1 Methods to Find HCF
There are a few common methods to find the HCF:
1.1.1.1 Prime Factorization Method
This method involves breaking down each number into its prime factors. The HCF is the product of the common prime factors raised to the lowest power they appear in any of the factorizations.
Example: Find the HCF of 12 and 18.
Prime factorization of 12: 2 x 2 x 3 = 22 x 31
Prime factorization of 18: 2 x 3 x 3 = 21 x 32
The common prime factors are 2 and 3. The lowest power of 2 is 21 and the lowest power of 3 is 31.
HCF(12, 18) = 21 x 31 = 6
1.1.1.2 Division Method (Euclidean Algorithm)
This method is particularly useful for larger numbers. It involves repeatedly dividing the larger number by the smaller number and then dividing the divisor by the remainder until the remainder is 0. The last non-zero remainder is the HCF.
Example: Find the HCF of 48 and 180.
Step 1: Divide 180 by 48.
180 = 48 x 3 + 36
Step 2: Divide 48 by the remainder 36.
48 = 36 x 1 + 12
Step 3: Divide 36 by the remainder 12.
36 = 12 x 3 + 0
The last non-zero remainder is 12. So, HCF(48, 180) = 12.
1.2 Least Common Multiple (LCM)
The LCM of two or more numbers is the smallest positive integer that is a multiple of each of the numbers.
1.2.1 Methods to Find LCM
Similar to HCF, there are methods to find the LCM:
1.2.1.1 Prime Factorization Method
Break down each number into its prime factors. The LCM is the product of all prime factors (from all numbers) raised to the highest power they appear in any of the factorizations.
Example: Find the LCM of 12 and 18.
Prime factorization of 12: 22 x 31
Prime factorization of 18: 21 x 32
The prime factors involved are 2 and 3. The highest power of 2 is 22 and the highest power of 3 is 32.
LCM(12, 18) = 22 x 32 = 4 x 9 = 36
1.2.1.2 Division Method
Write the numbers in a row and divide them by a common prime factor. Continue dividing the quotients by common prime factors until all numbers are reduced to 1. The LCM is the product of all the prime factors used.
Example: Find the LCM of 12 and 18.
2 | 12, 18
3 | 6, 9
2 | 2, 3
3 | 1, 3
| 1, 1
LCM(12, 18) = 2 x 3 x 2 x 3 = 36
1.3 Relationship between HCF and LCM
For two numbers, say 'a' and 'b', the product of the numbers is equal to the product of their HCF and LCM.
a x b = HCF(a, b) x LCM(a, b)
This relationship is very useful for solving problems where one of the values (number, HCF, or LCM) is missing.
Example: If the HCF of two numbers is 6 and their LCM is 36, and one of the numbers is 12, find the other number.
Let the other number be 'x'.
12 x x = 6 x 36
x = (6 x 36) / 12
x = 6 x 3
x = 18
2. Exponents
Exponents, also known as powers, are a way to express repeated multiplication of a number by itself. An exponent indicates how many times the base number is multiplied by itself.
2.1 Definition
An expression of the form an is called an exponentiation, where 'a' is the base and 'n' is the exponent or power.
an means 'a' multiplied by itself 'n' times.
Example: 53 = 5 x 5 x 5 = 125
Here, 5 is the base and 3 is the exponent.
2.2 Laws of Exponents
These laws simplify calculations involving exponents:
2.2.1 Product of Powers
When multiplying two powers with the same base, add the exponents.
am x an = am+n
Example: 23 x 24 = 23+4 = 27 = 128
2.2.2 Quotient of Powers
When dividing two powers with the same base, subtract the exponents.
am / an = am-n (where a ≠ 0)
Example: 56 / 52 = 56-2 = 54 = 625
2.2.3 Power of a Power
When raising a power to another power, multiply the exponents.
(am)n = am x n
Example: (32)3 = 32 x 3 = 36 = 729
2.2.4 Power of a Product
The power of a product is the product of the powers of each factor.
(ab)n = an bn
Example: (4 x 5)2 = 42 x 52 = 16 x 25 = 400
2.2.5 Power of a Quotient
The power of a quotient is the quotient of the powers of the numerator and the denominator.
(a/b)n = an / bn (where b ≠ 0)
Example: (10/2)3 = 103 / 23 = 1000 / 8 = 125
2.2.6 Zero Exponent
Any non-zero number raised to the power of zero is 1.
a0 = 1 (where a ≠ 0)
Example: 70 = 1
2.2.7 Negative Exponent
A number raised to a negative exponent is equal to the reciprocal of the number raised to the corresponding positive exponent.
a-n = 1 / an (where a ≠ 0)
Example: 2-3 = 1 / 23 = 1 / 8
3. Squares and Square Roots
Squares and square roots are inverse operations. Understanding them is crucial for geometry (area of squares), algebra, and solving quadratic equations.
3.1 Squares
A square of a number is the result of multiplying the number by itself. If a number 'x' is multiplied by itself, the result is x2, which is read as 'x squared'.
Example:
3 squared = 32 = 3 x 3 = 9
10 squared = 102 = 10 x 10 = 100
A perfect square is an integer that is the square of an integer. For example, 9, 16, 25, 36 are perfect squares.
3.2 Square Roots
The square root of a number is a value that, when multiplied by itself, gives the original number. The symbol for square root is '√'.
If y = x2, then x is a square root of y. Every positive number has two square roots: one positive and one negative.
The principal square root (denoted by √y) is the positive square root.
Example:
√9 = 3, because 3 x 3 = 9. (The square roots of 9 are 3 and -3).
√100 = 10, because 10 x 10 = 100. (The square roots of 100 are 10 and -10).
3.3 Methods to Find Square Roots
3.3.1 Prime Factorization Method
To find the square root of a perfect square using prime factorization:
- Find the prime factorization of the number.
- Group the prime factors into pairs of identical factors.
- Take one factor from each pair.
- Multiply these factors together. The result is the square root.
Example: Find the square root of 576.
Prime factorization of 576: 2 x 2 x 2 x 2 x 2 x 2 x 3 x 3 = 26 x 32
Group into pairs: (2x2) x (2x2) x (2x2) x (3x3)
Take one from each pair: 2 x 2 x 2 x 3
Multiply: 2 x 2 x 2 x 3 = 8 x 3 = 24
So, √576 = 24.
3.3.2 Long Division Method
This method is used for numbers that are not perfect squares or for larger numbers.
Example: Find the square root of 1764.
- Group the digits in pairs from right to left. (17 64)
- Find the largest square less than or equal to the first group (17). That's 16 (42). Write 4 as the first digit of the quotient and the divisor.
- Subtract 16 from 17, leaving 1.
- Bring down the next pair of digits (64) to form 164.
- Double the quotient (4 x 2 = 8) and write it as the new divisor's tens digit. We need to find a digit 'x' such that (80+x) * x is close to 164.
- Try x=2: (80+2) * 2 = 82 * 2 = 164. This matches.
- Write 2 as the next digit of the quotient and the divisor.
- Subtract 164 from 164, leaving 0.
The square root is 42.
3.4 Properties of Square Roots
- √ (ab) = √a x √b
- √ (a/b) = √a / √b
- √a2 = a (for non-negative a)
3.5 Squares of Fractions and Decimals
To square a fraction, square the numerator and the denominator separately.
(a/b)2 = a2 / b2
Example: (3/5)2 = 32 / 52 = 9/25
To square a decimal, multiply the decimal by itself, keeping track of the decimal places.
Example: (0.7)2 = 0.7 x 0.7 = 0.49
3.6 Square Roots of Fractions and Decimals
To find the square root of a fraction, find the square root of the numerator and the denominator separately.
√(a/b) = √a / √b
Example: √(9/25) = √9 / √25 = 3/5
To find the square root of a decimal, you can convert it to a fraction or use the long division method, pairing digits from the decimal point outwards.
Example: √0.81 = √(81/100) = √81 / √100 = 9/10 = 0.9
3.7 Irrational Numbers and Square Roots
Numbers whose square roots are not rational are called irrational numbers. For example, √2, √3, √5 are irrational numbers because they cannot be expressed as a simple fraction, and their decimal representations are non-terminating and non-repeating. We often approximate these values (e.g., √2 ≈ 1.414).