İn a class average weight of students without mary is 51 and average weight of students without john is 50 kg.
Without both john and mary the other students average weight is 50 kg.what is the average weight of john and mary?
İn a class average weight of students without mary is 51 and average weight of students without john is 50 kg.
Without both john and mary the other students average weight is 50 kg.what is the average weight of john and mary?
Let's say there are $n$ ($n\geq 3$) students in total, and denote there weights by $x_1, \dots ,x_n$ with $x_1=\text{weight of Mary}$ and $x_{2}=\text{weight of John}$. Then $(x_1+\sum_{i=3}^nx_i)/(n-1)=50$ and $(x_2+\sum_{i=3}^nx_i)/(n-1)=51$. Thus $x_1=(n-1)50-\sum_{i=3}^nx_i$ and $x_2=(n-1)51-\sum_{i=3}^nx_i$. Moreover, we know that $(\sum_{i=3}^nx_i)/(n-2)=50$. It follows that $$\frac{x_1+x_2}{2}=\frac{(n-1)(50+51)-2(n-2)50}{2}=\frac{n+99}{2}.$$
Unless I made a mistake, the answer seems to depend on the number of students in the class.