Question 181388
grouping is a method by which you are trying to see a pattern so that you can factor more easily:
: 
such as {{{2x^2+8x+8}}}. In this example we can factor out a 2 to get an (a) coeffcient of 1. which is easier to factor than problems where a is not 1.
:
{{{2(x^2+4x+4)}}} {{{x^2+4x+4}}} can be further factored to (x+2)(x+2)
:
grouping is uncommon in degrees of 2 or less but would be the easier method if you spotted a common pattern. This method is used extensively for polynomials that are 3rd degree and above.
:
Reverse FOIL is simply looking at the coefficients of the {{{x^2}}} and the constant terms in other words a and c
:
the first part of the factor are made up of the factors  of a and the 2nd part of the factor is made up from the factors of c.
:
the combination of The OI from FOIL is what produces b the coefficient of the x term. A disadvantage of this method is if a or c is large it could take some time to figure out the right combination for the b coefficient. I believe this method is better  2nd degree poly's.  example would be
:
{{{2x^2-11x+12}}} we know that the factors will be of the pattern (2x+?)(x+?) in order to get {{{2x^2}}}.....the ? will be composed of factors of c which is 1 and 12, 2 and 6, and 3 and 4. We can begin testing to see which pair will give us the -11 part of x.  Lets try 2 and 6
:
(2x+2)(x+6) will not give us a negative 11 so we have to try both factors with minus signs (2x-2)(x-6). that will give us -14x now switch the 2 and 6
(2x-6)(x-2)...that gives us -10x....so lets move on to 3 and 4
:
cant have pluses in the factors because we will never get a negative middle term
:
so try(2x-4)(x-3) that gives us -10x. reverse them(2x-3)(x-4)={{{2x^2-11x+12}}} so that is it we found the factors.