document.write( "Question 167633: The neighborhood association elects a president, vice president, secretary and treasurer.How many sets of officers are possible if there are 16 people in the association? \n" ); document.write( "
Algebra.Com's Answer #123524 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
you can make (16*15*14*13)/(1*2*3*4) possible combinations of 4 people out of 16 people.
\n" ); document.write( "-----
\n" ); document.write( "this is the same as \"%2816%21%29%2F%28%2812%21%29%2A%284%21%29%29\"
\n" ); document.write( "where 16 = number of people in universe to pick from (n),
\n" ); document.write( "and 4 = number of people you want in each set (x)
\n" ); document.write( "general formula is: \"%28n%21%29%2F%28%28%28n-x%29%21%29%2A%28x%21%29%29\"
\n" ); document.write( "-----
\n" ); document.write( "the number comes out to be 1820 possible sets of 4 out of 16 people.
\n" ); document.write( "-----
\n" ); document.write( "what is happening is easier to see if the universe is smaller.
\n" ); document.write( "say you wanted a set of 2 people out of a universe of 3 people.
\n" ); document.write( "n = 3
\n" ); document.write( "x = 2
\n" ); document.write( "n!/(1!*2!) = 3*2*1/1*2*1 = 3
\n" ); document.write( "there are 3 possible sets of 2 out of 3.
\n" ); document.write( "assuming the elements in the universe are abc, then the possible combinations are:
\n" ); document.write( "ab
\n" ); document.write( "ac
\n" ); document.write( "bc
\n" ); document.write( "-----
\n" ); document.write( "if you wanted 2 out of 4, then the number of possible sets would be
\n" ); document.write( "4! / (2!*2!) = 4*3*2*1/2*1*2*1 = 6
\n" ); document.write( "assuming elements in your universe are abcd, then
\n" ); document.write( "elements in each set would be:
\n" ); document.write( "ab
\n" ); document.write( "ac
\n" ); document.write( "ad
\n" ); document.write( "bc
\n" ); document.write( "bd
\n" ); document.write( "cd
\n" ); document.write( "-----
\n" ); document.write( "your problem is much more complex but solves using the same method.
\n" ); document.write( "let's say your universe was abcdefghijklmnop
\n" ); document.write( "then possible sets of 4 would be
\n" ); document.write( "abcd
\n" ); document.write( "abce
\n" ); document.write( "abcf
\n" ); document.write( "abcg
\n" ); document.write( "etc.,
\n" ); document.write( "all the way through to...
\n" ); document.write( "lmno
\n" ); document.write( "lmnp
\n" ); document.write( "mnop
\n" ); document.write( "-----\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );