hard Set 13 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 22

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