document.write( "Question 1185837:  The number of combinations of n items taken 2 together is 6 larger than the number of combinations of n - 1 items taken 2 together.\r
\n" );
document.write( "\n" );
document.write( "Determine n.\r
\n" );
document.write( "\n" );
document.write( "Not sure how to solve.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #816699 by greenestamps(13209)     You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "C(n,2) is 6 more than C(n-1,2): \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: n=7 \n" ); document.write( "CHECK: C(7,2)=21; C(6,2)=15. 21 = 15+6 \n" ); document.write( " \n" ); document.write( " |