document.write( "Question 63553: Use Pascal's Triangle to expand each binomial.
\n" );
document.write( "(x-3)^3 \n" );
document.write( "
Algebra.Com's Answer #44266 by joyofmath(189)![]() ![]() ![]() You can put this solution on YOUR website! Use Pascal's Triangle to expand each binomial. \n" ); document.write( "(x-3)^3\r \n" ); document.write( "\n" ); document.write( "Here's some of Pascal's Triangle:\r \n" ); document.write( "\n" ); document.write( "1 \n" ); document.write( "1 1 \n" ); document.write( "1 2 1 \n" ); document.write( "1 3 3 1\r \n" ); document.write( "\n" ); document.write( "This 4th row is what we need to expand \n" ); document.write( "\n" ); document.write( " |