Hi,
Note: The probability of x successes in n trials is:
P = nCx*
where p and q are the probabilities of success and failure
p = .34, n = 5
TI or long hand
P(x=2) = binompdf(n, p, x-value)= binompdf(5, .34, 2) Or 5C2
= 10
P(x =0)= binompdf(n, p, x-value)= binompdf(5, .34, 0) 0r 
P(x =5)= binompdf(n, p, x-value)= binompdf(5, .34, 5) 0r 
P(x ≥ 1) = 1 -binomcdf(n, p, largest x-value) = 1 -binomcdf(5 .34. 0)