document.write( "Question 242205: Please, i need help solving (x-3)^3 using pascal's triangle. I have written out the triangle on my paper as: 1
\n" );
document.write( " 1 1
\n" );
document.write( " 1 2 1
\n" );
document.write( " 1 3 3 1
\n" );
document.write( " 1 4 6 4 1
\n" );
document.write( " 1 5 10 10 5 1
\n" );
document.write( "etc. My teacher doesnt make us go past that. i need help identifying which level of the triangle i use and how to fill it into the problem.
\n" );
document.write( "Thank you so much. \n" );
document.write( "
Algebra.Com's Answer #177754 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Exponent\r\n" ); document.write( " 0 1\r\n" ); document.write( " 1 1 1\r\n" ); document.write( " 2 1 2 1\r\n" ); document.write( " 3 1 3 3 1\r\n" ); document.write( " 4 1 4 6 4 1\r\n" ); document.write( " 5 1 5 10 10 5 1\r\n" ); document.write( " \n" ); document.write( "You might notice that the exponent is the second number in each row (and zero if there is no second number in the row). This pattern might be a way you could remember how this works. \n" ); document.write( " |