Question 513336
In general, you use combinations to determine the number of ways you can select a sample of size n from a population of size N.  The formula for the number of such combinations is:

N choose n = N! / (n!)((N - n)!)

where N! (spoken "N factorial") equals N(N - 1)(N - 2)***(3)(2)(1) (for example 7! = (7)(6)(5)(4)(3)(2)(1) = 5040).

In this problem, our population size is N = 95 back accounts, and our sample size is n = 7 bank acccounts.  So we want to find:

95 choose 7 = 95! / (7!)((95 - 7)!) = 95! / (7!)(88!) = 11,050,084,695 possible random samples

Many scientific, graphing, and statistical calculators will compute this for you --- look for something that looks like nCk (here we are using N in place of n and n in place of k, so for this problem you want to compute 95C7).  You don't have to actually compute 95!, and I wouldn't advise it.