hard Set 98 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 118

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 17

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