document.write( "Question 22968: Please Help Me Solve This Problem:
\n" );
document.write( "Multiply:\r
\n" );
document.write( "\n" );
document.write( "(x-4)^3\r
\n" );
document.write( "\n" );
document.write( "Thank you for your time and help ! \n" );
document.write( "
Algebra.Com's Answer #11436 by deepikabansal(5)![]() ![]() ![]() You can put this solution on YOUR website! (x-4)^3 means (x-4)raise to power 3 that is (x-4)is multiplied 3 times to itself \n" ); document.write( "(x-4)*(x-4)*(x-4) \n" ); document.write( "do it step by step \n" ); document.write( "take first two terms in first step \n" ); document.write( "that is (x-4)*(x-4)=x*(x-4)-4*(x-4)= x^2-4x-4x+16 = x^2-8x+16 \n" ); document.write( "now this is the solution for firsr two terms \n" ); document.write( "take this solution and third term \n" ); document.write( "(x^2-8x+16)*(x-4)= x^2(x-4)-8x*(x-4)+16(x-4) \n" ); document.write( " = x^3-4x^2-8x^2+32x+16x-64 \n" ); document.write( " = x^3-12x^2+48x-64 \n" ); document.write( " \n" ); document.write( " |