hard Set 86 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 188

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 46

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