hard Set 99 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 600

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"-","operand":22,"result":50}
  • {"op":"\u00d7","operand":3,"result":150}
  • {"op":"\u00d7","operand":4,"result":600}
FinalValue
600
PathDescription
Step 1: ×3 = 18; Step 2: ×4 = 72; Step 3: -22 = 50; Step 4: ×3 = 150; Step 5: ×4 = 600

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

Show answer

Answer: 162

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 13

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