hard Set 94 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":2,"result":48}
  • {"op":"\u00d7","operand":2,"result":96}
  • {"op":"-","operand":64,"result":32}
  • {"op":"-","operand":28,"result":4}
FinalValue
4
PathDescription
Step 1: ×4 = 24; Step 2: ×2 = 48; Step 3: ×2 = 96; Step 4: -64 = 32; Step 5: -28 = 4

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

Show answer

Answer: 14

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 189

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 160

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