An elementary question, but I am having a lot of discrepancies identifying the correct formula to use, I can do more complex ones but not the simple ones if that makes sense.
a) $8x^3 + 1$
b) $m^2 - 100n^2$
Thank you, regards.
An elementary question, but I am having a lot of discrepancies identifying the correct formula to use, I can do more complex ones but not the simple ones if that makes sense.
a) $8x^3 + 1$
b) $m^2 - 100n^2$
Thank you, regards.
On
Hints:
a) $A^3+B^3=(A+B)(A^2-AB+B^2)$
b) $A^2-B^2=(A-B)(A+B)$.
(Verify these equalities first by performing the multiplications on the right.)
On
You have to know the sum of cubes formula, and the differences of squares formula. $$a^3+b^3=(a+b)(a^2-ab+b^2)$$ $$a^2-b^2=(a+b)(a-b)$$ We can apply these to our expressions. $$8x^3+1=(2x)^3+1^3$$ $$=(2x+1)(4x^2-2x+1)$$ Now for the second one: $$m^2-100n^2=m^2-(10n)^2$$ $$=(m+10n)(m-10n)$$ Hope I helped!
In general, $$a^3+b^3 = (a+b)(a^2-ab+b^2)$$ $$a^3-b^3 = (a-b)(a^2+ab+b^2)$$ $$a^2-b^2 =(a+b)(a-b)$$