hard Set 72 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 18

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