The captain of a Football team of 11 members is 26 years old and the GoalKeeper is 3 years older. If the ages of these two are excluded, the average age of the remaining players is one year less than the average age of the whole team. What is the average age of the team?
Answer : 23 years.
my (wrong) solution :
Let the total Age of the Team be "x" . ---> equation (1)
Average of the team = x / 11
According to the question :
The average age of the team (Excluding Captain and GoalKeeper)
Total age of the team - (captain's age - GoalKeeper's age) / 9 .
Captain age = 26 , Goal Keeper age = 29 . Total age to be removed = 55
x - 55 / 9
Given in the question is that this average is one year less than the
the average of the whole team .
[x-55/9] - 1 = x / 11
solving this equation . x = 352 .
according to equation(1) 352 / 11 = 32 (average age of the team)
This however is the wrong answer . Where have i gone wrong ?
Plus 1 instead of minus 1. $$\frac{x-55}9+1=\frac x{11}.$$ Leads to $x=253$.