hard Set 23 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 84

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