Operations & Word Problems

Problem

Evaluate a newly defined operation symbol

A made-up symbol ⊙ means: take the two numbers, add them, then multiply that sum by their difference. We need the value of 32 ⊙ (7 ⊙ 5), where the inner part in parentheses must be worked out first.
Operations
Your answer
How to solve
Strategy Identify Subproblems — The new symbol just stands for a short recipe. The cleanest plan is to break the job into smaller pieces: first do the inner 7 ⊙ 5, get a plain number, then feed that number into the outer ⊙. Practicing the recipe once on the small inner case makes the bigger outer case feel like the same easy step again.
1STEP 1

Read the recipe the symbol stands for

The symbol is a rule, not an operation: a ⊙ b becomes (a + b) x (a - b), so just substitute.

a ⊙ b = (a + b) × (a - b)
2STEP 2

Do the inner subproblem first: 7 ⊙ 5

The inner 7 ⊙ 5 sits in parentheses, so do it first: 12 x 2 = 24.

7 ⊙ 5 = (7 + 5) × (7 - 5) = 12 × 2 = 24
3STEP 3

Rewrite the whole problem with the inner value

Now the expression 32 ⊙ (7 ⊙ 5) becomes 32 ⊙ 24, because we just found that the parenthesized part equals 24.

32 ⊙ (7 ⊙ 5) = 32 ⊙ 24
4STEP 4

Apply the recipe to the outer operation: 32 ⊙ 24

Use the same rule once more. Add 32 and 24 to get the sum, subtract to get the difference, then multiply the two results.

32 ⊙ 24 = (32 + 24) × (32 - 24) = 56 × 8 = 448
Answer
448
The answer is a plain whole number, which is what we expect from adding then multiplying whole numbers. A quick size check: 56 × 8 is a bit under 60 × 8 = 480, and 448 is just under 480, so the multiplication is in the right ballpark. The inner result 24 is also sensible since 12 × 2 = 24.
Takeaway

A new symbol is just a recipe in disguise: finish the part inside the parentheses first, then follow the same steps again.

  • Read the recipe the symbol stands for
  • Do the inner subproblem first: 7 ⊙ 5
  • Rewrite the whole problem with the inner value
  • Apply the recipe to the outer operation: 32 ⊙ 24
Where next?
Another one like thissuggested
Step back and solidifysuggested

▶ Practice — 12 problems