1

Here it is, I know the answer is 49! (I found it by trial and error!) I just need to know how I can show this in Working!

Thanks, Alex

Gerry Myerson
  • 179,216
Alex
  • 11

2 Answers2

1

Dan's answer, without letters & subscripts:

The 7 people have numbers adding up to $7\times65$. The 8 people have numbers adding up to $8\times63$. So the eighth person must have $8\times63-7\times65$.

Gerry Myerson
  • 179,216
0

Start with two equations: $$ \begin{align} \frac{a_1 + a_2 + \ldots + a_7}{7} &= 65 \\ \frac{a_1 + a_2 + \ldots + a_7 + a_8}{8} &= 63. \end{align} $$ Now multiply the first one by $7$, the second one by $8$, and subtract. You get $a_8 = 8 \cdot 63 - 7 \cdot 65 = 49$.

Dan Shved
  • 15,862
  • 39
  • 55
  • 2
    The standard way to thank someone here is to vote the answer up (if you have enough points to vote) and/or to "accept" the answer by clicking in the check mark next to it. But I'm not trying to rush you, it's fine if you want to wait to see whether even better answers come along. – Gerry Myerson Nov 10 '13 at 05:52