Reasoning · Grade 5-1 Finding the Hidden Rule

Problem

Evaluate nested defined operations

Two new signs are defined by a●b = a×b-1 and a▲b = a+b+1. The expression nests the two signs inside parentheses. Work out the value of 5▲(3●(6▲4)).
Your answer
How to solve
Strategy Identify Subproblems — The expression looks intimidating only because two unfamiliar symbols are stacked inside one another. Peeling it apart turns it into three ordinary one-line calculations, each of which is easier than anything in a normal Grade 5 mixed-operation exercise. So I identify the three subproblems from the inside out, and before starting I rewrite each strange rule in plain arithmetic words so that substituting is mechanical rather than mysterious.
1STEP 1

Say each new rule in ordinary words

Write each rule out in words.

a ● b = a × b - 1, a ▲ b = a + b + 1
2STEP 2

Find the innermost bracket and do it first

The innermost bracket gives 11.

6 ▲ 4 = 6 + 4 + 1 = 11
3STEP 3

Substitute and do the middle operation

Substituting, the middle gives 32.

3 ● 11 = 3 × 11 - 1 = 33 - 1 = 32
4STEP 4

Do the outermost operation

The outermost gives 38.

5 ▲ 32 = 5 + 32 + 1 = 38
5STEP 5

Lay the three steps out as a chain

Lay the three steps out as one chain.

5 ▲ (3 ● (6 ▲ 4)) = 5 ▲ (3 ● 11) = 5 ▲ 32 = 38
6STEP 6

Confirm that the order really mattered

Left to right gives 58, so order matters.

wrong order: 5 ▲ 3 = 9, 9 ● 6 = 53, 53 ▲ 4 = 58 ≠ 38
Answer
38
5 + 32 + 1 = 38
The answer is a plain whole number, which is right since both rules only add, multiply and adjust by 1 on whole numbers. A rough size check supports 38: the last operation adds 5, adds 1, and adds whatever the bracket gave, so the answer must be 6 more than the bracket's value of 32 — and 38 is exactly 32 + 6. Likewise the bracket 3 x 11 - 1 = 32 must be just under 33, which it is, and 6 + 4 + 1 = 11 is just over 10 as expected. Each step's result is checked by re-reading its rule: multiply-then-minus-one for the bullet, add-then-plus-one for the triangle.
Takeaway

A made-up symbol is just a recipe — read it out loud, do the innermost bracket first, and the scary-looking expression becomes three easy lines.

  • Say each new rule in ordinary words
  • Find the innermost bracket and do it first
  • Substitute and do the middle operation
  • Do the outermost operation
  • Lay the three steps out as a chain
  • Confirm that the order really mattered