hard Set 30 Form Exercise

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

Show answer

Answer: 22

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":4,"result":14}
  • {"op":"+","operand":3,"result":17}
  • {"op":"-","operand":6,"result":11}
  • {"op":"+","operand":4,"result":15}
  • {"op":"+","operand":7,"result":22}
FinalValue
22
PathDescription
Step 1: +4 = 14; Step 2: +3 = 17; Step 3: -6 = 11; Step 4: +4 = 15; Step 5: +7 = 22

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

Show answer

Answer: 29

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 21

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