hard Set 53 Form Exercise

Math Maze: Start at 7. Follow the path: -6 → +1 → ×2 → ×3 → ×3. What is the final value?

Show answer

Answer: 36

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"-","operand":6,"result":1}
  • {"op":"+","operand":1,"result":2}
  • {"op":"\u00d7","operand":2,"result":4}
  • {"op":"\u00d7","operand":3,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
FinalValue
36
PathDescription
Step 1: -6 = 1; Step 2: +1 = 2; Step 3: ×2 = 4; Step 4: ×3 = 12; Step 5: ×3 = 36

Math Maze: Start at 9. Follow the path: ×2 → ×3 → -39 → -12 → +2. What is the final value?

Show answer

Answer: 5

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":3,"result":54}
  • {"op":"-","operand":39,"result":15}
  • {"op":"-","operand":12,"result":3}
  • {"op":"+","operand":2,"result":5}
FinalValue
5
PathDescription
Step 1: ×2 = 18; Step 2: ×3 = 54; Step 3: -39 = 15; Step 4: -12 = 3; Step 5: +2 = 5

Math Maze: Start at 10. Follow the path: -6 → +1 → +3 → -1 → -3. What is the final value?

Show answer

Answer: 4

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"-","operand":6,"result":4}
  • {"op":"+","operand":1,"result":5}
  • {"op":"+","operand":3,"result":8}
  • {"op":"-","operand":1,"result":7}
  • {"op":"-","operand":3,"result":4}
FinalValue
4
PathDescription
Step 1: -6 = 4; Step 2: +1 = 5; Step 3: +3 = 8; Step 4: -1 = 7; Step 5: -3 = 4

Math Maze: Start at 2. Follow the path: ×3 → ×4 → +8 → -26 → ×2. What is the final value?

Show answer

Answer: 12

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"\u00d7","operand":3,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"+","operand":8,"result":32}
  • {"op":"-","operand":26,"result":6}
  • {"op":"\u00d7","operand":2,"result":12}
FinalValue
12
PathDescription
Step 1: ×3 = 6; Step 2: ×4 = 24; Step 3: +8 = 32; Step 4: -26 = 6; Step 5: ×2 = 12

Math Maze: Start at 9. Follow the path: -8 → -1 → ×3 → -1 → ×2. What is the final value?

Show answer

Answer: -2

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"-","operand":8,"result":1}
  • {"op":"-","operand":1,"result":0}
  • {"op":"\u00d7","operand":3,"result":0}
  • {"op":"-","operand":1,"result":-1}
  • {"op":"\u00d7","operand":2,"result":-2}
FinalValue
-2
PathDescription
Step 1: -8 = 1; Step 2: -1 = 0; Step 3: ×3 = 0; Step 4: -1 = -1; Step 5: ×2 = -2

Math Maze: Start at 2. Follow the path: +5 → ×3 → -4 → -1 → ×4. What is the final value?

Show answer

Answer: 64

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"+","operand":5,"result":7}
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"-","operand":4,"result":17}
  • {"op":"-","operand":1,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
FinalValue
64
PathDescription
Step 1: +5 = 7; Step 2: ×3 = 21; Step 3: -4 = 17; Step 4: -1 = 16; Step 5: ×4 = 64

Math Maze: Start at 10. Follow the path: ×3 → +3 → +3 → +9 → ×3. What is the final value?

Show answer

Answer: 135

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"+","operand":3,"result":33}
  • {"op":"+","operand":3,"result":36}
  • {"op":"+","operand":9,"result":45}
  • {"op":"\u00d7","operand":3,"result":135}
FinalValue
135
PathDescription
Step 1: ×3 = 30; Step 2: +3 = 33; Step 3: +3 = 36; Step 4: +9 = 45; Step 5: ×3 = 135

Math Maze: Start at 10. Follow the path: +9 → +4 → +2 → +8 → -11. What is the final value?

Show answer

Answer: 22

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"+","operand":4,"result":23}
  • {"op":"+","operand":2,"result":25}
  • {"op":"+","operand":8,"result":33}
  • {"op":"-","operand":11,"result":22}
FinalValue
22
PathDescription
Step 1: +9 = 19; Step 2: +4 = 23; Step 3: +2 = 25; Step 4: +8 = 33; Step 5: -11 = 22