-
are formulas that makes solving for products of some algebraic expression
easier.
* These are the followings:
* These are the followings:
1. Product of Two Binomials
            - solved by using FOIL method.
F - irst to first
O - utside to outside
I - nside to inside
L - ast to last
Formula:
(ax + by)(cx + dy) = acx2 + (ad +
bc)xy + bdy2
Where:
x and y are variables
a, b, c, and d are numerical coefficients
Note:
- Start with the first term of one of the binomials distribute it with the other next proceed with the second term of the binomial where you get the first term then continue the distribution.
- Same method will be applied with a binomial with one variable or its second term is a constant.
- Start with the first term of one of the binomials distribute it with the other next proceed with the second term of the binomial where you get the first term then continue the distribution.
- Same method will be applied with a binomial with one variable or its second term is a constant.
Examples:
* (5x + 3)(2x - 3) =
(5x)(2x) + (5x)(-3) + (3)(2x) + (3)(-3)
= 10x2 -
15x + 6x - 9
= 10x2 - 9x - 9
* (2x + 3y)(5x + y) =
(2x)(5x) + (2x)(y) + (3y)(5x) + (3y)(y)
= 10x2 +
2xy + 15xy + 3y2
= 10x2 + 17xy + 3y2
2. Square of Binomial
            - The square of a binomial is a
perfect square trinomial
Formula:
(x + y) 2 = x2 + 2xy + y2
Formula:
(x + y) 2 = x2 + 2xy + y2
(x - y)2 = x2 - 2xy + y2
Examples:
* (x - 3)2
= x2 - 2x(3) + 9
= x2 - 6x + 9
* (x2 + 2)2
= x4 + 2x2(2) + 4
= x4 + 4x2 + 4
3. Product of Sum and Difference of Binomials
Formula:
(x + y)(x - y) = x2 – y2
Examples:
* (5x + 3)(5x - 3)
= 25x2 - 9
* (3x10 + 9x9)(3x10
- 9x9) 
= 9x20 - 81x18
4. Cube of Binomial
Formula:
(x + y)3 = x3 + 3x2y + 3xy2 + y3
(x - y)3 = x3 - 3x2y + 3xy2 - y3
Example:
* (2x + 4)3
= (2x) 3 +
3(2x) 2(4) + 3(2x) (4)2 + (4)3
= 8x3 + 48x2 + 96x + 64
5. Special Case of Product of Binomial and Trinomial
Formula:
(x + y)(x2 - xy + y2) = x3 + y3
(x - y)(x2 + xy + y2) = x3 + y3
Example:
(2x + 3)(4x2 - 6x + 9)
= 8x3 + 27
6. Square of Trinomial
Formula:
(a + b + c) 2 = a2 + b2
+ c2 + 2ab + 2ac + 2bc
Example:
(2x + 3y + z)2
Example:
(2x + 3y + z)2
= (2x)2 +
(3y)2 + (z)2 + 2(2x)(3y) + 2(2x)(z) + 2(3y)(z)
= 4x2 + 9y2
+ z2 + 2(2x)(3y) + 2(2x)(z) + 2(3y)(z)
= 4x2 + 9y2 + z2
+ 12xy + 4xz + 6yz