hard Set 72 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 8

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

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

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