HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>In this section, we will focus on three main methods used to solve polynomials.</p>
1 <p>In this section, we will focus on three main methods used to solve polynomials.</p>
2 <p><strong>Greatest Common Factor</strong></p>
2 <p><strong>Greatest Common Factor</strong></p>
3 <p>In this method, we take out the largest<a>number</a>(and variable, if any) that all the terms have in common. It’s like reversing the<a>distributive property</a>.</p>
3 <p>In this method, we take out the largest<a>number</a>(and variable, if any) that all the terms have in common. It’s like reversing the<a>distributive property</a>.</p>
4 <p>Distributive property: </p>
4 <p>Distributive property: </p>
5 <p>p(q + r) = pq + pr</p>
5 <p>p(q + r) = pq + pr</p>
6 <p>Factored form:</p>
6 <p>Factored form:</p>
7 <p>pq + pr = p(q + r), where p is the greatest<a>common factor</a>.</p>
7 <p>pq + pr = p(q + r), where p is the greatest<a>common factor</a>.</p>
8 <p>Example: Factor the polynomial 12x + 18</p>
8 <p>Example: Factor the polynomial 12x + 18</p>
9 <p><strong>Step 1:</strong> Find the GCF </p>
9 <p><strong>Step 1:</strong> Find the GCF </p>
10 <p>Break each term into its factors:</p>
10 <p>Break each term into its factors:</p>
11 <p>\(12x = 3 × 4 × x\) or \(6 × 2 × x\)</p>
11 <p>\(12x = 3 × 4 × x\) or \(6 × 2 × x\)</p>
12 <p>\(18 = 3 × 6\)</p>
12 <p>\(18 = 3 × 6\)</p>
13 <p>So, the GCF is 6.</p>
13 <p>So, the GCF is 6.</p>
14 <p><strong>Step 2:</strong>Factor it out</p>
14 <p><strong>Step 2:</strong>Factor it out</p>
15 <p>\(12x + 18 = 6(2x + 3)\)</p>
15 <p>\(12x + 18 = 6(2x + 3)\)</p>
16 <p><strong>Step 3:</strong>Check by distributing</p>
16 <p><strong>Step 3:</strong>Check by distributing</p>
17 <p>\(6(2x + 3) = 6 \times 2x + 6 \times 3 = 12x + 18\)</p>
17 <p>\(6(2x + 3) = 6 \times 2x + 6 \times 3 = 12x + 18\)</p>
18 <p><strong>Factoring polynomials by grouping </strong></p>
18 <p><strong>Factoring polynomials by grouping </strong></p>
19 <p>This method works well while trying to factor<a>trinomials</a>(three-term expressions) that can’t be factored just by taking out a common factor. The idea is to split the middle term into two parts so we can group the terms and factor in pairs.</p>
19 <p>This method works well while trying to factor<a>trinomials</a>(three-term expressions) that can’t be factored just by taking out a common factor. The idea is to split the middle term into two parts so we can group the terms and factor in pairs.</p>
20 <p>Example: Factor \(x^2 + 11x + 24 = (x + 3)(x + 8)\)</p>
20 <p>Example: Factor \(x^2 + 11x + 24 = (x + 3)(x + 8)\)</p>
21 <p><strong>Step 1:</strong>Find two numbers</p>
21 <p><strong>Step 1:</strong>Find two numbers</p>
22 <p>Look for two numbers that:</p>
22 <p>Look for two numbers that:</p>
23 <p>Add up to 11 (the middle term), and</p>
23 <p>Add up to 11 (the middle term), and</p>
24 <p>Multiply by 24 (the last term)</p>
24 <p>Multiply by 24 (the last term)</p>
25 <p>The numbers 3 and 8 work because:</p>
25 <p>The numbers 3 and 8 work because:</p>
26 <p>\(3 + 8 = 11\)</p>
26 <p>\(3 + 8 = 11\)</p>
27 <p>\(3 × 8 = 24\)</p>
27 <p>\(3 × 8 = 24\)</p>
28 <p><strong>Step 2:</strong> Rewrite the middle term using these two numbers</p>
28 <p><strong>Step 2:</strong> Rewrite the middle term using these two numbers</p>
29 <p>\(x^2 + 11x + 24 = x^2 + 3x + 8x + 24\)</p>
29 <p>\(x^2 + 11x + 24 = x^2 + 3x + 8x + 24\)</p>
30 <p><strong>Step 3:</strong>group the terms and factor</p>
30 <p><strong>Step 3:</strong>group the terms and factor</p>
31 <p>\((x^2 + 3x) + (8x + 24)\)</p>
31 <p>\((x^2 + 3x) + (8x + 24)\)</p>
32 <p>\(x(x + 3) + 8(x + 3) \)</p>
32 <p>\(x(x + 3) + 8(x + 3) \)</p>
33 <p>Take the common<a>binomial</a>factor, </p>
33 <p>Take the common<a>binomial</a>factor, </p>
34 <p>\((x + 3)(x + 8)\)</p>
34 <p>\((x + 3)(x + 8)\)</p>
35 <p>So, \((x + 3)(x + 8)\) are the factors of \(x^2 + 11x + 24\)</p>
35 <p>So, \((x + 3)(x + 8)\) are the factors of \(x^2 + 11x + 24\)</p>
36 <p><strong>Factoring using Identities</strong></p>
36 <p><strong>Factoring using Identities</strong></p>
37 <p>Algebraic identities can also help in factorizing polynomials. Commonly used identities for this purpose are:</p>
37 <p>Algebraic identities can also help in factorizing polynomials. Commonly used identities for this purpose are:</p>
38 <p>\((a + b)^2 = a^2 + 2ab + b^2\)</p>
38 <p>\((a + b)^2 = a^2 + 2ab + b^2\)</p>
39 <p>\((a - b)^2 = a^2 - 2ab + b^2\)</p>
39 <p>\((a - b)^2 = a^2 - 2ab + b^2\)</p>
40 <p>\(a^2 - b^2 = (a + b)(a - b)\)</p>
40 <p>\(a^2 - b^2 = (a + b)(a - b)\)</p>
41 <p>Let’s take examples for each identity listed above.</p>
41 <p>Let’s take examples for each identity listed above.</p>
42 <p><strong>Example 1:</strong>Factorize \(x^2 + 6x + 9\), using (a + b)2</p>
42 <p><strong>Example 1:</strong>Factorize \(x^2 + 6x + 9\), using (a + b)2</p>
43 <p>Step 1 - Compare with the identity</p>
43 <p>Step 1 - Compare with the identity</p>
44 <p>\(x^2 + 6x + 9 = x^2 + 2 \times 3 \times x + 3^2\)</p>
44 <p>\(x^2 + 6x + 9 = x^2 + 2 \times 3 \times x + 3^2\)</p>
45 <p>We can see the pattern a2 + 2ab + b2, where a = x and b = 3</p>
45 <p>We can see the pattern a2 + 2ab + b2, where a = x and b = 3</p>
46 <p>Step 2 - Apply the identity</p>
46 <p>Step 2 - Apply the identity</p>
47 <p>\(x^2 + 6x + 9 = (x + 3)^2\)</p>
47 <p>\(x^2 + 6x + 9 = (x + 3)^2\)</p>
48 <p>So, (x + 3)2 is the answer.</p>
48 <p>So, (x + 3)2 is the answer.</p>
49 <p><strong>Example 2:</strong>Factor \(x^2 - 10x + 25\) using identity (a - b)2</p>
49 <p><strong>Example 2:</strong>Factor \(x^2 - 10x + 25\) using identity (a - b)2</p>
50 <p>Step 1 - Match with the identity</p>
50 <p>Step 1 - Match with the identity</p>
51 <p>\(x^2 - 10x + 25 = x^2 - 2 \times 5 \times x + 5^2\)</p>
51 <p>\(x^2 - 10x + 25 = x^2 - 2 \times 5 \times x + 5^2\)</p>
52 <p>Here, a = x and b = 5</p>
52 <p>Here, a = x and b = 5</p>
53 <p>Step 2 - Apply the identity</p>
53 <p>Step 2 - Apply the identity</p>
54 <p>\(x^2 - 10x + 25 = (x - 5)^2\)</p>
54 <p>\(x^2 - 10x + 25 = (x - 5)^2\)</p>
55 <p>(x - 5)2 is the answer.</p>
55 <p>(x - 5)2 is the answer.</p>
56 <p><strong>Example 3:</strong>Factor x2 - 49 using identity a2 - b2</p>
56 <p><strong>Example 3:</strong>Factor x2 - 49 using identity a2 - b2</p>
57 <p>Step 1 - It needs to be the difference between two<a>perfect squares</a></p>
57 <p>Step 1 - It needs to be the difference between two<a>perfect squares</a></p>
58 <p>\(x^2 - 49 = x^2 - 7^2\)</p>
58 <p>\(x^2 - 49 = x^2 - 7^2\)</p>
59 <p>Step 2 - Apply Identity a2 - b2 = (a + b)(a - b)</p>
59 <p>Step 2 - Apply Identity a2 - b2 = (a + b)(a - b)</p>
60 <p>So, \(x^2 - 49 = (x + 7)(x - 7)\)</p>
60 <p>So, \(x^2 - 49 = (x + 7)(x - 7)\)</p>
61  
61