One safe routine
A custom operation is a small machine. In a nested expression, the output of one machine becomes an input to another.
Parentheses are a route map. Start with the deepest custom operation, replace only that symbol with its definition, save the result, and carry it outward one layer at a time.
A custom operation is a small machine. In a nested expression, the output of one machine becomes an input to another.
Start at the deepest parentheses. Do not move them.
(3+2)×3=15
(5+15)×5=100
The inner output replaces all of (2*3), not just one of its numbers.
Current rule: a*b=(a+b)×b. Inputs here are nonnegative integers.
Build a separate inner result for each parenthesization.
Swapping the inputs only swaps the first two fractions, so:
Swapping the two inputs exchanges the first two fractions; their sum stays the same.
This laboratory accepts whole-number inputs in the displayed ranges. It carries any fractional intermediate results exactly. Decimal entries are rejected rather than rounded. If a denominator becomes zero, that node and the outside result are undefined; change the inputs before continuing.
Follow the selected tree. The output of the inner node becomes one complete outer input.
4*5=32
32*6=120
1*5=23, 2*4=22
Finish each custom node before the ordinary plus sign.
13*17=(13+17)÷4=30÷4=15/2
3*5=2
2*2=1
a*16=10
(a+16)÷4=10
Keep each result as a fraction until you reach the outside node.
a*b=3a−2b
(5/3*4/5)*3/4
5/3*4/5=17/5
87/10
a*b=3a−2b
x*(4*1)=7
4*1=10, 3x−20=7
x=9
x*y=xy÷(x+y)
10*(10*10)
10*10=5
10/3
P*Q=P×Q÷2
3*(6*8)
6*8=24
36
Let a△b choose the smaller input and a▽b choose the larger input. Here x may be any number.
5▽(4▽(x△4))
x△4≤4, so 4▽(x△4)=4, then 5▽4=5.
Only one possible value
Read each card’s definition afresh and start with its deepest operation.
Correct all eight questions to complete the workshop. Fractions may be entered as p/q or exact equivalent decimals. Use a fraction when its decimal does not terminate; a rounded decimal is not exact.
Answers: 44;156;3;5/2;42;2;6/5;no. The inner outputs for Questions1,2,5,6,7 are20,12,10,2,3/2 respectively. Question4 has two equal inner results3, so the outside value is1+1+1/2=5/2.
Answers: a*b;100;1680;5/2;45. For the two groupings, compute inner outputs15 and40 separately. Symmetry makes the two circle inputs equal, so the final value is5/2. Ordinary addition joins23 and22 to give45.
This certifies that the learner can read operation trees, evaluate the deepest layer first, preserve exact values, use symmetry, and respect parentheses in newly defined operations.