hard Set 99 Form Exercise

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

Show answer

Answer: 261

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1184

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 18

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":4,"result":160}
  • {"op":"-","operand":13,"result":147}
  • {"op":"+","operand":4,"result":151}
  • {"op":"-","operand":133,"result":18}
FinalValue
18
PathDescription
Step 1: ×4 = 40; Step 2: ×4 = 160; Step 3: -13 = 147; Step 4: +4 = 151; Step 5: -133 = 18

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

Show answer

Answer: 2

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 248

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