This is a classic capture-recapture problem. These can be tricky at first, but once you understand the core logic, they become quite straightforward.
Let's think about what's happening here:First, we tagged 50 fish and released them back into the pond. Later, we caught another 50 fish and found that 2 of them had tags. The key insight is that our sample should represent the entire pond population.
Step 1: Understand the proportionNotice how in our second catch, \(\frac{2}{50}\) or 4% of the fish were tagged. If this sample accurately represents the whole pond (which the problem tells us), then 4% of ALL fish in the pond must be tagged.
Step 2: Set up the equationHere's what you need to see: We know exactly how many tagged fish exist in the entire pond - it's 50 (all the ones we tagged initially). So if 50 tagged fish represent 4% of the total population, we can write:
\(\frac{\text{Tagged in sample}}{\text{Sample size}} = \frac{\text{Total tagged}}{\text{Total population}}\)
\(\frac{2}{50} = \frac{50}{\text{Total}}\)
Step 3: Solve using cross-multiplicationCross-multiplying gives us:
\(2 \times \text{Total} = 50 \times 50\)
\(2 \times \text{Total} = 2,500\)
\(\text{Total} = 1,250\)
Step 4: Quick verificationLet's check: If there are 1,250 fish total and 50 are tagged, that's \(\frac{50}{1,250} = 4\%\). In our sample of 50 fish, 4% would indeed be 2 fish. Perfect!
Answer: C (1,250)You can check out the
step-by-step solution on Neuron by e-GMAT to master the capture-recapture framework systematically and learn how to avoid the common calculation traps. You can also explore other GMAT official questions with detailed solutions on Neuron for structured practice
here to build consistent accuracy in ratio and proportion problems.