document.write( "Question 937534: In how many ways can five different books be distributed among ten people if each person can get any number of books? \n" ); document.write( "
Algebra.Com's Answer #571073 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
10 ways to give the 1st book to a person, 10 ways to give the 2nd book to a person, ..., 10 ways to give the 5th book to a person\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Number of ways = 10*10*10*10*10 = 10^5
\n" ); document.write( "
\n" );