hard Set 21 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 108

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":10,"result":18}
  • {"op":"+","operand":10,"result":28}
  • {"op":"+","operand":6,"result":34}
  • {"op":"\u00d7","operand":3,"result":102}
  • {"op":"+","operand":6,"result":108}
FinalValue
108
PathDescription
Step 1: +10 = 18; Step 2: +10 = 28; Step 3: +6 = 34; Step 4: ×3 = 102; Step 5: +6 = 108