Sign In
Think about what the words sum
, two
, and cube
mean when combined in this way.
See solution.
To decide if an equation fits in the sum of two cubes pattern, there are three conditions that must be satisfied.
Let's see some examples.
Decide whether the expression fits the sum of two cubes pattern.
8x^6+27
Split into factors
a^(m* n)=(a^m)^n
Write as a power
a^m* b^m=(a * b)^m
Both terms are now written as perfect cubes. The third condition is also satisfied. Therefore, the given expression fits the sum of two cubes pattern.
Decide whether the expression fits the sum of two cubes pattern. x^6+27x^3+8 The above expression cannot be simplified to only two terms. This means that it fails the first condition. Therefore, it does not fit the sum of two cubes pattern.
Decide whether the expression fits the sum of two cubes pattern. x^3-8 The above expression contains two terms that are perfect cubes. x^3-2^3 However, instead of addition it has subtraction. This means it fails the second condition and it does not fit the sum of two cubes pattern.
Decide whether the expression fits the sum of two cubes pattern. x^3+9 The above expression consists of the sum of two terms. Although the first term is a perfect cube, the second one is not. x^3+3^2 Therefore, it fails the third condition and does not fit the sum of two cubes pattern.