Calculate Jane's weighted grade: (round to the nearest tenth)

Portion of Grade Jane's Averages
Homework 15%. 67
Labs 10% 98
Quiz 25% 75
Test 50% 95

2 answers

15 * 67 + 10 * 98 + 25 * 75 + 50*95 = 100 * x
100 x = 1005 + 980 + 1875 + 4750
100 x = 8610
x= 86.1
for a straight average, you just add up the scores and divide by how many scores there are.
For a weighted average, you multiply each score by its weight (% of grade)
So, in this case, that is
(0.15*67 + 0.10*98 + 0.25*75 + 0.50*95) = 86.1

Note that the regular mean is just a special case of a weighted average, where each value is weighted by 1/4

(67+98+75+95)/4 = 1/4 *67 + 1/4*98 + 1/4*75 + 1/4*95
Similar Questions
  1. Consider this program:class Students: def __init__(self, name, grade): self.name = name self.grade = grade student34 =
    1. answers icon 1 answer
  2. Consider this program:class Students: def __init__(self, name, grade): self.name = name self.grade = grade student34 = Students
    1. answers icon 1 answer
  3. Consider this program:class Students: def __init__(self, name, grade): self.name = name self.grade = grade student34 =
    1. answers icon 1 answer
  4. Consider this program:class Students: def __init__(self, name, grade): self.name = name self.grade = grade student34 =
    1. answers icon 1 answer
more similar questions