document.write( "Question 796533: A committee of 3 juniors and 3 seniors is to be formed from the members of a club having 18 juniors and 15 seniors. How many different committees are possible? \n" ); document.write( "
Algebra.Com's Answer #481427 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A committee of 3 juniors and 3 seniors is to be formed from the members of a club having 18 juniors and 15 seniors. How many different committees are possible?
\n" ); document.write( "-----------
\n" ); document.write( "# of ways to select 3 juniors:: 18C3 = 816
\n" ); document.write( "---
\n" ); document.write( "# of ways to select 3 seniors:: 15C3 = 455
\n" ); document.write( "------
\n" ); document.write( "Ans: # of committees possible:: 816*455 = 371280
\n" ); document.write( "------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );