hard Set 65 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 244

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 12

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