hard Set 94 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 87

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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