Assume that a procedure yields a binomial distribution with a trial repeated n times. use the binomial probability formula to find the probability of x successes, given the probability p of success on a single trial. n=5, x=2, p=.70
C(5, 2) * (.70)2 (.30)3 = .1323 or about 13.23%