Robert C. answered 02/11/21
Part-time university math professor
There are some rules used here for factoring that you need to be able to recognize:
1.) a2 + 2ab + b2 = (a + b)2 , and the subtraction version, a2 - 2ab + b2 = (a - b)2 , “perfect square rule”
2.) a2 - b2 = (a -b )(a + b), “difference of squares rule”
3.)if the poly is in form: x2 + mx + n, then find two numbers a,b so that a * b = n, and a + b = m.
(That is, the two numbers a,b multiply to the number(coefficient) at the end and add to the number in the middle.) This rule doesn’t have an official name, call it the “trinomial rule”.
You need to be able to recognize instances of these rules when they appear.
So for n2 – 24n + 144, we have a square at the end just like the “perfect square rule”, 144 = 122. And also -24 = -2*12.
So n2 – 24n + 144 = (n - 12)2
For the second one, 9y2 – 100, notice only two terms and both are squares. This is an instance of the “difference of squares rule”. Then: 9y2 – 100 = (3y -10)(3y + 10)
For the last one, x2 + 7x – 18, we’ll use the “trinomial rule”: find two numbers a, b so that a * b = -18, and a + b = 7. The numbers that work for a, b are 9 and -2. Then x2 + 7x – 18 = (x + 9)(x - 2).