Enhanced Math Reviewer
Enhanced Math Reviewer
Reviewer
Common Monomial
Factor (CMF)
CMF (Common Monomial Factor) is a number, a variable, or a
combination of a number and a variable which can be found in
each term of a given polynomial.
Example:
What is the CMF of 4x² + 12x³?
Ex. x² - y² = (x + y)(x - y)
Steps:
1. Find the cube root of both terms. That will be your binomial.
2. Square the first and last terms of your binomial. They will be
the first and last two terms of your trinomial.
3. Combine both terms of your binomial. That will be the
second term of your trinomial, and it should be negative.
Formula:
(a+b)(a²-ab+b²)
Example:
a³+125
Find cube root of both terms, which are a and 5 respectively.
=(a+5)(?-?+?)
Square the first and last terms of your binomial, which makes
a² and 25 respectively.
=(a+5)(a²-?+25)
Combine the first and last terms of the binomial, and make it
negative, resulting in -5a.
Answer: (a+5)(a²-5a+25)
Difference of Two
Cubes (DOTC)
DOTC (Difference of Two Cubes) is a binomial where both terms
are cubes, with a negative sign in the middle.
Steps:
1. Find the cube root of both terms. That will be your binomial.
2. Square the first and last terms of your binomial. They will be
the first and last two terms of your trinomial.
3. Combine both terms of your binomial. That will be the
second term of your trinomial, and it should be positive.
Formula:
(a-b)(a²+ab+b²)
Example:
x³-64
1. Find cube root of both terms, which are x and 4 respectively.
=(x-4)(?+?+?)
2. Square the first and last terms of your binomial, which makes
x² and 16 respectively.
=(x-4)(x²+?+16)
3.Combine the first and last terms of the binomial, and make
it negative, resulting in -5a.
Answer: (x-4)(x²+4a+16)
Perfect Square
Trinomial (PST)
PST (Perfect Square Trinomial) is a quadratic expression that can
be expressed as the square of a binomial. It takes the form:
a² + 2ab + b² = (a+b)²
or
a² - 2ab + b² = (a-b)²
Characteristics:
1. First Term: A perfect square.
2. Last Term: A perfect square.
3. Middle Term: Twice the product of the square roots of the
first and last terms.
Example:
1. x² + 6x + 9 can be factored as (x+3)²
2. x² - 4x + 4 can be factored as (x-2)²
Situations:
1. x²+Bx+C 2. x²-Bx+C 3. x²+Bx-C 4. x²-Bx-C
Answer: (x+5)(x-3)
General Trinomials
(Ax²+Bx+C)
General Trinomials in the form Ax²+Bx+C is a trinomial that has 3
unknown terms. It falls under 4 situations:
Situations:
1. Ax²+Bx+C 2. Ax²-Bx+C 3. Ax²+Bx-C 4. Ax²-Bx-C
32
-33
32
3. Find 2 terms that added up, equals B.
-32 -1
-33
4. Divide both terms in the sides by A.
32
(x-8)(4x-1)<------- -32/4=-8 -1/4
-33
5. Check using FOIL method.
F=4x² O=-x I=-32x L=8 -> 4x²-x-32x+8
=4x²-33x+8
Answer: (x-8)(4x-1)
Algebra Tiles
Algebra tiles are manipulative tools used to help visualize and
understand algebraic concepts. They are physical or virtual tiles
that represent different mathematical values, making it easier to
perform operations like addition, subtraction, and factoring.
The Big Square represents value of
x²
x² x 1 The Rectangle represents value of x
The Small Square represents value
of 1.
-1 If a value is negative, a
seperate color is used.
Example:
Given is 3x² + 5x + 2
x x x 1 1
x x² x² x² x x
1
1 1
x
Example: a²b-ab+4ay-4y
Steps:
1. Group the polynomial into two groups, both binomials
->(a²b-ab)+(4ay-4y)
2. If CMF can be applied to any of the two binomials, apply it.
->ab(a-1)+4y(a-1)
3. Combine the monomial factors (the CMF of both binomials),
then use the other binomial as the other factor.
->(ab+4y)(a-1)
4. Use FOIL method for checking.
F=a²b O=-ab I=4ay L=-4y
=a²b-ab+4ay-4y
Answer: (ab+4y)(a-1)
Special Products
Square of a Trinomial
Cube of a Binomial
Problem #1:
A rectangular garden has a length that is 3 meters longer than its
width. If the area of the garden is 70 square meters, express the
dimensions of the garden as a polynomial equation. Factor the
equation to find the width and length of the garden.
Solution:
L=x+3 Unknown:
W=x L, W
A= 70m²
Solution:
x(x+1)=72 Unknown: x, x+1
x²+x=72-->x²+x-72-->(x+9)(x-8)
x=-9, 8 (Positive terms only)
x=8
x+1=8+1=9
Checking:
x(x+1)=72
8(9)=72
72=72
Answer: 8, 9