document.write( "Question 499278: The number ways to select 4 dishes out of 6 different dishes is :
\n" );
document.write( "(1) 30 (2) 24
\n" );
document.write( "(3) 4 (4) 15 \n" );
document.write( "
Algebra.Com's Answer #337535 by Maths68(1474) You can put this solution on YOUR website! Use formula = nCr=n!/(n-r)!r! \n" ); document.write( "The number ways to select 4 dishes out of 6 different dishes =6C4 \n" ); document.write( "=6!/(6-4)! 4! \n" ); document.write( "=6!/(2)! 4! \n" ); document.write( "=6*5*4*3*2*1/(2*1) 4*3*2*1 \n" ); document.write( "=6*5/2 \n" ); document.write( "=3*5 \n" ); document.write( "=15 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |