document.write( "Question 550044: A boy wants to give his 12 different books to his 3 friends. The first one will receive 5 books, the second one will receive 4 books and the third one will receive 3 books. In how many ways can the boy give his books to his friends? \n" ); document.write( "
Algebra.Com's Answer #358403 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the friends A,B, and C
\n" ); document.write( "A - B - C
\n" ); document.write( "---------
\n" ); document.write( "5 - 4 - 3
\n" ); document.write( "5 - 3 - 4
\n" ); document.write( "4 - 5 - 3
\n" ); document.write( "3 - 5 - 4
\n" ); document.write( "4 - 3 - 5
\n" ); document.write( "3 - 4 - 5
\n" ); document.write( "There are 6 ways the boy can give the
\n" ); document.write( "12 books to 3 friends
\n" ); document.write( "
\n" );