document.write( "Question 947191: Show that the way in which the entries in Pascal's triangle are formedby adding \"above left\" and \"above right' is consistent with the following statement;
\n" );
document.write( "nCr-1 +nCr =n+1Cr\r
\n" );
document.write( "\n" );
document.write( "Use the fact that nCr = n!/(n-r)!r! to show that the above statement is true. \n" );
document.write( "
Algebra.Com's Answer #578039 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! Question 940228 \n" ); document.write( " \r\n" ); document.write( "nC(r-1) + nC(r) ?=? (n+1)Cr\r\n" ); document.write( "------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "(1) nCr =\n" ); document.write( " |