document.write( "Question 1134734: Simple random sampling uses a sample of size n from a population of size N to obtain data that can be used to make inferences about the characteristics of a population. Suppose that, from a population of 50 bank accounts, we want to take a random sample of four accounts in order to learn about the population. How many different random samples of four accounts are possible?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #752216 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
c(50,4) = 230,300\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula used is the combination formula of c(n,x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n is the size of the group that is being drawn from.
\n" ); document.write( "x is the size of the group that is being drawn.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c(n,x) = n! / (x! * (n-x)!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c(50,4) = 50! / (4! * 46!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is equivalent to (50 * 49 * 48 * 47 * 46!) / (4! * 46!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the 46! in the numerator and denominator cancel out and you are left with:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(50 * 49 * 48 * 47) / (4 * 3 * 2 * 1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "evaluate this to get 230,300.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each set of 4 accounts will be different from any other set of 4 accounts.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a much simpler example that can show you what i mean would be 2 accounts taken from 4 accounts.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the number of possible accounts in that case will be c(4,2) = 4! / (2! * 2!) = (4 * 3 * 2 * 1) / (2 * 1 * 2 * 1) = 6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if the 4 accounts are a, b, c, and d, then the possible sets of 2 accounts will be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a,b
\n" ); document.write( "a,c
\n" ); document.write( "a,d
\n" ); document.write( "b,c
\n" ); document.write( "b,d
\n" ); document.write( "c,d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each set of 2 will have at least 1 member that will not be in any other set of 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for example, there are no other sets that have a,b in them.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the other sets can have a, and they can have b, but they will not have a,b.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this makes each set a unique combination of members.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this formula works for all size sets, only it's way too difficult to show you all the possible combinations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "something like that would best be done by computer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );