hard Set 22 Form Exercise

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

Show answer

Answer: 92

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 27

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

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

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 22

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