SOLUTION: The average of m numbers is a and the average of n numbers is b. If the average of all the (m+n) numbers is k, what is the value of m?

Algebra ->  Average -> SOLUTION: The average of m numbers is a and the average of n numbers is b. If the average of all the (m+n) numbers is k, what is the value of m?      Log On


   



Question 1183229: The average of m numbers is a and the average of n numbers is b. If the average of all the (m+n) numbers is k, what is the value of m?
Found 2 solutions by math_helper, ankor@dixie-net.com:
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
You can write:
Sum of first group of numbers is am
Sum of 2nd group of numbers is bn

Average of (m+n) numbers is therefore: (am+bn)/(m+n) = k

Solving for m:

m = (kn-bn) / (a-k) , +a+%3C%3E+k+

Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
The average of m numbers is a and the average of n numbers is b.
If the average of all the (m+n) numbers is k, what is the value of m
:
the total in 1st group + the total in the 2nd group divided by (m+n) = k
%28ma+%2B+nb%29%2F%28m%2Bn%29+=+k
ma + nb = k(m+n)
ma + nb - km + kn
ma - km = kn - nb
m(a-k) = n(k-b)
:
m = %28n%28k-b%29%29%2F%28a-k%29