Jon S. has some good answers. But if you're doing the problems on the final exam, the first answer he's given might not be useful for you.
If you're using the TI 84 calculator, there's a function that gives you binomial probabilities. 2nd-> DISTR (the VARS key) brings up a list of functions for doing probability and statistics. If you scroll down to binompdf (this stands for binomial probability distribution function), you can enter the following:
trials: (the number of attempts at success) : 25
p, (the probability of success of any one trial) : 0.15
x value (the exact number of successes here): 3
This gives you a value of .217379...
This is the exact result that Jon gave.
For the second problem, there are simply two formulas to use
n = number of attempts.
p = probability of success
q = probability of failure (which is the same as 1 - p):
expected value of a binomial = n * p
standard deviation of a binomial probability = sqrt (n * p * q)