hard Set 11 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 17

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