hard Set 36 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 130

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 60

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