🇺🇸 AMC 8 ⇄ switch contest
2016 AMC 8

Problem 10

Problem 10 · 2016 AMC 8 Easy
Algebra & Patterns custom-operationsubstitution

Suppose that ab means 3ab. What is the value of x if

2 ∗ (5 ∗ x) = 1 ?
Show answer
Answer: D — x = 10.
Show hints
Hint 1 of 2
The ∗ symbol is just a made-up RECIPE: "triple the first thing, then subtract the second." It's not scary new math — treat it like a function and obey the recipe.
Still stuck? Show hint 2 →
Hint 2 of 2
Just like ordinary nested parentheses, do the INSIDE ∗ first: 5 ∗ x = 3(5) − x = 15 − x. Then feed that result into the outer ∗.
Show solution
Approach: apply the recipe inside-out
  1. Inner first: 5 ∗ x = 3·5 − x = 15 − x.
  2. Outer: 2 ∗ (15 − x) = 3·2 − (15 − x) = 6 − 15 + x = x − 9.
  3. Set equal to 1: x − 9 = 1, so x = 10.
  4. Sanity check: plug back — 5 ∗ 10 = 5, then 2 ∗ 5 = 6 − 5 = 1. ✓
  5. Why this transfers: any invented operator (∗, ⊕, ⊗) is just a substitution rule; replace the symbol with its definition and work the innermost piece outward exactly like nested parentheses.
Mark: · log in to save