Does anyone know how to derive the factor formulas for sum and difference of cubes? that is
![]()
Another method is to do the polynomial long division:
[HTML] a^2 + ab + b^2
--------------------------
a - b )a^3 + 0a^2b + 0ab^2 - b^3
a^3 - 1a^2b
--------------------------
1a^2b + 0ab^2 - b^3
1a^2b - 1ab^2
--------------------------
1ab^2 - b^3
1ab^2 - b^3
--------------------------
0[/HTML]
![]()