hard Set 67 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 243

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 184

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 4

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