|
-
Dec 4th, 2002, 11:30 AM
#1
Thread Starter
Fanatic Member
Need Help Fast.....Weighted average?
Hey, I have to use this today in my programming test, and I don't remember how to calculate a weighted average. Say there are 3 grades a Quiz, a Test, and Homework.
The test is weighted 60% of the grade, the homework is 20%, and the Quiz is 20% of the grade.
Say the grades for these are: 85, 70, 90
How would I calculate the weighted average? Any help extremely appreciated.
-
Dec 4th, 2002, 11:37 AM
#2
Retired VBF Adm1nistrator
That's a purely statistical problem, not programming
-
Dec 4th, 2002, 11:41 AM
#3
I wonder how many charact
Multiply each grade by its percentage.... then sum the results from all 3...
Test Weight: 60%
Score: 85
WS: 51
Hmk Weight: 20%
Score: 70
WS: 14
Qz Weight: 20%
Score: 90
WS: 18
Weighted Average: 51+14+18 = 83
-
Dec 4th, 2002, 11:44 AM
#4
Thread Starter
Fanatic Member
Thanks......
I know that is not programming, but I have to assign costants and make that calculation in my program to be able to update the database I'm working with. I don't know why he couldn't just let us use a regular average.
-
Dec 4th, 2002, 01:08 PM
#5
How often is the simple answer the one desired?
-
Dec 4th, 2002, 01:56 PM
#6
I wonder how many charact
Is there a complex version?
-
Dec 4th, 2002, 02:02 PM
#7
I have no doubt that, given a little time, there is always an answer to any question such that nobody, not even the person giving the answer can figure it out.
-
Dec 4th, 2002, 02:05 PM
#8
I wonder how many charact
Stop screwing with me man... my head's hurtin...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|