document.write( "Question 1021265: How many ways can a basket schedule exhibition games with three teams if they are all available on any of 6 possible dates? \n" ); document.write( "
Algebra.Com's Answer #637565 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "3 teams choose 2, 6 dates choose 1\r\n" );
document.write( "\r\n" );
document.write( "(3C2)(6C1) = (3)(6) = 18 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );