document.write( "Question 1133872: Show that ((n+1) combination 1) - (n combination 1) = 1 \n" ); document.write( "
Algebra.Com's Answer #751184 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"((n+1) combination 1)\" is the number of ways you can choose 1 of (n+1) objects. Obviously, that number is (n+1). \n" ); document.write( "Similarly, \"(n combination 1)\" is the number of ways you can choose 1 of n objects, which is clearly n. \n" ); document.write( "So ((n+1) combination 1) - (n combination 1) = (n+1)-n = 1 \n" ); document.write( " |