document.write( "Question 1008273: Find the number of ways in which seven different toys can be given to three children, if the youngest is to receive three toys and the others receive two toys each. \n" ); document.write( "
Algebra.Com's Answer #624077 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Think of the 3 children lined up from youngest to oldest:\r\n" );
document.write( "\r\n" );
document.write( "Choose 3 toys from the 7 to give the youngest in 7C3 ways.\r\n" );
document.write( "Choose 2 of the remaining 4 toys to give to the next oldest in 4C2 ways.\r\n" );
document.write( "Choose the remaining 2 toys to give to the oldest in 2C2 = 1 way.\r\n" );
document.write( "\r\n" );
document.write( "Answer: 7C3*4C2*2C2 = 35*6*1 = 210 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );