hard Set 16 Form Exercise

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

Show answer

Answer: 43

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 300

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 14

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