I've been working on this question for the last hour and cannot determine a solution.
Q: 100 children, 200 teens and 300 adults write a test and an average is computed for all three groups. The average of these three averages is 85%. The overall average of the 600 people is 86%. Also, the average for the 300 children and teens is 4 marks higher than the average for adults. Determine the average for all three groups.
From this question I have derived the following relationships. Note $A_{c}$ is average for children, $A_{t}$ is average for teens, $A_{a}$ is average for adults and $S_{c}$ is sum of children grades, $S_{t}$ is sum of teen grades, and $S_{a}$ is sum of adult grades $$A_{c}=\dfrac{1}{100}\times S_{c} \;\;\;\;\;\;A_{t}=\dfrac{1}{200}\times S_{t}\;\;\;\;\;\; A_{a}=\dfrac{1}{300}\times S_{a}$$ $$\dfrac{1}{600}(S_{a}+S_{c}+S_{t})=0.86$$
My first attempt: I could use the equation $\dfrac{1}{3}(A_{c}+A_{t}+A_{a})$ where $A_{c}=A_{t}=A_{a}+0.04$. However, this assumes that the average of children and teens is the same which I don't think I'm justified in making. My problem is using the information in the second last sentence properly. From that sentence, I derived the following relationship but it has not helped determine the solution $$\left(\dfrac{A_{c}+A_{t}}{2}\right)=A_{a}+4$$ Any ideas and suggestions would be appreciated.
Let $A_c, A_t, A_a$ be the average for children, teens and adults respectively. The condition that "The average of these three averages is 85%" is given by the equation $$ \dfrac{A_c+A_t+A_a}{3}=0.85.$$ The condition "The overall average of the 600 people is 86%" can be written as $$ \dfrac{100A_c+200A_t+300A_a}{600}=0.86.$$ The last one is given by $$ \dfrac{100A_c+200A_t}{300}-A_a=0.04$$ Now you can solve the system given by the three equations above.