document.write( "Question 764478: In how many ways can 10 different books be divided a and b so that one gets 6 books and the other 4 books? \n" ); document.write( "
Algebra.Com's Answer #465503 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "This is the same as asking \"In how many ways can you choose 4 books out of a set\r\n" );
document.write( "of 10 books?\" Because once you choose a set of 4, the other set is automatically \r\n" );
document.write( "6.\r\n" );
document.write( "\r\n" );
document.write( "So the number of ways is C(10,4) (which is also equal to C(10,6) since C(N,n) \r\n" );
document.write( "is the same as C(N,N-n))\r\n" );
document.write( "\r\n" );
document.write( "= \"%2810%2A9%2A8%2A7%29%2F%281%2A2%2A3%2A4%29\" = 210 ways.\r\n" );
document.write( "\r\n" );
document.write( ":)\r\n" );
document.write( "
\n" ); document.write( "
\n" );