document.write( "Question 47878: (x+h)(x+h)(x+h) \n" ); document.write( "
Algebra.Com's Answer #31681 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
(A + B)^3
\n" ); document.write( "C(3,0)(A)^3 + C(3,1)(A)^2(B) + C(3,2)(A)(B)^2 + C(3,3)(B)^3
\n" ); document.write( "C(3,0) = 3!/0!3! = 1
\n" ); document.write( "C(3,1) = 3!/1!2! = 3
\n" ); document.write( "C(3,2) = 3!/2!1! = 3
\n" ); document.write( "C(3,3) = 3!/3!0! = 1
\n" ); document.write( "(A)^3 + 3(A)^2(B) + 3(A)(B)^2 + (B)^3
\n" ); document.write( "(x + h)^3
\n" ); document.write( "x^3 + 3x^2h + 3xh^2 + h^3
\n" ); document.write( "
\n" );