Question 624917
If I have completed y assignments with an average score of z what score x do I need on the y+1 assignment in order to achieve an average score of a?
-------------
a*(y+1) = (y*z + Score)/(y+1)
{{{Score = a*(y+1)^2 - y*z}}}