document.write( "Question 1157327: A man wishes to give his 12 books to his 3 children, so that the first shall receive 5, the second 4, and the third 3. In how many ways can he give the books? \n" ); document.write( "
Algebra.Com's Answer #780184 by greenestamps(13215)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The rules are not clear; so I will assume the easy solution.

\n" ); document.write( "The number of ways he can give the books is the number of ways to arrange the numbers 3, 4, and 5 in a row: 3!=6 ways.
\r\n" );
document.write( "   1st   2nd   3rd\r\n" );
document.write( "  child child child\r\n" );
document.write( " -------------------\r\n" );
document.write( "    3     4     5\r\n" );
document.write( "    3     5     4\r\n" );
document.write( "    4     3     5\r\n" );
document.write( "    4     5     3\r\n" );
document.write( "    5     3     4\r\n" );
document.write( "    5     4     3


\n" ); document.write( "
\n" ); document.write( "
\n" );