by Bill Graham
At first, it seems there’s not enough information.
I’m sure you wanted to know the number of players on the team.
But, it turns out that the problem can be solved without that information.
I can think of three ways of solving this: guess and check, algebra or
a sideways approach. Here’s the sideways approach.
If Humphrey weighs 22 pounds more than the team average and
he increases the average by one pound, then you had to divide by 22
when he joined the team, or the original team must have had 21 players.
If the original total weight divided by 21 equals 177,
the original total weight must be 3,717 pounds.
Then Humphrey adds 199 pounds to the total, divided by 22 players
equals the new average of 178.
To finish the problem, the new total including Humphrey is 3,916 pounds plus
the weight of Humphrey’s sister divided by 23 must equal 179.
(3916+W)/23 = 179
3916 + W = 179 × 23 = 4117
W = 4117 = 3916 = 201
Humphrey’s sister weighs 201 pounds.
In case you don't like the sideways approach, here's the algebra approach.
Let W = team average weight (177). Let H = Humphrey's weight (199).
Let S = weight of Humphrey's sister (unknown).
Let N = number of players on team before Humphrey joined (unknown).
Let WH = team average weight with Humphrey on it (178).
Let WS = team average weight with Humphrey and sister on it (179).
NW = total weight before Humphrey.
(NW + H)/(N+1) = WH = average weight after Humphrey joined.
(NW + H + S)/(N+2) = WS = average weight after both joined.
These are two equations in two unknowns (N and S).
Because you must find S, you should eliminate N.
Rearrange first equation to solve for N.
NW + H = NWH + WH
N(WH-W) = H - WH
N = (H - WH)/(WH - 1)
Rearrange second equation and substitute for N to get
NW + H + S = (N+2)WS
(H - WH)/(WH - W)W + H + S =
[(H - WH)/(WH - W)+2]WS
Solve for S.
S = [(H - WH)/(WH - W)+2]WS -
(H - WH)/(WH - W)W - H =
[(199-178)/(178-177)+2]×179 - (199-178)/(178-177)×177 - 199 =
201
Maybe you changed your mind about not liking the sideways approach.