Reasoning · Grade 6-2 Mixed Fraction and Decimal Calculations

Problem

Evaluate a nested defined operation

A new symbol is defined by a three-step recipe. Multiply the two numbers, add them, then divide the first by the second. The expression nests one inside brackets. Find the value of the expression.
Your answer
How to solve
Strategy Identify Subproblems — A nested symbol is really two ordinary questions stacked up, so I split it into the inner one and the outer one and do them in that order, never trying to hold both in my head at once. Each subproblem is just 'multiply, add, divide' with the two numbers I have been handed. Afterwards I look for a pattern in the definition to check the work: 6 club 6 and 3 club 3 are both of the form a club a, so if there is a simple rule for that case it should reproduce both of my answers independently. Rewriting the definition upside down gives a second, quite different check.
1STEP 1

Read the definition as a three-step recipe

The symbol means the product over the sum.

a ♣ b = (a × b)/(a+b)
2STEP 2

Do the inner club first, because it is inside the brackets

The bracketed one comes to 3.

6 ♣ 6 = (6 × 6)/(6+6) = 36/12 = 3
3STEP 3

Feed that answer back into the outer club

Feeding it in, the outer gives 1 1/2.

3 ♣ (6 ♣ 6) = 3 ♣ 3 = (3 × 3)/(3+3) = 9/6 = 3/2 = 1 1/2
4STEP 4

Find the pattern for a club a and use it as a check

The halving rule confirms it.

a ♣ a = (a × a)/(a+a) = (a × a)/(2 × a) = a/2
Answer
1 1/2
9 ÷ 6 = 3/2
The club of two positive numbers must always come out smaller than either of them, because the top a x b is being divided by a + b, which is bigger than either a or b on its own. Both results obey that: 6 club 6 = 3 is less than 6, and 3 club 3 = 1 1/2 is less than 3. The size is sensible too — halving twice takes 6 down to 1.5, not to something near 36 or 12, so an answer in the ones rather than the tens is expected. The answer is a pure number with no units, as it should be, and 3/2 is in lowest terms and written as the mixed number 1 1/2 the way the book asks.
Takeaway

A new symbol is just a recipe — do the inside bracket first, and here the recipe turns out to mean nothing more than 'halve it'.

  • Read the definition as a three-step recipe
  • Do the inner club first, because it is inside the brackets
  • Feed that answer back into the outer club
  • Find the pattern for a club a and use it as a check