hard Set 32 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -3

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":-3}
FinalValue
-3
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: -1 = -1; Step 4: -1 = -2; Step 5: -1 = -3