hard Set 12 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 101

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 358

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

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

Show answer

Answer: 12

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