hard Set 56 Form Exercise

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

Show answer

Answer: -4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 79

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 152

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