hard Set 12 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 147

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 135

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

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

Show answer

Answer: 7

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