document.write( "Question 670711: In how many ways could the 8 sopranos in the school choir be selected to sing the 5 roles in an upcoming production?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #417063 by edjones(8007) You can put this solution on YOUR website! nCr=n!/((n-r)!r!) \n" ); document.write( "=8!/(3!*5!) \n" ); document.write( "=8*7*6*5!/5!*3*2 \n" ); document.write( "=4*7*2 \n" ); document.write( "=56 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |