Hi,

I've got a class where the overall mark for the year comes from two scores and I need to find the average. The problem I'm having is that the test score is worth 25% of the overall grade and the coursework score is worth 75%.

For example:

Name TA average Test Average
A 5.5 6
B 6.5 6
C 7.0 7
D 6.5 6

How would I go about get a weighted average so I could give each pupil an overall grade?

Thanks for your help!