hard Set 22 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 428

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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