hard Set 98 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 214

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 24

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