hard Set 31 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 627

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

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

Show answer

Answer: 21

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