🇺🇸 AMC 8 ⇄ switch contest
2022 AMC 8

Problem 2

Problem 2 · 2022 AMC 8 Easy
Algebra & Patterns custom-operationsubstitution

Consider these two operations:

ab = a2b2
ab = (ab)2

What is the value of (5 ◆ 3) ★ 6?

Show answer
Answer: D — 100.
Show hints
Hint 1 of 2
A strange symbol like ◆ or ★ isn't new math — it's just a made-up recipe. Replace each symbol with its rule and it becomes ordinary arithmetic.
Still stuck? Show hint 2 →
Hint 2 of 2
Same rule as always: do the parentheses first. Compute the ◆ inside, then drop that number into the ★ recipe.
Show solution
Approach: a made-up symbol is just a recipe — replace it with its rule, parentheses first
  1. Don't be thrown by the unusual symbols: ◆ and ★ are just nicknames for recipes. Wherever you see one, swap in its definition. Same as always, the parentheses go first.
  2. Inside first: 5 ◆ 3 = 52 − 32 = 25 − 9 = 16.
  3. Now feed 16 into the ★ recipe: 16 ★ 6 = (16 − 6)2 = 102 = 100.
  4. Shortcut to notice: 5 ◆ 3 = 52 − 32 is a difference of squares = (5+3)(5−3) = 8 × 2 = 16, so you never even need to square 5 and 3.
Mark: · log in to save