hard Set 37 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 21

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

Math Maze: Start at 3. Follow the path: -1 → ×2 → ×4 → ×3 → -33. 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":2,"result":4}
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
  • {"op":"-","operand":33,"result":15}
FinalValue
15
PathDescription
Step 1: -1 = 2; Step 2: ×2 = 4; Step 3: ×4 = 16; Step 4: ×3 = 48; Step 5: -33 = 15

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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