I need to write an equation that...um...okay, I have 3 grades, they are worth 25%, 30%, and 20% in the overall course grade, the final is worth 25%. What I need to do is write an equation which, given the first 3 grades, will give me what I need to make on the final grade to receive a 70% for the entire course. This is for one of my C++ Programming projects and the algorithm I have right now isn't giving me a proper answer.
What I have for the equation right now is "final = ( .70 - ( .20 * midterm ) - ( .30 * project ) - ( .25 * paper ) ) / .25"
I think I am missing something and my brain is just completely...blegh right now
What I have for the equation right now is "final = ( .70 - ( .20 * midterm ) - ( .30 * project ) - ( .25 * paper ) ) / .25"
I think I am missing something and my brain is just completely...blegh right now