AMC 10 · 2004 · #2
Grade 7 arithmeticPick an answer.
AMC 10 2004 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The expression is one operation wrapped around three copies of itself, so it splits into clean subproblems (Tool #7): first evaluate the three inner ⊗ calls, then feed those three numbers into the outer ⊗. The whole trap is signs — two inner calls come out negative, and the outer bottom is a subtraction of a negative. Tool #3 (Eliminate Possibilities) closes it: once the result is a negative fraction, the positive choices 0, 1/4, 1/2 are gone, and only its size decides between -1/2 and -1/4.
Decode the operation
The rule is a machine: first number on top, second minus third on the bottom. Inner calls come first, like parentheses inside parentheses.
A defined operation is just a fill-in-the-blanks formula, so read which slot each number falls into before computing.
6.EE.A.2Identify SubproblemsEvaluate the three inner calls
Apply the rule to each inner triple: ⊗(1,2,3)=-1, ⊗(2,3,1)=1, ⊗(3,1,2)=-3. Two bottoms are negative, so two results are.
A positive divided by a negative is negative, so the sign of each bottom decides the sign of each inner value.
7.NS.A.2Identify SubproblemsSet up the outer call
Feed -1, 1, -3 in order into ⊗(-1,1,-3)=-1/(1-(-3)). Subtracting -3 adds 3, so the bottom is 4.
Subtracting a negative flips it to addition, which is the one place a hidden sign error usually sneaks in.
Subtracting a negative flips it to an addition, which is where a sign error usually sneaks in.
▸ Why?
A quantity added to its own opposite gives nothing, so taking away the opposite adds it back.
▸ Why?
The minus sign in front reaches every term inside, which is what performs the flip.
Finish and rule out the traps
The outer value is -1/4 — negative over positive. Sign kills 0, 1/4, 1/2; -1/2 would need a bottom of 2. So (B).
Nail the sign first and half the choices vanish; then the denominator's size pins down which negative fraction it is.
7.NS.A.2Eliminate PossibilitiesWhen an operation is nested inside itself, finish every inner piece first, then drop those numbers into the outer rule — and watch the minus signs at each step.
- Decode the operation
- Evaluate the three inner calls
- Set up the outer call
- Finish and rule out the traps