Trinomial Factoring

Decomposition Method

This is essentially the same process as Sum Product Factoring which works as such:

  1. Identify \(a\), \(b\) and \(c\)
  2. Determine 2 integers whose Product is \(ac\) and Sum is \(b\). This may require some trial and error
  3. Once these values are found, split \(b\) into 2 terms based on these values
  4. Split the expression into 2 pairs. Factor the GCF out of both pairs
  5. Place the GCF's into another pair to get the fully factored expression

Example

Factor the expression \(2x^2 + 7x + 3\)

First, we can identify \(a = 2\), \(b = 7\) and \(c = 3\).
We need to determine 2 integers whose product is \((2)(3) = 6\) and sum is \(7\). We can identify these values as \(6\) and \(1\).

Now that we have our integers, we can split \(b\) into the respective terms:

\(2x^2 + 6x + x + 3\)

We can split the terms into 2 pairs and factor the GCF out of both to get the fully factored expression:

\((2x^2 + 6x) + (x + 3)\)
\(2x(x + 3) + 1(x + 3)\)
\((x + 3)(2x + 1)\)

Therefore, we can determine that \(2x^2 + 7x + 3\) fully factored is \((x + 3)(2x + 1)\).


Factor \(10x^4 - 3x^2 - 18\) using the Decomposition method.

Criss-Cross Method

This is another method of factoring which works using the following process:

  1. Identify \(a\), \(b\), and \(c\)
  2. Create a table of values to go through all possible integer combinations
  3. Once these integers are found, factor the expression by grouping

Example

Factor the expression \(6x^2 + 10x - 4\).

First, we can identify \(a = 6\), \(b = 10\) and \(c = -4\).
Therefore, we need to determine 2 integers whose product is \((6)(-4) = -24\) and sum is \(10\).

We can create a table to go through all possible combinations:

r value 1 -1 2 -2 3 -3 4 -4
s value -24 24 -12 12 -8 8 -6 6
Sum -23 23 -10 10 -5 5 -2 2
Product -24 -24 -24 -24 -24 -24 -24 -24

Using the table, we can identify the 2 integer values as \(-2\) and \(12\). We can rewrite the expression as such to fully factor:

\(6x^2 + 12x - 2x - 4\)
\((6x^2 + 12x) + (-2x - 4)\)
\(6x(x + 2) - 2(x + 2)\)
\((x + 2)(6x - 2)\)

Therefore, using the Criss-Cross Method, we can determine that \(6x^2 + 10x - 4\) fully factored is \((x + 2)(6x - 2)\).

Factor \(12r^2 + 7rs - 10s^2\) using the Criss-Cross Method.

Australian Method

This is the last method of factoring which works using the following process:

  1. Identify \(a\), \(b\), and \(c\)
  2. Divide the entire expression by \(a\)
  3. Determine 2 integer values whose product is \(ac\) and sum is \(b\). This may require some trial and error.
  4. Create a factored expression in the form \((x + r)(x + s)\) as the numerator
  5. Factor out the GCF of both pairs of binomials
  6. Divide the GCF's of by the denominator to get the fully factored expression

Example

Factor the expression \(56x^2 - 9x - 2\)

First, we can identify \(a = 56\), \(b = -9\), and \(c = -2\).

Next, we need to divide the entire expression by \(56\):

\(\cfrac{56x^2 - 9x - 2}{56}\)

Then, we need to determine 2 integer values whose product is \(-112\) and sum is \(-9\).

We can identify \(r\) and \(s\) as \(7\) and \(-16\) respectively.

Using these values, we can rewrite the numerator as such:

\(\cfrac{(56x + 7)(56x - 16)}{56}\)

We can factor the GFC's out of the respective sets of binomials then divide those GFC's by the denominator:

\(= \cfrac{7(8x + 1)8(7x - 2)}{56}\)
\(= (8x + 1)(7x - 2)\)

Therefore, we can determine that \(56x^2 - 9x - 2\) fully factored is \((8x^2 + 1)(7^2 - 2)\).


Factor \(20x^6 - 59x^3y^2 + 42y^4\) using the Australian method

The height, \(h\), in metres, of a baseball above the ground relative to the horizontal distance, \(d\), in metres, from the batter is given by \(h = -0.005d^2 + 0.49d + 1\)
i. Write the right side of the equation in factored form.
ii. At what horizontal distance from the batter will the baseball hit the ground if its not caught by an outfielder?

The area of a rectangular parking lot is represented by the expression \(6x^2 - 19x - 7\)
i. Factor the expressions for length and width
ii. If \(x\) represents \(15\;[m]\), what are the length and width of the parking lot?