hard Set 56 Form Exercise

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

Show answer

Answer: 21

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

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

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 34

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