document.write( "Question 471735: A father has 8 children. He takes them 3 at a time to zoo as often as he can without taking the same 3 children more than once.
\n" );
document.write( "1. How often will he go?
\n" );
document.write( "2. How often each child go?\r
\n" );
document.write( "\n" );
document.write( "Please solve. \n" );
document.write( "
Algebra.Com's Answer #323520 by sudhanshu_kmr(1152) You can put this solution on YOUR website! \n" ); document.write( "1. number of ways to select 3 out of 8 = 8C3 = 56\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. number of ways to select other 2 out of 7 (for each child)= 7C2 = 21\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |