document.write( "Question 977381: Hi there tutors, I have no idea how to solve this, can u guys help me? Thanks\r
\n" );
document.write( "\n" );
document.write( "A hockey game between two teams is 'relatively close' if the number of goals scored by the two teams never differ by more than two. In how many ways can the first 12 goals of a game be scored if the game is 'relatively close'? \n" );
document.write( "
Algebra.Com's Answer #598965 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! You're going to need a large sheet of paper and draw out all of the possible outcomes. \n" ); document.write( "Let's call the two teams A and B. \n" ); document.write( "Let's start by looking at the first goal, either A or B scores. \n" ); document.write( "Then the second, again either A or B. \n" ); document.write( "So the four possible outcomes are, \n" ); document.write( "AA \n" ); document.write( "AB \n" ); document.write( "BA \n" ); document.write( "BB \n" ); document.write( "TO get the next set, just add an A and then a B to each previous outcome so for each previous outcomes, you'll get two new outcomes. \n" ); document.write( "Now the third goal, no team can score three in a row or more so the possible outcomes are, \n" ); document.write( "AAA <--- Not allowed \n" ); document.write( "AAB \n" ); document.write( "ABA \n" ); document.write( "ABB \n" ); document.write( "BAA \n" ); document.write( "BAB \n" ); document.write( "BBA \n" ); document.write( "BBB <--- Not allowed \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Fourth goal \n" ); document.write( "AABA \n" ); document.write( "AABB \n" ); document.write( "ABAA \n" ); document.write( "ABAB \n" ); document.write( "ABBA \n" ); document.write( "ABBB <--- Not allowed \n" ); document.write( "BAAA <--- Not allowed \n" ); document.write( "BAAB \n" ); document.write( "BABA \n" ); document.write( "BABB \n" ); document.write( "BBAA \n" ); document.write( "BBAB \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Fifth goal \n" ); document.write( "AABAA \n" ); document.write( "AABAB \n" ); document.write( "AABBA \n" ); document.write( "AABBB <--- Not allowed \n" ); document.write( "ABAAA <--- Not allowed \n" ); document.write( "ABAAB \n" ); document.write( "ABABA \n" ); document.write( "ABABB \n" ); document.write( "ABBAA \n" ); document.write( "ABBAB \n" ); document.write( "BAABA \n" ); document.write( "BAABB \n" ); document.write( "BABAA \n" ); document.write( "BABAB \n" ); document.write( "BABBA \n" ); document.write( "BABBB <--- Not allowed \n" ); document.write( "BBAAA <--- Not allowed \n" ); document.write( "BBAAB \n" ); document.write( "BBABA \n" ); document.write( "BBABB \n" ); document.write( "And so on until you get to 12 goals. \n" ); document.write( "It's not difficult but it is tedious and you can easily make a mistake. \n" ); document.write( "Just make sure you have twice the number of outcomes of the previous series before you start knocking out \"Not allowed\" goals to keep tabs on your work. \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "You can also generate all 2^12 (4096) possible outcomes and then go through and knockout the ones that have more than 2 in a row for either team. Six and 1/2 dozen the other. \n" ); document.write( " \n" ); document.write( " |