Q1:ipmat indore 2021LRDI › WeightsEasySA · TITA
What is the minimum number of weights which enable us to weigh any integer number of grams of gold from 1 to 100 on a standard balance with two pans? (Weights can be placed only on the left pan)
Enter your answer to attempt
The Setup: We need to find the minimum number of weights to measure any integer from 1 to 100 grams. The catch? We can *only* place weights on the left pan. That means no subtractive combinations (like putting weights on both sides). We are strictly locked into binary combinations (base-2).
Step 1: Understand the binary scale system. Since each weight can either be used (1) or not used (0), having weights can measure at most distinct positive values.
Step 2: Set up the inequality to cover everything up to 100 grams.
Step 3: Find the smallest integer that satisfies this. We know our binary powers:
* (too small)
* (just right)
Therefore, is the absolute minimum number of weights required. You'd literally just use the weights 1, 2, 4, 8, 16, 32, and 64 to carry the whole task.
Final Answer: 7