This is probably a simple math question and yet I'm struggling to understand it, any help would be extremely appreciated.
Say if I have 2 test results,
50% on Test 1, test worth is 10% of final grade
50% on Test 2, test worth is 30% of final grade
and then I want to know:
____% on Test 3, test worth is 60% of final grade, if I want to get 50% in the course
^ I am about to take a third and final test. I am trying to write a formula where you can calculate the percent needed to pass.
I have tried:
(0.6 * Desired score of 0.50 + (1 - 0.6) * current grade), but I'm unsure how to calculate my current grade using the first two test results for use in a formula. Thanks!