Learn how to factorise algebraic expressions using different methods.
Example 1: What is Factorisation?
Define factorization of algebraic expressions.
Concept: **Factorisation** is the process of writing an algebraic expression as a product of two or more expressions. These expressions are called the factors of the original expression.
Analogy with Numbers: Just like we factorize a number (e.g., 12 = 2 * 6 or 12 = 3 * 4), we can factorize algebraic expressions.
Example:
The expression 5x + 10 can be written as 5(x + 2). Here, 5 and (x + 2) are the factors of 5x + 10.
The expression x2 - y2 can be written as (x + y)(x - y). Here, (x + y) and (x - y) are the factors of x2 - y2.
Example 2: Taking Out Common Factors
Factorise the expression: 6a + 9b
Step 1: Identify the terms in the expression. The terms are 6a and 9b.
Step 2: Find the greatest common factor (GCF) of the coefficients (6 and 9).
Factors of 6: 1, 2, 3, 6
Factors of 9: 1, 3, 9
The GCF of 6 and 9 is 3.
Step 3: Check for common variables in all terms. In 6a + 9b, the variable 'a' is only in the first term, and 'b' is only in the second term. There are no common variables.
Step 4: The common factor is the GCF of the coefficients, which is 3.
Step 5: Write the expression as the product of the common factor and the remaining expression. Divide each term by the common factor.
6a / 3 = 2a
9b / 3 = 3b
So, 6a + 9b = 3(2a + 3b)
Result: The factorised form is 3(2a + 3b).
Example 3: Taking Out Common Factors (with variables)
Factorise the expression: 10x2y - 15xy2
Step 1: Identify the terms: 10x2y and -15xy2.
Step 2: Find the GCF of the coefficients (10 and 15). The GCF is 5.
Step 3: Find the common variables with the lowest power.
Common variable 'x': x2 and x1. The lowest power is 1 (x).
Common variable 'y': y1 and y2. The lowest power is 1 (y).
The common variable factor is xy.
Step 4: The common factor is the product of the GCF of coefficients and the common variable factor: 5xy.