Try expanding the equation to help you visualize what is happening:
- For example, x2 = x * x and y3 = y * y * y
- Therefore x2y3 = x * x * y * y * y
- Applying this to the entire expression, we get: x * x * y * y * y - x * x * x * x * x * y * y * y * y
When factoring, we look for anything our terms have in common:
- For example, both terms have 2 x's.
- Pulling out those x's, we get x * x * (
x * x *y * y * y -x * x *x * x * x * y * y * y * y) - Or more cleanly, x * x * (y * y * y - x * x * x * y * y * y * y)
- Now, only one term has any x's. (The second term still has 3)
- Both terms still have y's. (The first term has 3 y's and the second term has 4)
- Since they both have at least 3 y's, we can pull those out as well
- x * x * y * y * y * (
y * y * y- x * x * x *y * y * y *y) - Or more cleanly, x * x * y * y * y * (1 - x * x * x * y)
Returning to the use of exponents, we have x2y3(1 - x3y)