How do you cube #(x+1)^3#?
2 Answers
You should find:
Explanation:
One way to deal with it is to "break" it into chunks and use the "distributive" property, as:
let us do the first 2:
now let us multiply the remaining 2:
There are two ways: do it in steps, or use the Pascal triangle.
Explanation:
Steps:
First you take the square, and then again multiply by
Pascal:
In the third row of the Pascal triangle you will find the numbers
These are the coefficients for the powers of
You can use the triangle for any power of
(you'll notice that any number in a row is the sum of the two numbers above it, and the top
d2gne97vdumgn3.cloudfront.net
For instance:
(it would be hard to do this step by step)