document.write( "Question 910808: Evaluate the following expression:\r
\n" );
document.write( "\n" );
document.write( "C(n,2)\r
\n" );
document.write( "\n" );
document.write( "I understand that it would be:\r
\n" );
document.write( "\n" );
document.write( "= n! / r!(n-r)!
\n" );
document.write( "= n! / 2!(n-2)!\r
\n" );
document.write( "\n" );
document.write( "I'm just not sure how to simplify this? \r
\n" );
document.write( "\n" );
document.write( "An explanation and answer would be really appreciated :) \n" );
document.write( "
Algebra.Com's Answer #552683 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! = n! / 2!(n-2)! = (n(n-1)(n-2)(n-3)...)/(2!(n-2)(n-3)...) = n(n-1)/2 \n" ); document.write( "Ex: \n" ); document.write( "5C2 = 5*4/2 = 10 \n" ); document.write( " |