document.write( "Question 593937: How to find the number of ways 12 students can be divided into 2 groups of 8 students and 4 students \n" ); document.write( "
Algebra.Com's Answer #376539 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "number of ways = 12C8 * 4C4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if any doubt, feel free to ask...
\n" ); document.write( "
\n" );