hard Set 27 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 111

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

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

Show answer

Answer: 136

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 5

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