Let's take another look at this one.... (If you want to)
Let's assume that we DO use a "weighted average" system to calculate the average
So we have something like this
[63x + 83y + 100z] / [x + y + z] = 70 where x, y, z are the "weights"
Multiplying by [x + y + z] on both sides gives us
63x + 83y + 100z = 70 ( x + y + z) And after a little manipulation, we have
-7(x) + 13(y) + 30(z) = 0 Now, solving "for z," we get
z = (7x - 13y)/30
Note that, if I let x = 2 and y = 1, I get "1" as a numerator and "z" = (1/30).......but, I need "z" to be an integer. Therefore, if I just mutiply everything in the nunerator by 30, then we get
z = 30 [7(2) - 13(1)]/ 30 = [7(60) -13(30)]/30 = [(420-390)/30] = (30/30) = 1
Then our "solution set" for (x, y, z) = (60, 30, 1)
And this is just a "3 space" vector. And any positive integer multiple of this vector could be could be a "solution" to the weighted values of x, y, and z.
So, the general soltion to this problem - if "70" is indeed the "answer" - is just given by: n(x, y, z) ..... where (x, y, z) = (60, 30, 1) and n is a positive integer.