Problem
Reasoning · Grade 2-1 Finding Numbers That Fit Conditions
Rule for largest and smallest from three digits
With the digits fixed, biggest-first is the largest, smallest-first the smallest.
The hundreds place is worth the most, so the biggest digit there makes the biggest number.
2.NBT.A.1Identify SubproblemsPutting the biggest of the three digits in the hundreds place makes the biggest number, whatever the other two digits do.
Why?
A digit in the hundreds place counts for a hundred of itself, while the tens and ones together can never climb past ninety-nine.
Why?
The number is what the three place amounts add up to, so raising the hundreds by one adds a full hundred that the lower places cannot make up.
Case 1: hidden digit less than 3 (hidden = 1 or 2)
Below 3 the hidden card is 1 or 2, giving 631/136 and 632/236.
Only 1 and 2 are below 3, so just two digit sets need sorting.
2.NBT.A.4Make A Systematic ListCase 2: hidden digit between 3 and 6 (hidden = 4 or 5)
Between 3 and 6 it is 4 or 5, giving 643/346 and 653/356.
Between 3 and 6 (not equal to either) only 4 and 5 are allowed.
2.NBT.A.4Make A Systematic ListCase 3: hidden digit greater than 6 (hidden = 7, 8, or 9)
Above 6 it is 7, 8 or 9, giving 763/367, 863/368, 963/369.
Above 6 the choices are 7, 8, and 9; in each the hidden digit is the biggest, so it leads the largest number.
2.NBT.A.4Make A Systematic ListList the few values the hidden card can be, then for each just sort the three digits down for the biggest number and up for the smallest!
- Rule for largest and smallest from three digits
- Case 1: hidden digit less than 3 (hidden = 1 or 2)
- Case 2: hidden digit between 3 and 6 (hidden = 4 or 5)
- Case 3: hidden digit greater than 6 (hidden = 7, 8, or 9)