hard Set 37 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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