Let's suppose the total number of participants in the group are x, the distance travelled by the entire group in each month will be \( x^2\)
So the question says after the 1st 3 months, half the participants leave. so it is x/2 participants covering \((x/2)^2\) distance. And then 6 months later half of the remaining leave, so you have x/4 participants left; distance covered by them is \((x/4)^2\)
So basically, if we assume the year long challenge was from Jan to Dec:
Jan, Feb, March - x members covering x^2 distance each month, so total is = \(3 * x^2\)
April to Sept - x/2 members covering (x/2)^2 distance each month, so total = \(6 * (x/2)^2\)
Oct, Nov Dec - x/4 members covering (x/4)^2 distance each month, so total = \(3 * (x/4)^2 \)
We know total distance is 10800km
So,
\(3x^2 + (6x^2)/4 + (3x^2)/16 = 10800\)
Taking 16 as the LCM,
\(48x^2 + 24x^2 + 3x^2 = 10800 * 16 \)
\(75x^2 = 10800 * 16 \)
\(25x^2 = 3600 * 16 \)
\(x^2 = 36 * 4 * 16 \)
\(x = 6 * 2 * 4 = 48 \)
Answer is E
PS: The reason we do \(x^2\) as the distance is coz assume that we have 4 participants: A, B, C, D
The question says - each participant covers a distance equal to the number of active participants.
So, A covers 4Km, B covers 4Km, C covers 4km, & D covers 4 Km
So the total distance covered by them is 4 * 4
The same will be the case if we have 5 participants - 5 * 5 and so on. So for x participants, together they cover \(x * x\)
Bunuel
At the beginning of a yearlong walking challenge, a group of friends begins tracking the total distance walked by the group. In each month, every active participant walks and records a number of kilometers equal to the number of active participants in the challenge during that month. After the first 3 months, half of the participants leave the challenge, and after the next 6 months, half of the remaining participants leave. Any participant who leaves stops walking and recording distances for the challenge, but the distance that participant recorded earlier still counts toward the group’s total. If the group records a total of 10,800 kilometers during the year, how many participants were in the challenge at the beginning?
A. 12
B. 24
C. 30
D. 40
E. 48
⚠️ Important: GMAT Club does not allow AI-generated posts. AI-generated solutions are not eligible for kudos, and users who post them may face moderation action, including a ban.