Problem
To divide exactly, drop the leftover or top it up
A weight of walnuts is to be packed into sacks of a fixed size with none left over. We need the smallest amount that must be added.
Number system
Problem
Count how many whole sacks the walnuts already fill without going over.
31 sacks fill, with some walnuts left loose.
6.NS.B.2Guess And CheckThe leftover walnuts would be a part-filled thirty-second sack, so aim to fill it.
84.16 kg would fill 32 sacks exactly.
6.NS.B.3Work BackwardsThe target is the next multiple of above what is there.
Filling every sack completely means the weight is a whole number of sacks, so it has to be one of the multiples of .
Walnuts can only be added, never taken away, so the multiples below what is already there are out of reach.
Subtract what is there from what is needed.
Just 0.1 kg more is needed.
6.NS.B.3Identify SubproblemsWhen you can only add, aim for the next multiple up -- not the nearest one.