I'll explain the first few parts for you
Mean: 80.8
Standard deviation: 4.5
So for part (a), you just plug the relevant things into your calculator:
TIStat.normCdf(81.8,

, 80.8,4.5) = 0.412 is the first row of the table
b) 90% of his throws are
at least M metres. That means that 10% are less than that.
You want to find the inverse of 0.1, (tistat.invnorm(.1) on your calc), which is -1.2816.
This number is the value in the STANDARD normal distribution, so you need to convert it back to the normal distribution using this formula:



c) This is conditional probability. They want you to find Pr(he throws A standard given that it isn't an olympic record)
If you let X be the length of his throw, this is:
)
}{Pr(X \le 90.17)} )
Use your calculator to find out these values (same method as in part a)

(but when you do this on your calculator, keep it to as many decimal places as the calculator has stored - not just the 4 i've shown here)
[tex] =0.401
d) Expected reward is another way of saying E(X). If you work out the probability for all the things in the left column, it will start to look like a regular discrete probability table and you will probably be able to do this Q quite easily.
Hope that helps!
Edit: curry_in_a_hurry already did this but since I'd already typed it up...I'm putting it up anyway