document.write( "Question 604708: There are 10 first-tier national rugby union teams.
\n" ); document.write( "(a) How many different two-team pairings are possible among those 10 teams.
\n" ); document.write( " I guess, the answer to this will be C(10,2) = 45 ways
\n" ); document.write( "I am stuck in the following
\n" ); document.write( "(b) how many different ways are there to select a 1st, 2nd and 3rd ranked teams from these teams
\n" ); document.write( "(c) Suppose 4 teams are going to gather in Sydney, the other 6 teams in Melbourne. How many ways it can be done?\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #381500 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
(b) P(10,3) ___ because order (1st, 2nd or 3rd) is significant\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(c) C(10,4) ___ or C(10,6); the values are the same
\n" ); document.write( " ___ ALL the teams are selected, so selecting 4 for one venue automatically selects 6 for the other venue
\n" ); document.write( "
\n" );