hard Set 98 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: -10

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 68

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