document.write( "Question 647581: 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 seven accounts in order to learn about the population. How many different random samples of seven accounts are possible? \n" ); document.write( "
Algebra.Com's Answer #406322 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Hint: Compute 50 C 7 using the formula \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( " |