hard Set 99 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 221

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