hard Set 36 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 297

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 13

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