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)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "\"C%28n%2C2%29=%28%28n%29%28n-1%29%29%2F2\"
\n" ); document.write( "\"C%28n-1%2C2%29=%28%28n-1%29%28n-2%29%29%2F2\"

\n" ); document.write( "C(n,2) is 6 more than C(n-1,2):

\n" ); document.write( "\"%28%28n%29%28n-1%29%29%2F2=%28%28n-1%29%28n-2%29%29%2F2%2B6\"
\n" ); document.write( "\"n%28n-1%29=%28n-1%29%28n-2%29%2B12\"
\n" ); document.write( "\"n%5E2-n=n%5E2-3n%2B2%2B12\"
\n" ); document.write( "\"2n=14\"
\n" ); document.write( "\"n=7\"

\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( "
\n" );