I think what you want is a binomial probability, not what the others gave you.
N = number of trials = 15
x = number of times out of those to succeed = 5
p = the probability of 1 success in 1 trial = 1/6
NCx =
15C5 =
Or else on TI-83 or 84
Press 2ND,
Press VARS,
scroll down to highlight binompdf(,
Press ENTER
--------------------
If you have newer model, make it read
trials: 15
p:1/6
x value:5
Paste
Highlight Paste
press ENTER
You will see
binompdf(15,1/6,5)
---------------------
If you have older model, you just see
binompdf(
make it read
binompdf(15,1/6,5)
--------------------
press ENTER
Read .0623715619
Edwin