by StaceyKoprince Tue Apr 24, 2007 1:34 am
This is a 700-800 level question, so your process was exactly what you should do on the real test - you won't get every problem right, so giving yourself a 50-50 shot on a hard problem is really good. This is such a hard question that I wouldn't spend too much time worrying about it.
Given only that there are 10 branches. You already know how to deal with statement 2 so I'll only address statement 1.
Statement 1 is a classic "weighted average" scenario. In weighted averages, the different things that we are averaging do not have equal weight in the final calculation - this requires a more complicated formula than a simple average. Try an extreme example to understand this: I have one branch which manages $100 per customer... for just one customer. Another branch manages $1 per customer... for 50 customers. I wouldn't just calculate {$100 + $1} / 2 = $50.50; logically, it doesn't make sense that the average would be $50.50 if I had 1 customer @ $100 and 50 customers @ $1. Instead, I'd calculate [$100(1) + $1(50)] / 51 = $2.94; this number now actually makes logical sense - it should be pretty small.
This is essentially what statement 1 is saying - except with bigger numbers and trickier wording. The statement describes a calculation in which I take the average per customer for each branch (in the above case, $100 and $1) and just do a simple average. A simple average would give me $50.50 per customer. But that doesn't make logical sense - this should be a weighted average, as described above.
Stacey Koprince
Instructor
Director, Content & Curriculum
ManhattanPrep