hard Set 16 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 98

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

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

Show answer

Answer: 15

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