hard Set 37 Form Exercise

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 63

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":3,"result":42}
  • {"op":"\u00d7","operand":2,"result":84}
  • {"op":"+","operand":8,"result":92}
  • {"op":"-","operand":29,"result":63}
FinalValue
63
PathDescription
Step 1: ×2 = 14; Step 2: ×3 = 42; Step 3: ×2 = 84; Step 4: +8 = 92; Step 5: -29 = 63

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

Show answer

Answer: 75

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 3

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