AMC 10 · 2021 · #5
Grade 7 number-theorycountingPick an answer.
There are only 14 special fractions, so the whole universe of the problem fits on one line. Listing them all is cheap and removes any guessing. Pairing all 14 with all 14 would be 105 additions, which is too many by hand, so after the list we re-sort the fractions by their reduced denominator. That one re-sort kills almost every pair at once and leaves three tiny groups to add.
List all special fractions
List all the special fractions.
Choosing the numerator decides the denominator, so one variable describes the entire family.
6.EE.B.6Introduce A VariableReduce each to lowest terms
Reduce each to lowest terms.
Two fractions that look different can be the same number, so strip each one down to its unique lowest-terms form before comparing.
Two fractions that look different can be the same number, so strip each to its unique lowest terms first.
▸ Why?
Multiplying top and bottom by the same amount renames a fraction without changing its value.
▸ Why?
Every number has one prime recipe, so each fraction has exactly one lowest-terms form to land on.
Denominators must match
The denominators must match for an integer sum.
Subtracting an integer never changes a fraction's denominator, so the leftover piece has to have the same denominator it started with.
7.EE.A.2Identify SubproblemsSort into denominator groups
Sort into denominator groups.
A lone fraction can only be paired with itself, and doubling shifts the denominator by at most a factor of two.
6.NS.B.4Organize Information In More WaysAdd inside each group
Add inside each group.
Same denominator means the addition is just numerator arithmetic, so each group is a short list of sums.
5.NF.A.1Make A Systematic ListMerge the lists and count
Merging the lists gives 11.
Different pairs can land on the same integer, so the final count is of values, not of pairs.
6.EE.A.4Make A Systematic ListTwo fractions in lowest terms can only add to a whole number when their denominators are already the same, so sorting by denominator turns a huge pile of pairs into three short lists.
- List all special fractions
- Reduce each to lowest terms
- Denominators must match
- Sort into denominator groups
- Add inside each group
- Merge the lists and count