hard Set 62 Form Exercise

Math Maze: Start at 2. Follow the path: -1 → -1 → -1 → -1 → +1. 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":1,"result":-1}
  • {"op":"-","operand":1,"result":-2}
  • {"op":"+","operand":1,"result":-1}
FinalValue
-1
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: -1 = -1; Step 4: -1 = -2; Step 5: +1 = -1

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

Show answer

Answer: 19

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 121

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

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

Show answer

Answer: 8

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