A. Extracting Common Monomial/Binomial Factors:
Always inspect the entire expression first for the Highest Common Factor (HCF) of coefficients and variable powers:
$$12x^2y - 18xy^2 = 6xy(2x - 3y)$$B. Factorisation by Grouping:
When an expression has 4 or more terms with no overall common factor, group terms in pairs sharing common factors:
$$ab + bc + ax + cx = b(a + c) + x(a + c) = (a + c)(b + x)$$Warning on Sign Changes: When factoring out a negative sign from a group, ensure internal signs are inverted: $(ax - ay - bx + by) = a(x - y) - b(x - y) = (x - y)(a - b)$.