hard Set 87 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 418

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 3

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