Giving you some suggestions to solve the first problem:
If you have a calculator that has STAT capabilities, learn how to use the calculator; that will save you much time.
1) Find the sum of all the frequencies; divide each frequency by this sum for each row.
2) Draw a histogram, using the values of X for the x-axis, the values found in step 1 for the y-axis.
3) How many golfers got a 7? How many golfers are there? Divide.
4) How many total golfers got a score no more than 6 (that is, 6 or less)? How many golfers are there. Divide.
5) What is the most likely score?
6) Use: s = √[ ( ∑f·(x - mean)² ) / ( n - 1) ]
7) Find mean ± 2 standard deviations; which scores are above/below that point?
Try the above for problem #1.