document.write( "Question 1204436: A six-team hockey league has a schedule requiring each team to play each of the other teams 9 times. How many games will be played in total? \n" ); document.write( "
Algebra.Com's Answer #840685 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's consider the scenario that each team plays another team exactly once.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Label the 6 teams as A,B,C,D,E,F\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notation like AB means teams A and B play together.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are the outcomes for team A \n" ); document.write( "AB, AC, AD, AE, AF\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's team B's outcomes \n" ); document.write( "BC, BD, BE, BF \n" ); document.write( "We don't list BA because AB was already covered.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Keep this process going and we have this full schedule: \n" ); document.write( "AB, AC, AD, AE, AF \n" ); document.write( "BC, BD, BE, BF \n" ); document.write( "CD, CE, CF \n" ); document.write( "DE, DF \n" ); document.write( "EF \n" ); document.write( "There's a staircase pattern going on. \n" ); document.write( "There are 5 items in row 1, 4 in row 2, etc. \n" ); document.write( "5+4+3+2+1 = 15 games in the season if each team plays once against each other.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What's another way to arrive at 15? \n" ); document.write( "Well consider two slots for the two teams chosen to play together. \n" ); document.write( "We have 6 choices for the first slot and 5 for the next. \n" ); document.write( "That's 6*5 = 30 permutations and 30/2 = 15 combinations. \n" ); document.write( "We divide by 2 so we avoid double-counting. Something like AB is the same as BA. \n" ); document.write( "Another way to arrive at the 15 is to use the nCr combination formula. Plug in n = 6 and r = 2. \n" ); document.write( "And yet another way to get 15 is to look at Pascal's Triangle. Look at the row that starts with 1,6,... and count 2 spots over to land on 15.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As you can see, there are plenty of options here.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since there are 15 different matchups when each team plays another team once, there must be 9*15 = 135 different games if each team plays another team 9 times.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 135 games \n" ); document.write( " \n" ); document.write( " |