On calculation weighted average of two positive numbers

AI Thread Summary
The discussion revolves around calculating the weighted average of two positive numbers without separate weights. The proposed method involves treating each number as a fraction of their sum, leading to the formula weighted average = (a^2 + b^2) / (a + b). An example using numbers 9 and 11 illustrates this calculation, yielding a weighted mean of 10.1. A more realistic scenario is introduced, comparing this method to calculating weighted averages for test scores with different weights, such as a midterm and final exam. The conversation highlights the importance of understanding how to apply weights in various contexts.
drittel_regel
Messages
2
Reaction score
0

Homework Statement


Given two positive numbers calculate their weighted average(Note: This is not actually a homework question, but silly me have doubts, so I put it in this category)


Homework Equations



Two given positive numbers a,b. No separate weights are available to weigh each numbers

The Attempt at a Solution


Can I do the following by considering the weight as the number as a fraction of the sum of two numbers?

weighted average = a*(a/a+b) + b*(b/a+b) =( a^2 + b^2) /(a+b)
So, for two numbers 9 and 11, the arithmetic mean will be 10, and weighted mean will be,
9*(9/20) + 11 *(11/20) = 9*0.45 + 11 * 0.55 = 10.1

Thank you
 
Physics news on Phys.org
drittel_regel said:

Homework Statement


Given two positive numbers calculate their weighted average(Note: This is not actually a homework question, but silly me have doubts, so I put it in this category)


Homework Equations



Two given positive numbers a,b. No separate weights are available to weigh each numbers

The Attempt at a Solution


Can I do the following by considering the weight as the number as a fraction of the sum of two numbers?

weighted average = a*(a/a+b) + b*(b/a+b) =( a^2 + b^2) /(a+b)
So, for two numbers 9 and 11, the arithmetic mean will be 10, and weighted mean will be,
9*(9/20) + 11 *(11/20) = 9*0.45 + 11 * 0.55 = 10.1

Thank you

Looks OK to me, but a more realistic example would be, say test scores that have different weights. For example, suppose a class is graded on the results of a midterm (weight = 35%) and a final exam (weight = 65%). If a student received a midterm grade of 78 points and a final exam grade of 90 points, what would be the weighted average of these two scores?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top