This is a combination problem since the order does not matter. We use the notation 36 C 4 read as a combination of "36 choose 4"
The number of combinations of 4 numbers can be calculated using a function on calculator: TI 84 you would enter 36, hit MATH, then select PROB, then nCr, hit enter, then enter 4 and the number of combinations will be displayed.
by hand: you will use the formula n! / (n-r)! r!
n= number available
r= number chosen
a factorial is 1x2x3x...x n
so for this problem: 36! / (36-4)! 4! = (36!/32! ) x (1/4!)
36!/32! will be 33x34x35x36 = 1,413,720
4! = 24
so final answer is 124,740/24 = 58,905